OmniScope: Modality-Decoupled Token Compression for Omnimodal Large Language Models
Summary
OmniScope is a training-free token compression framework for omnimodal LLMs that estimates audio and video relevance separately using the query as a shared anchor, achieving up to 3.53x prefill speedup and over 15% GPU memory reduction with minimal accuracy loss.
View Cached Full Text
Cached at: 07/31/26, 09:56 PM
Paper page - OmniScope: Modality-Decoupled Token Compression for Omnimodal Large Language Models
Source: https://huggingface.co/papers/2607.23193
Abstract
Existingtokencompressionmethodsforomnimodallargelanguagemodelstypicallyrelyononemodalitytodeterminewhattoretainintheother.Weshowthatthisassumptionoftenbreaksdown:forthesamequery,audioandvideorelevanceoftenpeaksatdifferentmoments.Thiscross-modalsaliencemismatchmakesunidirectionalguidancepronetodiscardinganswer-criticalcuesunderaggressivecompression.WeproposeOmniScope,atraining-freetokencompressionframeworkthatusesthequeryasasharedsemanticanchorwhileestimatingrelevanceseparatelyforaudioandvideo.OmniScopeallocatesmodality-specifictokenbudgets,prunesvisualtokenswithananchor-deltastrategythatpreservesbothglobalcontextandtemporalchanges,andmergesaudiotokenswithineachsecondtoreduceredundancywhilemaintainingtemporalcontinuity.Acrossfouraudio-videobenchmarksandtwoQwen2.5-Omnimodelscales,OmniScopeachievesthebestaverageaccuracyacrossallcompressionsettings.At25%overalltokenretention,itdeliversupto3.53xprefillspeedupandmorethan15%GPUmemoryreduction,withonlya0.35-pointdropinaverageaccuracy.TheseresultssuggestasimpledesignprincipleforOmniLLMinference:sharethequeryacrossmodalities,butnotthesalienceestimates.Thecodeisavailableathttps://github.com/MAC-AutoML/OmniScope.
View arXiv pageView PDFGitHub3Add to collection
Get this paper in your agent:
hf papers read 2607\.23193
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.23193 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.23193 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.23193 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
OmniFocus: Query-Guided Modality-Balanced Token Compression for Omni-Modal Large Language Models
OmniFocus is a training-free, query-guided token compression method for omni-modal LLMs that independently estimates importance for video and audio to preserve modality-specific evidence while maintaining alignment, achieving significant inference speedups with minimal accuracy loss at low token retention ratios.
OmniPack: Unified Token Compression for Efficient Omni-modal Large Language Models
OmniPack proposes a training-free token compression framework for omni-modal LLMs, combining structural pre-LLM compression with task-relevant inner-LLM semantic refinement, achieving strong performance-efficiency trade-offs on multiple benchmarks.
AVOC: Enhancing Hour-Level Audio-Video Understanding in Omni-Modal LLMs via Retrieval-Inspired Token Compression
AVOC introduces a retrieval-inspired token compression method for omni-modal LLMs that effectively handles hour-long audio-video inputs by selecting informative tokens based on relevance, importance, and diversity. The framework achieves state-of-the-art results on long-form audio-video understanding benchmarks, surpassing prior methods by significant margins.
OmniDelta: Skill-Driven Budget Allocation for Token Compression in OmniLLMs
OmniDelta proposes a training-free, skill-driven framework for allocating token budgets across audio and video modalities in OmniLLMs, improving accuracy-efficiency trade-offs with 22% GPU memory reduction and 1.64x speedup at 25% token retention.
OmniMem: Perturbation-aware Memory Compression for Streaming Audio-Visual LLMs
OmniMem introduces a modality-aware memory allocation and perturbation-aware selection strategy for streaming audio-visual LLMs, achieving 2-4% absolute accuracy gains over compression baselines on long-video benchmarks.