paper-with-me

홈 › Papers

Forward-Backward Decoding for Regularizing End-to-End TTS

2019-07-18 · Yibin Zheng, Xi Wang, Lei He, Shifeng Pan, Frank K. Soong, Zhengqi Wen, Jian-Hua Tao

Neural end-to-end TTS can generate very high-quality synthesized speech, and even close to human recording within similar domain text. However, it performs unsatisfactory when scaling it to challenging test sets. One concern is that the encoder-decoder with attention-based network adopts autoregressive generative sequence model with the limitation of "exposure bias" To address this issue, we propose two novel methods, which learn to predict future by improving agreement between forward and backward decoding sequence. The first one is achieved by introducing divergence regularization terms into model training objective to reduce the mismatch between two directional models, namely L2R and R2L (which generates targets from left-to-right and right-to-left, respectively). While the second one operates on decoder-level and exploits the future information during decoding. In addition, we employ a joint training strategy to allow forward and backward decoding to improve each other in an interactive process. Experimental results show our proposed methods especially the second one (bidirectional decoder regularization), leads a significantly improvement on both robustness and overall naturalness, as outperforming baseline (the revised version of Tacotron2) with a MOS gap of 0.14 in a challenging test, and achieving close to human quality (4.42 vs. 4.49 in MOS) on general test.

📄 PDF Abstract BibTeX arXiv:1907.09006

Code (1)

coqui-ai/TTS pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

Feedbackward Decoding for Semantic Segmentation

2019-08-22 · Beinan Wang, John Glossner, Daniel Iancu, Georgi N. Gaydadjiev

We propose a novel approach for semantic segmentation that uses an encoder in the reverse direction to decode. Many semantic segmentation networks adopt a feedforward encoder-decoder architecture. Typically, an input is …

DecoderSegmentationSemantic Segmentation

Look Backward and Forward: Self-Knowledge Distillation with Bidirectional Decoder for Neural Machine Translation

2022-03-10 · Xuanwei Zhang, Libin Shen, Disheng Pan, Liang Wang 외

Neural Machine Translation(NMT) models are usually trained via unidirectional decoder which corresponds to optimizing one-step-ahead prediction. However, this kind of unidirectional decoding framework may incline to focu…

DecoderKnowledge DistillationMachine TranslationNMT+2

Does This Gradient Spark Joy?

2026-03-20 · Ian Osband arxiv

Policy gradient computes a backward pass for every sample, even though the backward pass is expensive and most samples carry little learning value. The Delightful Policy Gradient (DG) provides a forward-pass signal of le…

Improving Response Quality with Backward Reasoning in Open-domain Dialogue Systems

2021-04-30 · Ziming Li, Julia Kiseleva, Maarten de Rijke

Being able to generate informative and coherent dialogue responses is crucial when designing human-like open-domain dialogue systems. Encoder-decoder-based dialogue models tend to produce generic and dull responses durin…

DecoderResponse Generation

Forward-Cooperation-Backward (FCB) learning in a Multi-Encoding Uni-Decoding neural network architecture

2025-02-27 · Prasun Dutta, Koustab Ghosh, Rajat K. De

The most popular technique to train a neural network is backpropagation. Recently, the Forward-Forward technique has also been introduced for certain learning tasks. However, in real life, human learning does not follow …

Dimensionality Reduction