OmniZip: Audio-Guided Dynamic Token Compression for Fast Omnimodal Large Language Models
Keda Tao, Kele Shao, Bohan Yu, Weiqiang Wang, Jian liu, Huan Wang
TL;DR
OmniZip addresses the computational bottleneck of OmniLLMs caused by large audio–video token streams. It introduces a training-free audio-guided dynamic pruning approach that uses per-window audio retention scores $S_a(i)$, audio anchors, and an interleaved spatio-temporal compression (ISTC) module. The key contributions are the first omnimodal token compression method, a three-stage pipeline, and extensive benchmarks showing speedups up to 3x in prefilling and memory reductions around 10G with accuracy near baseline across 3B and 7B OmniLLMs. This work enables practical deployment of OmniLLMs for real-time audio–video understanding and provides a foundation for future efficiency techniques.
Abstract
Omnimodal large language models (OmniLLMs) have attracted increasing research attention of late towards unified audio-video understanding, wherein processing audio-video token sequences creates a significant computational bottleneck, however. Existing token compression methods have yet to accommodate this emerging need of jointly compressing multimodal tokens. To bridge this gap, we present OmniZip, a training-free, audio-guided audio-visual token-compression framework that optimizes multimodal token representation and accelerates inference. Specifically, OmniZip first identifies salient audio tokens, then computes an audio retention score for each time group to capture information density, thereby dynamically guiding video token pruning and preserving cues from audio anchors enhanced by cross-modal similarity. For each time window, OmniZip compresses the video tokens using an interleaved spatio-temporal scheme. Extensive empirical results demonstrate the merits of OmniZip - it achieves 3.42X inference speedup and 1.4X memory reduction over other top-performing counterparts, while maintaining performance with no training.
