NativeTok: Native Visual Tokenization for Improved Image Generation
Bin Wu, Mengqi Huang, Weinan Jia, Zhendong Mao
TL;DR
NativeTok tackles the misalignment between image tokenization and generation in VQ-based image synthesis by introducing native visual tokenization that enforces causal dependencies and an ordered token sequence. The framework combines a Meta Image Transformer (MIT) for latent image modeling with a Mixture of Causal Expert Transformer (MoCET) to generate tokens sequentially, guided by a Hierarchical Native Training strategy for scalable learning. Experiments on ImageNet-1K demonstrate substantial gains in generation quality under autoregressive and MaskGIT-style pipelines, with notable reductions in gFID and solid reconstruction metrics. By tightly coupling tokenization with the generation process, NativeTok enables more coherent and controllable image synthesis and informs future two-stage visual generative systems.
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.
