Concept-Guided Tokenization: Closing the Gap Between Reconstruction and Generation
Abstract
Recent advances in image generation have been largely driven by image tokenization, which compresses raw pixels into compact latent representations. While existing tokenizers excel at preserving low-level visual details through reconstruction-based training, they often lack explicit semantic guidance, which limits their ability to capture semantically structured representations and thus hinders their performance on downstream tasks like image generation. To overcome this limitation, we propose a novel tokenization framework that incorporates high-level semantics through two key innovations: (1) a text-integrated encoder that jointly processes images and textual descriptions to produce semantically enriched latent representations, and (2) a concept-guided training objective that leverages sparse autoencoders to decompose pre-trained vision-language model features to a semantic concept space, employing sparse and disentangled concept indices for guidance. Our approach achieves strong alignment with semantic concepts, maintaining high reconstruction fidelity with an rFID of 1.39 on ImageNet, while achieving a gFID of 2.65 on the class-conditional image generation task and 10.73 on the text-to-image generation task. By infusing high-level semantic structures into low-level visual fidelity, our method bridges the reconstruction-generation divide and drives generative modeling as a powerful foundation. The code is available at https://github.com/hustyyq/ConceptTok
Lay Summary
Existing image tokenizers preserve low-level pixel details well but lack explicit semantic guidance, leading to a trade-off between reconstruction and generation in downstream tasks. This work proposes ConceptTok, which integrates text only at the encoder and uses sparse autoencoders to decompose pre-trained vision-language features into a disentangled concept space, guiding the tokenizer to predict top-K activated concept indices. ConceptTok achieves a strong reconstruction-generation balance with 1.39 rFID / 2.65 gFID on ImageNet and 2.85 rFID / 10.73 gFID on COCO-30k.