CVNov 10, 2025

VAEVQ: Enhancing Discrete Visual Tokenization through Variational Modeling

arXiv:2511.06863v1h-index: 9
Originality Incremental advance
AI Analysis

This addresses problems in discrete visual tokenization for generative models, offering incremental improvements over existing methods.

The paper tackled issues in vector quantization for visual tokenization, such as non-smooth latent spaces and poor coherence, by proposing VAEVQ with variational modeling and alignment strategies, resulting in improved performance on benchmark datasets.

Vector quantization (VQ) transforms continuous image features into discrete representations, providing compressed, tokenized inputs for generative models. However, VQ-based frameworks suffer from several issues, such as non-smooth latent spaces, weak alignment between representations before and after quantization, and poor coherence between the continuous and discrete domains. These issues lead to unstable codeword learning and underutilized codebooks, ultimately degrading the performance of both reconstruction and downstream generation tasks. To this end, we propose VAEVQ, which comprises three key components: (1) Variational Latent Quantization (VLQ), replacing the AE with a VAE for quantization to leverage its structured and smooth latent space, thereby facilitating more effective codeword activation; (2) Representation Coherence Strategy (RCS), adaptively modulating the alignment strength between pre- and post-quantization features to enhance consistency and prevent overfitting to noise; and (3) Distribution Consistency Regularization (DCR), aligning the entire codebook distribution with the continuous latent distribution to improve utilization. Extensive experiments on two benchmark datasets demonstrate that VAEVQ outperforms state-of-the-art methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes