English

Voice Conversion With Just Nearest Neighbors

Audio and Speech Processing 2023-05-31 v1 Computation and Language Sound

Abstract

Any-to-any voice conversion aims to transform source speech into a target voice with just a few examples of the target speaker as a reference. Recent methods produce convincing conversions, but at the cost of increased complexity -- making results difficult to reproduce and build on. Instead, we keep it simple. We propose k-nearest neighbors voice conversion (kNN-VC): a straightforward yet effective method for any-to-any conversion. First, we extract self-supervised representations of the source and reference speech. To convert to the target speaker, we replace each frame of the source representation with its nearest neighbor in the reference. Finally, a pretrained vocoder synthesizes audio from the converted representation. Objective and subjective evaluations show that kNN-VC improves speaker similarity with similar intelligibility scores to existing methods. Code, samples, trained models: https://bshall.github.io/knn-vc

Keywords

Cite

@article{arxiv.2305.18975,
  title  = {Voice Conversion With Just Nearest Neighbors},
  author = {Matthew Baas and Benjamin van Niekerk and Herman Kamper},
  journal= {arXiv preprint arXiv:2305.18975},
  year   = {2023}
}

Comments

5 page, 1 table, 2 figures. Accepted at Interspeech 2023

R2 v1 2026-06-28T10:50:34.466Z