paper-with-me

Papers

Dynamic Token Reduction during Generation for Vision Language Models

2025-01-24 · Xiaoyu Liang, Chaofeng Guan, Jiaying Lu, Huiyao Chen, Huan Wang, Haoji Hu

Vision-Language Models (VLMs) have achieved notable success in multimodal tasks but face practical limitations due to the quadratic complexity of decoder attention mechanisms and autoregressive generation. Existing methods like FASTV and VTW have achieved notable results in reducing redundant visual tokens, but these approaches focus on pruning tokens in a single forward pass without systematically analyzing the redundancy of visual tokens throughout the entire generation process. In this paper, we introduce a dynamic pruning strategy tailored for VLMs, namedDynamic Rate (DyRate), which progressively adjusts the compression rate during generation. Our analysis of the distribution of attention reveals that the importance of visual tokens decreases throughout the generation process, inspiring us to adopt a more aggressive compression rate. By integrating a lightweight predictor based on attention distribution, our approach enables flexible adjustment of pruning rates based on the attention distribution. Our experimental results demonstrate that our method not only reduces computational demands but also maintains the quality of responses.

📄 PDF Abstract BibTeX arXiv:2501.14204

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderToken Reduction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
ADOPT Please enter a description about the method here
Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Dynamic-LLaVA: Efficient Multimodal Large Language Models via Dynamic Vision-language Context Sparsification

2024-12-01 · Wenxuan Huang, Zijie Zhai, Yunhang Shen, Shaosheng Cao 외

Multimodal Large Language Models (MLLMs) have achieved remarkable success in vision understanding, reasoning, and interaction. However, the inference computation and memory increase progressively with the generation of o…

GPUVisual Question Answering

MINT: Mitigating Hallucinations in Large Vision-Language Models via Token Reduction

2025-02-02 · Chao Wang, Jianming Yang, Yang Zhou

Hallucination has been a long-standing and inevitable problem that hinders the application of Large Vision-Language Models (LVLMs) in domains that require high reliability. Various methods focus on improvement depending …

HallucinationToken Reduction

Process Reward Modeling with Entropy-Driven Uncertainty

2025-03-28 · Lang Cao, Renhong Chen, Yingtian Zou, Chao Peng 외

This paper presents the Entropy-Driven Unified Process Reward Model (EDU-PRM), a novel framework that approximates state-of-the-art performance in process supervision while drastically reducing training costs. EDU-PRM in…

Adaptive Visual Autoregressive Acceleration via Dual-Linkage Entropy Analysis

2026-02-01 · Yu Zhang, Jingyi Liu, Feng Liu, Duoqian Miao 외 arxiv

Visual AutoRegressive modeling (VAR) suffers from substantial computational cost due to the massive token count involved. Failing to account for the continuous evolution of modeling dynamics, existing VAR token reduction…

Token Transforming: A Unified and Training-Free Token Compression Framework for Vision Transformer Acceleration

2025-06-06 · Fanhu Zeng, Deli Yu, Zhenglun Kong, Hao Tang

Vision transformers have been widely explored in various vision tasks. Due to heavy computational cost, much interest has aroused for compressing vision transformer dynamically in the aspect of tokens. Current methods ma…

Depth Estimationobject-detectionObject DetectionToken Reduction