AdaTP: Attention-Debiased Token Pruning for Video Large Language Models
Fengyuan Sun, Leqi Shen, Hui Chen, Sicheng Zhao, Jungong Han, Guiguang Ding

TL;DR
AdaTP introduces a novel attention-debiased token pruning method for Video LLMs, significantly reducing computational costs while maintaining performance by addressing inherent attention biases without additional training.
Contribution
The paper proposes AdaTP, a new token pruning pipeline with debiasing modules that effectively reduce computation in Video LLMs without performance loss.
Findings
Reduces FLOPs to 27.3% of the original model on LLaVA-OneVision-7B.
Maintains performance of vanilla models despite significant pruning.
Achieves state-of-the-art results on multiple video understanding benchmarks.
Abstract
Video Large Language Models (Video LLMs) have achieved remarkable results in video understanding tasks. However, they often suffer from heavy computational overhead due to the large number of visual tokens generated from multiple video frames. Existing visual token compression methods often rely on attention scores from language models as guidance. However, these scores exhibit inherent biases: global bias reflects a tendency to focus on the two ends of the visual token sequence, while local bias leads to an over-concentration on the same spatial positions across different frames. To address the issue of attention bias, we propose ttention-ebised oken runing for Video Large Language Models (), a novel token pruning pipeline for Video LLMs. AdaTP integrates two dedicated debiasing modules into the pipeline,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Human Pose and Action Recognition · Generative Adversarial Networks and Image Synthesis
MethodsSoftmax · Attention Is All You Need · Pruning · Focus
