paper-with-me

홈 › Papers

PreDiff-LM: Pretrained Discrete Masked Diffusion Language Modeling with Hybrid Attention

2026-07-28 · Zhengtao Yao, Runhao Li, Xupeng Chen, Jiayi Cheng, Chenqian Le, Michael Yue, Jesson Wang, Siheng Wang, Guang Yang, Haoyan Xu, Chenhao Wei, Zhengqing Yuan, Youran Shen, Yanfang Ye, Junhao Dong arxiv

Discrete masked diffusion language models support bidirectional generation and infilling, but adapting pretrained autoregressive (AR) transformers requires reconciling causal pretraining with bidirectional denoising. We study this problem at the level of attention rather than claiming AR-weight reuse itself as novel. PreDiff-LM preserves causal attention within the observed prompt while allowing full bidirectional attention within the masked target. Under a matched GPT-2 Medium, WikiText-103, 90K-step setup, this hybrid mask improves unconditional perplexity from 34.1 to 28.7 and MAUVE from 0.71 to 0.78 over uniform bidirectional attention with the same AR initialization. Attention adaptation also composes with a DiffuGPT-style objective adaptation, reaching 26.9 perplexity. Pretrained initialization reduces the steps required to reach perplexity below 50 from about 350K to 8K, although a compute-matched fine-tuned AR model remains stronger at equal scale (18.9 versus 28.7). Beyond perplexity, PreDiff-LM improves repetition, distributional quality, four zero-shot downstream tasks, and human preference over prior diffusion baselines. The results position hybrid attention as a complementary mechanism for adapting pretrained causal backbones, while making explicit the remaining quality and inference-efficiency gaps to optimized AR models.

📄 PDF Abstract BibTeX arXiv:2607.25157

Code (2)

Tavish9/awesome-daily-AI-arxiv ★ 112
arxivsub/arXivSub_daily_arxiv ★ 4

Similar Papers 제목 키워드 기반

Improving Diffusion-Based Image Synthesis with Context Prediction

2024-01-04 · NeurIPS 2023 11 · Ling Yang, Jingwei Liu, Shenda Hong, Zhilong Zhang 외

Diffusion models are a new class of generative models, and have dramatically promoted image generation with unprecedented quality and diversity. Existing diffusion models mainly try to reconstruct input image from a corr…

DecoderDenoisingImage GenerationImage Inpainting+4

Leveraging Pretrained Language Models as Energy Functions for Glauber Dynamics Text Diffusion

2026-05-05 · Tarun Kathuria, Sachin Kumar arxiv

We present a discrete diffusion-based language model using Glauber dynamics from statistical physics. Our main insight is that instead of trying to train a discrete state space diffusion model using Glauber dynamics with…

Common Sense Reasoning

Remasking Discrete Diffusion Models with Inference-Time Scaling

2025-03-01 · Guanghan Wang, Yair Schiff, Subham Sekhar Sahoo, Volodymyr Kuleshov

Part of the success of diffusion models stems from their ability to perform iterative refinement, i.e., repeatedly correcting outputs during generation. However, modern masked discrete diffusion lacks this capability: wh…

Unifying Masked Diffusion Models with Various Generation Orders and Beyond

2026-02-02 · Chunsan Hong, Sanghyun Lee, Jong Chul Ye arxiv

Masked diffusion models (MDMs) are a potential alternative to autoregressive models (ARMs) for language generation, but generation quality depends critically on the generation order. Prior work either hard-codes an order…

Discrete Stochastic Localization for Non-autoregressive Generation

2026-02-18 · Yunshu Wu, Jiayi Cheng, Longxuan Yu, Partha Thakuria 외 arxiv

Continuous diffusion is a natural framework for non-autoregressive generation but has generally lagged behind masked discrete diffusion models (MDMs) on discrete sequence generation. We argue that the bottleneck is not c…