Markovian Scale Prediction: A New Era of Visual Autoregressive Generation
Yu Zhang, Jingyi Liu, Yiwei Shi, Qi Zhang, Duoqian Miao, Changwei Wang, Longbing Cao
TL;DR
This work tackles the inefficiencies and error accumulation of full-context Visual AutoRegressive Modeling (VAR) by reframing next-scale prediction as a Markovian process. It introduces Markov-VAR, which treats each scale as a Markov state and augments it with a history compensation mechanism implemented via a sliding-window history vector to retain essential historical information. Empirical results on ImageNet show Markov-VAR achieves better generation quality (lower FID, higher IS) and drastically reduced peak memory usage compared to VAR and several VAR-like methods, with favorable scaling behavior. The approach offers a simple yet effective foundation for scalable visual autoregressive generation and related downstream tasks, with public release of model weights to support further research.
Abstract
Visual AutoRegressive modeling (VAR) based on next-scale prediction has revitalized autoregressive visual generation. Although its full-context dependency, i.e., modeling all previous scales for next-scale prediction, facilitates more stable and comprehensive representation learning by leveraging complete information flow, the resulting computational inefficiency and substantial overhead severely hinder VAR's practicality and scalability. This motivates us to develop a new VAR model with better performance and efficiency without full-context dependency. To address this, we reformulate VAR as a non-full-context Markov process, proposing Markov-VAR. It is achieved via Markovian Scale Prediction: we treat each scale as a Markov state and introduce a sliding window that compresses certain previous scales into a compact history vector to compensate for historical information loss owing to non-full-context dependency. Integrating the history vector with the Markov state yields a representative dynamic state that evolves under a Markov process. Extensive experiments demonstrate that Markov-VAR is extremely simple yet highly effective: Compared to VAR on ImageNet, Markov-VAR reduces FID by 10.5% (256 $\times$ 256) and decreases peak memory consumption by 83.8% (1024 $\times$ 1024). We believe that Markov-VAR can serve as a foundation for future research on visual autoregressive generation and other downstream tasks.
