A Comprehensive Study on Visual Token Redundancy for Discrete Diffusion-based Multimodal Large Language Models
Duo Li, Zuhao Yang, Xiaoqin Zhang, Ling Shao, Shijian Lu
TL;DR
This work investigates visual token redundancy in discrete diffusion-based multimodal LLMs (dMLLMs), comparing from-scratch diffusion models with AR-to-diffusion adaptations. It reveals that visual redundancy mainly emerges in from-scratch dMLLMs during long-answer generation and that pruning visual tokens induces information loss, with restoration capabilities differing dramatically between backbones. The study shows that layer-skipping is effective for AR-to-diffusion models, while progressive or late-step pruning better serves from-scratch models, and it identifies attention scores and answer-token logits as reliable pruning signals. These findings reframe visual redundancy as a restoration-driven property rather than a simple token dispensability issue, guiding practical pruning strategies to balance efficiency and accuracy across diverse multimodal tasks. Overall, the results offer actionable insights for accelerating dMLLM inference without severely degrading performance, broadening their applicability in real-world multimodal understanding tasks.
Abstract
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. Pioneer 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.
