KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ijcai2021
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
IronChests
:
Iron Chests for Fabric Mod Loader
JavaYang
:
No description available.
TInject-corporate
:
No description available.
ridebus
:
Application for viewing schedule of public transport
flutter_donation_buttons
:
Flutter package to implement popular donation buttons in your app.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ijcai2021
?
Download (.md)
# Neural Text to Speech Synthesis Tutorial @ [IJCAI 2021](http://ijcai-21.org), August 19-26, 2021 ## Speakers [Xu Tan](https://www.microsoft.com/en-us/research/people/xuta/), Microsoft Research Asia, <xuta@microsoft.com> <br> [Tao Qin](https://www.microsoft.com/en-us/research/people/taoqin/), Microsoft Research Asia, <taoqin@microsoft.com> ## Abstract Text to speech (TTS), which aims to synthesize natural and intelligible speech given text, has been a hot research topic in the artificial intelligence community and has become an important product service in the industry. As the development of deep learning and artificial intelligence, neural network based TTS has significantly improved the quality of synthesized speech in recent years. In this tutorial, we will give an introduction to neural text to speech, which consists of four parts. In the first part, we will briefly overview the history of TTS technology. In the second part, we will introduce the key components in neural TTS, including text analysis, acoustic model and vocoder. In the third part, we will review the works that push the frontier of TTS research and cover practical TTS products, including end-to-end TTS, non-autoregressive and lightweight TTS, robust/expressive/controllable TTS, low-resource TTS, and custom voice adaptation. At the end of the tutorial, we will describe several challenges of TTS and discuss future research directions. ## Outline 1. Background <br> 2. Key components in TTS<br> 2.1 Text analysis<br> 2.2 Acoustic model<br> 2.3 Vocoder<br> 2.4 Towards end-to-end TTS<br> 3. Advanced topics in TTS <br> 3.1 Fast TTS<br> 3.2 Low-resource TTS<br> 3.3 Robust TTS<br> 3.4 Expressive TTS<br> 3.5 Adaptive TTS<br> 4. Challenges and future directions<br> ## Materials [Slides](https://www.microsoft.com/en-us/research/uploads/prod/2023/04/TTS.ijcai21-642be55185047.pdf)<br> [Project page](https://www.microsoft.com/en-us/research/project/text-to-speech/)<br> [Speech demo page](https://speechresearch.github.io/) ## Other Related Links [TTS tutorial](https://www.microsoft.com/en-us/research/uploads/prod/2021/02/ISCSLP2021-TTS-Tutorial.pdf) @ [ISCSLP 2021](https://www.iscslp2021.org/program/tutorials/)<br> [A talk on FastSpeech](https://resource.gtcevent.cn/gtc2020/pdf/CNS20269.pdf) @ NVIDIA GTC China 2020 <br> [A talk on low-resource TTS](https://mp.weixin.qq.com/s/qEhsoWwi2MEL5Ude5QvBag) <br> [A webinar talk on TTS](https://www.youtube.com/watch?v=MA8PCvmr8B0)<br> [A talk on Towards Efficient Machine Learning for Speech and Music Applications](https://www.microsoft.com/en-us/research/uploads/prod/2021/07/Efficient-ML-for-Speech-and-Music-Xu-Tan.pdf)