paper-with-me

홈 › Papers

HMAR: Efficient Hierarchical Masked Auto-Regressive Image Generation

2025-06-04 · CVPR 2025 1 · Hermann Kumbong, Xian Liu, Tsung-Yi Lin, Ming-Yu Liu, Xihui Liu, Ziwei Liu, Daniel Y. Fu, Christopher Ré, David W. Romero

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 into successive resolution scales. During inference, an image is generated by predicting all the tokens in the next (higher-resolution) scale, conditioned on all tokens in all previous (lower-resolution) scales. However, this formulation suffers from reduced image quality due to the parallel generation of all tokens in a resolution scale; has sequence lengths scaling superlinearly in image resolution; and requires retraining to change the sampling schedule. We introduce Hierarchical Masked Auto-Regressive modeling (HMAR), a new image generation algorithm that alleviates these issues using next-scale prediction and masked prediction to generate high-quality images with fast sampling. HMAR reformulates next-scale prediction as a Markovian process, wherein the prediction of each resolution scale is conditioned only on tokens in its immediate predecessor instead of the tokens in all predecessor resolutions. When predicting a resolution scale, HMAR uses a controllable multi-step masked generation procedure to generate a subset of the tokens in each step. On ImageNet 256x256 and 512x512 benchmarks, HMAR models match or outperform parameter-matched VAR, diffusion, and autoregressive baselines. We develop efficient IO-aware block-sparse attention kernels that allow HMAR to achieve faster training and inference times over VAR by over 2.5x and 1.75x respectively, as well as over 3x lower inference memory footprint. Finally, HMAR yields additional flexibility over VAR; its sampling schedule can be changed without further training, and it can be applied to image editing tasks in a zero-shot manner.

📄 PDF Abstract BibTeX arXiv:2506.04421

Code (0)

등록된 구현이 없습니다.

Tasks

AllImage GenerationPrediction

Methods 이 논문이 사용한 방법론

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…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Hierarchical Masked Autoregressive Models with Low-Resolution Token Pivots

2025-05-26 · Guangting Zheng, Yehao Li, Yingwei Pan, Jiajun Deng 외

Autoregressive models have emerged as a powerful generative paradigm for visual generation. The current de-facto standard of next token prediction commonly operates over a single-scale sequence of dense image tokens, and…

Image GenerationText to Image GenerationText-to-Image Generation

Masked Auto-Regressive Variational Acceleration: Fast Inference Makes Practical Reinforcement Learning

2025-11-19 · Yuxuan Gu, Weimin Bai, Yifei Wang, Weijian Luo 외 arxiv

Masked auto-regressive diffusion models (MAR) benefit from the expressive modeling ability of diffusion models and the flexibility of masked auto-regressive ordering. However, vanilla MAR suffers from slow inference due …

Reinforcement Learning

Hierarchical Autoregressive Modeling for Neural Video Compression

2020-10-19 · ICLR 2021 1 · Ruihan Yang, Yibo Yang, Joseph Marino, Stephan Mandt

Recent work by Marino et al. (2020) showed improved performance in sequential density estimation by combining masked autoregressive flows with hierarchical latent variable models. We draw a connection between such autore…

Density EstimationVideo Compression

Multi-scale and Context-adaptive Entropy Model for Image Compression

2019-10-17

We propose an end-to-end trainable image compression framework with a multi-scale and context-adaptive entropy model, especially for low bitrate compression. Due to the success of autoregressive priors in probabilistic g…

Image CompressionMS-SSIMSSIM

Masked Non-Autoregressive Image Captioning

2019-06-03 · Junlong Gao, Xi Meng, Shiqi Wang, Xia Li 외

Existing captioning models often adopt the encoder-decoder architecture, where the decoder uses autoregressive decoding to generate captions, such that each token is generated sequentially given the preceding generated t…

DecoderDiversityImage CaptioningMachine Translation+1