Switch language한국어
Back to the list

OmniScope: Modality-Decoupled Token Compression for Omnimodal Large Language Models

TL;DR AI

Key summary

2 min read
  1. OmniScope is a training-free token compression method that handles audio and video separately for omnimodal LLMs.

  2. Using the query as a shared anchor, it estimates modality-specific relevance, prunes visual tokens with an anchor-delta method, and merges audio tokens within each second.

  3. It outperformed baselines on four benchmarks and two Qwen2.5-Omni scales, delivering up to 3.53x faster prefill and over 15% lower GPU memory use at 25% token retention.

  4. The work tackles cross-modal salience mismatch, offering a practical way to cut inference cost without sacrificing much accuracy.

Read the original