paper-with-me

홈 › Papers

Compress Polyphone Pronunciation Prediction Model with Shared Labels

2020-10-01 · CCL 2020 10 · Pengfei Chen, Lina Wang, Hui Di, Kazushige Ouchi, Lvhong Wang

It is well known that deep learning model has huge parameters and is computationally expensive, especially for embedded and mobile devices. Polyphone pronunciations selection is a basic function for Chinese Text-to-Speech (TTS) application. Recurrent neural network (RNN) is a good sequence labeling solution for polyphone pronunciation selection. However, huge parameters and computation make compression needed to alleviate its disadvantage. In contrast to existing quantization with low precision data format and projection layer, we propose a novel method based on shared labels, which focuses on compressing the fully-connected layer before Softmax for models with a huge number of labels in TTS polyphone selection. The basic idea is to compress large number of target labels into a few label clusters, which will share the parameters of fully-connected layer. Furthermore, we combine it with other methods to further compress the polyphone pronunciation selection model. The experimental result shows that for Bi-LSTM (Bidirectional Long Short Term Memory) based polyphone selection, shared labels model decreases about 52% of original model size and accelerates prediction by 44% almost without performance loss. It is worth mentioning that the proposed method can be applied for other tasks to compress the model and accelerate the calculation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

PredictionQuantizationtext-to-speechText to Speech

Similar Papers 제목 키워드 기반

A Polyphone BERT for Polyphone Disambiguation in Mandarin Chinese

2022-07-01 · Song Zhang, Ken Zheng, Xiaoxu Zhu, Baoxiang Li

Grapheme-to-phoneme (G2P) conversion is an indispensable part of the Chinese Mandarin text-to-speech (TTS) system, and the core of G2P conversion is to solve the problem of polyphone disambiguation, which is to pick up t…

Polyphone disambiguationtext-to-speechText to Speech

A Mask-based Model for Mandarin Chinese Polyphone Disambiguation

2020-10-21 · Haiteng Zhang

Polyphone disambiguation serves as an essential part of Mandarin text-to-speech (TTS) system. However, conventional system modeling the entire Pinyin set causes the case that prediction belongs to the unrelated polyphoni…

Polyphone disambiguationtext-to-speechText to Speech

Dict-TTS: Learning to Pronounce with Prior Dictionary Knowledge for Text-to-Speech

2022-06-05 · Ziyue Jiang, Zhe Su, Zhou Zhao, Qian Yang 외

Polyphone disambiguation aims to capture accurate pronunciation knowledge from natural text sequences for reliable Text-to-speech (TTS) systems. However, previous approaches require substantial annotated training data an…

Polyphone disambiguationtext-to-speechText to Speech

Polyphone Disambiguation in Mandarin Chinese with Semi-Supervised Learning

2021-02-01 · Yi Shi, Congyi Wang, Yu Chen, Bin Wang

The majority of Chinese characters are monophonic, while a special group of characters, called polyphonic characters, have multiple pronunciations. As a prerequisite of performing speech-related generative tasks, the cor…

Polyphone disambiguation

Polyphone Disambiguation for Mandarin Chinese Using Conditional Neural Network with Multi-level Embedding Features

2019-07-03 · Zexin Cai, Yaogen Yang, Chuxiong Zhang, Xiaoyi Qin 외

This paper describes a conditional neural network architecture for Mandarin Chinese polyphone disambiguation. The system is composed of a bidirectional recurrent neural network component acting as a sentence encoder to a…

Polyphone disambiguationSentencetext-to-speechText to Speech