paper-with-me

홈 › Papers

Unified Mandarin TTS Front-end Based on Distilled BERT Model

2020-12-31 · Yang Zhang, Liqun Deng, Yasheng Wang

The front-end module in a typical Mandarin text-to-speech system (TTS) is composed of a long pipeline of text processing components, which requires extensive efforts to build and is prone to large accumulative model size and cascade errors. In this paper, a pre-trained language model (PLM) based model is proposed to simultaneously tackle the two most important tasks in TTS front-end, i.e., prosodic structure prediction (PSP) and grapheme-to-phoneme (G2P) conversion. We use a pre-trained Chinese BERT[1] as the text encoder and employ multi-task learning technique to adapt it to the two TTS front-end tasks. Then, the BERT encoder is distilled into a smaller model by employing a knowledge distillation technique called TinyBERT[2], making the whole model size 25% of that of benchmark pipeline models while maintaining competitive performance on both tasks. With the proposed the methods, we are able to run the whole TTS front-end module in a light and unified manner, which is more friendly to deployment on mobile devices.

📄 PDF Abstract BibTeX arXiv:2012.15404

Code (1)

wenet-e2e/wetts pytorch

Tasks

Knowledge DistillationLanguage ModelingLanguage ModellingMulti-Task Learningtext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Attention 설명 없음

Similar Papers 제목 키워드 기반

A unified sequence-to-sequence front-end model for Mandarin text-to-speech synthesis

2019-11-11 · Junjie Pan, Xiang Yin, Zhiling Zhang, Shichao Liu 외

In Mandarin text-to-speech (TTS) system, the front-end text processing module significantly influences the intelligibility and naturalness of synthesized speech. Building a typical pipeline-based front-end which consists…

Polyphone disambiguationSpeech Synthesistext-to-speechText to Speech+1

g2pW: A Conditional Weighted Softmax BERT for Polyphone Disambiguation in Mandarin

2022-03-20 · Yi-Chang Chen, Yu-Chuan Chang, Yen-Cheng Chang, Yi-Ren Yeh

Polyphone disambiguation is the most crucial task in Mandarin grapheme-to-phoneme (g2p) conversion. Previous studies have approached this problem using pre-trained language models, restricted output, and extra informatio…

Part-Of-Speech TaggingPolyphone disambiguationPOSPOS Tagging

A Novel Chinese Dialect TTS Frontend with Non-Autoregressive Neural Machine Translation

2022-06-10 · Junhui Zhang, Wudi Bao, Junjie Pan, Xiang Yin 외

Chinese dialects are different variations of Chinese and can be considered as different languages in the same language family with Mandarin. Though they all use Chinese characters, the pronunciations, grammar and idioms …

Machine Translationtext-to-speechText to SpeechTranslation

Using BERT for choosing classifiers in Mandarin

2021-08-01 · INLG (ACL) 2021 8 · Jani Järnfors, Guanyi Chen, Kees Van Deemter, Rint Sybesma

Choosing the most suitable classifier in a linguistic context is a well-known problem in the production of Mandarin and many other languages. The present paper proposes a solution based on BERT, compares this solution to…

Understanding Telecom Language Through Large Language Models

2023-06-09 · Lina Bariah, Hang Zou, Qiyang Zhao, Belkacem Mouhouche 외

The recent progress of artificial intelligence (AI) opens up new frontiers in the possibility of automating many tasks involved in Telecom networks design, implementation, and deployment. This has been further pushed for…