paper-with-me

홈 › Papers

Inference-Time Scaling for Visual AutoRegressive modeling by Searching Representative Samples

2026-01-12 · Weidong Tang, Xinyan Wan, Siyu Li, Xiumei Wang arxiv

While inference-time scaling has significantly enhanced generative quality in large language and diffusion models, its application to vector-quantized (VQ) visual autoregressive modeling (VAR) remains unexplored. We introduce VAR-Scaling, the first general framework for inference-time scaling in VAR, addressing the critical challenge of discrete latent spaces that prohibit continuous path search. We find that VAR scales exhibit two distinct pattern types: general patterns and specific patterns, where later-stage specific patterns conditionally optimize early-stage general patterns. To overcome the discrete latent space barrier in VQ models, we map sampling spaces to quasi-continuous feature spaces via kernel density estimation (KDE), where high-density samples approximate stable, high-quality solutions. This transformation enables effective navigation of sampling distributions. We propose a density-adaptive hybrid sampling strategy: Top-k sampling focuses on high-density regions to preserve quality near distribution modes, while Random-k sampling explores low-density areas to maintain diversity and prevent premature convergence. Consequently, VAR-Scaling optimizes sample fidelity at critical scales to enhance output quality. Experiments in class-conditional and text-to-image evaluations demonstrate significant improvements in inference process. The code is available at https://github.com/WD7ang/VAR-Scaling.

📄 PDF Abstract BibTeX arXiv:2601.07293

Code (0)

등록된 구현이 없습니다.

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction

2024-04-03 · Keyu Tian, Yi Jiang, Zehuan Yuan, Bingyue Peng 외

We present Visual AutoRegressive modeling (VAR), a new generation paradigm that redefines the autoregressive learning on images as coarse-to-fine "next-scale prediction" or "next-resolution prediction", diverging from th…

Image GenerationImage ReconstructionLanguage ModellingLarge Language Model+1

LSRS: Latent Scale Rejection Sampling for Visual Autoregressive Modeling

2025-12-03 · Hong-Kai Zheng, Piji Li arxiv

Visual Autoregressive (VAR) modeling approach for image generation proposes autoregressive processing across hierarchical scales, decoding multiple tokens per scale in parallel. This method achieves high-quality generati…

Computational EfficiencyImage Generation

Visual Autoregressive Models Beat Diffusion Models on Inference Time Scaling

2025-10-19 · Erik Riise, Mehmet Onurcan Kaya, Dim P. Papadopoulos arxiv

While inference-time scaling through search has revolutionized Large Language Models, translating these gains to image generation has proven difficult. Recent attempts to apply search strategies to continuous diffusion m…

Text-to-Image Generation

Infinity: Scaling Bitwise AutoRegressive Modeling for High-Resolution Image Synthesis

2024-12-05 · CVPR 2025 1 · Jian Han, Jinlai Liu, Yi Jiang, Bin Yan 외

We present Infinity, a Bitwise Visual AutoRegressive Modeling capable of generating high-resolution, photorealistic images following language instruction. Infinity redefines visual autoregressive model under a bitwise to…

Image Generation

FARMER: Flow AutoRegressive Transformer over Pixels

2025-10-27 · Guangting Zheng, Qinyu Zhao, Tao Yang, Fei Xiao 외 arxiv

Directly modeling the explicit likelihood of the raw data distribution is key topic in the machine learning area, which achieves the scaling successes in Large Language Models by autoregressive modeling. However, continu…

Image Generation