paper-with-me

홈 › Papers

Wave-Tacotron: Spectrogram-free end-to-end text-to-speech synthesis

2020-11-06 · Ron J. Weiss, RJ Skerry-Ryan, Eric Battenberg, Soroosh Mariooryad, Diederik P. Kingma

We describe a sequence-to-sequence neural network which directly generates speech waveforms from text inputs. The architecture extends the Tacotron model by incorporating a normalizing flow into the autoregressive decoder loop. Output waveforms are modeled as a sequence of non-overlapping fixed-length blocks, each one containing hundreds of samples. The interdependencies of waveform samples within each block are modeled using the normalizing flow, enabling parallel training and synthesis. Longer-term dependencies are handled autoregressively by conditioning each flow on preceding blocks.This model can be optimized directly with maximum likelihood, with-out using intermediate, hand-designed features nor additional loss terms. Contemporary state-of-the-art text-to-speech (TTS) systems use a cascade of separately learned models: one (such as Tacotron) which generates intermediate features (such as spectrograms) from text, followed by a vocoder (such as WaveRNN) which generates waveform samples from the intermediate features. The proposed system, in contrast, does not use a fixed intermediate representation, and learns all parameters end-to-end. Experiments show that the proposed model generates speech with quality approaching a state-of-the-art neural TTS system, with significantly improved generation speed.

📄 PDF Abstract BibTeX arXiv:2011.03568

Code (1)

ai-unicamp/tts-objective-metrics pytorch

Tasks

DecoderSpeech Synthesistext-to-speechText to SpeechText-To-Speech Synthesis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Residual GRU A Residual GRU is a gated recurrent unit (GRU) that incorporates the idea of residual connections from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Batch Normalization 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BiGRU A Bidirectional GRU, or BiGRU, is a sequence processing model that consists of two GRUs. one taking the input in a forward…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

NatiQ: An End-to-end Text-to-Speech System for Arabic

2022-06-15 · Ahmed Abdelali, Nadir Durrani, Cenk Demiroglu, Fahim Dalvi 외

NatiQ is end-to-end text-to-speech system for Arabic. Our speech synthesizer uses an encoder-decoder architecture with attention. We used both tacotron-based models (tacotron-1 and tacotron-2) and the faster transformer …

Decodertext-to-speechText to Speech

Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions

2017-12-16 · Jonathan Shen, Ruoming Pang, Ron J. Weiss, Mike Schuster 외

This paper describes Tacotron 2, a neural network architecture for speech synthesis directly from text. The system is composed of a recurrent sequence-to-sequence feature prediction network that maps character embeddings…

Speech Synthesis

Adaptation of Tacotron2-based Text-To-Speech for Articulatory-to-Acoustic Mapping using Ultrasound Tongue Imaging

2021-07-26 · Csaba Zainkó, László Tóth, Amin Honarmandi Shandiz, Gábor Gosztolya 외

For articulatory-to-acoustic mapping, typically only limited parallel training data is available, making it impossible to apply fully end-to-end solutions like Tacotron2. In this paper, we experimented with transfer lear…

text-to-speechText to SpeechTransfer Learning

Joint training framework for text-to-speech and voice conversion using multi-source Tacotron and WaveNet

2019-03-29 · Mingyang Zhang, Xin Wang, Fuming Fang, Haizhou Li 외

We investigated the training of a shared model for both text-to-speech (TTS) and voice conversion (VC) tasks. We propose using an extended model architecture of Tacotron, that is a multi-source sequence-to-sequence model…

DecoderSpeech Synthesistext-to-speechText to Speech+1

A Mel Spectrogram Enhancement Paradigm Based on CWT in Speech Synthesis

2024-06-18 · Guoqiang Hu, Huaning Tan, Ruilai Li

Acoustic features play an important role in improving the quality of the synthesised speech. Currently, the Mel spectrogram is a widely employed acoustic feature in most acoustic models. However, due to the fine-grained …

DecoderSpeech Synthesis