paper-with-me

홈 › Papers

DSB: Dynamic Sliding Block Scheduling for Diffusion LLMs

2026-02-05 · Lizhuo Luo, Shenggui Li, Yonggang Wen, Tianwei Zhang arxiv

Diffusion large language models (dLLMs) have emerged as a promising alternative for text generation, distinguished by their native support for parallel decoding. In practice, block inference is crucial for avoiding order misalignment in global bidirectional decoding and improving output quality. However, the widely-used fixed, predefined block (naive) schedule is agnostic to semantic difficulty, making it a suboptimal strategy for both quality and efficiency: it can force premature commitments to uncertain positions while delaying easy positions near block boundaries. In this work, we analyze the limitations of naive block scheduling and disclose the importance of dynamically adapting the schedule to semantic difficulty for reliable and efficient inference. Motivated by this, we propose Dynamic Sliding Block (DSB), a training-free block scheduling method that uses a sliding block with a dynamic size to overcome the rigidity of the naive block. To further improve efficiency, we introduce DSB Cache, a training-free KV-cache mechanism tailored to DSB. Extensive experiments across multiple models and benchmarks demonstrate that DSB, together with DSB Cache, consistently improves both generation quality and inference efficiency for dLLMs. Code is released at https://github.com/lizhuo-luo/DSB.

📄 PDF Abstract BibTeX arXiv:2602.05992

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

BlockServe: Block-Grained Continuous Batching for High-Throughput Diffusion LLM Serving

2026-07-09 · Yuanjie Zhu, Liangwei Yang, Ke Xu, Weizhi Zhang 외 arxiv

Efficient serving of diffusion large language models (dLLMs) is hindered by convergence heterogeneity: when batching multiple requests, different sequences converge at different rates, causing faster requests to stall be…

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…

A Sliding-Window-Based Reinforcement Learning for Dynamic Assembly Flow Shop Scheduling with Multi-Product Delivery

2026-07-03 · Junhao Qiu, Jianjun Liu, Ting Liu, Rongjie Liao 외 arxiv

Multi-product kitting delivery imposes significant challenges for real-time scheduling in hybrid manufacturing systems that integrate processing and assembly, as dynamic order arrivals simultaneously alter supply depende…

Reinforcement Learning

WavefrontDiffusion: Dynamic Decoding Schedule for Improved Reasoning

2025-11-22 · Haojin Yang, Rui Hu, Zequn Sun, Rui Zhou 외 arxiv

Diffusion Language Models (DLMs) have shown strong potential for text generation and are becoming a competitive alternative to autoregressive models. The denoising strategy plays an important role in determining the qual…

Code GenerationText Generation

SemBlock: Semantic Boundary Dynamic Blocks for Diffusion LLMs

2026-06-03 · Xinrui Song, Zhuoran Wang, Mingju Gao, Hao Tang arxiv

Diffusion language models (DLMs) generate text through iterative denoising, and blockwise decoding improves their practicality by committing tokens in local blocks. However, existing blockwise methods typically rely on f…