MergeTok: Unified Continuous and Discrete Visual Tokenization via Token Merging
About
Most visual tokenizers for image generation are bifurcated into two families with complementary limitations: continuous VAEs offer high-fidelity reconstruction but suffer from dense, entangled latents that are poorly suited for semantic control, whereas discrete VQ-based models enable autoregressive generation yet struggle with gradient sparsity, unstable training, and codebook collapse. In this work, we introduce MergeTok, a unified tokenizer that jointly optimizes continuous (VAE) and discrete (VQ) tokenizers within a encoder-decoder architecture, leveraging token merging techniques as a semantic bridge. By clustering similar tokens during encoding, MergeTok establishes a structural prior that provides dual supervision signals: (i) it imposes merged-token semantic alignment in the VAE branch, regularizing its latent space toward disentangled, semantic-aware representations; (ii) it derives group-wise constraints, promoting intra-group diversity and inter-group exclusivity that stabilize VQ training. MergeTok shows competitive reconstruction and generation performance on ImageNet-256, with substantially lower rFID than strong VAE and VQ models under matched token budgets, while producing semantically-organized token representations compatible with both autoregressive and diffusion generators. This shows that a single architecture can endow visual tokenizers with robust semantic organization and generator-friendly discreteness.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Class-conditional Image Generation | ImageNet 256x256 | Inception Score (IS)311.7 | 967 | |
| Image Reconstruction | ImageNet 256x256 | rFID0.47 | 202 | |
| Class-conditional Image Generation | ImageNet 512x512 (val) | -- | 102 | |
| Image Reconstruction | MS-COCO 2017 (val) | rFID1.8 | 33 | |
| Image Reconstruction | ImageNet-1K 256x256 | rFID0.48 | 31 | |
| Image Reconstruction | ImageNet-1k 512x512 resolution (val) | rFID0.42 | 18 | |
| Image Representation | ImageNet-1K 256x256 | Linear Accuracy78.3 | 15 | |
| Image Reconstruction | ImageNet 1024x1024 (val) | rFID1.87 | 6 |