paper-with-me

홈 › Papers

VideoChat-Flash: Hierarchical Compression for Long-Context Video Modeling

2024-12-31 · Xinhao Li, Yi Wang, Jiashuo Yu, Xiangyu Zeng, Yuhan Zhu, Haian Huang, Jianfei Gao, Kunchang Li, Yinan He, Chenting Wang, Yu Qiao, Yali Wang, LiMin Wang

Long-context modeling is a critical capability for multimodal large language models (MLLMs), enabling them to process long-form contents with implicit memorization. Despite its advances, handling extremely long videos remains challenging due to the difficulty in maintaining crucial features over extended sequences. This paper introduces a Hierarchical visual token Compression (HiCo) method designed for high-fidelity representation and a practical context modeling system VideoChat-Flash tailored for multimodal long-sequence processing. HiCo capitalizes on the redundancy of visual information in long videos to compress long video context from the clip-level to the video-level, reducing the compute significantly while preserving essential details. VideoChat-Flash features a multi-stage short-to-long learning scheme, a rich dataset of real-world long videos named LongVid, and an upgraded "Needle-In-A-video-Haystack" (NIAH) for evaluating context capacities. In extensive experiments, VideoChat-Flash shows the leading performance on both mainstream long and short video benchmarks at the 2B and 7B model scale. It firstly gets 99.1% accuracy over 10,000 frames in NIAH among open-source models.

📄 PDF Abstract BibTeX arXiv:2501.00574

Code (2)

opengvlab/videochat-flash 공식 구현 pytorch
opengvlab/internvideo2 pytorch

Tasks

Memorization

Similar Papers 제목 키워드 기반

One Token per Highly Selective Frame: Towards Extreme Compression for Long Video Understanding

2026-04-15 · Zheyu Zhang, Ziqi Pang, Shixing Chen, Xiang Hao 외 arxiv

Long video understanding is inherently challenging for vision-language models (VLMs) because of the extensive number of frames. With each video frame typically expanding into tens or hundreds of tokens, the limited conte…

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

VideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding

2026-07-16 · Xinhao Li, Yuhan Zhu, Xiangyu Zeng, Yuhao Dong 외 arxiv

Recent advances in video understanding have spanned motion, long video, and streaming interaction, driving this field toward real-world applications. Despite this progress, current open-source models remain limited in se…

Computational Efficiency

MMInference: Accelerating Pre-filling for Long-Context VLMs via Modality-Aware Permutation Sparse Attention

2025-04-22 · Yucheng Li, Huiqiang Jiang, Chengruidong Zhang, Qianhui Wu 외

The integration of long-context capabilities with visual understanding unlocks unprecedented potential for Vision Language Models (VLMs). However, the quadratic attention complexity during the pre-filling phase remains a…

GPU

DeepSeek-V4.1-Flash: Pushing the Limits of KV Cache Compression

2026-09-17 · DeepSeek-AI, Anyi Xu, B. Li, Bangcai Lin 외 hf

The widespread adoption of long-horizon agents has made model workloads increasingly input-heavy. Although prior work has substantially reduced the cost of long-context computation, prefill remains computationally expens…