CLJun 15

Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models

arXiv:2606.1670018.8
Predicted impact top 46% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For researchers working on diffusion models for reasoning tasks, RM provides a native test-time scaling method that leverages MDMs' masking mechanism for iterative refinement, outperforming baselines without architectural changes.

Reflective Masking (RM) enables multi-turn reasoning in Mask Diffusion Models (MDMs) through lightweight post-training, allowing iterative local refinement without full regeneration. Across text generation, Sudoku, and image editing, RM consistently outperforms standard masking-based baselines, demonstrating strong generality.

While reasoning on autoregressive (AR) models is often performed by chain-of-thought reasoning and reflection, their refinement of previous outputs still relies on fully sequential generation, even when only local edits are needed. In contrast, the masking mechanism in Mask Diffusion Models (MDMs) naturally supports explicit local edits on previous outputs, allowing selective refinement without discarding previous answers and generating another from scratch. While this property more closely aligns with how humans correct mistakes by iterative local refinement, existing MDMs do not support multi-turn masking and denoising. We propose Reflective Masking (RM), which elicits such an intrinsic reasoning capability in MDMs via lightweight post-training. RM provides a native test-time scaling, where an MDM iteratively revisits and revises its prior outputs based on evolving context. To exploit insights from previous turns like AR reasoning, we further introduce History Reference, a parameter-free mechanism that leverages intermediate denoising states during revision. Our approach requires no architectural changes and is easily applicable to existing MDMs. Across diverse tasks and modalities, including text generation, Sudoku, and image editing, Reflective Masking consistently outperforms standard masking-based baselines and demonstrates strong generality, positioning RM as a fundamental primitive for reasoning on MDMs.

Foundations

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

Your Notes