Continuous Visual Autoregressive Generation via Score Maximization
Chenze Shao, Fandong Meng, Jie Zhou
TL;DR
The paper tackles the challenge of autoregressive generation for continuous visual data by eliminating vector quantization and framing training as maximizing strictly proper scoring rules. It introduces Continuous VAR and, in particular, the energy-based Energy Transformer (EAR), which uses an energy score as a likelihood-free objective and a sampling-based MLP generator to produce continuous tokens. The approach unifies prior continuous-generation methods under score-maximization and demonstrates competitive ImageNet 256×256 results with superior inference efficiency compared to diffusion and discrete-token baselines. By illustrating the importance of strict propriety and expressiveness, the work highlights practical gains in reconstruction quality and speed, and lays out clear directions for extending continuous autoregression to broader modalities and scores.
Abstract
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.
