CVDec 11, 2025

EchoingPixels: Cross-Modal Adaptive Token Reduction for Efficient Audio-Visual LLMs

arXiv:2512.10324v15 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses a bottleneck in efficient multimodal AI for applications like video analysis, though it is incremental as it builds on existing token reduction methods.

The paper tackles the computational inefficiency of audio-visual large language models (AV-LLMs) by introducing EchoingPixels, a framework that reduces tokens from a joint audio-visual stream, achieving performance comparable to baselines with only 5-20% of original tokens and a 2-3x speedup and memory reduction.

Audio-Visual Large Language Models (AV-LLMs) face prohibitive computational overhead from massive audio and video tokens. Token reduction, while extensively explored for video-only LLMs, is insufficient for the audio-visual domain, as these unimodal methods cannot leverage audio-visual cross-modal synergies. Furthermore, the distinct and dynamic information densities of audio and video render static budgets per modality suboptimal. How to perform token reduction on a joint audio-visual stream thus remains an unaddressed bottleneck. To fill this gap, we introduce EchoingPixels, a framework inspired by the coexistence and interaction of visuals and sound in real-world scenes. The core of our framework is the Cross-Modal Semantic Sieve (CS2), a module enabling early audio-visual interaction. Instead of compressing modalities independently, CS2 co-attends to the joint multimodal stream and reduces tokens from an entire combined pool of audio-visual tokens rather than using fixed budgets per modality. This single-pool approach allows it to adaptively allocate the token budget across both modalities and dynamically identify salient tokens in concert. To ensure this aggressive reduction preserves the vital temporal modeling capability, we co-design a Synchronization-Augmented RoPE (Sync-RoPE) to maintain critical temporal relationships for the sparsely selected tokens. Extensive experiments demonstrate that EchoingPixels achieves performance comparable to strong baselines using only 5-20% of the original tokens, with a 2-3x speedup and memory reduction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes