CLOct 22, 2025

From Denoising to Refining: A Corrective Framework for Vision-Language Diffusion Model

arXiv:2510.19871v16 citationsh-index: 27Has Code
Originality Highly original
AI Analysis

This addresses a fundamental challenge for researchers and practitioners in vision-language generation, offering a novel corrective approach to enhance model reliability.

The paper tackles the train-inference discrepancy in vision-language discrete diffusion models, which causes error cascades during parallel decoding, and introduces ReDiff, a refining-enhanced framework that improves coherence and factual accuracy in generated content, enabling stable and efficient parallel generation.

Discrete diffusion models have emerged as a promising direction for vision-language tasks, offering bidirectional context modeling and theoretical parallelization. However, their practical application is severely hindered by a train-inference discrepancy, which leads to catastrophic error cascades: initial token errors during parallel decoding pollute the generation context, triggering a chain reaction of compounding errors and leading to syntactic errors and semantic hallucinations. To address this fundamental challenge, we reframe the generation process from passive denoising to active refining. We introduce ReDiff, a refining-enhanced diffusion framework that teaches the model to identify and correct its own errors. Our approach features a two-stage training process: first, we instill a foundational revision capability by training the model to revise synthetic errors; second, we implement a novel online self-correction loop where the model is explicitly trained to revise its own flawed drafts by learning from an expert's corrections. This mistake-driven learning endows the model with the crucial ability to revisit and refine its already generated output, effectively breaking the error cascade. Extensive experiments demonstrate that ReDiff significantly improves the coherence and factual accuracy of generated content, enabling stable and efficient parallel generation far superior to traditional denoising methods. Our codes and models are available at https://rediff-hku.github.io/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes