CLLGMar 27, 2018

A Multi-Discriminator CycleGAN for Unsupervised Non-Parallel Speech Domain Adaptation

arXiv:1804.00522v456 citations
Originality Incremental advance
AI Analysis

This addresses domain adaptation for speech recognition in low-resource settings, such as gender adaptation, but is incremental as it builds on existing CycleGAN methods.

The paper tackles unsupervised non-parallel speech domain adaptation by proposing a multi-discriminator CycleGAN model, achieving relative improvements of 7.41% in phoneme error rate and 11.10% in word error rate compared to baselines on TIMIT and WSJ datasets.

Domain adaptation plays an important role for speech recognition models, in particular, for domains that have low resources. We propose a novel generative model based on cyclic-consistent generative adversarial network (CycleGAN) for unsupervised non-parallel speech domain adaptation. The proposed model employs multiple independent discriminators on the power spectrogram, each in charge of different frequency bands. As a result we have 1) better discriminators that focus on fine-grained details of the frequency features, and 2) a generator that is capable of generating more realistic domain-adapted spectrogram. We demonstrate the effectiveness of our method on speech recognition with gender adaptation, where the model only has access to supervised data from one gender during training, but is evaluated on the other at test time. Our model is able to achieve an average of $7.41\%$ on phoneme error rate, and $11.10\%$ word error rate relative performance improvement as compared to the baseline, on TIMIT and WSJ dataset, respectively. Qualitatively, our model also generates more natural sounding speech, when conditioned on data from the other domain.

Foundations

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

Your Notes