Efficient Token Pruning for Multimodal Models
Listen to the summary
Uses a voice available on your device
Audio options
On this page 4 sections
Related concepts 5 concepts
Key Takeaways
- OmniDelta improves performance on the WorldSense benchmark, achieving 44.2% accuracy at 25% token retention compared to 43.2% with OmniZip.
- The method dynamically adjusts token budgets between audio and video modalities, as well as across specific temporal segments, to minimize data redundancy.
- The approach establishes a new accuracy-efficiency frontier for the Qwen2.5-Omni family of models across various pruning ratios.
- Performance gains were validated across four benchmarks, including WorldSense, AVUT, VideoMME with audio, and DailyOmni.
Summary & Methodology Analysis
OmniLLMs often face significant inference overhead due to processing long audio and video token sequences. OmniDelta addresses this by introducing a skill-driven approach to budget allocation. Instead of uniform pruning, which can discard critical evidence while keeping redundant data, this method uses task keywords and semantic expansions to categorize intent. It then shifts the fixed token budget between audio and video based on the cosine similarity between the query and these skill-based embeddings, allowing the model to focus compute resources on the most relevant input modality for a given request. This query-aware inter-modal allocation is complemented by an intra-modal strategy that redistributes tokens within each modality based on local content complexity and temporal redundancy. By refining how tokens are selected within these dynamically allocated budgets, the method maintains higher accuracy even as it prunes the input sequence. The authors show this establishes a new accuracy-efficiency Pareto frontier across pruning ratios when tested on Qwen2.5-Omni models. However, the methodology notes that direct query-to-audio/video cosine similarity is unreliable for inter-modal allocation, as queries often express intent while modality tokens represent content. Furthermore, uniform intra-modal allocation is fundamentally suboptimal because it fails to distinguish between critical evidence and redundant content in complex temporal regions. The paper validates these improvements on four specific audio-video benchmarks, including WorldSense, AVUT, VideoMME with audio, and DailyOmni.
Interactive System Flowchart
Cross-Examination & FAQs
A deeper dive clarifying mechanics, constraints, and baseline evaluations.
Q1. What is the primary problem OmniDelta solves?
It addresses the high memory and inference costs associated with processing long audio-video sequences in multimodal large language models.
Q2. Does OmniDelta improve model accuracy?
Yes, it improves accuracy across various benchmarks, such as increasing the WorldSense benchmark average from 43.2% to 44.2% for the Qwen2.5-Omni-7B model at 25% token retention.
Q3. Which models were used to test this method?
The researchers evaluated the approach using Qwen2.5-Omni models.
Q4. How does OmniDelta allocate budgets between audio and video?
It performs query-aware allocation by shifting the fixed token budget based on the cosine similarity between the input query and pre-defined modality skill pool embeddings.
Q5. Why is uniform intra-modal budget allocation considered ineffective?
It is suboptimal because it can miss critical evidence in complex temporal regions while retaining redundant content in others.
Q6. Is query-to-audio/video similarity always reliable for budget allocation?
No, the paper notes that direct similarity is unreliable for modality-level allocation because queries represent user intent while modality tokens encode actual content.
Q7. Which datasets were used to validate the results?
The authors used WorldSense, AVUT, VideoMME with audio, and DailyOmni.
Q8. Does the paper specify the exact memory savings in gigabytes?
No, the paper does not specify the exact memory savings.
Q9. How does OmniDelta compare to OmniZip?
OmniDelta improves the WorldSense benchmark average over OmniZip on the 7B model from 43.2% to 44.2% at 25% retention, and from 42.7% to 43.0% at 20% retention.