DC-Leap: Training-Free Acceleration of dLLMs via Draft-Guided Contiguous Leaping Decoding

arXiv cs.AI Papers

Summary

Proposes DC-Leap, a training-free framework that accelerates diffusion large language models by introducing dynamic contiguous verification and draft-guided decoding, achieving up to 105× speedup with comparable generation quality.

arXiv:2607.20467v1 Announce Type: new Abstract: While parallel decoding is central to the efficiency of Diffusion Large Language Models (dLLMs), current strategies are often hindered by overly conservative confidence thresholds. These thresholds, necessitated by the Joint Probability Dependence Error (JPDE), result in redundant denoising iterations and suboptimal inference speeds. To overcome this, we propose DC-Leap, a training-free framework that enables reliable acceleration of dLLMs in the moderate-confidence regime. DC-Leap introduces a Dynamic Contiguous Verification strategy that integrates strictly-ordered causal constraints into the parallel decoding process. By progressively validating token dependencies, this mechanism effectively neutralizes the JPDE, enabling reliable acceleration with comparable performance. Furthermore, DC-Leap incorporates the draft-guided decoding mechanism, where the draft helps extend the context by leaping forward across multiple tokens, providing look-ahead context and retaining the structural benefits of bidirectional attention during inference. Extensive experiments on standard benchmarks demonstrate that DC-Leap achieves substantial speedups, up to 53.19x on MBPP for long-sequence generation, and up to 105.02x when combined with KV-Cache with comparable generation quality. Code is available at https://github.com/ffh-wyls/DC-Leap .
Original Article
View Cached Full Text

Cached at: 07/24/26, 05:00 AM

# Training-Free Acceleration of dLLMs via Draft-Guided Contiguous Leaping Decoding
Source: [https://arxiv.org/html/2607.20467](https://arxiv.org/html/2607.20467)
Tianyi Wu1Xiaoxi Sun1Yulin Li1Huiling Zhen3Libo Qin1Baotian Hu1,2Zhuotao Tian1,2Min Zhang1,2

###### Abstract

While parallel decoding is central to the efficiency of Diffusion Large Language Models \(dLLMs\), current strategies are often hindered by overly conservative confidence thresholds\. These thresholds, necessitated by the Joint Probability Dependence Error \(JPDE\), result in redundant denoising iterations and suboptimal inference speeds\. To overcome this, we propose DC\-Leap, a training\-free framework that enables reliable acceleration of dLLMs in the moderate\-confidence regime\. DC\-Leap introduces a Dynamic Contiguous Verification strategy that integrates strictly\-ordered causal constraints into the parallel decoding process\. By progressively validating token dependencies, this mechanism effectively neutralizes the JPDE, enabling reliable acceleration with comparable performance\. Furthermore, DC\-Leap incorporates the draft\-guided decoding mechanism, where the draft helps extend the context by leaping forward across multiple tokens, providing look\-ahead context and retaining the structural benefits of bidirectional attention during inference\. Extensive experiments on standard benchmarks demonstrate that DC\-Leap achieves substantial speedups, up to53\.19×\\timeson MBPP for long\-sequence generation, and up to105\.02×\\timeswhen combined with KV\-Cache with comparable generation quality\. Code is available at[https://github\.com/ffh\-wyls/DC\-Leap](https://github.com/ffh-wyls/DC-Leap)\.

Machine Learning, ICML

1Harbin Institute of Technology, Shenzhen2Shenzhen Loop Area Institute3Huawei Noah’s Ark Lab

\\icml@noticeprintedtrue

†\\daggerCorresponding Author: Zhuotao Tian <<tianzhuotao@hit\.edu\.cn\>\>\.

Proceedings of the43r​d43^\{rd\}International Conference on Machine Learning, Seoul, South Korea\. PMLR 306, 2026\. Copyright 2026 by the author\(s\)\.

![Refer to caption](https://arxiv.org/html/2607.20467v1/x1.png)Figure 1:Overview and Performance of DC\-Leap\.Top: Schematic of the proposed training\-free framework, featuring Dynamic Contiguous Verification to neutralize JPDE through causal constraints, and a Draft Mechanism to expedite convergence via distal context\. Bottom: Evaluation on MBPP for long\-sequence generation\. DC\-Leap achieves up to53\.19×\\timessignificant speedup while maintaining near\-lossless performance\.## 1Introduction

Diffusion Large Language Models \(dLLMs\) such as LLaDA\(Nieet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib1); Zhuet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib2)\)and Dream\(Yeet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib3)\), have emerged as a compelling generative paradigm, challenging the dominance of Autoregressive \(AR\) models by offering non\-autoregressive capabilities and achieving generation quality comparable to models of similar scale\. Unlike the strict sequential dependency inherent in AR architectures, dLLMs inherently support parallel decoding, presenting a viable path toward overcoming the latency bottlenecks associated with sequential token generation\. However, dLLMs may often resort to redundant iterative refinement, resulting in inference throughput that trails behind highly optimized AR models, thereby limiting the utility of dLLMs in latency\-sensitive applications\.

![Refer to caption](https://arxiv.org/html/2607.20467v1/x2.png)\(a\)The frequency of correct versus incorrect predictions across different confidence intervals from LLaDA\-1\.5\. Tokens in the loose confidence range \(0\.65​\-​0\.90\.65\\text\{\-\}0\.9\) account for a significant portion of correct predictions yet are discarded by conservative thresholds\.
![Refer to caption](https://arxiv.org/html/2607.20467v1/x3.png)\(b\)Confidence gap \(Ptop1−Ptop2P\_\{\\text\{top1\}\}\-P\_\{\\text\{top2\}\}\) for intermediate tokens\. The presence of right\-context \(blue line\) significantly widens the margin relative to the baseline \(grey line\)\. This trend demonstrates that future information sharpens the predictive distribution, thereby reducing ambiguity during the generation of intermediate tokens\.

Figure 2:Motivation of DC\-Leap\.\(a\) Strict confidence thresholds in existing parallel decoding methods lead to the waste of potentially correct tokens\. \(b\) Leveraging right\-side context reduces the confidence gap, facilitating faster convergence\.#### Motivation\.

To mitigate dLLM’s computational burden, recent research has focused on parallel decoding strategies, such as Fast\-dLLM\(Wuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib10)\)and LocalLeap\(Konget al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib11)\)\. These methods accelerate decoding by accepting multiple tokens per step based on the confidence thresholds\. Typically, these methods use strict, high\-confidence thresholds, which are usually above 0\.9\. However, as depicted in Figure[2](https://arxiv.org/html/2607.20467#S1.F2)\(a\), a substantial fraction of correct tokens \(61% within the 0\.65–0\.9 confidence interval\) are often discarded due to falling below the predefined confidence threshold\. This premature filtering can create an efficiency bottleneck by restricting the model’s capacity to leverage rapid token convergence in lower\-confidence regions, thus limiting the potential acceleration gains\.

In fact, such stringent thresholding primarily arises from the need to manage errors introduced by parallel acceptance strategies: their effectiveness depends on the assumption thattoken predictions are conditionally independent given the current context\. However, recent findings byBen\-Hamuet al\.\([2026](https://arxiv.org/html/2607.20467#bib.bib4)\)highlight that parallel decoding inherently induces theJoint Probability Dependence Error \(JPDE\), caused by simultaneously predicting multiple tokens while neglecting their mutual dependencies, resulting in incoherent outputs\. Thus, a key research question emerges:Can we mitigate the dependence\-induced errors, i\.e\., JPDE, through alternative methods, beyond stringent confidence thresholding, allowing for safely reduced thresholds and consequently greater acceleration?

#### Limitations of Sequential Decoding\.

A natural approach to mitigating JPDE is to adopt sequential decoding, where tokens are committed one\-by\-one, conditioning each prediction explicitly on previously accepted tokens\. In principle, this strategy resolves dependence errors by avoiding simultaneous token predictions within the same iteration; instead, joint predictions across tokens are factorized through the chain rule\. However, sequential decoding faces two fundamental limitations in the context of dLLMs\.

First, it suffers fromprohibitive inefficiency: sequential commitment reduces parallelism, causing the number of forward passes, and consequently latency, to scale linearly with sequence length and severely undermining the acceleration effects\.

Second, sequential decoding yields anunfavorable inference regime for bidirectional dLLMs: the structured, typically left\-to\-right conditioning pattern inherent to sequential prediction deviates from the distribution encountered during the bidirectional denoising training of dLLMs, as evidenced by the minor confidence gap for most tokens in the No Right Context \(fully masked\) setting in Figure[2](https://arxiv.org/html/2607.20467#S1.F2)\(b\)\.

Such a mismatch limits the exploitation of bidirectional context at inference, as well as the performance gains brought by bidirectional attention mechanisms\.

#### Our Solution\.

To mitigate JPDE while preserving the efficiency of parallel decoding and the advantages of bidirectional context in dLLMs, we introduceDC\-Leap, a training\-free acceleration strategy viaDraft\-guidedContiguousLeaping decoding\. DC\-Leap draws inspiration from sequential commitment but circumvents its two major limitations\. It consists of two primary mechanisms: 1\)Dynamic Contiguous Verification \(DCV\)and 2\)Draft\-guided Decoding\.

Specifically, DCV introduces thedynamic decoding windowthat enforces a local, sequential left\-to\-right verification of tokens\. Within each window, tokens are accepted contiguously until a prediction falls below the confidence threshold, thereby replacing the global conditional independence assumption inherent to parallel decoding with a local, window\-level factorization, enabling multi\-token acceptance while still retaining the efficiency\.

On the other hand, to address the distributional mismatch and context limitations caused by the sequential commitment, DC\-Leap maintains non\-committeddrafts, i\.e\., high\-confidence tokens predicted outside the decoding window\. These drafts help extend the context byleaping forwardacross multiple tokens, providing look\-ahead context and retaining the structural benefits of bidirectional attention during inference\.

Extensive experiments conducted on three dLLMs across five benchmarks, including math reasoning, instruction following, and code generation, demonstrate the effectiveness and the generalization capabilities of DC\-Leap\. Our primary contributions can be summarized as follows:

- •We identify a key trade\-off in dLLM acceleration: controlling Joint Probability Dependence Error \(JPDE\) necessitates strict thresholds in parallel decoding, whereas sequential decoding reduces JPDE at the expense of efficiency and bidirectional inference\.
- •We proposeDC\-Leap, an effective decoding framework that integrates dynamic continuous verification with a look\-ahead draft mechanism, safely lowering the acceptance threshold for parallel decoding while exploiting bidirectional attention during inference\.
- •Extensive experiments on LLaDA\-1\.5, LLaDA\-8B\-Instruct, and Dream\-v0\-7B\-Instruct models across five benchmarks validate the effectiveness of DC\-Leap, demonstrating substantial inference speedups without compromising the generation quality of the baselines\.

## 2Background and Motivation

In this section, we introduce the preliminaries of dLLMs in Sec\.[2\.1](https://arxiv.org/html/2607.20467#S2.SS1)and present our empirical findings in Sec\.[2\.2](https://arxiv.org/html/2607.20467#S2.SS2), which motivate the designs of our proposed framework\.

### 2\.1Preliminaries

#### Parallel Decoding in dLLMs\.

Consider a generation task aiming to produce a target sequence𝒙gen\\boldsymbol\{x\}\_\{\\texttt\{gen\}\}of lengthMM, conditioned on a prompt𝒙prompt\\boldsymbol\{x\}\_\{\\texttt\{prompt\}\}of lengthNN\. The complete sequence is denoted by𝒙∈𝒱L\\boldsymbol\{x\}\\in\\mathcal\{V\}^\{L\}, withL=N\+ML=N\+Mand vocabulary𝒱\\mathcal\{V\}\. Let\[MASK\]∈𝒱\\left\[\\mathrm\{MASK\}\\right\]\\in\\mathcal\{V\}represent the mask token\.

Unlike autoregressive methods, dLLMs\(Nieet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib1)\)employ a non\-autoregressive iterative denoising process over a discrete time horizont∈\{T,T−1,…,0\}t\\in\\\{T,T\-1,\\dots,0\\\}, which typically starts at stepTTwith a fully masked response appended to the prompt:

𝒙T=\(𝒙prompt,\[MASK\],…,\[MASK\]⏟M​times\)\.\\boldsymbol\{x\}^\{T\}=\(\\boldsymbol\{x\}\_\{\\texttt\{prompt\}\},\\underbrace\{\\left\[\\mathrm\{MASK\}\\right\],\\dots,\\left\[\\mathrm\{MASK\}\\right\]\}\_\{M\\text\{ times\}\}\)\.\(1\)At each denoising iterationtt, the modelpθp\_\{\\theta\}simultaneously estimates the categorical distribution over the vocabulary for all masked positions\. Specifically, for any positioniiwhere𝒙it=\[MASK\]\\boldsymbol\{x\}\_\{i\}^\{t\}=\\left\[\\mathrm\{MASK\}\\right\], the model computes token probabilities:

P​\(𝒙i=v∣𝒙t\)=\[Softmax​\(pθ​\(𝒙t\)i\)\]v,∀v∈𝒱\.P\(\\boldsymbol\{x\}\_\{i\}=v\\mid\\boldsymbol\{x\}^\{t\}\)=\\left\[\\text\{Softmax\}\(p\_\{\\theta\}\(\\boldsymbol\{x\}^\{t\}\)\_\{i\}\)\\right\]\_\{v\},\\quad\\forall v\\in\\mathcal\{V\}\.\(2\)Parallel decoding methods for dLLMs\(Wuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib10); Ben\-Hamuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib4)\)typically employ a confidence\-based thresholding strategy to transition from𝒙t\\boldsymbol\{x\}^\{t\}to𝒙t−1\\boldsymbol\{x\}^\{t\-1\}\. Specifically, for each masked token positionii, a binary acceptance decisionMiM\_\{i\}is made independently as follows:

Mi=𝕀​\(maxv∈𝒱⁡P​\(xi=v∣𝐱t\)\>τ\),M\_\{i\}=\\mathbb\{I\}\\left\(\\max\_\{v\\in\\mathcal\{V\}\}P\(x\_\{i\}=v\\mid\\mathbf\{x\}^\{t\}\)\>\\tau\\right\),\(3\)whereτ∈\[0,1\]\\tau\\in\[0,1\]represents the pre\-defined confidence threshold\. Tokens satisfyingMi=1M\_\{i\}=1are committed simultaneously in a single iteration\.

#### Joint Probability Dependence Error in Parallel Decoding\.

Parallel decoding strategies accelerate inference by simultaneously predicting multiple masked tokens indexed by the setUU\. These methods approximate the true joint distributionP​\(𝐱U∣𝒞\)P\(\\mathbf\{x\}\_\{U\}\\mid\\mathcal\{C\}\)with the product of marginalsQ​\(𝐱U∣𝒞\)=∏i∈Upθ​\(xi∣𝒞\)Q\(\\mathbf\{x\}\_\{U\}\\mid\\mathcal\{C\}\)=\\prod\_\{i\\in U\}p\_\{\\theta\}\(x\_\{i\}\\mid\\mathcal\{C\}\), whereCCis the context that has already been decoded\.

This conditional independence assumption introduces the Joint Probability Dependence Error \(ℰ\\mathcal\{E\}\)\. As derived in\(Ben\-Hamuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib4)\), this error can be quantified by the KL divergence, which is strictly bounded above by the marginal entropies of the target tokens:

