paper-with-me

홈 › Papers

Top-Down Compression: Revisit Efficient Vision Token Projection for Visual Instruction Tuning

2025-05-17 · Bonan Li, ZiCheng Zhang, Songhua Liu, Weihao Yu, Xinchao Wang

Visual instruction tuning aims to enable large language models to comprehend the visual world, with a pivotal challenge lying in establishing an effective vision-to-language projection. However, existing methods often grapple with the intractable trade-off between accuracy and efficiency. In this paper, we present LLaVA-Meteor, a novel approach designed to break this deadlock, equipped with a novel Top-Down Compression paradigm that strategically compresses visual tokens without compromising core information. Specifically, we construct a trainable Flash Global Fusion module based on efficient selective state space operators, which aligns the feature space while enabling each token to perceive holistic visual context and instruction preference at low cost. Furthermore, a local-to-single scanning manner is employed to effectively capture local dependencies, thereby enhancing the model's capability in vision modeling. To alleviate computational overhead, we explore a Visual-Native Selection mechanism that independently assesses token significance by both the visual and native experts, followed by aggregation to retain the most critical subset. Extensive experiments show that our approach reduces visual tokens by 75--95% while achieving comparable or superior performance across 12 benchmarks, significantly improving efficiency.

📄 PDF Abstract BibTeX arXiv:2505.11945

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LRCP: Low-Rank Compressibility Guided Visual Token Pruning for Efficient LVLMs

2026-05-15 · Hongyu Lu, Feng Zhang, Wenwei Jin, Huanling Hu 외 arxiv

Large vision-language models (LVLMs) achieve strong multimodal understanding, but their inference cost grows rapidly with the number of visual tokens, especially for high-resolution images and long videos. Existing atten…

Token Compensator: Altering Inference Cost of Vision Transformer without Re-Tuning

2024-08-13 · Shibo Jie, Yehui Tang, Jianyuan Guo, Zhi-Hong Deng 외

Token compression expedites the training and inference of Vision Transformers (ViTs) by reducing the number of the redundant tokens, e.g., pruning inattentive tokens or merging similar tokens. However, when applied to do…

Fine-Grained Image Classification

NAC: Neural Action Codec for Vision-Language-Action Models

2026-06-19 · Ahad Jawaid, Yu Xiang arxiv

Vision-language-action (VLA) models rely on discrete action tokenizers to bridge continuous robot control and autoregressive sequence modeling, yet existing tokenizers often trade off between compression, latency, and do…

Spectral Reconstruction

BiGain: Unified Token Compression for Joint Generation and Classification

2026-03-12 · Jiacheng Liu, Shengkun Tang, Jiacheng Cui, Dongkuan Xu 외 arxiv

Acceleration methods for diffusion models (e.g., token merging or downsampling) typically optimize synthesis quality under reduced compute, yet often ignore discriminative capacity. We revisit token compression with a jo…

LLaVA-UHD v4: What Makes Efficient Visual Encoding in MLLMs?

2026-05-09 · Kechen Fang, Yihua Qin, Chongyi Wang, Wenshuo Ma 외 arxiv

Visual encoding constitutes a major computational bottleneck in Multimodal Large Language Models (MLLMs), especially for high-resolution image inputs. The prevailing practice typically adopts global encoding followed by …