DINO-Tok: Adapting DINO for Visual Tokenizers
Mingkai Jia, Mingxiao Li, Liaoyuan Fan, Tianxing Shi, Jiaxin Guo, Zeming Li, Xiaoyang Guo, Xiao-Xiao Long, Qian Zhang, Ping Tan, Wei Yin
TL;DR
DINO-Tok introduces a representation-driven visual tokenizer that unifies shallow texture cues with deep semantic DINO features to form an information-complete latent space for both continuous (AE) and discrete (VQ) tokenizations. A global PCA reweighting mechanism stabilizes high-dimensional vector quantization by emphasizing high-variance channels and using two specialized codebooks for semantics and texture. Empirical results on ImageNet-256 reveal state-of-the-art reconstruction (AE: 28.54 PSNR; VQ: 23.98 PSNR) and strong zero-shot generalization, with effective diffusion-based generation when integrated into VAVAE frameworks. The approach demonstrates that pretrained vision models can be effectively repurposed as visual tokenizers, yielding semantically faithful, high-fidelity latent representations suitable for next-generation generative models.
Abstract
Recent advances in visual generation have highlighted the rise of Latent Generative Models (LGMs), which rely on effective visual tokenizers to bridge pixels and semantics. However, existing tokenizers are typically trained from scratch and struggle to balance semantic representation and reconstruction fidelity, particularly in high-dimensional latent spaces. In this work, we introduce DINO-Tok, a DINO-based visual tokenizer that unifies hierarchical representations into an information-complete latent space. By integrating shallow features that retain fine-grained details with deep features encoding global semantics, DINO-Tok effectively bridges pretrained representations and visual generation. We further analyze the challenges of vector quantization (VQ) in this high-dimensional space, where key information is often lost and codebook collapse occurs. We thus propose a global PCA reweighting mechanism to stabilize VQ and preserve essential information across dimensions. On ImageNet 256$\times$256, DINO-Tok achieves state-of-the-art reconstruction performance, reaching 28.54 PSNR for autoencoding and 23.98 PSNR for VQ-based modeling, significantly outperforming prior tokenizers and comparable to billion-level data trained models (such as Hunyuan and Wan). These results demonstrate that adapting powerful pretrained vision models like DINO for tokenization enables semantically aligned and high-fidelity latent representations, enabling next-generation visual generative models. Code will be publicly available at https://github.com/MKJia/DINO-Tok.
