LGSDASMLApr 10, 2019

One-shot Voice Conversion by Separating Speaker and Content Representations with Instance Normalization

arXiv:1904.05742v4276 citations
Originality Highly original
AI Analysis

This work addresses the problem of narrow applicability in voice conversion for users needing to convert voices to speakers not in training data, representing a novel method rather than an incremental improvement.

The paper tackles the limitation of voice conversion models that require training data for target speakers by proposing a one-shot approach using instance normalization to separate speaker and content representations, enabling conversion with only one example utterance from unseen speakers and achieving voice similarity to the target speaker as shown in evaluations.

Recently, voice conversion (VC) without parallel data has been successfully adapted to multi-target scenario in which a single model is trained to convert the input voice to many different speakers. However, such model suffers from the limitation that it can only convert the voice to the speakers in the training data, which narrows down the applicable scenario of VC. In this paper, we proposed a novel one-shot VC approach which is able to perform VC by only an example utterance from source and target speaker respectively, and the source and target speaker do not even need to be seen during training. This is achieved by disentangling speaker and content representations with instance normalization (IN). Objective and subjective evaluation shows that our model is able to generate the voice similar to target speaker. In addition to the performance measurement, we also demonstrate that this model is able to learn meaningful speaker representations without any supervision.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes