SDMMASAug 1, 2021

End to End Bangla Speech Synthesis

arXiv:2108.00500v15 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of creating natural-sounding Bangla speech synthesis for non-commercial applications, though it is incremental as it builds on existing deep learning approaches.

The paper tackles the problem of synthesizing speech from text in Bangla by developing an end-to-end deep learning system that eliminates the need for frontend preprocessing and Grapheme-to-Phoneme conversion, achieving a Mean Opinion Score of 3.79 out of 5.0 and a PESQ score of 0.77.

Text-to-Speech (TTS) system is a system where speech is synthesized from a given text following any particular approach. Concatenative synthesis, Hidden Markov Model (HMM) based synthesis, Deep Learning (DL) based synthesis with multiple building blocks, etc. are the main approaches for implementing a TTS system. Here, we are presenting our deep learning-based end-to-end Bangla speech synthesis system. It has been implemented with minimal human annotation using only 3 major components (Encoder, Decoder, Post-processing net including waveform synthesis). It does not require any frontend preprocessor and Grapheme-to-Phoneme (G2P) converter. Our model has been trained with phonetically balanced 20 hours of single speaker speech data. It has obtained a 3.79 Mean Opinion Score (MOS) on a scale of 5.0 as subjective evaluation and a 0.77 Perceptual Evaluation of Speech Quality(PESQ) score on a scale of [-0.5, 4.5] as objective evaluation. It is outperforming all existing non-commercial state-of-the-art Bangla TTS systems based on naturalness.

Foundations

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

Your Notes