paper-with-me

홈 › Papers

Robust Training of Vector Quantized Bottleneck Models

2020-05-18 · Adrian Łańcucki, Jan Chorowski, Guillaume Sanchez, Ricard Marxer, Nanxin Chen, Hans J. G. A. Dolfing, Sameer Khurana, Tanel Alumäe, Antoine Laurent

In this paper we demonstrate methods for reliable and efficient training of discrete representation using Vector-Quantized Variational Auto-Encoder models (VQ-VAEs). Discrete latent variable models have been shown to learn nontrivial representations of speech, applicable to unsupervised voice conversion and reaching state-of-the-art performance on unit discovery tasks. For unsupervised representation learning, they became viable alternatives to continuous latent variable models such as the Variational Auto-Encoder (VAE). However, training deep discrete variable models is challenging, due to the inherent non-differentiability of the discretization operation. In this paper we focus on VQ-VAE, a state-of-the-art discrete bottleneck model shown to perform on par with its continuous counterparts. It quantizes encoder outputs with on-line $k$-means clustering. We show that the codebook learning can suffer from poor initialization and non-stationarity of clustered encoder outputs. We demonstrate that these can be successfully overcome by increasing the learning rate for the codebook and periodic date-dependent codeword re-initialization. As a result, we achieve more robust training across different tasks, and significantly increase the usage of latent codewords even for large codebooks. This has practical benefit, for instance, in unsupervised representation learning, where large codebooks may lead to disentanglement of latent representations.

📄 PDF Abstract BibTeX arXiv:2005.08520

Code (1)

distsup/DistSup 공식 구현 pytorch

Tasks

ClusteringDisentanglementRepresentation LearningVoice Conversion

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 제목 키워드 기반

Variational Information Bottleneck on Vector Quantized Autoencoders

2018-08-02 · Hanwei Wu, Markus Flierl

In this paper, we provide an information-theoretic interpretation of the Vector Quantized-Variational Autoencoder (VQ-VAE). We show that the loss function of the original VQ-VAE can be derived from the variational determ…

PUREVQ-GAN: Defending Data Poisoning Attacks through Vector-Quantized Bottlenecks

2025-09-30 · Alexander Branch, Omead Pooladzandi, Radin Khosraviani, Sunay Gajanan Bhat 외 arxiv

We introduce PureVQ-GAN, a defense against data poisoning that forces backdoor triggers through a discrete bottleneck using Vector-Quantized VAE with GAN discriminator. By quantizing poisoned images through a learned cod…

EQ-CBM: A Probabilistic Concept Bottleneck with Energy-based Models and Quantized Vectors

2024-09-22 · Sangwon Kim, Dasom Ahn, Byoung Chul Ko, In-Su Jang 외

The demand for reliable AI systems has intensified the need for interpretable deep neural networks. Concept bottleneck models (CBMs) have gained attention as an effective approach by leveraging human-understandable conce…

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 r…

Image RetrievalQuantizationRepresentation LearningRetrieval

Discrete Acoustic Space for an Efficient Sampling in Neural Text-To-Speech

2021-10-24 · Marek Strong, Jonas Rohnke, Antonio Bonafonte, Mateusz Łajszczak 외

We present a Split Vector Quantized Variational Autoencoder (SVQ-VAE) architecture using a split vector quantizer for NTTS, as an enhancement to the well-known Variational Autoencoder (VAE) and Vector Quantized Variation…

text-to-speechText to Speech