Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

VideoLLM-MoD: Efficient Video-Language Streaming with Mixture-of-Depths Vision Computation

About

A well-known dilemma in large vision-language models (e.g., GPT-4, LLaVA) is that while increasing the number of vision tokens generally enhances visual understanding, it also significantly raises memory and computational costs, especially in long-term, dense video frame streaming scenarios. Although learnable approaches like Q-Former and Perceiver Resampler have been developed to reduce the vision token burden, they overlook the context causally modeled by LLMs (i.e., key-value cache), potentially leading to missed visual cues when addressing user queries. In this paper, we introduce a novel approach to reduce vision compute by leveraging redundant vision tokens "skipping layers" rather than decreasing the number of vision tokens. Our method, VideoLLM-MoD, is inspired by mixture-of-depths LLMs and addresses the challenge of numerous vision tokens in long-term or streaming video. Specifically, for each transformer layer, we learn to skip the computation for a high proportion (e.g., 80\%) of vision tokens, passing them directly to the next layer. This approach significantly enhances model efficiency, achieving approximately \textasciitilde42\% time and \textasciitilde30\% memory savings for the entire training. Moreover, our method reduces the computation in the context and avoid decreasing the vision tokens, thus preserving or even improving performance compared to the vanilla model. We conduct extensive experiments to demonstrate the effectiveness of VideoLLM-MoD, showing its state-of-the-art results on multiple benchmarks, including narration, forecasting, and summarization tasks in COIN, Ego4D, and Ego-Exo4D datasets.

Shiwei Wu, Joya Chen, Kevin Qinghong Lin, Qimeng Wang, Yan Gao, Qianli Xu, Tong Xu, Yao Hu, Enhong Chen, Mike Zheng Shou• 2024

Related benchmarks

TaskDatasetResultRank
Long Term AnticipationEgo4D LTA v1 (test)
ED@Z=20 Verb0.689
18
Fine-grained Keystep RecognitionEgoExo4D v1 (val)
Ego Accuracy44.85
11
Fine-grained Keystep RecognitionEgoExo4D v2 (val)
Ego Accuracy42.62
11
Instructional Video UnderstandingCOIN (test)
Step Recognition Top-1 Acc63.4
10
Showing 4 of 4 rows

Other info

Follow for update