CVAINov 18, 2025

AdaTok: Adaptive Token Compression with Object-Aware Representations for Efficient Multimodal LLMs

arXiv:2511.14169v1Has Code
Originality Highly original
AI Analysis

This addresses computational inefficiency and hallucination issues in MLLMs for text-image understanding, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of quadratic growth in image tokens in Multimodal Large Language Models (MLLMs) by proposing an object-level token merging strategy, achieving 96% of vanilla model performance using only 10% of tokens.

Multimodal Large Language Models (MLLMs) have demonstrated substantial value in unified text-image understanding and reasoning, primarily by converting images into sequences of patch-level tokens that align with their architectural paradigm. However, patch-level tokenization leads to a quadratic growth in image tokens, burdening MLLMs' understanding and reasoning with enormous computation and memory. Additionally, the traditional patch-wise scanning tokenization workflow misaligns with the human vision cognition system, further leading to hallucination and computational redundancy. To address this issue, we propose an object-level token merging strategy for Adaptive Token compression, revealing the consistency with human vision system. The experiments are conducted on multiple comprehensive benchmarks, which show that our approach averagely, utilizes only 10% tokens while achieving almost 96% of the vanilla model's performance. More extensive experimental results in comparison with relevant works demonstrate the superiority of our method in balancing compression ratio and performance. Our code will be available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes