Latent Refinement Decoding: Enhancing Diffusion-Based Language Models by Refining Belief States
Abstract
Latent Refinement Decoding (LRD) improves parallel sequence generation by maintaining global consistency and iterative refinement, enhancing accuracy and reducing latency.
Autoregressive (AR) models remain the standard for natural language generation but still suffer from high latency due to strictly sequential decoding. Recent diffusion-inspired approaches, such as LlaDA and Dream, mitigate this by generating in parallel, yet they suffer from two core limitations: information loss, as predictive distributions for non-finalized tokens are discarded at each step, and premature commitment, where local decisions are made without sufficient global coordination. We introduce Latent Refinement Decoding (LRD), a two-stage framework with Latent Refinement and a Predictive Feedback Loop. The first stage maintains masked positions as distributional mixtures of predicted tokens and the mask embedding, allowing the model to establish more globally consistent beliefs. The second stage progressively finalizes confident tokens while retaining uncertain ones for iterative feedback. KL-divergence dynamics provide a principled and reliable criterion for convergence and early stopping. Experiments across coding (HumanEval +6.3, MBPP +2.6) and reasoning (GSM8K +2.9, MATH500 +3.8) show that LRD improves accuracy while delivering speedups of up to 10.6x, making it a strong and versatile alternative for parallel sequence generation.
Community
Latent Refinement Decoding (LRD) is a two-stage parallel generation framework that mitigates information loss and premature commitment in diffusion-inspired models by maintaining distributional mixtures and iterative feedback, achieving higher accuracy and up to 10.6ร faster decoding across coding and reasoning tasks.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Accelerating Diffusion LLM Inference via Local Determinism Propagation (2025)
- CreditDecoding: Accelerating Parallel Decoding in Diffusion Large Language Models with Trace Credits (2025)
- Self Speculative Decoding for Diffusion Large Language Models (2025)
- Diffusion Language Models Know the Answer Before Decoding (2025)
- Finish First, Perfect Later: Test-Time Token-Level Cross-Validation for Diffusion Large Language Models (2025)
- dParallel: Learnable Parallel Decoding for dLLMs (2025)
- Sequential Diffusion Language Models (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper