paper-with-me

홈 › Papers

Continuous Visual Autoregressive Generation via Score Maximization

2025-05-12 · Chenze Shao, Fandong Meng, Jie zhou

Conventional wisdom suggests that autoregressive models are used to process discrete data. When applied to continuous modalities such as visual data, Visual AutoRegressive modeling (VAR) typically resorts to quantization-based approaches to cast the data into a discrete space, which can introduce significant information loss. To tackle this issue, we introduce a Continuous VAR framework that enables direct visual autoregressive generation without vector quantization. The underlying theoretical foundation is strictly proper scoring rules, which provide powerful statistical tools capable of evaluating how well a generative model approximates the true distribution. Within this framework, all we need is to select a strictly proper score and set it as the training objective to optimize. We primarily explore a class of training objectives based on the energy score, which is likelihood-free and thus overcomes the difficulty of making probabilistic predictions in the continuous space. Previous efforts on continuous autoregressive generation, such as GIVT and diffusion loss, can also be derived from our framework using other strictly proper scores. Source code: https://github.com/shaochenze/EAR.

📄 PDF Abstract BibTeX arXiv:2505.07812

Code (1)

shaochenze/ear 공식 구현 pytorch

Tasks

Quantization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

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 m…

DenoisingImage GenerationQuantization

Rethinking Discrete Tokens: Treating Them as Conditions for Continuous Autoregressive Image Synthesis

2025-07-02 · Peng Zheng, Junke Wang, Yi Chang, Yizhou Yu 외

Recent advances in large language models (LLMs) have spurred interests in encoding images as discrete tokens and leveraging autoregressive (AR) frameworks for visual generation. However, the quantization process in AR-ba…

Density EstimationImage GenerationQuantization

Fluid: Scaling Autoregressive Text-to-image Generative Models with Continuous Tokens

2024-10-17 · Lijie Fan, Tianhong Li, Siyang Qin, Yuanzhen Li 외

Scaling up autoregressive models in vision has not proven as beneficial as in large language models. In this work, we investigate this scaling problem in the context of text-to-image generation, focusing on two critical …

Image GenerationText to Image GenerationText-to-Image Generation

HART: Efficient Visual Generation with Hybrid Autoregressive Transformer

2024-10-14 · Haotian Tang, Yecheng Wu, Shang Yang, Enze Xie 외

We introduce Hybrid Autoregressive Transformer (HART), an autoregressive (AR) visual generation model capable of directly generating 1024x1024 images, rivaling diffusion models in image generation quality. Existing AR mo…

Image GenerationImage Reconstruction

Bridging Continuous and Discrete Tokens for Autoregressive Visual Generation

2025-03-20 · Yuqing Wang, Zhijie Lin, Yao Teng, Yuanzhi Zhu 외

Autoregressive visual generation models typically rely on tokenizers to compress images into tokens that can be predicted sequentially. A fundamental dilemma exists in token representation: discrete tokens enable straigh…

Quantization