paper-with-me

Papers

StreamingVLM: Real-Time Understanding for Infinite Video Streams

2025-10-10 · Ruyi Xu, Guangxuan Xiao, Yukang Chen, Liuning He, Yao Lu, Song Han arxiv

Vision-language models (VLMs) could power real-time assistants and autonomous agents, but they face a critical challenge: understanding near-infinite video streams without escalating latency and memory usage. Processing entire videos with full attention leads to quadratic computational costs and poor performance on long videos. Meanwhile, simple sliding window methods are also flawed, as they either break coherence or suffer from high latency due to redundant recomputation. In this paper, we introduce StreamingVLM, a model designed for real-time, stable understanding of infinite visual input. Our approach is a unified framework that aligns training with streaming inference. During inference, we maintain a compact KV cache by reusing states of attention sinks, a short window of recent vision tokens, and a long window of recent text tokens. This streaming ability is instilled via a simple supervised fine-tuning (SFT) strategy that applies full attention on short, overlapped video chunks, which effectively mimics the inference-time attention pattern without training on prohibitively long contexts. For evaluation, we build Inf-Streams-Eval, a new benchmark with videos averaging over two hours that requires dense, per-second alignment between frames and text. On Inf-Streams-Eval, StreamingVLM achieves a 66.18% win rate against GPT-4O mini and maintains stable, real-time performance at up to 8 FPS on a single NVIDIA H100. Notably, our SFT strategy also enhances general VQA abilities without any VQA-specific fine-tuning, improving performance on LongVideoBench by +4.30 and OVOBench Realtime by +5.96. Code is available at https://github.com/mit-han-lab/streaming-vlm.

📄 PDF Abstract BibTeX arXiv:2510.09608

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How Well Can Your Video Model Remember? Measuring Memory-Budget Trade-offs in Long Video Understanding

2026-06-17 · Yixian Tian arxiv

We introduce a compact empirical model that quantifies how answer accuracy degrades as a function of frame budget B and temporal distance D in long video understanding -- analyzing performance when recalling content from…

Infinite Video Understanding

2025-07-11 · Dell Zhang, Xiangyu Chen, Jixiang Luo, Mengxi Jia 외 arxiv

The rapid advancements in Large Language Models (LLMs) and their multimodal extensions (MLLMs) have ushered in remarkable progress in video understanding. However, a fundamental challenge persists: effectively processing…

Infinite Gaze Generation for Videos with Autoregressive Diffusion

2026-03-26 · Jenna Kang, Colin Groth, Tong Wu, Finley Torrens 외 arxiv

Predicting human gaze in video is fundamental to advancing scene understanding and multimodal interaction. While traditional saliency maps provide spatial probability distributions and scanpaths offer ordered fixations, …

Scene Understanding

LPM 1.0: Video-based Character Performance Model

2026-04-09 · Ailing Zeng, Casper Yang, Chauncey Ge, Eddie Zhang 외 arxiv

Performance, the externalization of intent, emotion, and personality through visual, vocal, and temporal behavior, is what makes a character alive. Learning such performance from video is a promising alternative to tradi…

RAIN: Real-time Animation of Infinite Video Stream

2024-12-27 · Zhilei Shu, Ruili Feng, Yang Cao, Zheng-Jun Zha

Live animation has gained immense popularity for enhancing online engagement, yet achieving high-quality, real-time, and stable animation with diffusion models remains challenging, especially on consumer-grade GPUs. Exis…

DenoisingGPU