paper-with-me

Papers

Learning Product Codebooks using Vector Quantized Autoencoders for Image Retrieval

2018-07-12 · Hanwei Wu, Markus Flierl

Vector-Quantized Variational Autoencoders (VQ-VAE)[1] provide an unsupervised model for learning discrete representations by combining vector quantization and autoencoders. In this paper, we study the use of VQ-VAE for representation learning for downstream tasks, such as image retrieval. We first describe the VQ-VAE in the context of an information-theoretic framework. We show that the regularization term on the learned representation is determined by the size of the embedded codebook before the training and it affects the generalization ability of the model. As a result, we introduce a hyperparameter to balance the strength of the vector quantizer and the reconstruction error. By tuning the hyperparameter, the embedded bottleneck quantizer is used as a regularizer that forces the output of the encoder to share a constrained coding space such that learned latent features preserve the similarity relations of the data space. In addition, we provide a search range for finding the best hyperparameter. Finally, we incorporate the product quantization into the bottleneck stage of VQ-VAE and propose an end-to-end unsupervised learning model for the image retrieval task. The product quantizer has the advantage of generating large-size codebooks. Fast retrieval can be achieved by using the lookup tables that store the distance between any pair of sub-codewords. State-of-the-art retrieval results are achieved by the learned codebooks.

📄 PDF Abstract BibTeX arXiv:1807.04629

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalQuantizationRepresentation LearningRetrieval

Methods 이 논문이 사용한 방법론

VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…

Similar Papers 제목 키워드 기반

Group-Wise Optimization for Self-Extensible Codebooks in Vector Quantized Models

2025-10-15 · Hong-Kai Zheng, Piji Li arxiv

Vector Quantized Variational Autoencoders (VQ-VAEs) leverage self-supervised learning through reconstruction tasks to represent continuous vectors using the closest vectors in a codebook. However, issues such as codebook…

Self-Supervised LearningImage Reconstruction

MGVQ: Could VQ-VAE Beat VAE? A Generalizable Tokenizer with Multi-group Quantization

2025-07-14 · Mingkai Jia, Wei Yin, Xiaotao Hu, Jiaxin Guo 외

Vector Quantized Variational Autoencoders (VQ-VAEs) are fundamental models that compress continuous visual data into discrete tokens. Existing methods have tried to improve the quantization strategy for better reconstruc…

2kImage GenerationImage ReconstructionQuantization

MGVQ: Could VQ-VAE Beat VAE? A Generalizable Tokenizer with Multi-group Quantization

2025-07-10 · Mingkai Jia, Wei Yin, Xiaotao Hu, Jiaxin Guo 외

Vector Quantized Variational Autoencoders (VQ-VAEs) are fundamental models that compress continuous visual data into discrete tokens. Existing methods have tried to improve the quantization strategy for better reconstruc…

2kQuantization

Robust Vector Quantized-Variational Autoencoder

2022-02-04 · Chieh-Hsin Lai, Dongmian Zou, Gilad Lerman

Image generative models can learn the distributions of the training data and consequently generate examples by sampling from these distributions. However, when the training dataset is corrupted with outliers, generative …

DecoderQuantization

Probing neural audio codecs for distinctions among English nuclear tunes

2026-03-14 · Juan Pablo Vigneaux, Jennifer Cole arxiv

State-of-the-art spoken dialogue models (Défossez et al. 2024; Schalkwyk et al. 2025) use neural audio codecs to "tokenize" audio signals into a lower-frequency stream of vectorial latent representations, each quantized …