paper-with-me

홈 › Papers

Simple Self-Conditioning Adaptation for Masked Diffusion Models

2026-04-28 · Michael Cardei, Huu Binh Ta, Ferdinando Fioretto arxiv

Masked diffusion models (MDMs) generate discrete sequences by iterative denoising under an absorbing masking process. In standard masked diffusion, if a token remains masked after a reverse update, the model discards its clean-state prediction for that position. Thus, still-masked positions must be repeatedly inferred from the mask token alone. This design choice limits cross-step refinement. To address this limitation, this paper proposes a simple, yet effective, post-training adaptation for MDMs that conditions each denoising step on the model's own previous clean-state predictions. The resulting method, called Self-Conditioned Masked Diffusion Models (SCMDM), requires minimal architectural change, does not introduce a recurrent latent-state pathway, does not rely on an auxiliary reference model, and adds no extra denoiser evaluations during sampling. This is an important departure from partial self-conditioning approaches which requires expensive model training from scratch. In particular, the paper shows that partial self-conditioning, including the commonly used 50% dropout strategy for training self-conditioned models from scratch, is suboptimal in the post-training regime. Instead, once the model's self-generated clean-state estimates become informative, the specialization to refinement is preferable to mixing conditional and unconditional objectives. SCMDM is evaluated across multiple domains, demonstrating consistent improvement over vanilla MDM baselines, achieving nearly a 50% reduction in generative perplexity on OWT-trained models (42.89 to 23.72), alongside strong improvements in discretized image synthesis quality, small molecular generation, and enhanced fidelity in genomic distribution modeling.

📄 PDF Abstract BibTeX arXiv:2604.26985

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Flow Reasoning Models: Turning Discrete Flows Into Efficient Recurrent Reasoners

2026-06-28 · Alec Helbling, Andrey Bryutkin, Mauro Martino, Nima Dehmamy 외 arxiv

Structured reasoning requires making and revising interdependent decisions to reach a globally consistent solution. Existing architectures struggle with this: autoregressive models commit sequentially and cannot revise e…

Text Generation

Lavida-O: Elastic Large Masked Diffusion Models for Unified Multimodal Understanding and Generation

2025-09-23 · Shufan Li, Jiuxiang Gu, Kangning Liu, Zhe Lin 외 arxiv

We propose Lavida-O, a unified Masked Diffusion Model (MDM) for multimodal understanding and generation. Unlike existing multimodal MDMs such as MMaDa and Muddit which only support simple image-level understanding tasks …

Text-to-Image GenerationMultimodal ReasoningImage Editing

HorizonRelight: Relighting Long-horizon Videos Consistently via Diffusion Transformers

2026-06-27 · Jing Yang, Mayoore Jaiswal, Zian Wang, Steven Zeng 외 arxiv

Diffusion-based video relighting enables controllable relighting from a single input video, but modern video diffusion backbones are trained on short clips and applied to long-horizon videos through chunked sliding-windo…

TESS: Text-to-Text Self-Conditioned Simplex Diffusion

2023-05-15 · Rabeeh Karimi Mahabadi, Hamish Ivison, Jaesung Tae, James Henderson 외

Diffusion models have emerged as a powerful paradigm for generation, obtaining strong performance in various continuous domains. However, applying continuous diffusion models to natural language remains challenging due t…

Natural Language UnderstandingParaphrase GenerationQuestion GenerationQuestion-Generation+2

MCVD: Masked Conditional Video Diffusion for Prediction, Generation, and Interpolation

2022-05-19 · Vikram Voleti, Alexia Jolicoeur-Martineau, Christopher Pal

Video prediction is a challenging task. The quality of video frames from current state-of-the-art (SOTA) generative models tends to be poor and generalization beyond the training data is difficult. Furthermore, existing …

DenoisingPredictionVideo GenerationVideo Prediction