跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.66) 您好!臺灣時間:2026/08/15 02:24
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:王紹全
研究生(外文):SHAO-CHUAN WANG
論文名稱:漢語之端到端語音合成研究
論文名稱(外文):Mandarin End-To-End Text-To-Speech Research
指導教授:王家慶
指導教授(外文):Jia-Ching Wang
學位類別:碩士
校院名稱:國立中央大學
系所名稱:資訊工程學系在職專班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2019
畢業學年度:107
語文別:中文
論文頁數:36
中文關鍵詞:端到端語音合成深度學習
外文關鍵詞:End-To-Endspeech synthesisdeep learning
相關次數:
  • 被引用被引用:0
  • 點閱點閱:276
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
語音合成即指將文本合成語音的技術,在過去一個語音合成系統
通常分多個階段處理,並涉及了語音學、聲學等相關領域知識,因
此造就了高的技術門檻,由於近年來硬體技術的提升,以往基於神
經網絡架構的深度學習方法在近期廣為研究者使用,本論文亦將深
度學習技術應用到文字轉語音(TTS)系統上,利用端到端語音合成架
構,透過訓練用語音訓練出單一神經網路模型,捨棄傳統由時間模
型、聲學特徵等多個模型生成語音的架構,只使用一個端到端模
型, 輸入文字即可生成目標語音。

目前常見的端到端語音合成研究以英語語系為主,然而,只要找到
文字和語音的對應關係,我們也可將其應用在其他非英語語系合
成, 本論文利用漢語拼音方案的字母音標取代中文注音,以此取代
中文文字作為訓練的資料,以實現中文的語音合成,未來也希望能
以此概念將端到端語音合成推廣到其他非英文語系的使用。
Speech synthesis refers to the technique of synthesizing text into speech,In the past a speech synthesis system usually has multiple stages of processing, and it
also related to phonetics, acoustics or other related domain knowledge, which creates high technical threshold. Due to the advancement of hardware technology in recent
years, the deep learning methods based on neural network architecture have been widely used by researchers recently. This paper also applies deep learning technology to text-to-speech. (TTS) system , by using End-To-End speech synthesis architecture, training a single neural network model through audio training data, and abandoning the traditional architecture of generating speech from multiple models such as time models and acoustic features, use only an end-to-end model to enter the text to generate the target speech .

Current End-To-End speech synthesis research is mainly in English, however, as long as we find the correspondence between text and speech, we can also apply it to other non-English language synthesis. This thesis replaces Chinese phonetic transcription with the phonetic symbols from Scheme of the Chinese Phonetic Alphabet, which replaces Chinese characters as training materials to achieve Chinese speech synthesis. And I hope that this concept can be used to implement other non-English languages end-to-end speech synthesis too.
章節目錄
摘要 I
Abstract II
章節目錄 III
圖目錄 V
表目錄 VI
第一章 緒論 1
第二章 背景及相關知識 2
2.1 傳統語音合成方法 2
2.2 模型式語音合成架構 2
2.2.1 前端模組 2
2.2.2 後端模組 3
2.2.3 聲碼器(vocoder) 3
2.3 端到端語音合成介紹 3
第三章 Tacotron 端到端語音合成系統介紹 4
3.1 整體結構 4
3.2 編碼器模組 5
3.2.1 CBHG 6
3.3 解碼器模組 8
3.4 基於encoder-decoder的seq2seq的架構 9
3.5注意力機制(attention mechanism) 10
3.6 後處理網路(post-processing net) 12
3.7 Tacotron2介紹 12
第四章 實驗 13
4.1 實驗語料 13
4.2 實驗環境 13
4.3 實驗準備 13
4.3.1 語料預處理 13
4.3.2 文本清理器(text cleaner) 14
4.3.3 參數設定 14
4.3.4模型訓練狀況分析 16
4.4 實驗結果 16
第五章 結論與展望 19
5.1 結論 19
5.2 未來展望 19
第六章 參考文獻 21
附錄一 漢語拼音轉換表 23
附錄二 五十音轉羅馬拼音表 24
[1] Yuxuan Wang, RJ Skerry-Ryan, Daisy Stanton, Yonghui Wu, Ron J. Weiss, Navdeep Jaitly, Zongheng Yang, Ying Xiao, Zhifeng Chen, Samy Bengio, Quoc Le, Yannis Agiomyrgiannakis, Rob Clark, Rif A. Saurous
Tacotron: Towards End-to-End Speech Synthesis , eprint arXiv:1703.10135 , 2017
[2] 當我們在談論AI說話:語音合成, https://zhuanlan.zhihu.com/p/45517433
[3] pypinyin 套件官網 ,https://pypinyin.readthedocs.io/zh_CN/master
[5] wiki漢語拼音方案
https//zh.wikipedia.org/wiki/%E6%B1%89%E8%AF%AD%E6%8B%BC%E9%9F%B3
[6] 標貝科技中文標準女聲語料庫
https://www.data-baker.com/open_source.html
[7] Dzmitry Bahdanau, Kyunghyun Cho, Yoshua Bengio ,Neural Machine Translation by Jointly Learning to Align and Translate , eprint arXiv:1409.0473 , 2014
[8] How to read alignment graph
https://github.com/keithito/tacotron/issues/144
[9] An implementation of Tacotron speech synthesis in TensorFlow.
https://github.com/keithito/tacotron
[10] Kyunghyun Cho Bart van Merrienboer Caglar Gulcehre :
Learning Phrase Representations using RNN Encoder–Decoder for Statistical Machine Translation ,P1725 , eprint arXiv:1406.1078 , 2014
[11] D. W. Griffin and J. S. Lim, “Signal estimation from modified short-time Fourier transform,” IEEE Trans. ASSP, vol.32, no.2, pp.236–243, Apr. 1984.
[12] Attention Model(注意力模型)
https://zhuanlan.zhihu.com/p/61816483
[13] 梅爾刻度wiki
https://zh.wikipedia.org/wiki/%E6%A2%85%E5%B0%94%E5%88%BB%E5%BA%A6
[14] L1 loss function helps quick alignment ,
https://github.com/Rayhane-mamah/Tacotron-2/issues/336
[15] Merlin: The Neural Network (NN) based Speech Synthesis System ,
https://github.com/CSTR-Edinburgh/merlin
[16] 國際音標
https://zh.wikipedia.org/wiki/%E5%9C%8B%E9%9A%9B%E9%9F%B3%E6%A8%99
[17] Tacotron參數設定參考
https://github.com/Rayhane-mamah/Tacotron-2/blob/master/hparams.py
[18] 端到端TTS:結合代碼分析Tacotron模型結構
https://www.twblogs.net/a/5c2c9479bd9eee35b3a45a51
[19] Dropout WIKI
https://en.wikipedia.org/wiki/Convolutional_neural_network#Dropout
[20] Rupesh Kumar Srivastava, Klaus Greff, Jurgen Schmidhuber ,
“Highway Networks” , eprint arXiv:1507.06228 , 2015
[21] Google, Inc., 2University of California, Berkeley , “NATURAL TTS SYNTHESIS BY CONDITIONING WAVENET ON MEL SPECTROGRAM
PREDICTIONS”, eprint arXiv:1712.05884v2 , 2017
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top