ℰ=DKL​\(P∥Q\)≤∑i∈UH​\(xi∣𝒞\)−maxj∈U⁡H​\(xj∣𝒞\)\.\\mathcal\{E\}=D\_\{\\text\{KL\}\}\(P\\parallel Q\)\\leq\\sum\_\{i\\in U\}H\(x\_\{i\}\\mid\\mathcal\{C\}\)\-\\max\_\{j\\in U\}H\(x\_\{j\}\\mid\\mathcal\{C\}\)\.\(4\)For non\-contiguous decoding, the sparse context𝒞0\\mathcal\{C\}\_\{0\}composed of scattered verified tokens yields high accumulated entropies and loose error bounds\. Consequently, these methods compulsorily require conservative confidence thresholdsτ\\tauin Eq\. \([3](https://arxiv.org/html/2607.20467#S2.E3)\) to filter unreliable predictions, severely diminishing their acceleration potential\.

### 2\.2Key Observations

As discussed in the Introduction, parallel decoding is fundamentally constrained by JPDE, thus relying on strict confidence thresholds to minimize errors\. However, this conservatism leads to excessive rejection of correct tokens in early iterations \(Figure[2](https://arxiv.org/html/2607.20467#S1.F2)\(a\)\)\. This raises the core challenge:how can we safely lower the threshold to recover these tokens without compromising accuracy?

The problem can be equivalently reformulated as mitigating the JPDE discussed in Sec\.[2\.1](https://arxiv.org/html/2607.20467#S2.SS1.SSS0.Px2)without relying on stringent thresholds\. We draw inspiration from sequential decoding, which is theoretically free from JPDE as it strictly follows the probability chain rule:

P​\(𝐱1:T∣𝒞\)=∏t=1TP​\(xt∣𝐱<t,𝒞\)\.P\(\\mathbf\{x\}\_\{1:T\}\\mid\\mathcal\{C\}\)=\\prod\_\{t=1\}^\{T\}P\(x\_\{t\}\\mid\\mathbf\{x\}\_\{<t\},\\mathcal\{C\}\)\.\(5\)where𝐱1:T\\mathbf\{x\}\_\{1:T\}represents the target generation sequence of total lengthTT, and𝒞\\mathcal\{C\}denotes the given context\. Thextx\_\{t\}refers to the specific token generated at the current time steptt, which is explicitly conditioned on the fully verified prefix𝐱<t=\{x1,…,xt−1\}\\mathbf\{x\}\_\{<t\}=\\\{x\_\{1\},\\dots,x\_\{t\-1\}\\\}accumulated from previous steps\. This ensures that the independence assumption is never violated, thus guaranteeing the generation quality\.

#### Windowed Contiguous Decoding\.

Although sequential decoding avoids JPDE by construction, its token\-by\-token commitment is prohibitively inefficient\. This motivates a natural question:Can we retain left\-to\-right sequentiality while decoding multiple tokens per iteration?

A promising compromise involves relaxing strict sequentiality to the span level\. Consider decoding a candidate span of tokens in parallel, while adhering to a left\-to\-right commitment rule: only the longest verified contiguous prefix is accepted, meaning that a token is retained only if all preceding tokens in the span are verified\. Specifically, as shown in Table[1](https://arxiv.org/html/2607.20467#S2.T1), contiguous decoding boosts accuracy compared to non\-contiguous alternatives under the same confidence thresholds\. This demonstrates that strict sequentiality can coexist with multi\-token commitment, effectively reconciling orderly verification with computational efficiency\.

Table 1:Accuracy \(%\) on GSM8K in the LLaDA\-1\.5 under different confidence thresholdsτ\\taufor two decoding strategies\.
#### Future Context Benefits\.

Sequential verification enforces a left\-to\-right commitment pattern, which leaves most future positions masked during decoding\. As a result, dLLMs cannot fully exploit their bidirectional attention, since informative right context is largely unavailable at inference time\. This motivates a natural question:Can supplementing reliable right\-side future context improve the model’s confidence and stability under verification?

To validate this, we conduct a simple pilot study that provides additional right\-context information during decoding and quantifies its effect on prediction uncertainty\. Specifically, we measure the confidence gapPtop1−Ptop2P\_\{\\text\{top1\}\}\-P\_\{\\text\{top2\}\}under varying right\-context conditions, wherePtop1P\_\{\\text\{top1\}\}andPtop2P\_\{\\text\{top2\}\}denote the probabilities of the most likely and second\-most likely tokens, respectively\. As shown in Figure[2](https://arxiv.org/html/2607.20467#S1.F2)\(b\), supplying high\-quality right context consistently sharpens the confidence gap compared to decoding without right context, indicating more decisive token predictions\.

This suggests that future tokens can serve as semantic anchors that reduce uncertainty and stabilize verification\. Moreover, since higher confidence is typically correlated with a higher likelihood of correctness\(Guoet al\.,[2017](https://arxiv.org/html/2607.20467#bib.bib17)\), confidence provides a practical proxy for selecting useful future cues\. These observations motivate our draft mechanism, which retains high\-confidence future predictions as look\-ahead placeholders to guide decoding\.

## 3Methodology

![Refer to caption](https://arxiv.org/html/2607.20467v1/x4.png)Figure 3:Dynamic Contiguous Verification \(DCV\) and Draft Mechanisms\.Left: DCV determines window lengthKK\(tokens exceedingτcommit\\tau\_\{\\text\{commit\}\}\) and advances by committingKKcontiguous tokens\. Right: Draft mechanism remasks invalid tokens within the window and selects future tokens on the right side of the current window exceedingτdraft\\tau\_\{\\text\{draft\}\}as placeholders for subsequent decoding\.![Refer to caption](https://arxiv.org/html/2607.20467v1/x5.png)Figure 4:Illustration of the draft\-guided decoding process\.The proposed pipeline reconciles window\-level sequentiality with global contextual awareness\. By combining dynamic contiguous verification with an in\-place draft update mechanism, DC\-Leap utilizes future context on the right side to guide current denoising, effectively alleviating context limitations induced by strictly sequential decoding\.### 3\.1Overview

Inspired by insights discussed in Sec\.[2\.2](https://arxiv.org/html/2607.20467#S2.SS2), we propose DC\-Leap to safely lower the confidence threshold used in parallel decoding, thus enabling significant inference acceleration for dLLMs\. As illustrated in Figure[3](https://arxiv.org/html/2607.20467#S3.F3), DC\-Leap addresses the independence\-induced errors common in conventional parallel decoding by incorporating two key components\.

First, we introduceDynamic Contiguous Verification\(Sec\.[3\.2](https://arxiv.org/html/2607.20467#S3.SS2)\)\. This strategy adopts a dynamic decoding window that advances sequentially, while tokens within each window are decoded in parallel\. By enforcing sequential dependencies at the window level rather than globally, DC\-Leap relaxes the restrictive global conditional independence assumption inherent in parallel decoding\. As a result, a more lenient confidence threshold can be safely used, allowing more tokens to be accepted at each iteration\.

Secondly, we address the issue raised in Sec\.[2\.2](https://arxiv.org/html/2607.20467#S2.SS2)that contiguous decoding may lead bidirectional dLLMs into a suboptimal inference regime by introducing thedraftmechanism \(Sec\.[3\.3](https://arxiv.org/html/2607.20467#S3.SS3)\)\. Drafts are high\-confidence, decoded yet uncommitted tokens outside the current decoding window\. These drafts provide valuable look\-ahead future context, enabling dLLMs to effectively leverage bidirectional attention capabilities for decoding\.

The comprehensive algorithmic procedure of DC\-Leap is systematically detailed in Algorithm[A](https://arxiv.org/html/2607.20467#A1)\.

### 3\.2Dynamic Contiguous Verification

To mitigate Joint Probability Dependence Error \(JPDE\) without the aggressive confidence filtering used in prior works\(Wuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib10); Konget al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib11)\), we proposeDynamic Contiguous Verification \(DCV\)\. DCV replaces the global conditional independence assumption inherent to parallel decoding with a local, window\-level factorization\. By sequentially advancing a contiguous window while decoding all tokens within it in parallel, DCV retains local sequential constraints to mitigate JPDE without sacrificing efficiency\. This structural refinement allows the model to adopt a significantly more lenient confidence threshold, effectively capturing acceleration opportunities in lower\-confidence regions that were previously suppressed\.

#### Dynamic Decoding Window\.

We define the dynamic decoding window \(DDW\) as the set of tokens that will be decoded and committed at the current iteration\. Unlike fixed\-length windows, the span of DDW is dynamically determined from the model’s current predictions, subject to a maximum window sizeLL\.

Formally, letppdenote the leftmost uncommitted position in the sequence\. At the current iteration, the decoding window is a contiguous segmentW=\[p,p\+K\)W=\\left\[p,p\+K\\right\), where the window lengthKKsatisfies0≤K≤L0\\leq K\\leq L\.

To dynamically determine the window lengthKKbased on the token predictions, we introduce a commitment thresholdτcommit\\tau\_\{\\text\{commit\}\}\. A token at positioniiis eligible for commitment if its confidenceci≥τcommitc\_\{i\}\\geq\\tau\_\{\\text\{commit\}\}\. However, unlike standard parallel decoding schemes that commit all tokens exceeding the threshold in a single step, we enforce contiguous commitment: only the longest prefix starting at positionppwhose tokens all satisfy the confidence constraint is committed\.

Table 2:Performance on Dream\-v0\-7B\-Instruct\(Yeet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib3)\)\.Each cell reports accuracy and throughput \(TPS\), alongside the speedup factor relative to the baseline\. Bold indicates the highest performance\.Consequently, within the maximum window sizeLL, the window lengthKKis determined by truncating at the first position where the confidence falls belowτcommit\\tau\_\{\\text\{commit\}\}\. For implementation convenience, we computeKKusing an indicator\-based prefix\-product formulation:

K=∑i=0L−1∏j=0i𝕀​\(cj\>τcommit\),K=\\sum\_\{i=0\}^\{L\-1\}\\prod\_\{j=0\}^\{i\}\\mathbb\{I\}\(c\_\{j\}\>\\tau\_\{\\text\{commit\}\}\),\(6\)which counts the length of the longest contiguous prefix whose token confidences exceed the commit threshold\.

This sequential advancement of the contiguous and monotonic window ensures that tokens are verified in their correct order\. By preventing out\-of\-order commitments, the mechanism allows DCV to safely adopt a more lenient confidence threshold, thereby maximizing the number of tokens accepted in each parallel decoding iteration\.

### 3\.3Draft\-guided Decoding

While DCV effectively mitigates JPDE through window\-level sequentiality, it inherently restricts the model’s access to right\-side context during inference\. Such context truncation diminishes the ability of bidirectional dLLMs to exploit future token information, potentially leading to suboptimal inference performance\. To overcome this issue, we introduceDraft\-guided Decoding, a method that maintains uncommitted draft placeholders to provide look\-ahead context, thus preserving the structural advantages of bidirectional attention during inference\.

Specifically, we generatedraftsby predicting tokens at select positions beyond the current decoding window, employing them as auxiliary right\-side context\. These drafts are maintained aslook\-ahead placeholdersand are not finalized as outputs, thus preserving window\-level sequentiality\. In essence, drafts serve as right\-side contextual anchors for decoding the current window, aligning inference\-time conditions more closely with the bidirectional denoising setting encountered during training, and thereby enhancing the effective utilization of bidirectional attention\.

Table 3:Performance on LLaDA\-8B\-Instruct\(Nieet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib1)\)\.Each cell reports accuracy and throughput \(TPS\), alongside the speedup factor relative to the baseline\. Bold indicates the highest performance\.Table 4:Performance on LLaDA\-1\.5\(Zhuet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib2)\)\.Each cell reports accuracy and throughput \(TPS\), alongside the speedup factor relative to the baseline\. Bold indicates the highest performance\.#### Draft Update\.

We now formalize the draft update procedure\. During the forward pass, predictions in the future region are monitored in parallel\. We introduce a draft thresholdτdraft\\tau\_\{\\text\{draft\}\}and designate positions whose confidence satisfiesc\>τdraftc\>\\tau\_\{\\text\{draft\}\}as draft candidates\. After committing the tokens within the decoding window, we update the sequence by overwriting the corresponding draft placeholders in place\.

Formally, letx^i\\hat\{x\}\_\{i\}denote the top\-1 predicted token at positioniiin the future region,*i\.e\.*,i≥p\+Li\\geq p\+L, whereppis the index of the last verified token andLLis the decoding window length\. Letcic\_\{i\}denote the confidence score of tokenx^i\\hat\{x\}\_\{i\}\. We maintain a draft placeholderdid\_\{i\}for each future positionii\. Initially set as a\[MASK\]token,did\_\{i\}is iteratively updated as follows:

di=\{x^iif​ci\>τdraftdiotherwise,∀i≥p\+L,d\_\{i\}=\\begin\{cases\}\\hat\{x\}\_\{i\}&\\text\{if \}c\_\{i\}\>\\tau\_\{\\text\{draft\}\}\\\\ d\_\{i\}&\\text\{otherwise\}\\end\{cases\}\\quad,\\forall i\\geq p\+L,\(7\)

#### Draft Invalidation\.

However, since drafts are non\-committed placeholders, they must be invalidated once they fall within the range of tokens eligible for inclusion in the decoding window\. To prevent trivial copying and to preserve window\-level sequential decoding, we discard such drafts by re\-masking\. For simplicity, we re\-mask all tokens within this maximum length range, thereby removing any drafts that are potentially incorporated into the decoding window:

xp\+i⇐\[MASK\],∀i∈\[0,L−1\]\.x\_\{p\+i\}\\Leftarrow\\texttt\{\[MASK\]\},\\quad\\forall i\\in\[0,L\-1\]\.\(8\)Here,ppdenotes the starting position of the current decoding window,LLdenotes the maximum window size, andxp\+ix\_\{p\+i\}is the token at positionp\+ip\+iamong those eligible for inclusion in the decoding window\.

#### Inference with Drafts\.

At each decoding iteration, the proposed draft\-guided decoding pipeline consists of four steps as shown in Figure[4](https://arxiv.org/html/2607.20467#S3.F4): \(i\) re\-masking the decoding window to invalidate any drafts it contains as Eq\. \([8](https://arxiv.org/html/2607.20467#S3.E8)\); \(ii\) performing a single forward pass to obtain predictions for both the window and the future region; \(iii\) computing the dynamic contiguous window lengthKKas Eq\. \([6](https://arxiv.org/html/2607.20467#S3.E6)\); and \(iv\) committing the verified window tokens while updating drafts in place as Eq\. \([7](https://arxiv.org/html/2607.20467#S3.E7)\)\. Overall, the draft\-guided decoding pipeline provides look\-ahead future context to the decoding region, while still preserving the window\-level sequentiality of DCV, thereby alleviating the distributional mismatch and context limitations induced by the sequential decoding\.

## 4Experiments

### 4\.1Experiments Setup

![Refer to caption](https://arxiv.org/html/2607.20467v1/x6.png)\(a\)GSM8K: Sensitivity to Commitment Threshold
![Refer to caption](https://arxiv.org/html/2607.20467v1/x7.png)\(b\)GSM8K: Sensitivity to Draft Threshold
![Refer to caption](https://arxiv.org/html/2607.20467v1/x8.png)\(c\)MBPP: Sensitivity to Commitment Threshold
![Refer to caption](https://arxiv.org/html/2607.20467v1/x9.png)\(d\)MBPP: Sensitivity to Draft Threshold

Figure 5:Sensitivity analysis onτc\\tau\_\{\\text\{c\}\}andτd\\tau\_\{\\text\{d\}\}for LLaDA\-1\.5 on GSM8K and MBPP benchmarks\.We perform univariate analysis for each threshold while fixing the other at the default setting\. Blue solid lines and red dash\-dotted lines represent throughput \(TPS\) and task performance \(Accuracy or Pass@1\), respectively, with horizontal dashed lines marking corresponding baseline levels\.![Refer to caption](https://arxiv.org/html/2607.20467v1/x10.png)Figure 6:Sensitivity analysis on the maximun window lehgthLLfor LLaDA\-1\.5 on GSM8K benchmark\.Throughput \(TPS, blue solid\) and accuracy \(red dash\-dotted\) are plotted againstLL, with horizontal dashed lines marking their respective baselines\.#### Models and Baselines\.

We select LLaDA\-8B\-Instruct\(Nieet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib1)\), LLaDA\-1\.5\(Zhuet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib2)\), and Dream\-v0\-Instruct\-7B\(Yeet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib3)\)as our base models\. For each, the generation follows a semi\-autoregressive remasking strategy\(Nieet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib1)\)configured with a block size of 32\. We compare our DC\-Leap against standard diffusion decoding and three state\-of\-the\-art parallel decoding strategies: \(1\) Fast\-dLLM\(Wuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib10)\), a confidence\-thresholding parallel decoding method; \(2\) LocalLeap\(Konget al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib11)\), which leverages high\-confidence anchors to guide local parallelization; and \(3\) L2P\(Baoet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib12)\), a learnable policy network designed for adaptive parallel decoding\.

#### Benchmarks and Metrics\.

To comprehensively assess the performance and efficiency of our method, we conduct evaluations across three primary domains: Mathematical Reasoning \(GSM8K\(Cobbeet al\.,[2021](https://arxiv.org/html/2607.20467#bib.bib5)\), MATH\(Hendryckset al\.,[2021](https://arxiv.org/html/2607.20467#bib.bib6)\)\), Program Synthesis \(HumanEval\(Chenet al\.,[2021](https://arxiv.org/html/2607.20467#bib.bib7)\), MBPP\(Austinet al\.,[2021](https://arxiv.org/html/2607.20467#bib.bib8)\)\), and Instruction Following \(IFEval\(Zhouet al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib9)\)\)\. We set the generation length to 512 for HumanEval and IFEval, while a length of 256 is applied to all other benchmarks\. Efficiency is quantified via Tokens Per Second \(TPS\) and relative speedup over the baseline\.

#### Implementation Details\.

All experiments are performed on NVIDIA RTX PRO 6000 Blackwell\. To ensure reproducibility and fair comparison, we utilize greedy decoding without any random sampling strategies\. Unless otherwise specified, we set the maximum decoding window size to half of the total generation length, which determines the span of tokens being verified\. Throughout our experiments, we maintain constant threshold values ofτcommit\\tau\_\{\\text\{commit\}\}= 0\.70 andτdraft\\tau\_\{\\text\{draft\}\}= 0\.98 across all models and benchmarks, demonstrating the robustness and generalization of DC\-Leap in diverse evaluation scenarios\.

### 4\.2Main Results

The results are presented in Table[2](https://arxiv.org/html/2607.20467#S3.T2),[3](https://arxiv.org/html/2607.20467#S3.T3), and[4](https://arxiv.org/html/2607.20467#S3.T4)\. Overall, DC\-Leap achieves substantial inference speedup with negligible performance degradation and, in several cases, slight improvement\. In terms of decoding speed, DC\-Leap consistently outperforms all baselines across diverse models and benchmarks\. On Dream\-v0\-7B\-Instruct \(Table[2](https://arxiv.org/html/2607.20467#S3.T2)\), DC\-Leap achieves an average speedup of4\.71×\\mathbf\{4\.71\\times\}, significantly surpassing the previous state\-of\-the\-art LocalLeap \(3\.77×3\.77\\times\) and Fast\-dLLM \(2\.38×2\.38\\times\)\. The performance gain is even more noticeable on the LLaDA\-1\.5 \(Table[4](https://arxiv.org/html/2607.20467#S3.T4)\)\. By unlocking the potential of lower\-confidence tokens via contiguous verification, DC\-Leap attains an average speedup of8\.29×\\mathbf\{8\.29\\times\}\. Notably, on code generation tasks such as MBPP, DC\-Leap achieves a throughput improvement of13\.04×\\mathbf\{13\.04\\times\}, demonstrating its exceptional efficiency\.

#### Scalability and Extension\.

We further evaluate DC\-Leap on long sequence generation \(1024 tokens\) and its compatibility with KV cache on LLaDA\-1\.5, as shown in Table[5](https://arxiv.org/html/2607.20467#S4.T5)\. The results highlight superior scalability, where acceleration gains amplify with sequence length\. Specifically, on GSM8K and MBPP, DC\-Leap achieves24\.64×\\timesand53\.18×\\timesspeedup, respectively\. Furthermore, DC\-Leap proves orthogonal to the KV Cache optimizations\. Integrating DC\-Leap withdLLM\-Cache\(Liuet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib13)\)yields a compound acceleration effect, pushing throughput to a105\.02×\\times\(809\.71 TPS\)on MBPP while maintaining competitive generation quality\. This establishes DC\-Leap as a robust, plug\-and\-play module for dLLMs acceleration\.

### 4\.3Ablations and Analysis

To understand hyperparameter sensitivity in DC\-Leap, we conduct extensive ablations on LLaDA\-1\.5 using GSM8K and MBPP, analyzing the impact of dual thresholds \(commitment and draft\) and maximum window size\.

#### Impact of commitment thresholdτc\\tau\_\{c\}\.

To explore the impact of dynamic contiguous verification, we fix the draft thresholdτd\\tau\_\{d\}at 0\.98 and varyτc\\tau\_\{c\}\. As shown in Figure[5](https://arxiv.org/html/2607.20467#S4.F5)\(a, c\), loweringτc\\tau\_\{c\}unlocks significant speedups by allowing more tokens to be accepted within the decoding window\. Specifically, on GSM8K, decreasingτc\\tau\_\{c\}from0\.800\.80to0\.650\.65boosts throughput from44\.2444\.24to57\.8457\.84TPS without compromising accuracy, demonstrating that DC\-Leap is robust toτc\\tau\_\{c\}\. A consistent trend is observed in the MBPP results\. To strike an optimal balance between accuracy and throughput, we setτc=0\.70\\tau\_\{c\}=0\.70as our default configuration\.

#### Impact of draft thresholdτd\\tau\_\{d\}\.

Similarly, we analyze the impact ofτd\\tau\_\{d\}on accuracy and throughput in Figures[5](https://arxiv.org/html/2607.20467#S4.F5)\(b, d\), while fixingτc\\tau\_\{c\}to 0\.70\. The performance on both benchmarks follows a consistent pattern: Loweringτd\\tau\_\{d\}compromises accuracy slightly\. Conversely, increasingτd\\tau\_\{d\}slightly reduces throughput due to stricter draft selection, as seen in MBPP, where TPS adjusts from 185\.19 to 171\.35\. To ensure throughput and consistent performance across tasks, we identifyτd=0\.98\\tau\_\{d\}=0\.98as the optimal value\.

#### Impact of maximum window sizeLL\.

We investigate the sensitivity of the maximum window sizeLLon the GSM8K benchmark, varying from 32 to 128\. As illustrated in Figure[6](https://arxiv.org/html/2607.20467#S4.F6), expanding the window size significantly enhances parallelism\. While further increasing to 128 maximizes inference speed, reaching a peak throughput of 54\.27 TPS, at the cost of a slight accuracy decline from 80\.74% to 79\.98%\. Given that the performance degradation is negligible relative to the substantial efficiency gains, we adoptLL= 128 as the default setting to prioritize acceleration\.

Table 5:Performance of DC\-Leap on 1024\-token generation, with and without dLLM\-Cache\.Best performances are in bold\.

## 5Conclusion

In this work, we identify the strict thresholding driven by the conditional independence assumption in non\-contiguous decoding as a critical bottleneck limiting inference speed\. While sequential decoding theoretically resolves this issue, it remains inefficient and underutilizes bidirectional context\. Building on these insights, we propose DC\-Leap, a simple yet effective method that introduces Dynamic Contiguous Verification and leverages the inherent bidirectional attention of dLLMs via Draft\-guided Decoding to unlock the acceleration potential within lower\-confidence regimes\. As a plug\-and\-play method, DC\-Leap is orthogonal to existing KV Cache optimizations, allowing their acceleration effects to be stacked for synergistic gains\.

## Impact Statement

This paper presents work whose goal is to advance the field of machine learning\. There are many potential societal consequences of our work, none of which we feel must be specifically highlighted here\.

## Acknowledgement

This work was supported by the Guangdong Basic and Applied Basic Research Foundation \(2025A1515011546\) and by the Shenzhen Science and Technology Program \(JCYJ20240813105901003, ZDCY20250901113000001\)\.

## References

- J\. Austin, A\. Odena, M\. Nye, M\. Bosma, H\. Michalewski, D\. Dohan, E\. Jiang, C\. Cai, M\. Terry, Q\. Le,et al\.\(2021\)Program synthesis with large language models\.arXiv preprint arXiv:2108\.07732\.Cited by:[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px2.p1.1)\.
- S\. Bai, Y\. Cai, R\. Chen, K\. Chen, X\. Chen, Z\. Cheng, L\. Deng, W\. Ding, C\. Gao, C\. Ge, W\. Ge, Z\. Guo, Q\. Huang, J\. Huang, and e\. al\. Fei Huang \(2025\)Qwen3\-vl technical report\.arXiv preprint arXiv:2511\.21631\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- W\. Bao, Z\. Chen, D\. Xu, and Y\. Shang \(2026\)Learning to parallel: accelerating diffusion large language models via learnable parallel decoding\.InThe Fourteenth International Conference on Learning Representations,Cited by:[§B\.3](https://arxiv.org/html/2607.20467#A2.SS3.p2.1),[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px1.p1.1)\.
- H\. Ben\-Hamu, I\. Gat, D\. Severo, N\. Nolte, and B\. Karrer \(2026\)Accelerated sampling from masked diffusion models via entropy bounded unmasking\.InThe Thirty\-ninth Annual Conference on Neural Information Processing Systems,Cited by:[§B\.3](https://arxiv.org/html/2607.20467#A2.SS3.p3.1),[§1](https://arxiv.org/html/2607.20467#S1.SS0.SSS0.Px1.p2.1),[§2\.1](https://arxiv.org/html/2607.20467#S2.SS1.SSS0.Px1.p2.10),[§2\.1](https://arxiv.org/html/2607.20467#S2.SS1.SSS0.Px2.p2.1)\.
- D\. Bolya, C\. Fu, X\. Dai, P\. Zhang, C\. Feichtenhofer, and J\. Hoffman \(2023\)Token merging: your vit but faster\.InThe Eleventh International Conference on Learning Representations,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- T\. Cai, Y\. Li, Z\. Geng, H\. Peng, J\. D\. Lee, D\. Chen, and T\. Dao \(2024\)Medusa: simple llm inference acceleration framework with multiple decoding heads\.InInternational Conference on Machine Learning,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- C\. Chen, S\. Borgeaud, G\. Irving, J\. Lespiau, L\. Sifre, and J\. Jumper \(2023\)Accelerating large language model decoding with speculative sampling\.arXiv preprint arXiv:2302\.01318\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- M\. Chen, J\. Tworek, H\. Jun, Q\. Yuan, H\. P\. de Oliveira Pinto, J\. Kaplan, H\. Edwards, Y\. Burda, N\. Joseph, and e\. al\. Greg Brockman \(2021\)Evaluating large language models trained on code\.arXiv preprint arXiv:2107\.03374\.Cited by:[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px2.p1.1)\.
- X\. Chen, S\. Huang, C\. Guo, C\. Wei, Y\. He, J\. Zhang, H\. H\. Li, and Y\. Chen \(2026a\)DPad: efficient diffusion language models with suffix dropout\.InThe Fourteenth International Conference on Learning Representations,Cited by:[§B\.3](https://arxiv.org/html/2607.20467#A2.SS3.p1.1)\.
- Z\. Chen, W\. Wang, Y\. Cao, Y\. Liu, Z\. Gao, E\. Cui, J\. Zhu, S\. Ye, H\. Tian, Z\. Liu, L\. Gu, X\. Wang, Q\. Li, Y\. Ren, and e\. al\. Zixuan Chen \(2025\)Expanding performance boundaries of open\-source multimodal models with model, data, and test\-time scaling\.arXiv preprint arXiv:2412\.05271\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- Z\. Chen, G\. Fang, X\. Ma, R\. Yu, and X\. Wang \(2026b\)DParallel: learnable parallel decoding for dllms\.InThe Fourteenth International Conference on Learning Representations,Cited by:[§F\.2](https://arxiv.org/html/2607.20467#A6.SS2.p1.1),[Table 11](https://arxiv.org/html/2607.20467#A6.T11.11.2),[Table 11](https://arxiv.org/html/2607.20467#A6.T11.13.2),[Table 12](https://arxiv.org/html/2607.20467#A6.T12.11.2),[Table 12](https://arxiv.org/html/2607.20467#A6.T12.13.2)\.
- K\. Cobbe, V\. Kosaraju, M\. Bavarian, M\. Chen, H\. Jun, L\. Kaiser, M\. Plappert, J\. Tworek, J\. Hilton, R\. Nakano,et al\.\(2021\)Training verifiers to solve math word problems\.arXiv preprint arXiv:2110\.14168\.Cited by:[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px2.p1.1)\.
- J\. Cui, S\. Liu, Z\. Tian, Z\. Zhong, and J\. Jia \(2022\)Reslt: residual learning for long\-tailed recognition\.IEEE transactions on pattern analysis and machine intelligence\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- J\. Cui, Z\. Zhong, Z\. Tian, S\. Liu, B\. Yu, and J\. Jia \(2023\)Generalized parametric contrastive learning\.IEEE Transactions on Pattern Analysis and Machine Intelligence\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- A\. Dubey, A\. Jauhri, A\. Pandey, A\. Kadian, A\. Al\-Dahle, A\. Letman, A\. Mathur, A\. Schelten, A\. Yang, A\. Fan,et al\.\(2024\)The llama 3 herd of models\.arXiv preprint arXiv:2407\.21783\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- E\. Frantar, S\. Ashkboos, T\. Hoefler, and D\. Alistarh \(2022\)Gptq: accurate post\-training quantization for generative pre\-trained transformers\.arXiv preprint arXiv:2210\.17323\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- Y\. Fu, X\. Wang, H\. Zhang, Y\. Tian, and J\. Zhao \(2026\)Deep think with confidence\.InThe Fourteenth International Conference on Learning Representations,Cited by:[§F\.3](https://arxiv.org/html/2607.20467#A6.SS3.p1.1)\.
- M\. Ganesan, S\. Segal, A\. Aggarwal, N\. Sinnadurai, S\. Lie, and V\. Thangarasa \(2025\)MASSV: multimodal adaptation and self\-data distillation for speculative decoding of vision\-language models\.InES\-FoMo III: 3rd Workshop on Efficient Systems for Foundation Models,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- C\. Guo, G\. Pleiss, Y\. Sun, and K\. Q\. Weinberger \(2017\)On calibration of modern neural networks\.InInternational conference on machine learning,Cited by:[§2\.2](https://arxiv.org/html/2607.20467#S2.SS2.SSS0.Px2.p3.1)\.
- X\. Han, S\. Kumar, and Y\. Tsvetkov \(2023\)Ssd\-lm: semi\-autoregressive simplex\-based diffusion language model for text generation and modular control\.InProceedings of the 61st Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\),Cited by:[§B\.2](https://arxiv.org/html/2607.20467#A2.SS2.p1.1)\.
- D\. Hendrycks, C\. Burns, S\. Kadavath, A\. Arora, S\. Basart, E\. Tang, D\. Song, and J\. Steinhardt \(2021\)Measuring mathematical problem solving with the MATH dataset\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px2.p1.1)\.
- J\. Huang, X\. Hu, S\. Shi, Z\. Tian, and L\. Jiang \(2025\)Edit360: 2d image edits to 3d assets from any angle\.InICCV,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- P\. Huang, T\. Liu, Z\. Liu, Y\. Yan, S\. Wang, T\. Xiao, Z\. Chen, and M\. Sun \(2026\)Empirical analysis of decoding biases in masked diffusion models\.arXiv:2508\.13021\.Cited by:[§B\.3](https://arxiv.org/html/2607.20467#A2.SS3.p2.1)\.
- A\. Q\. Jiang, A\. Sablayrolles, A\. Mensch, C\. Bamford, D\. S\. Chaplot, D\. de las Casas, F\. Bressand, G\. Lengyel, G\. Lample, L\. Saulnier, L\. R\. Lavaud, M\. Lachaux, P\. Stock, T\. L\. Scao, T\. Lavril, T\. Wang, T\. Lacroix, and W\. E\. Sayed \(2023\)Mistral 7b\.arXiv preprint arXiv:2310\.06825\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- L\. Jiang, S\. Shi, Z\. Tian, X\. Lai, S\. Liu, C\. Fu, and J\. Jia \(2021\)Guided point contrastive learning for semi\-supervised point cloud semantic segmentation\.InProceedings of the IEEE/CVF international conference on computer vision,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- F\. Kong, J\. Zhang, Y\. Liu, Z\. Wu, Y\. Tian, G\. Zhou,et al\.\(2025\)Accelerating diffusion llm inference via local determinism propagation\.arXiv preprint arXiv:2510\.07081\.Cited by:[§B\.3](https://arxiv.org/html/2607.20467#A2.SS3.p1.1),[§1](https://arxiv.org/html/2607.20467#S1.SS0.SSS0.Px1.p1.1),[§3\.2](https://arxiv.org/html/2607.20467#S3.SS2.p1.1),[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px1.p1.1)\.
- L\. Kuhn, Y\. Gal, and S\. Farquhar \(2023\)Semantic uncertainty: linguistic invariances for uncertainty estimation in natural language generation\.InThe Eleventh International Conference on Learning Representations,Cited by:[§F\.3](https://arxiv.org/html/2607.20467#A6.SS3.p1.1)\.
- X\. Lai, Z\. Tian, Y\. Chen, Y\. Li, Y\. Yuan, S\. Liu, and J\. Jia \(2024a\)Lisa: reasoning segmentation via large language model\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- X\. Lai, Z\. Tian, Y\. Chen, S\. Yang, X\. Peng, and J\. Jia \(2024b\)Step\-dpo: step\-wise preference optimization for long\-chain reasoning of llms\.arXiv preprint arXiv:2406\.18629\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- X\. Lai, Z\. Tian, L\. Jiang, S\. Liu, H\. Zhao, L\. Wang, and J\. Jia \(2021\)Semi\-supervised semantic segmentation with directional context\-aware consistency\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- Y\. Leviathan, M\. Kalman, and Y\. Matias \(2023\)Fast inference from transformers via speculative decoding\.InProceedings of the 40th International Conference on Machine Learning,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- L\. Li, Z\. Chen, G\. Chen, Y\. Zhang, Y\. Su, E\. Xing, and K\. Zhang \(2024a\)Confidence matters: revisiting intrinsic self\-correction capabilities of large language models\.arXiv preprint arXiv:2402\.12563\.Cited by:[§F\.3](https://arxiv.org/html/2607.20467#A6.SS3.p1.1)\.
- P\. Li, Y\. Zhou, D\. Muhtar, L\. Yin, S\. Yan, L\. Shen, Y\. Liang, S\. Vosoughi, and S\. Liu \(2026\)Diffusion language model knows the answer before it decodes\.InThe Fourteenth International Conference on Learning Representations,Cited by:[§B\.3](https://arxiv.org/html/2607.20467#A2.SS3.p2.1)\.
- X\. L\. Li, J\. Thickstun, I\. Gulrajani, P\. Liang, and T\. Hashimoto \(2022\)Diffusion\-LM improves controllable text generation\.InAdvances in Neural Information Processing Systems,Cited by:[§B\.2](https://arxiv.org/html/2607.20467#A2.SS2.p1.1)\.
- Y\. Li, F\. Wei, C\. Zhang, and H\. Zhang \(2024b\)EAGLE: speculative sampling requires rethinking feature uncertainty\.InInternational Conference on Machine Learning,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- Y\. Li, Z\. Liu, Z\. Li, X\. Zhang, Z\. Xu, X\. Chen, H\. Shi, S\. Jiang, X\. Wang, J\. Wang,et al\.\(2025\)Perception, reason, think, and plan: a survey on large multimodal reasoning models\.arXiv preprint arXiv:2505\.04921\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- Y\. Liang, C\. Ge, Z\. Tong, Y\. Song, J\. Wang, and P\. Xie \(2022\)Not all patches are what you need: expediting vision transformers via token reorganizations\.arXiv preprint arXiv:2202\.07800\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- J\. Lin, J\. Tang, H\. Tang, S\. Yang, G\. Xiao, and S\. Han \(2025\)Awq: activation\-aware weight quantization for on\-device llm compression and acceleration\.GetMobile: Mobile Computing and Communications\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- H\. Liu, C\. Li, Y\. Li, B\. Li, Y\. Zhang, S\. Shen, and Y\. J\. Lee \(2024\)LLaVA\-next: improved reasoning, ocr, and world knowledge\.External Links:[Link](https://llava-vl.github.io/blog/2024-01-30-llava-next/)Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- Z\. Liu, Y\. Yang, Y\. Zhang, J\. Chen, C\. Zou, Q\. Wei, S\. Wang, and L\. Zhang \(2025\)Dllm\-cache: accelerating diffusion large language models with adaptive caching\.arXiv preprint arXiv:2506\.06295\.Cited by:[§4\.2](https://arxiv.org/html/2607.20467#S4.SS2.SSS0.Px1.p1.3)\.
- X\. Luo, Z\. Tian, T\. Zhang, B\. Yu, Y\. Y\. Tang, and J\. Jia \(2023\)Pfenet\+\+: boosting few\-shot semantic segmentation with the noise\-filtered context\-aware prior mask\.IEEE Transactions on Pattern Analysis and Machine Intelligence\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- S\. Nie, F\. Zhu, Z\. You, X\. Zhang, J\. Ou, J\. Hu, J\. ZHOU, Y\. Lin, J\. Wen, and C\. Li \(2025\)Large language diffusion models\.InICLR 2025 Workshop on Deep Generative Model in Machine Learning: Theory, Principle and Efficacy,Cited by:[§B\.2](https://arxiv.org/html/2607.20467#A2.SS2.p2.1),[§F\.1](https://arxiv.org/html/2607.20467#A6.SS1.p1.1),[§1](https://arxiv.org/html/2607.20467#S1.p1.1),[§2\.1](https://arxiv.org/html/2607.20467#S2.SS1.SSS0.Px1.p2.2),[Table 3](https://arxiv.org/html/2607.20467#S3.T3.38.2),[Table 3](https://arxiv.org/html/2607.20467#S3.T3.41.2),[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px1.p1.1)\.
- Z\. Ning, Z\. Tian, G\. Lu, and W\. Pei \(2023\)Boosting few\-shot 3d point cloud segmentation via query\-guided enhancement\.InProceedings of the 31st ACM international conference on multimedia,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- B\. Peng, Z\. Tian, S\. Liu, M\. Yang, and J\. Jia \(2024a\)Scalable language model with generalized continual learning\.arXiv preprint arXiv:2404\.07470\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- B\. Peng, Z\. Tian, X\. Wu, C\. Wang, S\. Liu, J\. Su, and J\. Jia \(2023\)Hierarchical dense correlation distillation for few\-shot segmentation\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- B\. Peng, X\. Wu, L\. Jiang, Y\. Chen, H\. Zhao, Z\. Tian, and J\. Jia \(2024b\)Oa\-cnns: omni\-adaptive sparse cnns for 3d semantic segmentation\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- S\. Peng, W\. Wang, Z\. Tian, S\. Yang, X\. Wu, H\. Xu, C\. Zhang, T\. Isobe, B\. Hu, and M\. Zhang \(2025a\)Omni\-dpo: a dual\-perspective paradigm for dynamic preference learning of llms\.arXiv preprint arXiv:2506\.10054\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- S\. Peng, S\. Yang, L\. Jiang, and Z\. Tian \(2025b\)Mitigating object hallucinations via sentence\-level early intervention\.arXiv preprint arXiv:2507\.12455\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- Y\. Rao, W\. Zhao, B\. Liu, J\. Lu, J\. Zhou, and C\. Hsieh \(2021\)DynamicViT: efficient vision transformers with dynamic token sparsification\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- T\. Shao, Z\. Tian, H\. Zhao, and J\. Su \(2024\)Explore the potential of clip for training\-free open vocabulary semantic segmentation\.InEuropean Conference on Computer Vision,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- Z\. Tian, P\. Chen, X\. Lai, L\. Jiang, S\. Liu, H\. Zhao, B\. Yu, M\. Yang, and J\. Jia \(2022a\)Adaptive perspective distillation for semantic segmentation\.IEEE Transactions on Pattern Analysis and Machine Intelligence\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- Z\. Tian, J\. Cui, L\. Jiang, X\. Qi, X\. Lai, Y\. Chen, S\. Liu, and J\. Jia \(2023\)Learning context\-aware classifier for semantic segmentation\.InProceedings of the AAAI conference on artificial intelligence,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- Z\. Tian, X\. Lai, L\. Jiang, S\. Liu, M\. Shu, H\. Zhao, and J\. Jia \(2022b\)Generalized few\-shot semantic segmentation\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- Z\. Tian, M\. Shu, P\. Lyu, R\. Li, C\. Zhou, X\. Shen, and J\. Jia \(2019\)Learning shape\-aware embedding for scene text detection\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- Z\. Tian, H\. Zhao, M\. Shu, Z\. Yang, R\. Li, and J\. Jia \(2020\)Prior guided feature enrichment network for few\-shot segmentation\.IEEE transactions on pattern analysis and machine intelligence\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- C\. Wang, L\. Jiang, X\. Wu, Z\. Tian, B\. Peng, H\. Zhao, and J\. Jia \(2024\)Groupcontrast: semantic\-aware self\-supervised representation learning for 3d understanding\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- J\. Wang, B\. Chen, Y\. Li, B\. Kang, Y\. Chen, and Z\. Tian \(2025a\)Declip: decoupled learning for open\-vocabulary dense perception\.InProceedings of the Computer Vision and Pattern Recognition Conference,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- J\. Wang, K\. Chen, Y\. Li, B\. Chen, H\. Zhao, X\. Qi, and Z\. Tian \(2025b\)Generalized decoupled learning for enhancing open\-vocabulary dense perception\.arXiv preprint arXiv:2508\.11256\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- C\. Wu, H\. Zhang, S\. Xue, Z\. Liu, S\. Diao, L\. Zhu, P\. Luo, S\. Han, and E\. Xie \(2026\)Fast\-dLLM: training\-free acceleration of diffusion LLM by enabling KV cache and parallel decoding\.InThe Fourteenth International Conference on Learning Representations,Cited by:[§B\.3](https://arxiv.org/html/2607.20467#A2.SS3.p1.1),[§1](https://arxiv.org/html/2607.20467#S1.SS0.SSS0.Px1.p1.1),[§2\.1](https://arxiv.org/html/2607.20467#S2.SS1.SSS0.Px1.p2.10),[§3\.2](https://arxiv.org/html/2607.20467#S3.SS2.p1.1),[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px1.p1.1)\.
- X\. Wu, Z\. Tian, X\. Wen, B\. Peng, X\. Liu, K\. Yu, and H\. Zhao \(2024\)Towards large\-scale 3d representation learning with multi\-dataset point prompt training\.InCVPR,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- A\. Yang, A\. Li, B\. Yang, B\. Zhang, B\. Hui, B\. Zheng, B\. Yu, C\. Gao, C\. Huang, C\. Lv,et al\.\(2025a\)Qwen3 technical report\.arXiv preprint arXiv:2505\.09388\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p2.1)\.
- S\. Yang, Y\. Chen, Z\. Tian, C\. Wang, J\. Li, B\. Yu, and J\. Jia \(2025b\)Visionzip: longer is better but not necessary in vision language models\.InProceedings of the Computer Vision and Pattern Recognition Conference,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- S\. Yang, T\. Qu, X\. Lai, Z\. Tian, B\. Peng, S\. Liu, and J\. Jia \(2023\)Lisa\+\+: an improved baseline for reasoning segmentation with large language model\.arXiv preprint arXiv:2312\.17240\.Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p3.1)\.
- S\. Yang, Z\. Tian, L\. Jiang, and J\. Jia \(2024\)Unified language\-driven zero\-shot domain adaptation\.InProceedings of the IEEE/CVF conference on computer vision and pattern recognition,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- J\. Ye, Z\. Xie, L\. Zheng, J\. Gao, Z\. Wu, X\. Jiang, Z\. Li, and L\. Kong \(2025\)Dream 7b: diffusion large language models\.arXiv preprint arXiv:2508\.15487\.Cited by:[§B\.2](https://arxiv.org/html/2607.20467#A2.SS2.p2.1),[§F\.1](https://arxiv.org/html/2607.20467#A6.SS1.p1.1),[§1](https://arxiv.org/html/2607.20467#S1.p1.1),[Table 2](https://arxiv.org/html/2607.20467#S3.T2.38.2),[Table 2](https://arxiv.org/html/2607.20467#S3.T2.41.2),[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px1.p1.1)\.
- Y\. Zhang, X\. Wu, Y\. Lao, C\. Wang, Z\. Tian, N\. Wang, and H\. Zhao \(2025\)Concerto: joint 2d\-3d self\-supervised learning emerges spatial representations\.InNeurIPS,Cited by:[§B\.1](https://arxiv.org/html/2607.20467#A2.SS1.p4.1)\.
- J\. Zhou, T\. Lu, S\. Mishra, S\. Brahma, S\. Basu, Y\. Luan, D\. Zhou, and L\. Hou \(2023\)Instruction\-following evaluation for large language models\.CoRR\.Cited by:[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px2.p1.1)\.
- F\. Zhu, R\. Wang, S\. Nie, X\. Zhang, C\. Wu, J\. Hu, J\. Zhou, J\. Chen, Y\. Lin, J\. Wen,et al\.\(2025\)LLaDA 1\.5: variance\-reduced preference optimization for large language diffusion models\.arXiv preprint arXiv:2505\.19223\.Cited by:[§B\.2](https://arxiv.org/html/2607.20467#A2.SS2.p2.1),[§F\.1](https://arxiv.org/html/2607.20467#A6.SS1.p1.1),[§1](https://arxiv.org/html/2607.20467#S1.p1.1),[Table 4](https://arxiv.org/html/2607.20467#S3.T4.38.2),[Table 4](https://arxiv.org/html/2607.20467#S3.T4.41.2),[§4\.1](https://arxiv.org/html/2607.20467#S4.SS1.SSS0.Px1.p1.1)\.

## Contents

[C Case Study](https://arxiv.org/html/2607.20467#A3)\.[C](https://arxiv.org/html/2607.20467#A3)

[E\.3 Results](https://arxiv.org/html/2607.20467#A5.SS3)\.[E\.3](https://arxiv.org/html/2607.20467#A5.SS3)

## Appendix AAlgorithm of DC\-Leap

The pseudocode of DC\-Leap is shown in Algorithm[1](https://arxiv.org/html/2607.20467#alg1)\.

Algorithm 1DC\-Leap: Draft\-Guided Contiguous Parallel Decoding0:Model

pθp\_\{\\theta\}, prompt

𝐱prompt\\mathbf\{x\}\_\{\\text\{prompt\}\}, generation length

LgL\_\{\\text\{g\}\}, max window size

LL,confidence thresholds

τcommit,τdraft\\tau\_\{\\text\{commit\}\},\\tau\_\{\\text\{draft\}\}
1:Initialize sequence

𝐱←concat​\(𝐱prompt,\{\[MASK\]\}Lg\)\\mathbf\{x\}\\leftarrow\\text\{concat\}\(\\mathbf\{x\}\_\{\\text\{prompt\}\},\\\{\\texttt\{\[MASK\]\}\\\}^\{L\_\{\\text\{g\}\}\}\)
2:

p←len​\(𝐱prompt\)p\\leftarrow\\text\{len\}\(\\mathbf\{x\}\_\{\\text\{prompt\}\}\)⊳\\trianglerightPointer to the first unverified position

3:while

p<Lgp<L\_\{g\}do

4:// Draft Invalidation

5:

𝐱p:p\+L←\{\[MASK\]\}L\\mathbf\{x\}\_\{p:p\+L\}\\leftarrow\\\{\\texttt\{\[MASK\]\}\\\}^\{L\}
6:// Forward Pass

7:

𝐱^,𝐜←Forward​\(pθ,𝐱\)\\hat\{\\mathbf\{x\}\},\\mathbf\{c\}\\leftarrow\\text\{Forward\}\(p\_\{\\theta\},\\mathbf\{x\}\)
8:// Dynamic Contiguous Verification

9:

K←∑i=0L−1∏j=0i𝕀​\(cp\+j\>τcommit\)K\\leftarrow\\sum\_\{i=0\}^\{L\-1\}\\prod\_\{j=0\}^\{i\}\\mathbb\{I\}\(c\_\{p\+j\}\>\\tau\_\{\\text\{commit\}\}\)⊳\\trianglerightCaculate the length of dynamic decoding window

10:// Commit Verified Tokens & Update Draft Placeholders

11:

𝐱p:p\+K←𝐱^p:p\+K\\mathbf\{x\}\_\{p:p\+K\}\\leftarrow\\hat\{\\mathbf\{x\}\}\_\{p:p\+K\}⊳\\trianglerightCommit verified tokens

12:for

j=p\+Lj=p\+Lto

LgL\_\{g\}do

13:if

cj\>τdraftc\_\{j\}\>\\tau\_\{\\text\{draft\}\}then

14:

xj←x^jx\_\{j\}\\leftarrow\\hat\{x\}\_\{j\}⊳\\trianglerightUpdate future drafts

15:endif

16:endfor

17:

p←p\+Kp\\leftarrow p\+K⊳\\trianglerightDynamically advance

18:endwhile

19:return

𝐱\\mathbf\{x\}

## Appendix BRelated Work

### B\.1Inference Acceleration in LLMs and VLMs

Inference efficiency remains a critical bottleneck for both Large Language Models \(LLMs\) and Vision Language Models \(VLMs\)\.

In autoregressive \(AR\) LLMs such as Llama 3\(Dubeyet al\.,[2024](https://arxiv.org/html/2607.20467#bib.bib31)\), Qwen 3\(Yanget al\.,[2025a](https://arxiv.org/html/2607.20467#bib.bib32)\)and Mistral 7B\(Jianget al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib30)\), acceleration strategies primarily target the sequential bottleneck of the decoding process\. While advancements in preference optimization and continual learning bolster complex reasoning capabilities\(Laiet al\.,[2024b](https://arxiv.org/html/2607.20467#bib.bib40); Penget al\.,[2024a](https://arxiv.org/html/2607.20467#bib.bib42),[2025a](https://arxiv.org/html/2607.20467#bib.bib41)\), inference acceleration has also become increasingly vital\. Speculative decoding emerges as a representative paradigm, where a lightweight drafter predicts multiple future tokens that are subsequently verified in parallel by a larger target model\(Leviathanet al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib20); Chenet al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib21)\)\. Building on this concept, recent works have introduced multi\-head structures and tree\-based verification to further expand the parallel search space during generation\(Caiet al\.,[2024](https://arxiv.org/html/2607.20467#bib.bib22); Liet al\.,[2024b](https://arxiv.org/html/2607.20467#bib.bib24)\)\. Additionally, quantization and pruning techniques reduce the memory footprint and computational intensity, allowing models to achieve higher throughput on resource\-constrained hardware\(Frantaret al\.,[2022](https://arxiv.org/html/2607.20467#bib.bib23); Linet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib25)\)\.

For VLMs, such as Qwen3\-VL\(Baiet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib34)\), LLaVa\-Next\(Liuet al\.,[2024](https://arxiv.org/html/2607.20467#bib.bib33)\)and InternVL 2\.5\(Chenet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib35)\), inference acceleration is further complicated by the massive number of visual tokens processed through cross\-modal attention\. Current research addresses this by identifying and removing redundant visual information via token pruning or merging strategies\(Bolyaet al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib26); Lianget al\.,[2022](https://arxiv.org/html/2607.20467#bib.bib27); Yanget al\.,[2025b](https://arxiv.org/html/2607.20467#bib.bib43)\)\. Dynamic resolution techniques also allow models to allocate more computational resources to informative image regions while processing background areas at a lower cost\(Raoet al\.,[2021](https://arxiv.org/html/2607.20467#bib.bib28)\)\. Furthermore, multimodal speculative decoding has been proposed to exploit the correlation between visual features and linguistic outputs, enabling the parallel drafting of vision\-textual sequences\(Ganesanet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib29)\)\. Such efficiencies are vital for advancing large multimodal reasoning models\(Liet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib44)\), which have recently expanded to complex tasks like reasoning segmentation\(Laiet al\.,[2024a](https://arxiv.org/html/2607.20467#bib.bib45); Yanget al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib46)\)and object hallucination mitigation\(Penget al\.,[2025b](https://arxiv.org/html/2607.20467#bib.bib47)\)\. While these methods effectively mitigate the overhead of AR architectures, they remain bound by the causal requirement of sequential drafting\. In contrast, dLLMs provide a framework for fully parallel decoding, which can theoretically achieve superior speedups\.

Moreover, the principles of efficient contextual processing and robust representation learning are critical across broader computer vision domains\. This includes optimizing feature extraction for few\-shot and semi\-supervised semantic segmentation\(Tianet al\.,[2020](https://arxiv.org/html/2607.20467#bib.bib48); Laiet al\.,[2021](https://arxiv.org/html/2607.20467#bib.bib49); Tianet al\.,[2022b](https://arxiv.org/html/2607.20467#bib.bib50); Penget al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib51); Luoet al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib52)\), refining adaptive and context\-aware classifiers for long\-tailed scenarios\(Tianet al\.,[2022a](https://arxiv.org/html/2607.20467#bib.bib53),[2023](https://arxiv.org/html/2607.20467#bib.bib54); Cuiet al\.,[2022](https://arxiv.org/html/2607.20467#bib.bib63)\), and advancing training\-free or open\-vocabulary dense perception alongside cross\-domain adaptation and generalized contrastive learning\(Shaoet al\.,[2024](https://arxiv.org/html/2607.20467#bib.bib55); Yanget al\.,[2024](https://arxiv.org/html/2607.20467#bib.bib56); Wanget al\.,[2025a](https://arxiv.org/html/2607.20467#bib.bib57),[b](https://arxiv.org/html/2607.20467#bib.bib59); Cuiet al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib58)\)\. Early efforts have also explored efficient shape\-aware embeddings for specific downstream tasks like text detection\(Tianet al\.,[2019](https://arxiv.org/html/2607.20467#bib.bib60)\)\. Similarly, in 3D understanding, parallel challenges in computational overhead have spurred the development of sparse and adaptive architectures for point cloud segmentation\(Jianget al\.,[2021](https://arxiv.org/html/2607.20467#bib.bib61); Ninget al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib62); Penget al\.,[2024b](https://arxiv.org/html/2607.20467#bib.bib64)\), alongside scalable multi\-dataset prompt training\(Wuet al\.,[2024](https://arxiv.org/html/2607.20467#bib.bib66)\)and joint 2D\-3D self\-supervised representation frameworks\(Wanget al\.,[2024](https://arxiv.org/html/2607.20467#bib.bib65); Zhanget al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib67)\)\. Efficient representations in these spaces are also key to downstream generation tasks, such as multi\-angle 3D asset editing\(Huanget al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib68)\)\.

### B\.2Diffusion Large Language Models

The paradigm of generative diffusion models, originally dominant in continuous domains such as image synthesis, has recently been adapted to the discrete nature of natural language\. Early attempts, such as Diffusion\-LM\(Liet al\.,[2022](https://arxiv.org/html/2607.20467#bib.bib14)\), mapped discrete tokens to a continuous embedding space to apply Gaussian diffusion, though this often resulted in suboptimal text generation quality due to rounding errors\. SSD\-LM\(Hanet al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib15)\)improved upon this by performing diffusion on the probability simplex\. However, the field has largely converged towards Masked Diffusion Models \(MDMs\), which operate directly in the discrete state space by treating the forward process as a random masking operation\.

Recent scaling efforts have demonstrated that dLLMs can rival the performance of autoregressive \(AR\) baselines\. LLaDA\(Nieet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib1); Zhuet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib2)\)and Dream\(Yeet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib3)\)represent the state\-of\-the\-art in this domain, scaling masked diffusion to billions of parameters\. Unlike AR models which are constrained by causal attention, these models utilize bidirectional attention, allowing every token to attend to the entire sequence context during inference\. While this architecture theoretically supports parallel decoding, the standard sampling process, requiring tens or hundreds of iterative refinement steps, remains a significant bottleneck for latency\-sensitive applications\.

### B\.3Sampling and Acceleration Strategies of dLLMs

For dLLMs, acceleration strategies must navigate a different trade\-off between parallelism and consistency\. Standard samplers like Fast\-dLLM\(Wuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib10)\)introduce training\-free acceleration by implementing a confidence\-aware parallel decoding strategy, where tokens exceeding a certain probability threshold are accepted simultaneously\. Building on this, LocalLeap\(Konget al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib11)\)observes a locality property in decoding and employs high\-confidence tokens as anchors to dynamically relax thresholds for neighboring tokens\. DPad\(Chenet al\.,[2026a](https://arxiv.org/html/2607.20467#bib.bib16)\)further optimizes efficiency by applying suffix dropout and sliding windows to prune redundant computations in the suffix region\.

Concurrently, several recent works have explored more sophisticated adaptive policies for accelerating dLLM inference\. UNCODE\(Huanget al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib18)\)addresses decoding biases by calibrating confidence scores with positional priors and informativeness priors to mitigate rigid boundary bias and trivial token bias\. Prophet\(Liet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib19)\)introduces an early\-commit mechanism that uses the confidence gap between top\-two candidates as a criterion to dynamically terminate denosing steps once predictions stabilize\. Moving beyond fixed heuristics, Learn2PD\(Baoet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib12)\)proposes a post\-training framework that employs a lightweight MLP filter to adaptively predict token stability and optimize remasking decisions\.

However, a critical limitation in these parallel approaches is the independence assumption\. As noted by the EB\-Sampler\(Ben\-Hamuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib4)\), independently unmasking multiple tokens introduces a joint probability dependence error, as the validity of one token often depends on the specific instantiation of its neighbors\. To mitigate this, prior methods like Fast\-dLLM and LocalLeap are forced to adopt conservative, high\-confidence thresholds \(e\.g\.,\>0\.9\>0\.9\) to ensure safety, thereby sacrificing the potential speedup from correctly predicted but lower\-confidence tokens\. Our work addresses this limitation by enforcing a causal, left\-to\-right verification order, which eliminates the joint dependence error and unlocks the stable utilization of lower confidence predictions\.

## Appendix CCase Study

We evaluate the practical impact of DC\-Leap through a case study on LLaDA\-8B\-Instruct, LLaDA\-1\.5, and Dream\-v0\-7B\-Instruct\. TableLABEL:tab:case\_studypresents the results both with and without DC\-Leap integration\. All experiments are conducted on NVIDIA RTX PRO 6000 Blackwell, with a generation length of 256, a block length of 32, and a maximum decoding window size set to half of the total generation length\. Using a commitment thresholdτc=0\.65\\tau\_\{c\}=0\.65and a draft thresholdτd=0\.95\\tau\_\{d\}=0\.95, empirical results show that DC\-Leap achieves substantial wall\-clock speedups while maintaining reasoning accuracy across all models\.

Interestingly, while the final answers remain identical to the baselines, DC\-Leap often yields more concise reasoning paths\. This suggests that our draft\-guided mechanism allows the model to incorporate future high\-confidence tokens through bidirectional attention, providing a global context that guides the model to bypass redundant steps and steer the denoising trajectory towards a more efficient logical sequence\. Furthermore, the absence of hallucinations even with the lower commitment threshold \(τc=0\.65\\tau\_\{c\}=0\.65\) demonstrates that our contiguous constraint effectively stabilizes the generation process, ensuring that the leaps in decoding remain logically grounded and instruction\-compliant\.

Table 6:Case Studies across LLaDA\-8B\-Instruct, LLaDA\-1\.5, and Dream\-v0\-7B\-Instruct\.SettingContentCase 1: LLaDA\-8B\-InstructPromptEllie has found an old bicycle in a field and thinks it just needs some oil to work well again\. She needs 10ml of oil to fix each wheel and will need another 5ml of oil to fix the rest of the bike\. How much oil does she need in total to fix the bike?LLaDA\-8B\-Instruct
Latency: 9\.84s
Output:To determine the total amount of oil Ellie needs to fix the bike, we can break down the problem into two parts: the oil needed for the wheels and the oil needed for the rest of the bike\.Step 1: Calculate the oil needed for the wheels\.
Ellie needs 10ml of oil to fix each wheel\. Since a bicycle has two wheels, the total oil needed for the wheels is:10​ml/wheel×2​wheels=20​ml10\\text\{ ml/wheel\}\\times 2\\text\{ wheels\}=20\\text\{ ml\}Step 2: Add the oil needed for the rest of the bike\.
Ellie needs an additional 5ml of oil to fix the rest of the bike\. Therefore, the total amount of oil needed is:20​ml\+5​ml=25​ml20\\text\{ ml\}\+5\\text\{ ml\}=25\\text\{ ml\}So, the total amount of oil Ellie needs to fix the bike is25ml\.\+DC\-Leap
Latency: 1\.95s
Output:To determine the total amount of oil Ellie needs to fix the bike, we can break down the problem into smaller steps:Step 1: Calculate the amount of oil needed for the wheels\.
Ellie needs 10ml of oil to fix each wheel\. Since a bicycle has two wheels, we multiply the amount of oil needed for one wheel by 2:10​ml/wheel×2​wheels=20​ml10\\text\{ ml/wheel\}\\times 2\\text\{ wheels\}=20\\text\{ ml\}Step 2: Add the amount of oil needed for the rest of the bike\.
Ellie needs an additional 5ml of oil to fix the rest of the bike\. We add this to the amount of oil needed for the wheels:20​ml\+5​ml=25​ml20\\text\{ ml\}\+5\\text\{ ml\}=25\\text\{ ml\}Therefore, the total amount of oil Ellie needs to fix the bike is25ml\.Case 2: LLaDA\-1\.5PromptEllie has found an old bicycle in a field and thinks it just needs some oil to work well again\. She needs 10ml of oil to fix each wheel and will need another 5ml of oil to fix the rest of the bike\. How much oil does she need in total to fix the bike?LLaDA\-1\.5
Latency: 9\.60s
To determine the total amount of oil Ellie needs to fix the bike, we can break down the problem into two parts: the oil needed for the wheels and the oil needed for the rest of the bike\.Step 1: Calculate the oil needed for the wheels
Ellie needs 10ml of oil for each wheel\. Since a bicycle has two wheels, the total oil needed for the wheels is:10​ml/wheel×2​wheels=20​ml10\\text\{ ml/wheel\}\\times 2\\text\{ wheels\}=20\\text\{ ml\}Step 2: Calculate the oil needed for the rest of the bike\.
Ellie needs 5ml of oil for the rest of the bike\. Therefore, the total oil needed for the rest of the bike is:5​ml5\\text\{ ml\}Step 3: Add the oil needed for the wheels and the rest of the bike to find the total amount of oil needed\.20​ml\+5​ml=25​ml20\\text\{ ml\}\+5\\text\{ ml\}=25\\text\{ ml\}So, the total amount of oil Ellie needs in total is25ml\.\+DC\-Leap
Latency: 1\.71s
To determine the total amount of oil Ellie needs to fix the bike, we can break down the problem into smaller steps:Step 1: Calculate the amount of oil needed for the wheels\.
Ellie needs 10ml of oil to fix each wheel\. Assuming the bicycle has two wheels, the total amount of oil needed for the wheels is:10​ml/wheel×2​wheels=20​ml10\\text\{ ml/wheel\}\\times 2\\text\{ wheels\}=20\\text\{ ml\}Step 2: Add the amount of oil needed for the rest of the bike\.
Ellie needs an additional 5ml of oil to fix the rest of the bike\. Therefore, the total amount of oil needed is:20​ml\+5​ml=25​ml20\\text\{ ml\}\+5\\text\{ ml\}=25\\text\{ ml\}So, the total amount of oil Ellie needs to fix the bike is25ml\.Case 3: Dream\-v0\-7B\-InstructPromptEllie has found an old bicycle in a field and thinks it just needs some oil to work well again\. She needs 10ml of oil to fix each wheel and will need another 5ml of oil to fix the rest of the bike\. How much oil does she need in total to fix the bike?Dream\-v0\-7B\-Instruct
Latency: 8\.30s
Ellie needs 10ml of oil to fix each wheel, and there are 2 wheels on a bicycle\. So, she needs 10ml x 2 = 20ml of oil for the wheels\.Additionally, she needs 5ml of oil to fix the rest of the bike\.

Therefore, the total amount of oil Ellie needs is 20ml \+ 5ml = 25ml\.

Ellie needs

25$ ml of oil in total to fix the bike\.\+DC\-Leap
Latency: 1\.32s
Ellie needs 10ml of oil to fix each wheel, so she needs 10ml x 2 = 20ml of oil for the wheels\.
She also needs 5ml of oil to fix the rest of the bike\.
Therefore, Ellie needs a total of 20ml \+ 5ml = 25ml of oil to fix the bike\.
\#\#\#\# 25
The answer is: 25
## Appendix DAnalysis of Decoding Dynamics

![Refer to caption](https://arxiv.org/html/2607.20467v1/x11.png)Figure 7:Cumulative decoded tokens with inference steps advancing\.DC\-Leap \(blue\) shows a bursty decoding pattern, enabling massive jumps in generation progress \(e\.g\., around step 35\) compared to the linear standard baseline \(red\)\. This sample achieves a total speedup of 5\.22×\\timeson a 256\-token task\.To further understand the acceleration mechanism of DC\-Leap, we analyze the cumulative number of decoded tokens across inference steps\. We perform this analysis on a random GSM8K sample with a generation length of 256 tokens\.

Figure[7](https://arxiv.org/html/2607.20467#A4.F7)visualizes the decoding trajectory of DC\-Leap compared to the standard diffusion baseline\. Compared to baseline, DC\-Leap exhibits a non\-linear, bursty generation pattern\. We observe three distinct phases in the DC\-Leap trajectory:

#### Exploration Phase \(Steps 0\-20\)\.

In the initial steps, the slope is relatively shallow as DCV strictly improves the acceptance quality\.

#### Acceleration Phase \(Steps 20\-35\)\.

A nearly vertical surge in decoded tokens occurs around step 22, showcasing the synergy between drafts and the Dynamic Contiguous Verification \(DCV\) mechanism\. In this phase, drafts serve as future anchors, progressively stabilizing the context in the decoding window\. DCV capitalizes on this draft\-guided coherence by applying a relaxed confidence threshold over continuous token spans\. This integration allows the model to prioritize structural continuity, enabling effectively leaping through the generation process\.

#### Convergence Phase \(Steps 35\-49\)\.

The generation completes rapidly, achieving the target length of 256 tokens in just 49 steps\.

This analysis reveals DC\-Leap as a dynamic, intelligent acceleration strategy centered on Dynamic Contiguous Verification and Draft mechanism\. By enforcing a structural continuity constraint, this mechanism ensures generation quality even at lower confidence thresholds, enabling the simultaneous commitment of extended token spans\. During the Acceleration Phase, this strategy effectively capitalizes on the rising confidence across the decoding window to leap through the sequence with quality drafts, facilitating convergence, significantly accelerating through massive, verified parallel updates\.

## Appendix EAnalysis of Continuous Drafts

### E\.1Motivation and Hypothesis

In the main methodology of DC\-Leap, we demonstrate that enforcing a contiguous verification constraint on the prefix allows us to safely lower the commitment threshold without compromising generation quality\. Building on this, a natural hypothesis arises:Can we extend this contiguous constraint to the Draft mechanism to enable lower draft thresholds?

Intuitively, if we enforce that drafts must also form a continuous chain starting from the verification boundary, we might be able to safely relax the draft thresholdτdraft\\tau\_\{\\text\{draft\}\}significantly\. Therefore, this could allow the model to leap further into the future with a denser draft sequence, potentially yielding higher speedups without compromising performance\.

### E\.2Experimental Setup

To test this hypothesis, we implement a variant of DC\-Leap with Contiguous Drafts\. Unlike the standard Draft mechanism, where any future token exceedingτdraft\\tau\_\{\\text\{draft\}\}is cached regardless of intermediate gaps, the Contiguous Draft strategy updates the bank if and only if:

dj←x^j​iff​∏k=Lm\+Lprefixj𝕀​\(ct\+k\>τdraft\)=1,d\_\{j\}\\leftarrow\\hat\{x\}\_\{j\}\\quad\\text\{iff\}\\quad\\prod\_\{k=L\_\{m\}\+L\_\{\\text\{prefix\}\}\}^\{j\}\\mathbb\{I\}\(c\_\{t\+k\}\>\\tau\_\{\\text\{draft\}\}\)=1,\(9\)whereLmL\_\{m\}andLprefixL\_\{\\text\{prefix\}\}denote the maximum window size and the prefix length in DCV, respectively\. Andx^j\\hat\{x\}\_\{j\}represents the candidate token generated at positionjj, whiledjd\_\{j\}denotes the finalized draft token accepted for the current decoding iteration\. We evaluate this variant on GSM8K using LLaDA\-1\.5 with a fixedτcommit=0\.7\\tau\_\{\\text\{commit\}\}=0\.7and varyingτdraft\\tau\_\{\\text\{draft\}\}from1\.001\.00down to0\.000\.00\.

### E\.3Results

The experimental results are presented in Table[7](https://arxiv.org/html/2607.20467#A5.T7)\.

Table 7:Performance of Contiguous Draft Strategy on GSM8K\.We fix the commitment thresholdτcommit=0\.7\\tau\_\{\\text\{commit\}\}=0\.7and vary the draft thresholdτdraft\\tau\_\{\\text\{draft\}\}\.
### E\.4Observations and Discussions

#### Observations\.

The results reveal three distinct behavioral phases, offering experimental evidence against the contiguous drafting mechanism:

- •Stagnant Phase \(τdraft∈\[0\.60,1\.00\]\\tau\_\{\\text\{draft\}\}\\in\[0\.60,1\.00\]\):Accuracy remains strictly invariant at79\.53%79\.53\\%, and throughput stagnates around51∼5251\\sim 52TPS\. This plateau suggests that the contiguous constraint severely restricts the length of generated drafts, making it virtually impossible to form a sequence that extends beyond the dynamic decoding window\. Consequently, no effective drafts are cached, rendering the mechanism functionally equivalent to the baseline\.
- •Degradation Phase \(τdraft∈\[0\.20,0\.60\)\\tau\_\{\\text\{draft\}\}\\in\[0\.20,0\.60\)\):As the threshold is lowered further, accuracy begins to decline without yielding throughput gains\. This suggests that while longer draft chains are finally being formed, they inevitably contain low\-quality tokens due to the lower confidence threshold\. These poor\-quality drafts act as noise rather than informative anchors, confusing the model without facilitating convergence\.
- •Collapse Phase \(τdraft∈\[0,0\.20\)\\tau\_\{\\text\{draft\}\}\\in\[0,0\.20\)\):Only at extremely low thresholds does throughput perceptibly increase, but this comes at the cost of a catastrophic accuracy collapse\. In this range, the model blindly accepts incorrect drafts, leading to rapid but nonsensical generation\.

#### Discussions\.

These findings expose a fundamental conflict between the draft reliability of dLLMs and the contiguous constraint:

- •The Domino Effect:The cumulative product operation enforces a domino effect: a single low\-confidence token truncates the entire future draft chain\. To overcome this truncation and generate a draft long enough to extend beyond the dynamic decoding window, it becomes necessary to drastically reduceτdraft\\tau\_\{\\text\{draft\}\}\. However, doing so inevitably introduces erroneous tokens into the future context\. Thus, contiguous drafting faces an unsolvable dilemma: the high thresholds required for guaranteeing quality and the low thresholds needed for ensuring drafts’ length are mutually exclusive\.
- •Failure to Provide Informative References:The fundamental purpose of the draft\-guided decoding strategy is to provide reliable semantic anchors that the bidirectional attention mechanism can attend to, thereby resolving uncertainty in the current masked region\. However, high\-confidence tokens often appear scattered in the future context\. By enforcing continuity, we discard this valuable information\. This confirms that the draft strategy we proposed in Section[3](https://arxiv.org/html/2607.20467#S3)is superior: it prioritizes the quality and informativeness of the future context over its continuity, ensuring that the drafts serve as valid references rather than noise\.

## Appendix FMore Results and Analysis

Table 8:Ablations of commitment thresholdτc\\tau\_\{c\}across three models\.### F\.1More Results of Ablations

In this section, we extend our sensitivity analysis to all three models: LLaDA\-8B\-Instruct\(Nieet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib1)\), LLaDA\-1\.5\(Zhuet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib2)\), and Dream\-v0\-7B\-Instruct\(Yeet al\.,[2025](https://arxiv.org/html/2607.20467#bib.bib3)\)\. The results \(detailed in Table[8](https://arxiv.org/html/2607.20467#A6.T8), Table[9](https://arxiv.org/html/2607.20467#A6.T9), and Table[10](https://arxiv.org/html/2607.20467#A6.T10)\) on the GSM8K benchmark with a fixed generation length of 256 illustrate the trade\-offs between generation quality and efficiency, providing a clearer understanding of our design choices\.

#### Sensitivity to commitment thresholdτc\\tau\_\{c\}\.

Firstly, we fixτd\\tau\_\{d\}= 0\.98 and varyτc\\tau\_\{c\}from 0\.65 to 0\.80\. As shown in Table[8](https://arxiv.org/html/2607.20467#A6.T8), across all models, increasingτc\\tau\_\{c\}consistently improves accuracy but leads to a reduction in TPS\. Overall, accuracy remains consistently high and stable across all models, demonstrating that DC\-Leap is robust to the choice ofτc\\tau\_\{c\}within the above range\.

Table 9:Ablations of draft thresholdτd\\tau\_\{d\}across three models\.
#### Sensitivity to draft thresholdτd\\tau\_\{d\}\.

For draft thresholdτd\\tau\_\{d\}, we fix the commitment thresholdτc\\tau\_\{c\}at 0\.70 and varyτd\\tau\_\{d\}from 0\.65 to 0\.8τd\\tau\_\{d\}across three models\. From Table[9](https://arxiv.org/html/2607.20467#A6.T9), we can observe that LLaDA\-8B\-Instruct exhibits an inverse trend in both accuracy and TPS compared to LLaDA\-1\.5 and Dream\-v0\-7B\-Instruct, which can be analyzed through their distinct training paradigms\.

LLaDA\-8B\-Instruct is trained from scratch with a mask\-diffusion objective; it is inherently robust to non\-contiguous and fragmented contexts\. For this model, a lowerτd\\tau\_\{d\}aligns better with its pre\-training distribution, which can facilitate faster and more reliable generation, even if individual draft tokens are less precise\.

While sharing the same backbone as LLaDA\-8B\-Instruct, LLaDA\-1\.5 is refined via VRPO to pursue high\-reward and deterministic outputs, making it more sensitive to the quality of right\-side contexts\. So a higherτd\\tau\_\{d\}guarantees high\-quality drafts, leading to an improvement in both accuracy and TPS\.

Dream\-v0\-7B\-Instruct inherits its weights from an autoregressive model with a strong left\-to\-right causal prior\. This architectural heritage makes it more sensitive to low\-quality non\-causal drafts\. A higherτd\\tau\_\{d\}ensures a more precise right\-side context, resulting in better performance\.

To sum up, for LLaDA\-8B\-Instruct, the accuracy remains relatively stable across differentτd\\tau\_\{d\}with acceptable losses, whereas LLaDA\-1\.5 and Dream\-v0\-7B\-Instruct are more sensitive to this parameter\. Therefore,τd\\tau\_\{d\}= 0\.98 serves as an ideal balance that works well for all these models\. In addition, all three models exhibit relatively stable performance in both accuracy and TPS\.

Table 10:Ablations of maximum window sizeLLacross three models\.
#### Sensitivity to maximum window lengthLL:

For the maximum window sizeLL, we fixτc\\tau\_\{c\}at 0\.70 andτd\\tau\_\{d\}at 0\.98, and Table[10](https://arxiv.org/html/2607.20467#A6.T10)records the accuracy and TPS in differentτc\\tau\_\{c\}in three models\. In general, all of three models show high stability regarding the window sizeLL\. As L increases from 32 to 128, the accuracy remains steady, while the TPS shows a relatively clear gain\. This confirms that our method’s efficiency scales well with the window size across different architectures\.

Actually, the observed stability in accuracy and the increase in TPS asLLexpands are consistent with the design intuition of our Dynamic Contiguous Verification \(DCV\) mechanism\. By enforcing a strictly sequential and contiguous verification, DCV ensures that only parallel tokens satisfying the sequential chain are accepted\. This decouples generation quality from the maximum window sizeLLto some extent, since accuracy is the same onceLLis large enough to cover all tokens that pass the DCV\. This also explains why the actual speedup exhibits diminishing marginal improvements asLLincreases\.

### F\.2More Results of Step Distilled dLLMs

Table 11:Performance on dParallel\-LLaDA\-8B\-instruct\(Chenet al\.,[2026b](https://arxiv.org/html/2607.20467#bib.bib36)\)\.Table 12:Performance on dParallel\-Dream\-7B\-Instruct\(Chenet al\.,[2026b](https://arxiv.org/html/2607.20467#bib.bib36)\)\.Table 13:Performance comparison on LLaDA\-8B\-Instruct using three confidence definitions\.We compare the Top\-1 Confidence baseline with Calibrated Confidence and Semantic Entropy\. Accuracy \(%\) and TPS are reported\.Table 14:Performance comparison on LLaDA\-1\.5 using three confidence definitions\.We compare the Top\-1 Confidence baseline with Calibrated Confidence and Semantic Entropy\. Accuracy \(%\), TPS are reported\.dParallel\(Chenet al\.,[2026b](https://arxiv.org/html/2607.20467#bib.bib36)\)is a distilled dLLM specifically optimized to enhance the certainty of parallel token prediction, thereby unlocking the acceleration potential of generation\. By leveraging a significantly lower confidence threshold than conventional parallel decoding, typically 0\.5 in most benchmarks and 0\.45 in others, dParallel achieves substantial inference speedups without compromising generative quality\.

All experiments are conducted on NVIDIA RTX 6000 Blackwell GPUs\. We strictly adhere to the original configurations of dParallel for reproduction\. For the integration of DC\-Leap, we utilize a consistent hyperparameter set across both dParallel\-LLaDA\-8B\-Instruct and dParallel\-Dream\-7B\-Instruct:τc\\tau\_\{c\}= 0\.75,τd\\tau\_\{d\}= 0\.98, and maximum window sizeLL= 128\. The performance, throughput \(TPS\), and relative speedups are summarized in the Table[11](https://arxiv.org/html/2607.20467#A6.T11)and Table[12](https://arxiv.org/html/2607.20467#A6.T12)\.

It is worth noting that since dParallel already minimizes sampling steps to a highly compressed range for most inputs, further step reduction typically leads to performance degradation\. However, DC\-Leap demonstrates its robustness in this constrained scenario, successfully delivering additional throughput gains with comparable accuracy\.

### F\.3Analysis of Alternative Confidence Definition

In this section, we consider alternative confidence definitions beyond Top\-1 probability, including calibrated confidence\(Fuet al\.,[2026](https://arxiv.org/html/2607.20467#bib.bib39)\), entropy\-based uncertainty\(Kuhnet al\.,[2023](https://arxiv.org/html/2607.20467#bib.bib37)\)and self\-assessed confidence\(Liet al\.,[2024a](https://arxiv.org/html/2607.20467#bib.bib38)\)\. Specifically, we conduct an analysis integrating the three confidence definitions mentioned above into DC\-Leap across all three models\. The results are summarized in Table[13](https://arxiv.org/html/2607.20467#A6.T13), Table[14](https://arxiv.org/html/2607.20467#A6.T14), Table[15](https://arxiv.org/html/2607.20467#A6.T15)and Table[16](https://arxiv.org/html/2607.20467#A6.T16)\. Our results indicate that DC\-Leap benefits from the Top\-1 confidence formulation, as it demonstrates the strongest synergy with our DCV mechanism\.

#### Analysis of Calibrated Confidence and Semantic Entropy\.

We evaluate these as alternative confidence estimators by substituting our Top\-1 strategy across three models and four benchmarks\. As shown in Table[13](https://arxiv.org/html/2607.20467#A6.T13), Table[14](https://arxiv.org/html/2607.20467#A6.T14)and Table[15](https://arxiv.org/html/2607.20467#A6.T15), although both alternatives yield marginal accuracy improvements over Top\-1, they significantly reduce the achieved speedup\.

We attribute this to the strictness of our DCV mechanism: these more sophisticated estimators impose tighter threshold criteria, reducing the number of tokens committed per forward pass\. This suggests that an ideal confidence definition for DC\-Leap should not only enhance individual token acceptance accuracy but also remain flexible enough to permit acceptance of more tokens in sequence\. Currently, the Top\-1 confidence formulation balances these two objectives\.

#### Self\-Assessed Confidence\.

Regarding self\-assessed confidence, since the IoE\-prompt design is specifically tailored for tasks with deterministic answers rather than open\-ended generation, we conduct evaluations on the GSM8K benchmark using LLaDA\-8B\-Instruct and LLaDA\-1\.5\. The results are detailed in Table[16](https://arxiv.org/html/2607.20467#A6.T16)\.

Initially, we maintain the original hyperparameters ofτc\\tau\_\{c\}= 0\.7 andτd\\tau\_\{d\}= 0\.98 to ensure a fair comparison with the DC\-Leap baseline\. We then integrate the IoE\-prompt to enable model self\-assessment\. The results include accuracy, TPS \(with speedup ratio\), and total runtime seconds, which are summarized in the table below\.

As observed, self\-assessed confidence is effective, leading to an improvement in both accuracy and TPS\. This gain is likely because the self\-assessment process enhances the determinism of the preceding context\. Consequently, during the subsequent self\-evaluation and answer verification phases, a single forward pass can process and verify a larger number of tokens\. However, while the overall TPS improves a lot, the total inference time also increases due to the additional reflection process\.

Furthermore, since the IoE\-prompt inherently provides higher results accuracy, we explore the feasibility of relaxing the confidence threshold\. Experimental evidence suggests thatτc\\tau\_\{c\}can be safely reduced to 0\.6 without compromising accuracy\. Under this configuration, the models achieve even higher TPS while remaining competitive in accuracy compared to the Top\-1 baseline\.

Table 15:Performance comparison on Dream\-v0\-7B\-Instruct using three confidence definitions\.We compare the Top\-1 Confidence baseline with Calibrated Confidence and Semantic Entropy\. Accuracy \(%\), TPS are reported\.Table 16:Evaluation of Self\-Assessed Confidence on GSM8K\.We compare the Top\-1 Confidence baseline with Self\-assessment confidence at different confidence thresholds \(τc\\tau\_\{c\}\)\. Accuracy \(%\), TPS, and total Runtime \(s\) are reported\.

Similar Articles

Dynamic Chunking for Diffusion Language Models

arXiv cs.CL

This paper introduces Dynamic Chunking for Diffusion Language Models (DCDM), which replaces fixed positional blocks in block discrete diffusion with content-defined semantic chunks using a differentiable Chunking Attention mechanism, achieving consistent improvements across scales up to 1.5B parameters.