paper-with-me

Papers

Adaptive Block Diffusion: Resolving Training-Inference Mismatch in Diffusion Language Models

2026-06-28 · Gagan Jain arxiv

Diffusion Language Models (DLMs) are typically trained under fixed context structures, restricting denoising to predetermined token subsets. This creates a mismatch between training and inference, where models must operate over arbitrary configurations, leading to degradation off the training grid. We propose Adaptive Block Diffusion (ABD), which resolves this mismatch by optimizing denoising risk over a distribution of prefix-window configurations. By treating the configuration as a stochastic variable, ABD trains a single model over the full configuration space without architectural changes. We show that generalization across decoding strategies is governed by the support of the training distribution, and that ABD guarantees denoising optimality for any inference policy whose configurations are covered during training. Empirically, ABD exhibits structural invariance across decoding scales, avoiding off-grid collapse and recovering a monotonic relationship between block size and perplexity, while matching or outperforming fixed-block specialists at their target scales.

📄 PDF Abstract BibTeX arXiv:2606.29275

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deferred Commitment Decoding for Diffusion Language Models

2026-01-05 · Yingte Shu, Yuchuan Tian, Chao Xu, Yunhe Wang 외 arxiv

Diffusion language models (DLMs) have recently emerged as a strong alternative to autoregressive models by enabling parallel text generation. To improve inference efficiency and KV-cache compatibility, prior work commonl…

Code GenerationText Generation

Prefix-Adaptive Block Diffusion for Efficient Document Recognition

2026-05-16 · Mingxu Chai, Ziyu Shen, Chenyu Liu, Kaidi Zhang 외 arxiv

Block Diffusion Models (BDMs) support parallel generation, flexible-length output, and KV caching, making them promising for efficient document parsing. However, existing BDMs bind denoising and cache commitment to fixed…

Block-wise Adaptive Caching for Accelerating Diffusion Policy

2025-06-16 · Kangye Ji, Yuan Meng, Hanyun Cui, Ye Li 외

Diffusion Policy has demonstrated strong visuomotor modeling capabilities, but its high computational cost renders it impractical for real-time robotic control. Despite huge redundancy across repetitive denoising steps, …

Action GenerationDenoisingVision-Language-Action

AdaBlock-dLLM: Semantic-Aware Diffusion LLM Inference via Adaptive Block Size

2025-09-30 · Guanxi Lu, Hao Mark Chen, Yuto Karashima, Zhican Wang 외 arxiv

Diffusion-based large language models (dLLMs) are gaining attention for their inherent capacity for parallel decoding, offering a compelling alternative to autoregressive LLMs. Among various decoding strategies, block-wi…

DepCap: Adaptive Block-Wise Parallel Decoding for Efficient Diffusion LM Inference

2026-04-17 · Xiang Xia, Wuyang Zhang, Jiazheng Liu, Cheng Yan 외 arxiv

Diffusion language models (DLMs) have emerged as a promising alternative to autoregressive language generation due to their potential for parallel decoding and global refinement of the entire sequence. To unlock this pot…