Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models

2026-06-15Computation and Language

Computation and Language
AI summary

The authors explain that traditional autoregressive (AR) models generate answers step-by-step, which can be inefficient when only small fixes are needed. They propose Reflective Masking (RM) for Mask Diffusion Models (MDMs), enabling these models to make local corrections by revisiting and improving previous outputs without starting over. RM also uses a History Reference method to remember earlier steps during editing. Their approach works well across different tasks like text, puzzles, and images, and can be applied to existing models without changing their structure.

Autoregressive modelsChain-of-thought reasoningMask Diffusion ModelsReflective MaskingLocal editsDenoisingPost-trainingHistory ReferenceText generationImage editing
Authors
Yanming Zhang, Yihan Bian, Jingyuan Qi, Yuguang Yao, Lifu Huang, Tianyi Zhou
Abstract
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.