Omni-Prune: Query-Aware Unified Token Pruning for Efficient Omnimodal Large Language Models

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Emerging Technologies & Innovation · Depth: Expert, quick

Summary

Omni-Prune is a novel training-free, query-aware audio-visual token pruning framework designed to enhance the efficiency of Omnimodal Large Language Models (OmniLLMs). These models, which integrate synchronized audio and video, often suffer from high prefill latency and GPU memory consumption due to extensive token sequences. Unlike prior vision-only pruning methods, Omni-Prune explicitly accounts for cross-modal connections between audio and video, alongside user query relevance. The framework operates by segmenting token sequences into adaptive time windows based on audio saliency peaks, then scores audio and video tokens using a unified scale that combines encoder attention with text-query relevance. It also pairs related audio-video tokens to ensure co-retention and employs a K-medoids step within each window to select diverse, representative tokens. Experiments show Omni-Prune achieves up to 3.25x prefill speedup and 1.3x memory reduction, while maintaining over 99% of the full-model's performance.

Key takeaway

For AI Engineers optimizing Omnimodal LLMs, Omni-Prune offers a critical solution to high inference costs. If your models struggle with prefill latency or GPU memory due to long audio-video sequences, you should evaluate this training-free framework. It promises up to 3.25x prefill speedup and 1.3x memory reduction while preserving over 99% performance, enabling more efficient deployment of complex multimodal systems.

Key insights

Omni-Prune efficiently prunes audio-visual tokens in Omnimodal LLMs by integrating query-awareness and cross-modal links.

Principles

Method

Omni-Prune splits token sequences into adaptive time windows at audio saliency peaks, scores tokens by combining encoder attention with text-query relevance, pairs related audio-video tokens, and uses K-medoids for final selection.

In practice

Topics

Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.