paper-with-me

홈 › Papers

Deep Voice 3: Scaling Text-to-Speech with Convolutional Sequence Learning

2017-10-20 · ICLR 2018 1 · Wei Ping, Kainan Peng, Andrew Gibiansky, Sercan O. Arik, Ajay Kannan, Sharan Narang, Jonathan Raiman, John Miller

We present Deep Voice 3, a fully-convolutional attention-based neural text-to-speech (TTS) system. Deep Voice 3 matches state-of-the-art neural speech synthesis systems in naturalness while training ten times faster. We scale Deep Voice 3 to data set sizes unprecedented for TTS, training on more than eight hundred hours of audio from over two thousand speakers. In addition, we identify common error modes of attention-based speech synthesis networks, demonstrate how to mitigate them, and compare several different waveform synthesis methods. We also describe how to scale inference to ten million queries per day on one single-GPU server.

📄 PDF Abstract BibTeX arXiv:1710.07654

Code (7)

HaiFengZeng/clari_wavenet_vocoder pytorch
TartuNLP/deepvoice3_pytorch pytorch
kaiidams/voice100 pytorch
kaiidams/voice100-tts pytorch
kinimod23/ATS_Project tf
mitsu-h/deepvoice3 torch
r9y9/deepvoice3_pytorch pytorch

Tasks

GPUSpeech Synthesistext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

Weight Normalization Weight Normalization is a normalization method for training neural networks. It is inspired by batch normalization,…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
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…
Softsign Activation Softsign is an activation function for neural networks: $$ f\left(x\right) = \left(\frac{x}{|x|+1}\right)$$ Image Source: [Sefik Ilkin…
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Voice Transformer Network: Sequence-to-Sequence Voice Conversion Using Transformer with Text-to-Speech Pretraining

2019-12-14 · Wen-Chin Huang, Tomoki Hayashi, Yi-Chiao Wu, Hirokazu Kameoka 외

We introduce a novel sequence-to-sequence (seq2seq) voice conversion (VC) model based on the Transformer architecture with text-to-speech (TTS) pretraining. Seq2seq VC models are attractive owing to their ability to conv…

text-to-speechText to SpeechVoice Conversion

CosyVoice 3: Towards In-the-wild Speech Generation via Scaling-up and Post-training

2025-05-23 · Zhihao Du, Changfeng Gao, Yuxuan Wang, Fan Yu 외

In our prior works, we introduced a scalable streaming speech synthesis model, CosyVoice 2, which integrates a large language model (LLM) and a chunk-aware flow matching (FM) model, and achieves low-latency bi-streaming …

Automatic Speech RecognitionEmotion RecognitionEvent DetectionLanguage Identification+5

IntrinsicVoice: Empowering LLMs with Intrinsic Real-time Voice Interaction Abilities

2024-10-09 · Xin Zhang, Xiang Lyu, Zhihao Du, Qian Chen 외

Current methods of building LLMs with voice interaction capabilities rely heavily on explicit text autoregressive generation before or during speech response generation to maintain content quality, which unfortunately br…

Response Generation

GLM-4-Voice: Towards Intelligent and Human-Like End-to-End Spoken Chatbot

2024-12-03 · Aohan Zeng, Zhengxiao Du, Mingdao Liu, Kedong Wang 외

We introduce GLM-4-Voice, an intelligent and human-like end-to-end spoken chatbot. It supports both Chinese and English, engages in real-time voice conversations, and varies vocal nuances such as emotion, intonation, spe…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)ChatbotLanguage Modeling+6

Limited Data Emotional Voice Conversion Leveraging Text-to-Speech: Two-stage Sequence-to-Sequence Training

2021-03-31 · Kun Zhou, Berrak Sisman, Haizhou Li

Emotional voice conversion (EVC) aims to change the emotional state of an utterance while preserving the linguistic content and speaker identity. In this paper, we propose a novel 2-stage training strategy for sequence-t…

text-to-speechText to SpeechVoice Conversion