wenet-e2e / speech-synthesis-paper

List of speech synthesis papers.
MIT License
989 stars 120 forks source link

Add several papers about Voice Conversion #3

Closed Miralan closed 3 years ago

Miralan commented 4 years ago

Recommend some papers about Voice Conversion.

Seq2Seq(ASR+TTS):

1.Transferring Source Style in Non-Parallel Voice Conversion

link

Auto-encoder:

2.SPEECHFLOW:Unsupervised speech decomposition via triple information bottleneck

link(2020 ICML)

3.F0-AutoVC:F0-consistent many-to-many non-parallel voice conversion via conditional autoencoder

link(2020 ICASSP)

VQ-VAE:

4.Unsupervised speech representation learning using WaveNet autoencoders

link(IEEE/ACM Trans)

5.Vector-quantized neural networks for acoustic unit discovery in the ZeroSpeech 2020 challenge

link (2020 Interspeech)

6.One-shot voice conversion by vector quantization

link (2020 ICASSP)

xcmyz commented 4 years ago

Recommend some papers about Voice Conversion.

Seq2Seq(ASR+TTS):

1.Transferring Source Style in Non-Parallel Voice Conversion

link

Auto-encoder:

2.SPEECHFLOW:Unsupervised speech decomposition via triple information bottleneck

link(2020 ICML)

3.F0-AutoVC:F0-consistent many-to-many non-parallel voice conversion via conditional autoencoder

link(2020 ICASSP)

VQ-VAE:

4.Unsupervised speech representation learning using WaveNet autoencoders

link(IEEE/ACM Trans)

5.Vector-quantized neural networks for acoustic unit discovery in the ZeroSpeech 2020 challenge

link (2020 Interspeech)

6.One-shot voice conversion by vector quantization

link (2020 ICASSP)

Thank you!

Miralan commented 3 years ago

A new vocoder : DiffWave: A Versatile Diffusion Model for Audio Synthesis link Very similar to wavegrad~