An LMM for Efficient Video Understanding via Reinforced Compression of Video Cubes
Ji Qi, Yuan Yao, Yushi Bai, Bin Xu, Juanzi Li, Zhiyuan Liu, Tat-Seng Chua
TL;DR
Quicksviewer introduces a nonuniform perception paradigm for video understanding by partitioning long videos into cubes of varying lengths via a cubing network guided by frame-level momentum, followed by a fixed-token 3D resampling stage. A unified training objective couples Gumbel Softmax-based cubing with an auxiliary loss and a thumbnail gradient path to enable end-to-end learning without boundary labels. The approach achieves a 45× compression rate and a 420-frame receptive field during pretraining, while delivering state-of-the-art results on Video-MME with only 0.8M video-text samples and minimal per-frame tokens, along with competitive performance on other benchmarks. Extensive ablations validate the importance of 3D positional encoding, Gumbel noise annealing, and joint fine-tuning, and qualitative analyses demonstrate effective long-video and multi-image understanding. Overall, the work presents a scalable, efficient framework for video-language models that can handle ultra-long videos with limited supervision and data.
Abstract
Large Multimodal Models (LMMs) uniformly perceive video frames, creating computational inefficiency for videos with inherently varying temporal information density. This paper present \textbf{Quicksviewer}, an LMM with new perceiving paradigm that partitions a video of nonuniform density into varying cubes using Gumbel Softmax, followed by a unified resampling for each cube to achieve efficient video understanding. This simple and intuitive approach dynamically compress video online based on its temporal density, significantly reducing spatiotemporal redundancy (overall 45$\times$ compression rate), while enabling efficient training with large receptive field. We train the model from a language backbone through three progressive stages, each incorporating lengthy videos on average of 420s/1fps thanks to the perceiving efficiency. With only 0.8M total video-text samples for training, our model outperforms the direct baseline employing a fixed partitioning strategy by a maximum of 8.72 in accuracy, demonstrating the effectiveness in performance. On Video-MME, Quicksviewer achieves SOTA under modest sequence lengths using just up to 5\% of tokens per frame required by baselines. With this paradigm, scaling up the number of input frames reveals a clear power law of the model capabilities. It is also empirically verified that the segments generated by the cubing network can help for analyzing continuous events in videos.
