paper-with-me

홈 › Papers

MVAR: Visual Autoregressive Modeling with Scale and Spatial Markovian Conditioning

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

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. Recently, next-scale prediction methods redefine the process to learn the distribution over multi-scale representations, significantly reducing generation latency. However, these methods condition each scale on all previous scales and require each token to consider all preceding tokens, exhibiting scale and spatial redundancy. To better model the distribution by mitigating redundancy, we propose Markovian Visual AutoRegressive modeling (MVAR), a novel autoregressive framework that introduces scale and spatial Markov assumptions to reduce the complexity of conditional probability modeling. Specifically, we introduce a scale-Markov trajectory that only takes as input the features of adjacent preceding scale for next-scale prediction, enabling the adoption of a parallel training strategy that significantly reduces GPU memory consumption. Furthermore, we propose spatial-Markov attention, which restricts the attention of each token to a localized neighborhood of size k at corresponding positions on adjacent scales, rather than attending to every token across these scales, for the pursuit of reduced modeling complexity. Building on these improvements, we reduce the computational complexity of attention calculation from O(N^2) to O(Nk), enabling training with just eight NVIDIA RTX 4090 GPUs and eliminating the need for KV cache during inference. Extensive experiments on ImageNet demonstrate that MVAR achieves comparable or superior performance with both small model trained from scratch and large fine-tuned models, while reducing the average GPU memory footprint by 3.0x.

📄 PDF Abstract BibTeX arXiv:2505.12742

Code (1)

labshuhanggu/mvar 공식 구현

Tasks

GPU

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

DreamVAR: Taming Reinforced Visual Autoregressive Model for High-Fidelity Subject-Driven Image Generation

2026-01-30 · Xin Jiang, Jingwen Chen, Yehao Li, Yingwei Pan 외 arxiv

Recent advances in subject-driven image generation using diffusion models have attracted considerable attention for their remarkable capabilities in producing high-quality images. Nevertheless, the potential of Visual Au…

Reinforcement LearningImage Generation

MVAR: MultiVariate AutoRegressive Air Pollutants Forecasting Model

2025-07-16 · Xu Fan, Zhihao Wang, Yuetan Lin, Yan Zhang 외 arxiv

Air pollutants pose a significant threat to the environment and human health, thus forecasting accurate pollutant concentrations is essential for pollution warnings and policy-making. Existing studies predominantly focus…

M-VAR: Decoupled Scale-wise Autoregressive Modeling for High-Quality Image Generation

2024-11-15 · Sucheng Ren, Yaodong Yu, Nataniel Ruiz, Feng Wang 외

There exists recent work in computer vision, named VAR, that proposes a new autoregressive paradigm for image generation. Diverging from the vanilla next-token prediction, VAR structurally reformulates the image generati…

Image GenerationMamba

tmVar 3.0: an improved variant concept recognition and normalization tool

2022-04-07 · Chih-Hsuan Wei, Alexis Allot, Kevin Riehle, Aleksandar Milosavljevic 외

Previous studies have shown that automated text-mining tools are becoming increasingly important for successfully unlocking variant information in scientific literature at large scale. Despite multiple attempts in the pa…

Benchmarking

Learning to Expand Images for Efficient Visual Autoregressive Modeling

2025-11-19 · Ruiqing Yang, Kaixin Zhang, Zheng Zhang, Shan You 외 arxiv

Autoregressive models have recently shown great promise in visual generation by leveraging discrete token sequences akin to language modeling. However, existing approaches often suffer from inefficiency, either due to to…

Image Generation