Papers › VARestorer: One-Step VAR Distillation for Real-World Image Super-Resolution

VARestorer: One-Step VAR Distillation for Real-World Image Super-Resolution

23 Apr 2026arXiv:2604.21450added by Syntology

Yixuan Zhu, Shilin Ma, Haolin Wang, Ao Li, Yanzhe Jing, Yansong Tang, Lei Chen, Jiwen Lu, Jie Zhou

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

Recent advancements in visual autoregressive models (VAR) have demonstrated their effectiveness in image generation, highlighting their potential for real-world image super-resolution (Real-ISR). However, adapting VAR for ISR presents critical challenges. The next-scale prediction mechanism, constrained by causal attention, fails to fully exploit global low-quality (LQ) context, resulting in blurry and inconsistent high-quality (HQ) outputs. Additionally, error accumulation in the iterative prediction severely degrades coherence in ISR task. To address these issues, we propose VARestorer, a simple yet effective distillation framework that transforms a pre-trained text-to-image VAR model into a one-step ISR model. By leveraging distribution matching, our method eliminates the need for iterative refinement, significantly reducing error propagation and inference time. Furthermore, we introduce pyramid image conditioning with cross-scale attention, which enables bidirectional scale-wise interactions and fully utilizes the input image information while adapting to the autoregressive mechanism. This prevents later LQ tokens from being overlooked in the transformer. By fine-tuning only 1.2\% of the model parameters through parameter-efficient adapters, our method maintains the expressive power of the original VAR model while significantly enhancing efficiency. Extensive experiments show that VARestorer achieves state-of-the-art performance with 72.32 MUSIQ and 0.7669 CLIPIQA on DIV2K dataset, while accelerating inference by 10 times compared to conventional VAR inference.

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="2604.21450")

Code

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

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

EternalEvan/VARestorer found in paper text by Syntology 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

17 samples harvested; 12 ran; 0 honoured the contract we drafted; 5 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.

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

Licence: 0 of the 17 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 EternalEvan/VARestorer. “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.

GumbelArgmax EternalEvan/VARestorer/infinity/models/infinity.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 516ea8a7f10c40a2 · report
apply_rotary_emb EternalEvan/VARestorer/infinity/models/basic.py found in paper text by Syntology ran MIT (permissive) · 42125baaa5c021b6 · report
drop_path EternalEvan/VARestorer/infinity/models/helpers.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 971ae8d2d8313e30 · report
get_dropout_layer EternalEvan/VARestorer/infinity/models/basic.py found in paper text by Syntology ran MIT (permissive) · b4a8295838aac5c1 · report
get_ema_model EternalEvan/VARestorer/infinity/models/ema.py found in paper text by Syntology ran MIT (permissive) · 2d0f2338dbaba23b · report
get_params_num EternalEvan/VARestorer/infinity/models/infinity_old.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 6a19741de3a68058 · report
gumbel_softmax_with_rng EternalEvan/VARestorer/infinity/models/helpers.py found in paper text by Syntology ran MIT (permissive) · e543491ea064c733 · report
precompute_rope2d_freqs_grid EternalEvan/VARestorer/infinity/models/basic.py found in paper text by Syntology ran MIT (permissive) · 94b02b98b65ce1b4 · report
sample_with_top_k_top_p_ EternalEvan/VARestorer/infinity/models/helpers.py found in paper text by Syntology ran MIT (permissive) · 80371584448f2f6e · report
sample_with_top_k_top_p_also_inplace_modifying_logits_ EternalEvan/VARestorer/infinity/models/infinity.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 9526ce09c7148703 · report
sample_with_top_k_top_p_also_modifying_logits_ EternalEvan/VARestorer/infinity/models/infinity.py found in paper text by Syntology ran MIT (permissive) · 0a42a4b558ef4d31 · report
sampling_with_top_k_top_p_also_inplace_modifying_probs_ EternalEvan/VARestorer/infinity/models/infinity_old.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 5451c3f14c7e520c · report
features2image EternalEvan/VARestorer/infinity/models/bitwise_self_correction.py found in paper text by Syntology unverified MIT (permissive) · 0a9d5c3882889998 · report
fused_ada_layer_norm EternalEvan/VARestorer/infinity/models/fused_op.py found in paper text by Syntology unverified MIT (permissive) · 2c95f490aca10ca4 · report
fused_ada_rms_norm EternalEvan/VARestorer/infinity/models/fused_op.py found in paper text by Syntology unverified MIT (permissive) · 2799799371543095 · report
fused_rms_norm EternalEvan/VARestorer/infinity/models/fused_op.py found in paper text by Syntology unverified MIT (permissive) · 6c1bfd60f7bf3664 · report
labels2image EternalEvan/VARestorer/infinity/models/bitwise_self_correction.py found in paper text by Syntology unverified MIT (permissive) · 9ba6c0e0e8e4e50e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.21450, was issued in April 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