paper-with-me

Papers

Fast Autoregressive Models for Continuous Latent Generation

2025-04-24 · Tiankai Hang, Jianmin Bao, Fangyun Wei, Dong Chen

Autoregressive models have demonstrated remarkable success in sequential data generation, particularly in NLP, but their extension to continuous-domain image generation presents significant challenges. Recent work, the masked autoregressive model (MAR), bypasses quantization by modeling per-token distributions in continuous spaces using a diffusion head but suffers from slow inference due to the high computational cost of the iterative denoising process. To address this, we propose the Fast AutoRegressive model (FAR), a novel framework that replaces MAR's diffusion head with a lightweight shortcut head, enabling efficient few-step sampling while preserving autoregressive principles. Additionally, FAR seamlessly integrates with causal Transformers, extending them from discrete to continuous token generation without requiring architectural modifications. Experiments demonstrate that FAR achieves $2.3\times$ faster inference than MAR while maintaining competitive FID and IS scores. This work establishes the first efficient autoregressive paradigm for high-fidelity continuous-space image generation, bridging the critical gap between quality and scalability in visual autoregressive modeling.

📄 PDF Abstract BibTeX arXiv:2504.18391

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage GenerationQuantization

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Autoregressive Image Generation with Masked Bit Modeling

2026-02-09 · Qihang Yu, Qihao Liu, Ju He, Xinyang Zhang 외 arxiv

This paper challenges the dominance of continuous pipelines in visual generation. We systematically investigate the performance gap between discrete and continuous methods. Contrary to the belief that discrete tokenizers…

Image Generation

How to Train Your Latent Diffusion Language Model Jointly With the Latent Space

2026-05-08 · Viacheslav Meshchaninov, Alexander Shabalin, Egor Chimbulatov, Nikita Gushchin 외 arxiv

Latent diffusion models offer an attractive alternative to discrete diffusion for non-autoregressive text generation by operating on continuous text representations and denoising entire sequences in parallel. The major c…

Text Generation

Continuous Latent Diffusion Language Model

2026-05-07 · Hongcan Guo, Qinyu Zhao, Yian Zhao, Shen Nie 외 arxiv

Large language models have achieved remarkable success under the autoregressive paradigm, yet high-quality text generation need not be tied to a fixed left-to-right order. Existing alternatives still struggle to jointly …

Representation LearningText Generation

Generative Pre-trained Autoregressive Diffusion Transformer

2025-05-12 · Yuan Zhang, Jiacheng Jiang, Guoqing Ma, Zhiying Lu 외

In this work, we present GPDiT, a Generative Pre-trained Autoregressive Diffusion Transformer that unifies the strengths of diffusion and autoregressive modeling for long-range video synthesis, within a continuous latent…

Few-Shot LearningVideo Generation

CRoCoDiL: Continuous and Robust Conditioned Diffusion for Language

2026-03-02 · Roy Uziel, Omer Belhasin, Itay Levy, Akhiad Bercovich 외 arxiv

Masked Diffusion Models (MDMs) provide an efficient non-causal alternative to autoregressive generation but often struggle with token dependencies and semantic incoherence due to their reliance on discrete marginal distr…