ci_logo

A NEURAL TEXT-TO-SPEECH MODEL
UTILIZING BROADCAST DATA MIXED WITH BACKGROUND MUSIC

Hanbin Bae, Jae-Sung Bae, Young-Sun Joo, et al

bhb0722@ncsoft.com


Abstract
    Recently, it has become easier to obtain speech data from various media such as the internet
or YouTube, but directly utilizing them to train a neural text-to-speech (TTS) model is difficult.
The proportion of clean speech is insufficient and the remainder includes background music.
Even with the global style token (GST). Therefore, we propose the following method to successfully
train an end-to-end TTS model with limited broadcast data. First, the background music is removed
from the speech by introducing a music filter. Second, the GST-TTS model with an auxiliary quality
classifier is trained with the filtered speech and a small amount of clean speech. In particular, the
quality classifier makes the embedding vector of the GST layer focus on representing the speech
quality (filtered or clean) of the input speech. The experimental results verified that the proposed
method synthesized much more high-quality speech than conventional methods.

Contents
  1. Pre-trained Music Filter
    1. KSponSpeech Dataset
    2. Comparing music-mixed speech and filtered speech

  2. Proposed Systems (models w/ SER lower than 50%)
Demo Page, "A NEURAL TEXT-TO-SPEECH MODEL UTILIZING BROADCAST DATA MIXED WITH BACKGROUND MUSIC"





A. Pre-trained Music Filter


    My Image
Fig. 1. Architecture of the proposed GST-TTS learning method for utilizing a personal broadcast data (training phase).



A.1. KSponSpeech Dataset [15]


To train a speaker-independent music filter, we use the KsponSpeech dataset. dataset, which comprises approximatly 1,000 h of spontaneous speech samples recorded by 2,000 people talking about various topics, sampled at 16 kHz.
1. Male

2. Female



A.2. Comparing music-mixed speech and filtered speech


1. 가고시마에서는 연습경기를 통해 실전 감각을 끌어올린다는 계획이다.
0dB 5dB 10dB 15dB 20dB
Mixed
Filtered

2. 리니지 쿠우 서버 어떻게 하나요?
0dB 5dB 10dB 15dB 20dB
Mixed
Filtered

3. 직장인 소액대출 알아봅니다.
0dB 5dB 10dB 15dB 20dB
Mixed
Filtered







B. Proposed Systems (models w/ SER lower than 50%)


1. TTS: the DC-TTS [2] model usedconducted in the pre-liminary experiments.
2. GST: the GST-TTS model where the quality embeddingfrom the GST layers was concatenated into the encoderstate of DC-TTS.
3. GST+MF: the GST-TTS model trained with filteredspeech obtained from the pre-trained music filter.
4. GST+MF+Aux.: the GST+MF model with an auxiliaryclassifier.

Sample #1 : 눈은 내일 새벽까지 이어지다가 점차 그치겠고요.

Sample #2 : 도심형 생활주택 구매 어떤가요?

Sample #3 : 또 동해안을 중심으로는 건조 주의보가 발효 중입니다.

Audio Samples

Model TTS GST GST+MF GST+MF+Aux. GST+MF+Aux. GST+MF+Aux.
(Clean/Noisy) (5h/0h) (2.5h/2.5h) (2.5h/2.5h) (0.5h/4.5h) (1.5h/3.5h) (2.5h/2.5h)
SER(%) 13.45 Training Failed 49.12 29.80 15.89 16.52
Sample 1
Sample 2
Sample 3