paper-with-me

Papers

Flash-VStream: Efficient Real-Time Understanding for Long Video Streams

2025-06-30 · Haoji Zhang, Yiqin Wang, Yansong Tang, Yong liu, Jiashi Feng, Xiaojie Jin

Benefiting from the advances in large language models and cross-modal alignment, existing multimodal large language models have achieved prominent performance in image and short video understanding. However, the understanding of long videos is still challenging, as their long-context nature results in significant computational and memory overhead. Most existing work treats long videos in the same way as short videos, which is inefficient for real-world applications and hard to generalize to even longer videos. To address these issues, we propose Flash-VStream, an efficient video language model capable of processing extremely long videos and responding to user queries in real time. Particularly, we design a Flash Memory module, containing a low-capacity context memory to aggregate long-context temporal information and model the distribution of information density, and a high-capacity augmentation memory to retrieve detailed spatial information based on this distribution. Compared to existing models, Flash-VStream achieves significant reductions in inference latency. Extensive experiments on long video benchmarks and comprehensive video benchmarks, i.e., EgoSchema, MLVU, LVBench, MVBench and Video-MME, demonstrate the state-of-the-art performance and outstanding efficiency of our method. Code is available at https://github.com/IVGSZ/Flash-VStream.

📄 PDF Abstract BibTeX arXiv:2506.23825

Code (1)

IVGSZ/Flash-VStream 공식 구현 pytorch

Tasks

cross-modal alignmentEgoSchemaMMEMVBenchVideo MMEVideo Understanding

Similar Papers 제목 키워드 기반

Flash-VStream: Memory-Based Real-Time Understanding for Long Video Streams

2024-06-12 · Haoji Zhang, Yiqin Wang, Yansong Tang, Yong liu 외

Benefiting from the advancements in large language models and cross-modal alignment, existing multi-modal video understanding methods have achieved prominent performance in offline scenario. However, online video streams…

cross-modal alignmentLanguage ModellingQuestion AnsweringVideo Question Answering+2

Event-VStream: Event-Driven Real-Time Understanding for Long Video Streams

2026-01-22 · Zhenghui Guo, Yuanbin Man, Junyuan Sheng, Bowen Lin 외 arxiv

Real-time understanding of long video streams remains challenging for multimodal large language models (VLMs) due to redundant frame processing and rapid forgetting of past context. Existing streaming systems rely on fix…

Hierarchical Memory for Long Video QA

2024-06-30 · Yiqin Wang, Haoji Zhang, Yansong Tang, Yong liu 외

This paper describes our champion solution to the LOVEU Challenge @ CVPR'24, Track 1 (Long Video VQA). Processing long sequences of visual tokens is computationally expensive and memory-intensive, making long video quest…

GPUQuestion AnsweringVideo Question AnsweringVisual Question Answering (VQA)

CoVStream: Edge-Cloud Collaboration for Understanding of Long Video Streams

2026-06-22 · Xu Liu, Guikun Chen, Zihao Yan, Kanzhi Wu 외 arxiv

Long, continuous video streams are an increasingly critical driver of multimedia intelligence. Existing efforts often handle long videos with a sample-encode-reason approach using large models. However, they overlook a c…

Online Video Understanding: OVBench and VideoChat-Online

2024-12-31 · CVPR 2025 1 · Zhenpeng Huang, Xinhao Li, Jiaqi Li, Jing Wang 외

Multimodal Large Language Models (MLLMs) have significantly progressed in offline video understanding. However, applying these models to real-world scenarios, such as autonomous driving and human-computer interaction, pr…

Autonomous DrivingQuestion AnsweringVideo Question AnsweringVideo Understanding