paper-with-me

Papers

D$^{3}$ToM: Decider-Guided Dynamic Token Merging for Accelerating Diffusion MLLMs

2025-11-15 · Shuochen Chang, Xiaofeng Zhang, Qingyang Liu, Li Niu arxiv

Diffusion-based multimodal large language models (Diffusion MLLMs) have recently demonstrated impressive non-autoregressive generative capabilities across vision-and-language tasks. However, Diffusion MLLMs exhibit substantially slower inference than autoregressive models: Each denoising step employs full bidirectional self-attention over the entire sequence, resulting in cubic decoding complexity that becomes computationally impractical with thousands of visual tokens. To address this challenge, we propose D$^{3}$ToM, a Decider-guided dynamic token merging method that dynamically merges redundant visual tokens at different denoising steps to accelerate inference in Diffusion MLLMs. At each denoising step, D$^{3}$ToM uses decider tokens-the tokens generated in the previous denoising step-to build an importance map over all visual tokens. Then it maintains a proportion of the most salient tokens and merges the remainder through similarity-based aggregation. This plug-and-play module integrates into a single transformer layer, physically shortening the visual token sequence for all subsequent layers without altering model parameters. Moreover, D$^{3}$ToM employs a merge ratio that dynamically varies with each denoising step, aligns with the native decoding process of Diffusion MLLMs, achieving superior performance under equivalent computational budgets. Extensive experiments show that D$^{3}$ToM accelerates inference while preserving competitive performance. The code is released at https://github.com/bcmi/D3ToM-Diffusion-MLLM.

📄 PDF Abstract BibTeX arXiv:2511.12280

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FastHMR: Accelerating Human Mesh Recovery via Token and Layer Merging with Diffusion Decoding

2025-10-13 · Soroush Mehraban, Andrea Iaboni, Babak Taati arxiv

Recent transformer-based models for 3D Human Mesh Recovery (HMR) have achieved strong performance but often suffer from high computational cost and complexity due to deep transformer architectures and redundant tokens. I…

Human Mesh Recovery

ReGATE: Learning Faster and Better with Fewer Tokens in MLLMs

2025-07-29 · Chaoyu Li, Yogesh Kulkarni, Pooyan Fazli arxiv

The computational cost of training multimodal large language models (MLLMs) grows rapidly with the number of processed tokens. Existing efficiency methods mainly target inference via token reduction or merging, offering …

GeoDecider: A Coarse-to-Fine Agentic Workflow for Explainable Lithology Classification

2026-05-05 · Jiahao Wang, Mingyue Cheng, Yitong Zhou, Qingyang Mao 외 arxiv

Lithology classification aims to infer subsurface rock types from well-logging signals, supporting downstream applications like reservoir characterization. Despite substantial progress, most existing methods still treat …

Think-at-Hard: Dynamic Looped Transformers for Improved Reasoning

2025-11-11 · Tianyu Fu, Yichen You, Zekai Chen, Guohao Dai 외 arxiv

Improving the reasoning abilities of Large Language Models (LLMs), especially under parameter constraints, is crucial for real-world applications. Looped transformers address this by performing multiple latent iterations…

MADTP: Multimodal Alignment-Guided Dynamic Token Pruning for Accelerating Vision-Language Transformer

2024-03-05 · CVPR 2024 1 · JianJian Cao, Peng Ye, Shengze Li, Chong Yu 외

Vision-Language Transformers (VLTs) have shown great success recently, but are meanwhile accompanied by heavy computation costs, where a major reason can be attributed to the large number of visual and language tokens. E…