paper-with-me

Papers

DAPD: Dependency-Aware Parallel Decoding via Attention for Diffusion LLMs

2026-03-13 · Bumjun Kim, Dongjae Jeon, Moongyu Jeon, Albert No arxiv

Parallel decoding for Diffusion LLMs (dLLMs) is difficult because each denoising step provides only token-wise marginal distributions, while unmasking multiple tokens simultaneously requires accounting for inter-token dependencies. We propose Dependency-Aware Parallel Decoding (DAPD), a simple, training-free decoding method that uses self-attention to induce a conditional dependency graph over masked tokens. At each iteration, edges in this graph capture strong token interactions, while non-edges indicate weak dependence. Parallel decoding is then reduced to selecting an independent set on the graph and unmasking the selected tokens in parallel. This avoids co-updating strongly coupled tokens without auxiliary models or retraining. Experiments on LLaDA and Dream show that DAPD improves the accuracy-steps trade-off over existing methods and enables more globally distributed parallel updates that better exploit the any-order generation capability of dLLMs. The project is available at https://ai-isl.github.io/dapd

📄 PDF Abstract BibTeX arXiv:2603.12996

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GeoBlock: Inferring Block Granularity from Dependency Geometry in Diffusion Language Models

2026-03-04 · Lipeng Wan, Junjie Ma, Jianhui Gu, Zeyang Liu 외 arxiv

Block diffusion enables efficient parallel refinement in diffusion language models, but its decoding behavior depends critically on block size. Existing block-sizing strategies rely on fixed rules or heuristic signals an…

DAWN: Dependency-Aware Fast Inference for Diffusion LLMs

2026-02-06 · Lizhuo Luo, Zhuoran Shi, Jiajun Luo, Zhi Wang 외 arxiv

Diffusion large language models (dLLMs) have shown advantages in text generation, particularly due to their inherent ability for parallel decoding. However, constrained by the quality--speed trade-off, existing inference…

Text Generation

Break the Sequential Dependency of LLM Inference Using Lookahead Decoding

2024-02-03 · Yichao Fu, Peter Bailis, Ion Stoica, Hao Zhang

Autoregressive decoding of large language models (LLMs) is memory bandwidth bounded, resulting in high latency and significant wastes of the parallel processing power of modern accelerators. Existing methods for accelera…

Code Completion

AdapDISCOM: An Adaptive Sparse Regression Method for High-Dimensional Multimodal Data With Block-Wise Missingness and Measurement Errors

2025-07-31 · Maimouna Baldé, Abdoul O. Diakité, Claudia Moreau, Gleb Bezgin 외 arxiv

Multimodal high-dimensional data are increasingly prevalent in biomedical research, yet they are often compromised by block-wise missingness and measurement errors, posing significant challenges for statistical inference…

Parallelized Autoregressive Decoding for Omni-Modal Dense Video Captioning

2026-07-03 · Wenzheng Zeng, Siyi Jiao, Chen Gao, Hwee Tou Ng 외 hf

Dense video captioning aims to generate temporally grounded descriptions of video events, benefiting both event-level video understanding and generation. In this domain, autoregressive video large language models have em…

Dense Video Captioning