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

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

12 Jan 2026arXiv:2601.07293added by Syntology

Weidong Tang, Xinyan Wan, Siyu Li, Xiumei Wang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.07293")

Code

Syntology Ran 5 of 13 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

WD7ang/VAR-Scaling found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 5 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
2ran
8unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from WD7ang/VAR-Scaling. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Normalize WD7ang/VAR-Scaling/VAR-main/models/basic_vae.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9fcdaa6e423e8aa7 · report
drop_path WD7ang/VAR-Scaling/VAR-main/models/helpers.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 971ae8d2d8313e30 · report
gumbel_softmax_with_rng WD7ang/VAR-Scaling/VAR-main/models/helpers.py found in paper text by Syntology ran MIT (permissive) · e543491ea064c733 · report
nonlinearity WD7ang/VAR-Scaling/VAR-main/models/basic_vae.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 3137073275f8c21a · report
sample_with_top_k_top_p_ WD7ang/VAR-Scaling/VAR-main/models/helpers.py found in paper text by Syntology ran MIT (permissive) · 80371584448f2f6e · report
allgather WD7ang/VAR-Scaling/VAR-main/dist.py found in paper text by Syntology unverified MIT (permissive) · e847ee15f089dee6 · report
allreduce WD7ang/VAR-Scaling/VAR-main/dist.py found in paper text by Syntology unverified MIT (permissive) · ff4c548fd07140d0 · report
build_dataset WD7ang/VAR-Scaling/VAR-main/utils/data.py found in paper text by Syntology unverified MIT (permissive) · 8ff7703f731423de · report
create_npz_from_sample_folder WD7ang/VAR-Scaling/VAR-main/create_ngz.py found in paper text by Syntology unverified MIT (permissive) · 280dae1512c7b50f · report
make_attn WD7ang/VAR-Scaling/VAR-main/models/basic_vae.py found in paper text by Syntology unverified MIT (permissive) · 793c7e2489dd8dfc · report
new_group WD7ang/VAR-Scaling/VAR-main/dist.py found in paper text by Syntology unverified MIT (permissive) · 826ea3fc406a6a09 · report
normalize_01_into_pm1 WD7ang/VAR-Scaling/VAR-main/utils/data.py found in paper text by Syntology unverified MIT (permissive) · eabecb1bb23906fe · report
pil_loader WD7ang/VAR-Scaling/VAR-main/utils/data.py found in paper text by Syntology unverified MIT (permissive) · b1714d4e3b7ac3b9 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.07293, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections