English

AlignTok: Aligning Visual Foundation Encoders to Tokenizers for Diffusion Models

Computer Vision and Pattern Recognition 2026-02-24 v2

Abstract

In this work, we propose aligning pretrained visual encoders to serve as tokenizers for latent diffusion models in image generation. Unlike training a variational autoencoder (VAE) from scratch, which primarily emphasizes low-level details, our approach leverages the rich semantic structure of foundation encoders. We introduce a three-stage alignment strategy called AlignTok: (1) freeze the encoder and train an adapter and a decoder to establish a semantic latent space; (2) jointly optimize all components with an additional semantic preservation loss, enabling the encoder to capture perceptual details while retaining high-level semantics; and (3) refine the decoder for improved reconstruction quality. This alignment yields semantically rich image tokenizers that benefit diffusion models. On ImageNet 256×\times256, our tokenizer accelerates the convergence of diffusion models, reaching a gFID of 1.90 within just 64 epochs, and improves generation both with and without classifier-free guidance. Scaling to LAION, text-to-image models trained with our tokenizer consistently outperforms FLUX VAE and VA-VAE under the same training steps. Overall, our method is simple, scalable, and establishes a semantically grounded paradigm for continuous tokenizer design.

Keywords

Cite

@article{arxiv.2509.25162,
  title  = {AlignTok: Aligning Visual Foundation Encoders to Tokenizers for Diffusion Models},
  author = {Bowei Chen and Sai Bi and Hao Tan and He Zhang and Tianyuan Zhang and Zhengqi Li and Yuanjun Xiong and Jianming Zhang and Kai Zhang},
  journal= {arXiv preprint arXiv:2509.25162},
  year   = {2026}
}

Comments

ICLR 2026, Project Page: https://aligntok.github.io/

R2 v1 2026-07-01T06:05:25.675Z