TL;DR
DUET-VLM introduces a dual-stage token reduction framework for vision-language models, significantly reducing tokens while maintaining high accuracy, leading to more efficient multimodal understanding and reasoning.
Contribution
It proposes a versatile, plug-and-play dual compression method that preserves semantics during aggressive token reduction in VLM training and inference.
Findings
Maintains over 99% accuracy with 67% token reduction on LLaVA-1.5-7B.
Surpasses prior methods with 97.6% accuracy at 89% token reduction.
Achieves >100% accuracy with 53.1% token reduction on Video-LLaVA-7B.
Abstract
Vision-language models (VLMs) have achieved remarkable multimodal understanding and reasoning capabilities, yet remain computationally expensive due to dense visual tokenization. Existing efficiency approaches either merge redundant visual tokens or drop them progressively in language backbone, often trading accuracy for speed. In this work, we propose DUET-VLM, a versatile plug-and-play dual compression framework that consists of (a) vision-only redundancy aware compression of vision encoder's output into information-preserving tokens, followed by (b) layer-wise, salient text-guided dropping of visual tokens within the language backbone to progressively prune less informative tokens. This coordinated token management enables aggressive compression while retaining critical semantics. On LLaVA-1.5-7B, our approach maintains over 99% of baseline accuracy with 67% fewer tokens, and still…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
