English

NativeTok: Native Visual Tokenization for Improved Image Generation

Computer Vision and Pattern Recognition 2026-02-02 v1

Abstract

VQ-based image generation typically follows a two-stage pipeline: a tokenizer encodes images into discrete tokens, and a generative model learns their dependencies for reconstruction. However, improved tokenization in the first stage does not necessarily enhance the second-stage generation, as existing methods fail to constrain token dependencies. This mismatch forces the generative model to learn from unordered distributions, leading to bias and weak coherence. To address this, we propose native visual tokenization, which enforces causal dependencies during tokenization. Building on this idea, we introduce NativeTok, a framework that achieves efficient reconstruction while embedding relational constraints within token sequences. NativeTok consists of: (1) a Meta Image Transformer (MIT) for latent image modeling, and (2) a Mixture of Causal Expert Transformer (MoCET), where each lightweight expert block generates a single token conditioned on prior tokens and latent features. We further design a Hierarchical Native Training strategy that updates only new expert blocks, ensuring training efficiency. Extensive experiments demonstrate the effectiveness of NativeTok.

Keywords

Cite

@article{arxiv.2601.22837,
  title  = {NativeTok: Native Visual Tokenization for Improved Image Generation},
  author = {Bin Wu and Mengqi Huang and Weinan Jia and Zhendong Mao},
  journal= {arXiv preprint arXiv:2601.22837},
  year   = {2026}
}
R2 v1 2026-07-01T09:27:34.349Z