Video-XL: Extra-Long Vision Language Model for Hour-Scale Video Understanding

Yan Shu, Peitian Zhang, Zheng Liu, Minghao Qin, Junjie Zhou, Tiejun Huang, Bo Zhao

arXiv:2409.14485 · 2026-07-27 공개 · arXiv · PDF

vision-language long-video curriculum-learning multi-modal-llm instruction-finetuning cost-effectiveness video-xl key-value-sparsification

Abstract

Long video understanding poses a significant challenge for current Multi-modal Large Language Models (MLLMs). Notably, the MLLMs are constrained by their limited context lengths and the substantial costs while processing long videos. Although several existing methods attempt to reduce visual tokens, their strategies encounter severe bottleneck, restricting MLLMs’ ability to perceive fine-grained visual details. In this work, we propose Video-XL, a novel approach that leverages MLLMs’ inherent key-value (KV) sparsification capacity to condense the visual input. Specifically, we introduce a new special token, the Visual Summarization Token (VST), for each interval of the video, which summarizes the visual information within the interval as its associated KV. The VST module is trained by instruction fine-tuning, where two optimizing strategies are offered. 1. Curriculum learning, where VST learns to make small (easy) and large compression (hard) progressively. 2. Composite data curation, which integrates single-image, multi-image, and synthetic data to overcome the scarcity of long-video instruction data. The compression quality is further improved by dynamic compression, which customizes compression granularity based on the information density of different video intervals. Video-XL’s effectiveness is verified from three aspects. First, it achieves a superior long-video understanding capability, outperforming state-of-the-art models of comparable sizes across multiple popular benchmarks. Second, it effectively preserves video information, with minimal compression loss even at 16 × compression ratio. Third, it realizes outstanding cost-effectiveness, enabling high-quality processing of thousands of frames on a single A100 GPU.

한국어 요약

한 줄 요약

Video-XL은 VST 모듈을 활용해 16× 압축에서도 높은 정확도를 유지하는 장시간 동영상 이해 모델이다.

핵심 기여도

핵심 아이디어

기존 장시간 동영상 처리 모델은 시각 토큰 수를 줄이려는 접근이 세부 정보 손실을 초래했다. Video-XL은 대신 LLM 자체의 KV 스파스화 능력을 활용해, 동영상의 시각 정보를 VST라는 새로운 특수 토큰을 통해 요약한다. VST는 동영상의 구간별 정보를 KV 형태로 압축하고, 정보 밀도에 따라 동적 압축을 수행해 정보 손실을 최소화한다. 이는 기존 토큰 감소 전략과는 차별화된 접근으로, 압축률 16×에서도 높은 정확도를 유지하는 것이 가능하다.

기술적 접근법

주요 결과

의의 및 한계

Video-XL은 장시간 동영상 처리에서 정보 손실과 계산 비용을 동시에 줄이는 새로운 접근법을 제시한다. 특히 VST 모듈과 커리큘럼 학습, 합성 데이터 활용은 MLLM의 장거리 이해 능력을 향상시키는 데 기여한다. 그러나 합성 데이터(VICO)는 5k 샘플로 매우 작아, 더 큰 데이터셋이 필요할 수 있다. 또한, 압축률 32×에서도 성능 유지가 가능하지만, 이는 훈련 없이 직접 테스트한 결과로, 실제 적용 시에는 추가 연구가 필요할 수 있다.

실용적 활용

Video-XL은 영상 분석, 자동 콘텐츠 요약, 영상 QA 시스템 등에 적용 가능하다. 특히 GPU 자원이 제한된 환경에서 수천 프레임을 처리하는 데 유용하며, 대규모 동영상 데이터셋을 효율적으로 분석할 수 있는 기반 기술이 될 수 있다.