paper-with-me

홈 › Papers

Markovian Scale Prediction: A New Era of Visual Autoregressive Generation

2025-11-28 · Yu Zhang, Jingyi Liu, Yiwei Shi, Qi Zhang, Duoqian Miao, Changwei Wang, Longbing Cao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.23334

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

MVAR: Visual Autoregressive Modeling with Scale and Spatial Markovian Conditioning

2025-05-19 · Jinhua Zhang, Wei Long, Minghao Han, Weiyi You 외

Essential to visual generation is efficient modeling of visual data priors. Conventional next-token prediction methods define the process as learning the conditional probability distribution of successive tokens. Recentl…

GPU

Scale-Wise VAR is Secretly Discrete Diffusion

2025-09-26 · Amandeep Kumar, Nithin Gopalakrishnan Nair, Vishal M. Patel arxiv

Autoregressive (AR) transformers have emerged as a powerful paradigm for visual generation, largely due to their scalability, computational efficiency and unified architecture with language and vision. Among them, next s…

Computational Efficiency

HMAR: Efficient Hierarchical Masked Auto-Regressive Image Generation

2025-06-04 · CVPR 2025 1 · Hermann Kumbong, Xian Liu, Tsung-Yi Lin, Ming-Yu Liu 외

Visual Auto-Regressive modeling (VAR) has shown promise in bridging the speed and quality gap between autoregressive image models and diffusion models. VAR reformulates autoregressive modeling by decomposing an image int…

AllImage GenerationPrediction

DART: Denoising Autoregressive Transformer for Scalable Text-to-Image Generation

2024-10-10 · Jiatao Gu, Yuyang Wang, Yizhe Zhang, Qihang Zhang 외

Diffusion models have become the dominant approach for visual generation. They are trained by denoising a Markovian process which gradually adds noise to the input. We argue that the Markovian property limits the model's…

DenoisingImage GenerationQuantizationText to Image Generation+1

VARGPT: Unified Understanding and Generation in a Visual Autoregressive Multimodal Large Language Model

2025-01-21 · Xianwei Zhuang, Yuxin Xie, Yufan Deng, Liming Liang 외

We present VARGPT, a novel multimodal large language model (MLLM) that unifies visual understanding and generation within a single autoregressive framework. VARGPT employs a next-token prediction paradigm for visual unde…

Image GenerationInstruction FollowingLanguage ModelingLanguage Modelling+4