HybridToken-VLM: Hybrid Token Compression for Vision-Language Models
Jusheng Zhang, Xiaoyang Guo, Kaitong Cai, Qinhan Lv, Yijia Fan, Wenhao Chai, Jian Wang, Keze Wang

TL;DR
HTC-VLM introduces a hybrid token compression framework for vision-language models that maintains high performance while significantly reducing computational costs by disentangling semantics and appearance.
Contribution
The paper presents a novel hybrid token compression method that effectively balances semantic fidelity and efficiency in vision-language models.
Findings
Achieves 87.2% performance retention across seven benchmarks.
Outperforms the leading continuous baseline with a 580-to-1 compression ratio.
Prioritizes semantic anchors in compressed tokens, validating effective grounding.
Abstract
Vision-language models (VLMs) have transformed multimodal reasoning, but feeding hundreds of visual patch tokens into LLMs incurs quadratic computational costs, straining memory and context windows. Traditional approaches face a trade-off: continuous compression dilutes high-level semantics such as object identities, while discrete quantization loses fine-grained details such as textures. We introduce HTC-VLM, a hybrid framework that disentangles semantics and appearance through dual channels, i.e., a continuous pathway for fine-grained details via ViT patches and a discrete pathway for symbolic anchors using MGVQ quantization projected to four tokens. These are fused into a 580-token hybrid sequence and compressed into a single voco token via a disentanglement attention mask and bottleneck, ensuring efficient and grounded representations. HTC-VLM achieves an average performance…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Generative Adversarial Networks and Image Synthesis · Natural Language Processing Techniques
