paper-with-me

Papers

Auto-Regressive Masked Diffusion Models

2026-01-23 · Mahdi Karami, Ali Ghodsi arxiv

Masked diffusion models (MDMs) have emerged as a promising approach for language modeling, yet they face a performance gap compared to autoregressive models (ARMs) and require more training iterations. In this work, we present the Auto-Regressive Masked Diffusion (ARMD) model, an architecture designed to close this gap by unifying the training efficiency of autoregressive models with the parallel generation capabilities of diffusion-based models. Our key insight is to reframe the masked diffusion process as a block-wise causal model. This perspective allows us to design a strictly causal, permutation-equivariant architecture that computes all conditional probabilities across multiple denoising steps in a single, parallel forward pass. The resulting architecture supports efficient, autoregressive-style decoding and a progressive permutation training scheme, allowing the model to learn both canonical left-to-right and random token orderings. Leveraging this flexibility, we introduce a novel strided parallel generation strategy that accelerates inference by generating tokens in parallel streams while maintaining global coherence. Empirical results demonstrate that ARMD achieves state-of-the-art performance on standard language modeling benchmarks, outperforming established diffusion baselines while requiring significantly fewer training steps. Furthermore, it establishes a new benchmark for parallel text generation, effectively bridging the performance gap between parallel and sequential decoding.

📄 PDF Abstract BibTeX arXiv:2601.16971

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Masked Auto-Regressive Variational Acceleration: Fast Inference Makes Practical Reinforcement Learning

2025-11-19 · Yuxuan Gu, Weimin Bai, Yifei Wang, Weijian Luo 외 arxiv

Masked auto-regressive diffusion models (MAR) benefit from the expressive modeling ability of diffusion models and the flexibility of masked auto-regressive ordering. However, vanilla MAR suffers from slow inference due …

Reinforcement Learning

Simple and Effective Masked Diffusion Language Models

2024-06-11 · Subham Sekhar Sahoo, Marianne Arriola, Yair Schiff, Aaron Gokaslan 외

While diffusion models excel at generating high-quality images, prior work reports a significant performance gap between diffusion and autoregressive (AR) methods in language modeling. In this work, we show that simple m…

Language ModelingLanguage ModellingMasked Language Modeling

DC-AR: Efficient Masked Autoregressive Image Generation with Deep Compression Hybrid Tokenizer

2025-07-07 · Yecheng Wu, Junyu Chen, Zhuoyang Zhang, Enze Xie 외

We introduce DC-AR, a novel masked autoregressive (AR) text-to-image generation framework that delivers superior image generation quality with exceptional computational efficiency. Due to the tokenizers' limitations, pri…

Computational EfficiencyImage GenerationText to Image GenerationText-to-Image Generation

Dual-objective Language Models: Training Efficiency Without Overfitting

2025-12-16 · David Samuel, Lucas Georges Gabriel Charpentier arxiv

This paper combines autoregressive and masked-diffusion training objectives without any architectural modifications, resulting in flexible language models that outperform single-objective models. Autoregressive modeling …

Whisfusion: Parallel ASR Decoding with Masked Diffusion

2025-08-09 · Taeyoun Kwon, Junhyuk Ahn, Taegeun Yun, Heeju Jwa 외 arxiv

Autoregressive (AR) encoder-decoder models dominate high-quality multilingual ASR, but their left-to-right decoders make inference latency scale with transcript length. A natural alternative, CTC-style non-autoregressive…