paper-with-me

홈 › Papers

LM-VC: Zero-shot Voice Conversion via Speech Generation based on Language Models

2023-06-18 · Zhichao Wang, Yuanzhe Chen, Lei Xie, Qiao Tian, Yuping Wang

Language model (LM) based audio generation frameworks, e.g., AudioLM, have recently achieved new state-of-the-art performance in zero-shot audio generation. In this paper, we explore the feasibility of LMs for zero-shot voice conversion. An intuitive approach is to follow AudioLM - Tokenizing speech into semantic and acoustic tokens respectively by HuBERT and SoundStream, and converting source semantic tokens to target acoustic tokens conditioned on acoustic tokens of the target speaker. However, such an approach encounters several issues: 1) the linguistic content contained in semantic tokens may get dispersed during multi-layer modeling while the lengthy speech input in the voice conversion task makes contextual learning even harder; 2) the semantic tokens still contain speaker-related information, which may be leaked to the target speech, lowering the target speaker similarity; 3) the generation diversity in the sampling of the LM can lead to unexpected outcomes during inference, leading to unnatural pronunciation and speech quality degradation. To mitigate these problems, we propose LM-VC, a two-stage language modeling approach that generates coarse acoustic tokens for recovering the source linguistic content and target speaker's timbre, and then reconstructs the fine for acoustic details as converted speech. Specifically, to enhance content preservation and facilitates better disentanglement, a masked prefix LM with a mask prediction strategy is used for coarse acoustic modeling. This model is encouraged to recover the masked content from the surrounding context and generate target speech based on the target speaker's utterance and corrupted semantic tokens. Besides, to further alleviate the sampling error in the generation, an external LM, which employs window attention to capture the local acoustic relations, is introduced to participate in the coarse acoustic modeling.

📄 PDF Abstract BibTeX arXiv:2306.10521

Code (0)

등록된 구현이 없습니다.

Tasks

Audio GenerationDisentanglementLanguage ModelingLanguage ModellingVoice Conversion

Similar Papers 제목 키워드 기반

Zero-shot Voice Conversion with Diffusion Transformers

2024-11-15 · Songting Liu

Zero-shot voice conversion aims to transform a source speech utterance to match the timbre of a reference speech from an unseen speaker. Traditional approaches struggle with timbre leakage, insufficient timbre representa…

In-Context LearningVoice Conversion

Discl-VC: Disentangled Discrete Tokens and In-Context Learning for Controllable Zero-Shot Voice Conversion

2025-05-30 · Kaidi Wang, Wenhao Guan, Ziyue Jiang, Hukai Huang 외

Currently, zero-shot voice conversion systems are capable of synthesizing the voice of unseen speakers. However, most existing approaches struggle to accurately replicate the speaking style of the source speaker or mimic…

In-Context LearningVoice Conversion

GenVC: Self-Supervised Zero-Shot Voice Conversion

2025-02-06 · Zexin Cai, Henry Li Xinyuan, Ashi Garg, Leibny Paola García-Perera 외

Zero-shot voice conversion has recently made substantial progress, but many models still depend on external supervised systems to disentangle speaker identity and linguistic content. Furthermore, current methods often us…

Voice Conversion

SLMGAN: Exploiting Speech Language Model Representations for Unsupervised Zero-Shot Voice Conversion in GANs

2023-07-18 · Yinghao Aaron Li, Cong Han, Nima Mesgarani

In recent years, large-scale pre-trained speech language models (SLMs) have demonstrated remarkable advancements in various generative speech modeling applications, such as text-to-speech synthesis, voice conversion, and…

Generative Adversarial NetworkLanguage ModelingLanguage ModellingSpeech Enhancement+5

End-to-End Zero-Shot Voice Conversion with Location-Variable Convolutions

2022-05-19 · Wonjune Kang, Mark Hasegawa-Johnson, Deb Roy

Zero-shot voice conversion is becoming an increasingly popular research topic, as it promises the ability to transform speech to sound like any speaker. However, relatively little work has been done on end-to-end methods…

Speech SynthesisStyle TransferVoice Conversion