paper-with-me

홈 › Papers

One TTS Alignment To Rule Them All

2021-08-23 · Rohan Badlani, Adrian Łancucki, Kevin J. Shih, Rafael Valle, Wei Ping, Bryan Catanzaro

Speech-to-text alignment is a critical component of neural textto-speech (TTS) models. Autoregressive TTS models typically use an attention mechanism to learn these alignments on-line. However, these alignments tend to be brittle and often fail to generalize to long utterances and out-of-domain text, leading to missing or repeating words. Most non-autoregressive endto-end TTS models rely on durations extracted from external sources. In this paper we leverage the alignment mechanism proposed in RAD-TTS as a generic alignment learning framework, easily applicable to a variety of neural TTS models. The framework combines forward-sum algorithm, the Viterbi algorithm, and a simple and efficient static prior. In our experiments, the alignment learning framework improves all tested TTS architectures, both autoregressive (Flowtron, Tacotron 2) and non-autoregressive (FastPitch, FastSpeech 2, RAD-TTS). Specifically, it improves alignment convergence speed of existing attention-based mechanisms, simplifies the training pipeline, and makes the models more robust to errors on long utterances. Most importantly, the framework improves the perceived speech synthesis quality, as judged by human evaluators.

📄 PDF Abstract BibTeX arXiv:2108.10447

Code (3)

coqui-ai/TTS pytorch
keonlee9420/Comprehensive-E2E-TTS pytorch
keonlee9420/Comprehensive-Transformer-TTS pytorch

Tasks

AllSpeech SynthesisSpeech-to-Text

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
FastSpeech 2 FastSpeech2 is a text-to-speech model that aims to improve upon FastSpeech by better solving the one-to-many mapping problem in TTS, i.e., multiple speech variations…
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

SoFA: Shielded On-the-fly Alignment via Priority Rule Following

2024-02-27 · Xinyu Lu, Bowen Yu, Yaojie Lu, Hongyu Lin 외

The alignment problem in Large Language Models (LLMs) involves adapting them to the broad spectrum of human values. This requirement challenges existing alignment methods due to diversity of preferences and regulatory st…

Diversity

New Sequence Alignment Algorithm using AI Rules and Dynamic Seeds

2023-05-25 · Suchindra, Preetam Nagaraj

DNA sequence alignment is important today as it is usually the first step in finding gene mutation, evolutionary similarities, protein structure, drug development and cancer treatment. Covid-19 is one recent example. The…

Random Feedback Alignment Algorithms to train Neural Networks: Why do they Align?

2023-06-04 · Dominique Chu, Florian Bacho

Feedback alignment algorithms are an alternative to backpropagation to train neural networks, whereby some of the partial derivatives that are required to compute the gradient are replaced by random terms. This essential…

Mathematical Reasoning

CVC: A Large-Scale Chinese Value Rule Corpus for Value Alignment of Large Language Models

2025-06-02 · Ping Wu, Guobin Shen, Dongcheng Zhao, Yuwei Wang 외

Ensuring that Large Language Models (LLMs) align with mainstream human values and ethical norms is crucial for the safe and sustainable development of AI. Current value evaluation and alignment are constrained by Western…

Benchmarking

Legible Normativity for AI Alignment: The Value of Silly Rules

2018-11-03 · Dylan Hadfield-Menell, McKane Andrus, Gillian K. Hadfield

It has become commonplace to assert that autonomous agents will have to be built to follow human rules of behavior--social norms and laws. But human laws and norms are complex and culturally varied systems, in many cases…