English

Tango: Taming Visual Signals for Efficient Video Large Language Models

Computer Vision and Pattern Recognition 2026-04-14 v2

Abstract

Token pruning has emerged as a mainstream approach for developing efficient Video Large Language Models (Video LLMs). This work revisits and advances the two predominant token-pruning paradigms: attention-based selection and similarity-based clustering. Our study reveals two critical limitations in existing methods: (1) conventional top-k selection strategies fail to fully account for the attention distribution, which is often spatially multi-modal and long-tailed in magnitude; and (2) direct similarity-based clustering frequently generates fragmented clusters, resulting in distorted representations after pooling. To address these bottlenecks, we propose Tango, a novel framework designed to optimize the utilization of visual signals. Tango integrates a diversity-driven strategy to enhance attention-based token selection, and introduces Spatio-temporal Rotary Position Embedding (ST-RoPE) to preserve geometric structure via locality priors. Comprehensive experiments across various Video LLMs and video understanding benchmarks demonstrate the effectiveness and generalizability of our approach. Notably, when retaining only 10% of the video tokens, Tango preserves 98.9% of the original performance on LLaVA-OV while delivering a 1.88×\times inference speedup.

Keywords

Cite

@article{arxiv.2604.09547,
  title  = {Tango: Taming Visual Signals for Efficient Video Large Language Models},
  author = {Shukang Yin and Sirui Zhao and Hanchao Wang and Baozhi Jia and Xianquan Wang and Chaoyou Fu and Enhong Chen},
  journal= {arXiv preprint arXiv:2604.09547},
  year   = {2026}
}

Comments

Code: https://github.com/xjtupanda/Tango

R2 v1 2026-07-01T12:03:16.270Z