ASSDApr 28, 2020

Conditional Spoken Digit Generation with StyleGAN

arXiv:2004.13764v311 citations
AI Analysis

This work addresses speech synthesis for applications requiring digit generation, but it is incremental as it adapts an existing image generation method to audio.

The paper tackled the problem of generating spoken digits with minimal text conditioning by adapting a StyleGAN model to produce mel-frequency spectrograms, and it outperformed the state-of-the-art WaveGAN in both numerical measures and subjective listening tests.

This paper adapts a StyleGAN model for speech generation with minimal or no conditioning on text. StyleGAN is a multi-scale convolutional GAN capable of hierarchically capturing data structure and latent variation on multiple spatial (or temporal) levels. The model has previously achieved impressive results on facial image generation, and it is appealing to audio applications due to similar multi-level structures present in the data. In this paper, we train a StyleGAN to generate mel-frequency spectrograms on the Speech Commands dataset, which contains spoken digits uttered by multiple speakers in varying acoustic conditions. In a conditional setting our model is conditioned on the digit identity, while learning the remaining data variation remains an unsupervised task. We compare our model to the current unsupervised state-of-the-art speech synthesis GAN architecture, the WaveGAN, and show that the proposed model outperforms according to numerical measures and subjective evaluation by listening tests.

Foundations

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

Your Notes