paper-with-me

Papers

Visual-Redundancy-Controlled Parallel Decoding for Diffusion-Based Multimodal Large Language Models

2026-05-25 · Yulin Yuan, Hongshuo Zhao, Xiangming Meng arxiv

Diffusion-based multimodal large language models (dMLLMs) decode by iteratively predicting tokens at multiple masked positions in parallel. This turns each decoding step into a position-selection problem: the model must choose not only which predictions are reliable in isolation, but also which positions should be committed together as context for later decoding steps. Existing confidence-based decoding ranks masked positions independently and commits the top-K positions, largely ignoring whether the committed tokens provide complementary visual grounding. We identify a step-level limitation of this strategy in multimodal settings: high-confidence tokens selected in the same step can rely on overlapping visual grounding, introducing visual redundancy among the committed tokens and leaving less complementary visual grounding available for later decoding. To quantify this effect, we introduce the Visual Redundancy Index (VRI), which measures visual grounding overlap among tokens committed in parallel. To control this redundancy during decoding, we propose Visual-Redundancy-Controlled Decoding (VRCD), a training-free inference-time decoding method that uses token-to-image attention to prioritize visually complementary positions. Across diverse multimodal benchmarks, VRCD reduces visual redundancy and remaining-position entropy with modest runtime overhead. In longer decoding experiments, it also achieves relative accuracy gains of up to 18.8% on M^3CoT and 6.9% on MMBench over confidence-based decoding. Code is available at https://github.com/infiniteYuanyl/VRCD.

📄 PDF Abstract BibTeX arXiv:2605.25820

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

$R^2$-dLLM: Accelerating Diffusion Large Language Models via Spatio-Temporal Redundancy Reduction

2026-04-21 · Zhenbang Du, Kejing Xia, Xinrui Zhong, Yonggan Fu 외 arxiv

Diffusion Large Language Models (dLLMs) have emerged as a promising alternative to autoregressive generation by enabling parallel token prediction. However, practical dLLM decoding still suffers from high inference laten…

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 외 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 m…

CreditDecoding: Accelerating Parallel Decoding in Diffusion Large Language Models with Trace Credit

2025-10-07 · Kangyu Wang, Zhiyun Jiang, Haibo Feng, Weijia Zhao 외 arxiv

Diffusion large language models (dLLMs) generate text through iterative denoising. In commonly adopted parallel decoding schemes, each step confirms only high-confidence positions while remasking the others. By analyzing…

VidLaDA: Bidirectional Diffusion Large Language Models for Efficient Video Understanding

2026-01-25 · Zhihao He, Tieyuan Chen, Kangyu Wang, Ziran Qin 외 arxiv

Current Video Large Language Models (Video LLMs) typically encode frames via a vision encoder and employ an autoregressive (AR) LLM for understanding and generation. However, this AR paradigm inevitably faces a dual effi…

Self Speculative Decoding for Diffusion Large Language Models

2025-10-05 · Yifeng Gao, Ziang Ji, Yuxuan Wang, Biqing Qi 외 arxiv

Diffusion-based Large Language Models (dLLMs) have emerged as a competitive alternative to autoregressive models, offering unique advantages through bidirectional attention and parallel generation paradigms. However, the…