LVC: A Lightweight Compression Framework for Enhancing VLMs in Long Video Understanding
Ziyi Wang, Haoran Wu, Yiming Rong, Deyang Jiang, Yixin Zhang, Yunlong Zhao, Shuang Xu, Bo XU
TL;DR
LVC addresses the challenge of long-video understanding by turning dense, temporally rich information into compact pseudo-image frames through a parameter-free, query-guided compression module. By training only the alignment layer, LVC equips existing VLMs with temporal awareness without heavy pretraining or LLM fine-tuning, achieving consistent gains on MLVU and Video-MME across multiple model scales. The approach reduces data and compute costs while preserving performance, and experiments show LVC can outperform some strong baselines on long-video benchmarks, signaling a practical path toward efficient temporal reasoning in vision-language systems.
Abstract
Long video understanding is a complex task that requires both spatial detail and temporal awareness. While Vision-Language Models (VLMs) obtain frame-level understanding capabilities through multi-frame input, they suffer from information loss due to the sparse sampling strategy. In contrast, Video Large Language Models (Video-LLMs) capture temporal relationships within visual features but are limited by the scarcity of high-quality video-text datasets. To transfer long video understanding capabilities to VLMs with minimal data and computational cost, we propose Lightweight Video Compression (LVC), a novel method featuring the Query-Attention Video Compression mechanism, which effectively tackles the sparse sampling problem in VLMs. By training only the alignment layer with 10k short video-text pairs, LVC significantly enhances the temporal reasoning abilities of VLMs. Extensive experiments show that LVC provides consistent performance improvements across various models, including the InternVL2 series and Phi-3.5-Vision. Notably, the InternVL2-40B-LVC achieves scores of 68.2 and 65.9 on the long video understanding benchmarks MLVU and Video-MME, respectively, with relative improvements of 14.6% and 7.7%. The enhanced models and code will be publicly available soon.
