paper-with-me

Papers

Frequency-Aware Autoregressive Modeling for Efficient High-Resolution Image Synthesis

2025-07-28 · Zhuokun Chen, Jugang Fan, Zhuowei Yu, Bohan Zhuang, Mingkui Tan arxiv

Visual autoregressive modeling, based on the next-scale prediction paradigm, exhibits notable advantages in image quality and model scalability over traditional autoregressive and diffusion models. It generates images by progressively refining resolution across multiple stages. However, the computational overhead in high-resolution stages remains a critical challenge due to the substantial number of tokens involved. In this paper, we introduce SparseVAR, a plug-and-play acceleration framework for next-scale prediction that dynamically excludes low-frequency tokens during inference without requiring additional training. Our approach is motivated by the observation that tokens in low-frequency regions have a negligible impact on image quality in high-resolution stages and exhibit strong similarity with neighboring tokens. Additionally, we observe that different blocks in the next-scale prediction model focus on distinct regions, with some concentrating on high-frequency areas. SparseVAR leverages these insights by employing lightweight MSE-based metrics to identify low-frequency tokens while preserving the fidelity of excluded regions through a small set of uniformly sampled anchor tokens. By significantly reducing the computational cost while maintaining high image generation quality, SparseVAR achieves notable acceleration in both HART and Infinity. Specifically, SparseVAR achieves up to a 2 times speedup with minimal quality degradation in Infinity-2B.

📄 PDF Abstract BibTeX arXiv:2507.20454

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Versatile and Efficient Medical Image Super-Resolution Via Frequency-Gated Mamba

2025-10-31 · Wenfeng Huang, Xiangyun Liao, Wei Cao, Wenjing Jia 외 arxiv

Medical image super-resolution (SR) is essential for enhancing diagnostic accuracy while reducing acquisition cost and scanning time. However, modeling both long-range anatomical structures and fine-grained frequency det…

Medical Image EnhancementImage Super-Resolution

SparVAR: Exploring Sparsity in Visual AutoRegressive Modeling for Training-Free Acceleration

2026-02-04 · Zekun Li, Ning Wang, Tongxin Bai, Changwang Mei 외 arxiv

Visual AutoRegressive (VAR) modeling has garnered significant attention for its innovative next-scale prediction paradigm. However, mainstream VAR paradigms attend to all tokens across historical scales at each autoregre…

ExtraVAR: Stage-Aware RoPE Remapping for Resolution Extrapolation in Visual Autoregressive Models

2026-05-11 · Feihong Yan, Shaoyu Liu, Haixuan Wang, Shuai Lu 외 arxiv

Visual Autoregressive (VAR) models have emerged as a strong alternative to diffusion for image synthesis, yet their fixed training resolution prevents direct generation at higher resolutions. Naively transferring trainin…

Resolution-Aware Retrieval Augmented Zero-Shot Forecasting

2025-10-19 · Iman Deznabi, Peeyush Kumar, Madalina Fiterau arxiv

Zero-shot forecasting aims to predict outcomes for previously unseen conditions without direct historical data, posing a significant challenge for traditional forecasting methods. We introduce a Resolution-Aware Retrieva…

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