SDLGASFeb 15, 2020

Many-to-Many Voice Conversion using Conditional Cycle-Consistent Adversarial Networks

arXiv:2002.06328v136 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient voice conversion without parallel data, though it is incremental as it builds on existing CycleGAN methods.

The paper tackles the problem of many-to-many voice conversion among multiple speakers by extending CycleGAN with speaker conditioning, enabling the use of a single network instead of multiple ones, which reduces computational and spatial costs without compromising sound quality.

Voice conversion (VC) refers to transforming the speaker characteristics of an utterance without altering its linguistic contents. Many works on voice conversion require to have parallel training data that is highly expensive to acquire. Recently, the cycle-consistent adversarial network (CycleGAN), which does not require parallel training data, has been applied to voice conversion, showing the state-of-the-art performance. The CycleGAN based voice conversion, however, can be used only for a pair of speakers, i.e., one-to-one voice conversion between two speakers. In this paper, we extend the CycleGAN by conditioning the network on speakers. As a result, the proposed method can perform many-to-many voice conversion among multiple speakers using a single generative adversarial network (GAN). Compared to building multiple CycleGANs for each pair of speakers, the proposed method reduces the computational and spatial cost significantly without compromising the sound quality of the converted voice. Experimental results using the VCC2018 corpus confirm the efficiency of the proposed method.

Foundations

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

Your Notes