Harnessing Streaming Video in the Wild

TL;DR

Proposes Streaming-Train-248K dataset and Streaming Harness system, enhancing vision-language models for proactive, long-term, real-time streaming understanding.

cs.CV 🔴 Advanced 2026-06-07 81 views
Dingyu Yao Shuhuan Gu Qingyi Si Junhao Zhou Chenxu Yang Chuanyu Qin Naibin Gu Zheng Lin Weiping Wang Nan Duan Jiaqi Wang
vision-language models streaming video understanding real-time interaction long-horizon memory deployment

Key Findings

Methodology

This work constructs Streaming-Train-248K, a large-scale streaming dataset with per-second frame-text alignment, incorporating special tokens [</response>] and [</silence>] for training models on proactive interaction. The authors develop Streaming Harness, a modular system with a three-tier memory hierarchy (short-, mid-, long-term) combined with prefix-aware KV caching, enabling hours-long context retention and sub-second inference latency. They also introduce Streaming-Eval, a comprehensive benchmark assessing in-the-wild streaming capabilities across multiple tasks. Extensive experiments demonstrate that models trained with this approach outperform existing offline models and closed-source systems, achieving state-of-the-art results in proactive response, long-term memory, and low-latency inference.

Key Results

  • On Streaming-Eval, the 8B parameter streaming-native model with Streaming Harness achieves over 20% accuracy improvement in proactive interaction, response latency under 0.5 seconds, and supports 12 hours of contextual memory. It surpasses most closed-source models like Claude Opus 4.6 and GPT 5.4.
  • In real-world long-duration live streams, the system maintains coherent narration over two hours, with per-second response decisions, demonstrating practical deployment capability.
  • Memory management innovations reduce computational costs by 50%, while maintaining stable low-latency responses, validating the architecture's efficiency and robustness.

Significance

This research addresses critical gaps in deploying vision-language models for continuous streaming scenarios, enabling applications such as intelligent robots, live assistants, and surveillance systems. By integrating large-scale data, innovative memory management, and real-time inference techniques, it pushes AI toward truly deployable streaming intelligence. The ability to retain hours of context and respond within fractions of a second significantly enhances user experience and operational efficiency. The comprehensive benchmark and open-source tools foster community progress, setting new standards for in-the-wild streaming AI systems. Overall, this work marks a pivotal step toward practical, scalable, and intelligent streaming perception.

Technical Contribution

The paper introduces a novel training dataset, Streaming-Train-248K, with per-second frame-text alignment and specialized tokens for proactive response. It proposes a three-tier memory architecture—short-term, mid-term, and long-term—coupled with a prefix-aware KV cache, enabling hours-long context retention with sub-second latency. Additionally, it develops a plug-and-play Streaming Harness system that supports unbounded streaming inference, integrating long-horizon memory, real-time response, and proactive interaction without requiring retraining of base models. The authors also design Streaming-Eval, a benchmark to evaluate in-the-wild streaming capabilities, covering multiple tasks and scenarios. These innovations collectively enable models to operate effectively in real-world streaming environments, bridging the gap between offline understanding and deployable streaming intelligence.

Novelty

This work is the first to combine large-scale streaming datasets with a multi-layered memory architecture and prefix-aware caching for vision-language models, specifically targeting in-the-wild streaming scenarios. Unlike prior models that focus on offline or short-form tasks, this approach enables continuous, low-latency, long-horizon understanding and proactive interaction. The introduction of a training-free response trigger mechanism further distinguishes it from existing methods. The comprehensive benchmark, Streaming-Eval, provides a standardized evaluation framework for real-world streaming capabilities, fostering further research in this direction.

Limitations

  • Despite supporting 12-hour context, extremely long streams or highly complex scenes may still challenge memory management and response accuracy. The system's performance in highly noisy or cluttered environments needs further validation.
  • Training data, while diverse, may contain biases towards certain scenarios, limiting generalization to unseen environments or modalities.
  • System complexity and hardware requirements for real-time deployment remain high; optimizing efficiency and reducing costs are future directions.

Future Work

Future efforts will focus on optimizing memory compression techniques for even longer streams, integrating additional modalities such as audio and sensor data, and reducing deployment costs through model compression and hardware acceleration. Exploring adaptive memory management strategies and personalized interaction policies will further enhance system robustness and user experience. Additionally, expanding the benchmark to include more challenging scenarios and multi-task settings will drive the development of more versatile streaming AI systems.

AI Executive Summary

The rapid proliferation of streaming video content in daily life demands AI systems capable of real-time understanding and interaction. Traditional vision-language models excel in offline tasks but struggle with continuous streams, where responses must be timely, context-aware, and capable of long-term memory. Addressing this gap, the authors introduce a comprehensive framework combining a large-scale streaming dataset, a novel system architecture, and a rigorous evaluation benchmark.

Central to their approach is the Streaming-Train-248K dataset, which pairs each one-second video segment with explicit responses or silence tokens, enabling models to learn proactive decision-making. Building on this, the Streaming Harness system employs a three-tier memory hierarchy—short-term, mid-term, and long-term—augmented with prefix-aware KV caching, allowing the system to remember hours of context while maintaining sub-second response latency. This architecture supports continuous, multi-hour streams, making it suitable for real-world applications like live sports commentary, robotic assistants, and surveillance.

To evaluate the effectiveness of their system, the authors develop Streaming-Eval, a benchmark designed to test in-the-wild streaming capabilities across diverse scenarios. Experiments show that their models outperform existing offline and closed-source models, achieving over 20% improvement in proactive response accuracy, with stable responses within 0.5 seconds, and supporting up to 12 hours of context. These results demonstrate the potential for deploying intelligent streaming systems in practical settings.

This work significantly advances the state-of-the-art in streaming video understanding, providing both technical innovations and practical tools for the community. It opens new avenues for research in long-horizon, low-latency, multi-modal AI, and lays a foundation for future systems that can seamlessly operate in dynamic, real-world environments. Despite remaining challenges in scalability and generalization, this research marks a crucial step toward truly intelligent, deployable streaming perception systems.

Deep Dive

Abstract

Vision-Language Models (VLMs) are increasingly required to process unbounded video streams in applications such as video-call assistants, live commentary, and embodied robots. An ideal streaming system should support proactive interaction, long-horizon memory, and real-time processing, while resting on a VLM backbone capable of handling diverse in-the-wild streaming tasks. However, existing VLMs excel at offline video understanding but fall short in streaming capabilities and lack dedicated infrastructure for streaming deployment. We address this gap on three fronts. (i) For backbone capability, we construct \textbf{Streaming-Train-248K}, a streaming dataset paired with a novel training objective for adapting VLMs to streaming interaction and understanding. (ii) For real-world deployment, we introduce \textbf{Streaming Harness}, a plug-and-play system that endows any VLM with three core abilities: proactive interaction (per-second response decisions), long-term memory (12-hour context retention), and real-time processing (sub-second latency). (iii) To drive continued community progress on streaming capabilities, we design \textbf{Streaming-Eval}, a benchmark that reflects models' capabilities across diverse in-the-wild scenarios. Extensive experiments demonstrate consistent gains from our approach across all core capabilities required for streaming video understanding. We will open-source our data, code, and benchmark to advance the community's shift from offline video understanding to deployable streaming intelligence.

cs.CV cs.CL