paper-with-me

Papers

A Comprehensive Study on Visual Token Redundancy for Discrete Diffusion-based Multimodal Large Language Models

2025-11-19 · Duo Li, Zuhao Yang, Xiaoqin Zhang, Ling Shao, Shijian Lu arxiv

Discrete diffusion-based multimodal large language models (dMLLMs) have emerged as a promising alternative to autoregressive MLLMs thanks to their advantages in parallel decoding and bidirectional context modeling, but most existing dMLLMs incur significant computational overhead during inference due to the full-sequence attention computation in each denoising step. Pioneering studies attempt to resolve this issue from a modality-agnostic perspective via key-value cache optimization or efficient sampling but most of them overlook modality-specific visual token redundancy. In this work, we conduct a comprehensive study on how visual token redundancy evolves with different dMLLM architectures and tasks and how visual token pruning affects dMLLM responses and efficiency. Specifically, our study reveals that visual redundancy emerges only in from-scratch dMLLMs while handling long-answer tasks. In addition, we validate that visual token pruning introduces non-negligible information loss in dMLLMs and only from-scratch dMLLMs can recover the lost information progressively during late denoising steps. Furthermore, our study shows that layer-skipping is promising for accelerating AR-to-diffusion dMLLMs, whereas progressive or late-step pruning is more effective for from-scratch dMLLMs. Overall, this work offers a new perspective on efficiency optimization for dMLLMs, greatly advancing their applicability across various multimodal understanding tasks. The code is available at: https://github.com/Yrdal3910/dMLLM-Visual-Token-Redundancy-Analysis.

📄 PDF Abstract BibTeX arXiv:2511.15098

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Attention Redundancy: A Comprehensive Study

2021-06-01 · NAACL 2021 4 · Yuchen Bian, Jiaji Huang, Xingyu Cai, Jiahong Yuan 외

Multi-layer multi-head self-attention mechanism is widely applied in modern neural language models. Attention redundancy has been observed among attention heads but has not been deeply studied in the literature. Using BE…

Model CompressionSentence

Beyond Intermediate States: Explaining Visual Redundancy through Language

2025-03-26 · Dingchen Yang, Bowen Cao, Anran Zhang, Weibo Gu 외

Multi-modal Large Langue Models (MLLMs) often process thousands of visual tokens, which consume a significant portion of the context window and impose a substantial computational burden. Prior work has empirically explor…

Libra-Merging: Importance-redundancy and Pruning-merging Trade-off for Acceleration Plug-in in Large Vision-Language Model

2025-01-01 · CVPR 2025 1 · Longrong Yang, Dong Shen, Chaoxiang Cai, Kaibing Chen 외

Large Vision-Language Models (LVLMs) have achieved significant progress in recent years. However, the expensive inference cost limits the realistic deployment of LVLMs. Some works find that visual tokens are redundan…

Language ModelingLanguage Modelling

From Static Structures to Ensembles: Studying and Harnessing Protein Structure Tokenization

2025-11-13 · Zijing Liu, Bin Feng, He Cao, Yu Li arxiv

Protein structure tokenization converts 3D structures into discrete or vectorized representations, enabling the integration of structural and sequence data. Despite many recent works on structure tokenization, the proper…

Enhancing Instruction-Following Capability of Visual-Language Models by Reducing Image Redundancy

2024-11-23 · Te Yang, Jian Jia, Xiangyu Zhu, Weisong Zhao 외

Large Language Models (LLMs) have strong instruction-following capability to interpret and execute tasks as directed by human commands. Multimodal Large Language Models (MLLMs) have inferior instruction-following ability…

Instruction FollowingMMETextVQAVisual Question Answering (VQA)