paper-with-me

홈 › Papers

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 polyphonic character instead of the current input one, which has negative impacts on TTS performance. To address this issue, we introduce a mask-based model for polyphone disambiguation. The model takes a mask vector extracted from the context as an extra input. In our model, the mask vector not only acts as a weighting factor in Weightedsoftmax to prevent the case of mis-prediction but also eliminates the contribution of non-candidate set to the overall loss. Moreover, to mitigate the uneven distribution of pronunciation, we introduce a new loss called Modified Focal Loss. The experimental result shows the effectiveness of the proposed mask based model. We also empirically studied the impact of Weighted-softmax and Modified Focal Loss. It was found that Weighted-softmax can effectively prevent the model from predicting outside the candidate set. Besides, Modified Focal Loss can reduce the adverse impacts of the uneven distribution of pronunciation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Polyphone disambiguationtext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

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

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

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

Back-Translation-Style Data Augmentation for Mandarin Chinese Polyphone Disambiguation

2022-11-17 · Chunyu Qiang, Peng Yang, Hao Che, Jinba Xiao 외

Conversion of Chinese Grapheme-to-Phoneme (G2P) plays an important role in Mandarin Chinese Text-To-Speech (TTS) systems, where one of the biggest challenges is the task of polyphone disambiguation. Most of the previous …

Data AugmentationMachine TranslationPolyphone disambiguationPseudo Label+3

Disambiguation of Chinese Polyphones in an End-to-End Framework with Semantic Features Extracted by Pre-trained BERT

2025-01-02 · Dongyang Dai, Zhiyong Wu, Shiyin Kang, Xixin Wu 외

Grapheme-to-phoneme (G2P) conversion serves as an essential component in Chinese Mandarin text-to-speech (TTS) system, where polyphone disambiguation is the core issue. In this paper, we propose an end-to-end framework t…

Polyphone disambiguationSentencetext-to-speechText to Speech