paper-with-me

Papers

Autoregressive Diffusion Models

2021-10-05 · ICLR 2022 4 · Emiel Hoogeboom, Alexey A. Gritsenko, Jasmijn Bastings, Ben Poole, Rianne van den Berg, Tim Salimans

We introduce Autoregressive Diffusion Models (ARDMs), a model class encompassing and generalizing order-agnostic autoregressive models (Uria et al., 2014) and absorbing discrete diffusion (Austin et al., 2021), which we show are special cases of ARDMs under mild assumptions. ARDMs are simple to implement and easy to train. Unlike standard ARMs, they do not require causal masking of model representations, and can be trained using an efficient objective similar to modern probabilistic diffusion models that scales favourably to highly-dimensional data. At test time, ARDMs support parallel generation which can be adapted to fit any given generation budget. We find that ARDMs require significantly fewer steps than discrete diffusion models to attain the same performance. Finally, we apply ARDMs to lossless compression, and show that they are uniquely suited to this task. Contrary to existing approaches based on bits-back coding, ARDMs obtain compelling results not only on complete datasets, but also on compressing single data points. Moreover, this can be done using a modest number of network calls for (de)compression due to the model's adaptable parallel generation.

📄 PDF Abstract BibTeX arXiv:2110.02037

Code (3)

google-research/google-research/tree/master/autoregressive_diffusion 공식 구현 jax
microsoft/evodiff pytorch
princetonlips/mam pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Test 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Condition Errors Refinement in Autoregressive Image Generation with Diffusion Loss

2026-02-02 · Yucheng Zhou, Hao Li, Jianbing Shen arxiv

Recent studies have explored autoregressive models for image generation, with promising results, and have combined diffusion models with autoregressive frameworks to optimize image generation via diffusion losses. In thi…

Image Generation

ACDiT: Interpolating Autoregressive Conditional Modeling and Diffusion Transformer

2024-12-10 · Jinyi Hu, Shengding Hu, Yuxuan Song, Yufei Huang 외

The recent surge of interest in comprehensive multimodal models has necessitated the unification of diverse modalities. However, the unification suffers from disparate methodologies. Continuous visual generation necessit…

DenoisingImage GenerationVideo Generation

Planned Diffusion

2025-10-20 · Daniel Israel, Tian Jin, Ellie Cheng, Guy Van den Broeck 외 arxiv

Most large language models are autoregressive: they generate tokens one at a time. Discrete diffusion language models can generate multiple tokens in parallel, but sampling from them requires a denoising order: a strateg…

Instruction Following

DiTAR: Diffusion Transformer Autoregressive Modeling for Speech Generation

2025-02-06 · Dongya Jia, Zhuo Chen, Jiawei Chen, Chenpeng Du 외

Several recent studies have attempted to autoregressively generate continuous speech representations without discrete speech tokens by combining diffusion and autoregressive models, yet they often face challenges with ex…

DiversityLanguage ModelingLanguage Modelling

D-AR: Diffusion via Autoregressive Models

2025-05-29 · Ziteng Gao, Mike Zheng Shou

This paper presents Diffusion via Autoregressive models (D-AR), a new paradigm recasting the image diffusion process as a vanilla autoregressive procedure in the standard next-token-prediction fashion. We start by design…

Denoising