MergeVQ: A Unified Framework for Visual Generation and Representation with Disentangled Token Merging and Quantization
Siyuan Li, Luyuan Zhang, Zedong Wang, Juanxi Tian, Cheng Tan, Zicheng Liu, Chang Yu, Qingsong Xie, Haonan Lu, Haoqian Wang, Zhen Lei
TL;DR
MergeVQ presents a unified, VQ-based framework that bridges visual representation learning and autoregressive image generation by disentangling coarse semantics from latent space via token merging and recovering fine-grained details using a source matrix. It introduces Look-up Free Quantization and a Source Recovery module, enabling reconstruction from compressed semantic tokens and global semantic alignment, while offering two generation modes: raster-order MergeAR with KV-cache compression and randomized AR with Source Recovery. Across ImageNet-1K experiments, MergeVQ variants demonstrate competitive pre-training performance with compact token budgets and strong generation metrics, especially when combined with CFG and RandAR strategies. The approach provides a practical path to jointly optimize discriminative and generative capabilities in a single, efficient architecture.
Abstract
Masked Image Modeling (MIM) with Vector Quantization (VQ) has achieved great success in both self-supervised pre-training and image generation. However, most existing methods struggle to address the trade-off in shared latent space for generation quality vs. representation learning and efficiency. To push the limits of this paradigm, we propose MergeVQ, which incorporates token merging techniques into VQ-based generative models to bridge the gap between image generation and visual representation learning in a unified architecture. During pre-training, MergeVQ decouples top-k semantics from latent space with the token merge module after self-attention blocks in the encoder for subsequent Look-up Free Quantization (LFQ) and global alignment and recovers their fine-grained details through cross-attention in the decoder for reconstruction. As for the second-stage generation, we introduce MergeAR, which performs KV Cache compression for efficient raster-order prediction. Extensive experiments on ImageNet verify that MergeVQ as an AR generative model achieves competitive performance in both visual representation learning and image generation tasks while maintaining favorable token efficiency and inference speed. The code and model will be available at https://apexgen-x.github.io/MergeVQ.
