ASCLMay 19, 2020

Vector-quantized neural networks for acoustic unit discovery in the ZeroSpeech 2020 challenge

arXiv:2005.09409v2127 citations
AI Analysis

This addresses the problem of learning discrete phonetic representations from raw speech without labels, which is incremental as it builds on existing vector quantization and contrastive methods.

The paper tackled acoustic unit discovery from unlabelled speech by proposing vector-quantized neural models, achieving over 30% relative improvement in ABX phone discrimination tests on English and Indonesian data compared to prior submissions.

In this paper, we explore vector quantization for acoustic unit discovery. Leveraging unlabelled data, we aim to learn discrete representations of speech that separate phonetic content from speaker-specific details. We propose two neural models to tackle this challenge - both use vector quantization to map continuous features to a finite set of codes. The first model is a type of vector-quantized variational autoencoder (VQ-VAE). The VQ-VAE encodes speech into a sequence of discrete units before reconstructing the audio waveform. Our second model combines vector quantization with contrastive predictive coding (VQ-CPC). The idea is to learn a representation of speech by predicting future acoustic units. We evaluate the models on English and Indonesian data for the ZeroSpeech 2020 challenge. In ABX phone discrimination tests, both models outperform all submissions to the 2019 and 2020 challenges, with a relative improvement of more than 30%. The models also perform competitively on a downstream voice conversion task. Of the two, VQ-CPC performs slightly better in general and is simpler and faster to train. Finally, probing experiments show that vector quantization is an effective bottleneck, forcing the models to discard speaker information.

Code Implementations2 repos
Foundations

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

Your Notes