paper-with-me

Papers

DiffAR: Denoising Diffusion Autoregressive Model for Raw Speech Waveform Generation

2023-10-02 · Roi Benita, Michael Elad, Joseph Keshet

Diffusion models have recently been shown to be relevant for high-quality speech generation. Most work has been focused on generating spectrograms, and as such, they further require a subsequent model to convert the spectrogram to a waveform (i.e., a vocoder). This work proposes a diffusion probabilistic end-to-end model for generating a raw speech waveform. The proposed model is autoregressive, generating overlapping frames sequentially, where each frame is conditioned on a portion of the previously generated one. Hence, our model can effectively synthesize an unlimited speech duration while preserving high-fidelity synthesis and temporal coherence. We implemented the proposed model for unconditional and conditional speech generation, where the latter can be driven by an input sequence of phonemes, amplitudes, and pitch values. Working on the waveform directly has some empirical advantages. Specifically, it allows the creation of local acoustic behaviors, like vocal fry, which makes the overall waveform sounds more natural. Furthermore, the proposed diffusion model is stochastic and not deterministic; therefore, each inference generates a slightly different waveform variation, enabling abundance of valid realizations. Experiments show that the proposed model generates speech with superior quality compared with other state-of-the-art neural speech generation systems.

📄 PDF Abstract BibTeX arXiv:2310.01381

Code (1)

rbenita/diffar 공식 구현 pytorch

Tasks

Denoisingvalid

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

PeriodGrad: Towards Pitch-Controllable Neural Vocoder Based on a Diffusion Probabilistic Model

2024-02-22 · Yukiya Hono, Kei Hashimoto, Yoshihiko Nankaku, Keiichi Tokuda

This paper presents a neural vocoder based on a denoising diffusion probabilistic model (DDPM) incorporating explicit periodic signals as auxiliary conditioning signals. Recently, DDPM-based neural vocoders have gained p…

DenoisingPitch controlSinging Voice Synthesis

Diff-TTS: A Denoising Diffusion Model for Text-to-Speech

2021-04-03 · Myeonghun Jeong, Hyeongju Kim, Sung Jun Cheon, Byoung Jin Choi 외

Although neural text-to-speech (TTS) models have attracted a lot of attention and succeeded in generating human-like speech, there is still room for improvements to its naturalness and architectural efficiency. In this w…

DenoisingGPUSpeech Synthesistext-to-speech+1

Boosting Diffusion Model for Spectrogram Up-sampling in Text-to-speech: An Empirical Study

2024-06-07 · Chong Zhang, Yanqing Liu, Yang Zheng, Sheng Zhao

Scaling text-to-speech (TTS) with autoregressive language model (LM) to large-scale datasets by quantizing waveform into discrete speech tokens is making great progress to capture the diversity and expressiveness in huma…

DiversityLanguage ModelingLanguage Modellingtext-to-speech+1

DiffWave: A Versatile Diffusion Model for Audio Synthesis

2020-09-21 · ICLR 2021 1 · Zhifeng Kong, Wei Ping, Jiaji Huang, Kexin Zhao 외

In this work, we propose DiffWave, a versatile diffusion probabilistic model for conditional and unconditional waveform generation. The model is non-autoregressive, and converts the white noise signal into structured wav…

Audio SynthesisDiversitymodelSpeech Synthesis

High-Fidelity Speech Synthesis with Minimal Supervision: All Using Diffusion Models

2023-09-27 · Chunyu Qiang, Hao Li, Yixin Tian, Yi Zhao 외

Text-to-speech (TTS) methods have shown promising results in voice cloning, but they require a large number of labeled text-speech pairs. Minimally-supervised speech synthesis decouples TTS by combining two types of disc…

AllSpeech Synthesistext-to-speechText to Speech+1