Papers › ResTok: Learning Hierarchical Residuals in 1D Visual Tokenizers for Autoregressive...

ResTok: Learning Hierarchical Residuals in 1D Visual Tokenizers for Autoregressive Image Generation

7 Jan 2026arXiv:2601.03955added by Syntology

Xu Zhang, Cheng Da, Huan Yang, Kun Gai, Ming Lu, Zhan Ma

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

Existing 1D visual tokenizers for autoregressive (AR) generation largely follow the design principles of language modeling, as they are built directly upon transformers whose priors originate in language, yielding single-hierarchy latent tokens and treating visual data as flat sequential token streams. However, this language-like formulation overlooks key properties of vision, particularly the hierarchical and residual network designs that have long been essential for convergence and efficiency in visual models. To bring "vision" back to vision, we propose the Residual Tokenizer (ResTok), a 1D visual tokenizer that builds hierarchical residuals for both image tokens and latent tokens. The hierarchical representations obtained through progressively merging enable cross-level feature fusion at each layer, substantially enhancing representational capacity. Meanwhile, the semantic residuals between hierarchies prevent information overlap, yielding more concentrated latent distributions that are easier for AR modeling. Cross-level bindings consequently emerge without any explicit constraints. To accelerate the generation process, we further introduce a hierarchical AR generator that substantially reduces sampling steps by predicting an entire level of latent tokens at once rather than generating them strictly token-by-token. Extensive experiments demonstrate that restoring hierarchical residual priors in visual tokenization significantly improves AR image generation, achieving a gFID of 2.34 on ImageNet-256 with only 9 sampling steps. Code is available at https://github.com/Kwai-Kolors/ResTok.

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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.03955")

Code

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

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

Kwai-Kolors/ResTok 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

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

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

Licence: 0 of the 18 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 Kwai-Kolors/ResTok. “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.

Attention Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · dc0b1a5e1598b3db · report
BaseModel Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran Apache-2.0 (permissive) · 331849d453e4a146 · report
EmbedND Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · e5a6cad693b52a50 · report
EmbedNDHybrid2DMaker Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · f92ea3569a8d2a16 · report
EmbedNDHybridMulti2DMaker Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran Apache-2.0 (permissive) · df7e4e4587a3a993 · report
VectorQuantizer Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · ae6827aeaa6c2f91 · report
build_hierarchical_causal_mask Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 9b90fac7ef321810 · report
multi_level_1d_features_to_2d_maps_avg Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 8d096c594b535eea · report
rope Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 17724d4203fa5863 · report
sample_multi_level_1d_tokens Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 88f9ed95e47dbf7d · report
DownsamplingBlock Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fb1dd34f22935870 · report
ResTok Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 666149bd0f290f52 · report
ResTokDecoder Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6b02763c63ccc2bf · report
ResTokEncoder Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 51c9fbe126e5f0be · report
ResTokTransformerBlock Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6d4d68d101ba1d9f · report
TransformerBlock Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 031fee67ad484ab8 · report
apply_rope Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3444bbcc9065f707 · report
apply_rope_single Kwai-Kolors/ResTok/modeling/restok.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2fa3d7da1cf96e21 · report

Results from the paper

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