CLSDASSep 28, 2021

Nana-HDR: A Non-attentive Non-autoregressive Hybrid Model for TTS

arXiv:2109.13673v11.65 citationsBlizzard Challenge
Originality Incremental advance
AI Analysis

This is an incremental improvement for TTS systems, addressing issues like exposure bias and alignment stability.

The paper tackled the problem of improving text-to-speech (TTS) by proposing Nana-HDR, a non-attentive non-autoregressive hybrid model, which achieved competitive performance in naturalness and robustness on two Mandarin corpora.

This paper presents Nana-HDR, a new non-attentive non-autoregressive model with hybrid Transformer-based Dense-fuse encoder and RNN-based decoder for TTS. It mainly consists of three parts: Firstly, a novel Dense-fuse encoder with dense connections between basic Transformer blocks for coarse feature fusion and a multi-head attention layer for fine feature fusion. Secondly, a single-layer non-autoregressive RNN-based decoder. Thirdly, a duration predictor instead of an attention model that connects the above hybrid encoder and decoder. Experiments indicate that Nana-HDR gives full play to the advantages of each component, such as strong text encoding ability of Transformer-based encoder, stateful decoding without being bothered by exposure bias and local information preference, and stable alignment provided by duration predictor. Due to these advantages, Nana-HDR achieves competitive performance in naturalness and robustness on two Mandarin corpora.

Foundations

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

Your Notes