CLNEJan 11, 2016

Investigating gated recurrent neural networks for speech synthesis

arXiv:1601.02539v14 citations
Originality Synthesis-oriented
AI Analysis

This work addresses efficiency in speech synthesis systems, offering a practical improvement for incremental optimization.

The authors investigated why LSTM RNNs perform well in speech synthesis and identified key components, proposing a simplified architecture that reduces parameters without quality loss.

Recently, recurrent neural networks (RNNs) as powerful sequence models have re-emerged as a potential acoustic model for statistical parametric speech synthesis (SPSS). The long short-term memory (LSTM) architecture is particularly attractive because it addresses the vanishing gradient problem in standard RNNs, making them easier to train. Although recent studies have demonstrated that LSTMs can achieve significantly better performance on SPSS than deep feed-forward neural networks, little is known about why. Here we attempt to answer two questions: a) why do LSTMs work well as a sequence model for SPSS; b) which component (e.g., input gate, output gate, forget gate) is most important. We present a visual analysis alongside a series of experiments, resulting in a proposal for a simplified architecture. The simplified architecture has significantly fewer parameters than an LSTM, thus reducing generation complexity considerably without degrading quality.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes