IP Library Granted Patent US 10,872,598
Granted Patent B2
US 10,872,598 · App. 15/882,926 · Granted Dec 22, 2020

Systems and methods for real-time neural text-to-speech

Inventors: Sercan O. Arik (San Francisco, CA); Mike Chrzanowski (Palo Alto, CA); Adam Coates (Mountain View, CA); Gregory Diamos (San Jose, CA); Andrew Gibiansky (Mountain View, CA); John Miller (Palo Alto, CA); Andrew Ng (Mountain View, CA); Jonathan Raiman (Palo Alto, CA); Shubhahrata Sengupta (Menlo Park, CA); Mohammad Shoeybi (Los Altos, CA)
Assignee: Baidu USA LLC
G10L13/08G06N3/0445G06N3/0454G06N3/082G10L13/027G10L25/30G06F40/242G06N3/02G06N3/0472
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,872,598
App. No.
15/882,926
Granted
Dec 22, 2020
Kind
B2
Abstract

Embodiments of a production-quality text-to-speech (TTS) system constructed from deep neural networks are described. System embodiments comprise five major building blocks: a segmentation model for locating phoneme boundaries, a grapheme-to-phoneme conversion model, a phoneme duration prediction model, a fundamental frequency prediction model, and an audio synthesis model. For embodiments of the segmentation model, phoneme boundary detection was performed with deep neural networks using Connectionist Temporal Classification (CTC) loss. For embodiments of the audio synthesis model, a variant of WaveNet was created that requires fewer parameters and trains faster than the original. By using a neural network for each component, system embodiments are simpler and more flexible than traditional TTS systems, where each component requires laborious feature engineering and extensive domain expertise. Inference with system embodiments may be performed faster than real time.

Claims (58)

1. A computer-implemented method for training a text-to-speech (TTS) system to synthesize human speech from text, comprising:

training a grapheme-to-phoneme model to convert written text to phonemes corresponding to the written text;

using the trained grapheme-to-phoneme model to convert written text, which is a transcription corresponding to training audio, to phonemes corresponding to the written text and training audio;

using the training audio and the corresponding phonemes to train a segmentation model to output phoneme durations by identifying phoneme boundaries in the training audio by aligning it with the corresponding phonemes;

given a ground truth dataset comprising ground truth written text representing a transcription of ground truth training audio, using the trained grapheme-to-phoneme model to produce phonemes;

given the ground truth training audio and the corresponding phonemes, using the trained segmentation model to produce phoneme durations; and

using the ground truth training audio, the phonemes, the phoneme durations, and fundamental frequencies of the ground truth training audio to train an audio synthesis model that outputs a signal representing synthesized human speech of the ground truth written text.

2. The computer-implemented method of claim 1 further comprising:

extracting the fundamental frequencies for the ground truth training audio; and

training a phoneme duration and fundamental frequency model using the fundamental frequencies, the phonemes, and the phoneme durations to output for each phoneme:

a phoneme duration;

a probability that the phoneme is voiced; and

a fundamental frequency profile.

3. The computer-implemented method of claim 1 wherein the phonemes comprise the phoneme previously obtained as an input to train the segmentation model.

4. The computer-implemented method of claim 1 wherein one or more of the steps of using the trained grapheme-to-phoneme model to convert written text to phonemes and using the trained grapheme-to-phoneme model to produce phonemes comprises:

using a phoneme dictionary or the trained grapheme-to-phoneme model to convert written text to phonemes, where the grapheme-to-phoneme model is trained using training data from a phoneme dictionary to generalize to unseen text.

5. The computer-implemented method of claim 1 wherein training the segmentation model to output phoneme durations by identifying phoneme boundaries in the training audio by aligning it with the corresponding phonemes comprises using a connectionist temporal classification (CTC) loss to predict sequences of phoneme pairs.

6. The computer-implemented method of claim 1 wherein the audio synthesis model uses multiple threads and overlapping computation on those threads to produce the synthesized human speech.

7. The computer-implemented method of claim 1 wherein the fundamental frequency profile for a phoneme is a set of fundamental frequencies values equally spaced in a time domain across the phoneme duration for the phoneme.

8. A non-transitory computer-readable medium or media comprising one or more sequences of instructions which, when executed by at least one processor, causes steps to be performed comprising:

training a grapheme-to-phoneme model to convert written text to phonemes corresponding to the written text;

using the trained grapheme-to-phoneme model to convert written text, which is a transcription corresponding to training audio, to phonemes corresponding to the written text and training audio;

using the training audio and the corresponding phonemes to train a segmentation model to output phoneme durations by identifying phoneme boundaries in the training audio by aligning it with the corresponding phonemes;

given a ground truth dataset comprising ground truth written text representing a transcription of ground truth training audio, using the trained grapheme-to-phoneme model to produce phonemes;

given the ground truth training audio and the corresponding phonemes, using the trained segmentation model to produce phoneme durations; and

using the ground truth training audio, the phonemes, the phoneme durations, and fundamental frequencies of the ground truth training audio to train an audio synthesis model that outputs a signal representing synthesized human speech of the ground truth written text.

9. The non-transitory computer-readable medium or media of claims 8 further comprising one or more sequences of instructions which, when executed by at least one processor, causes steps to be performed comprising:

extracting the fundamental frequencies for the ground truth training audio; and

training a phoneme duration and fundamental frequency model using the fundamental frequencies, the phonemes, and the phoneme durations to output for each phoneme:

a phoneme duration;

a probability that the phoneme is voiced; and

a fundamental frequency profile.

10. The non-transitory computer-readable medium or media of claims 8 wherein the phonemes comprise the phoneme previously obtained as an input to train the segmentation model.

11. The non-transitory computer-readable medium or media of claims 8 wherein one or more of the steps of using the trained grapheme-to-phoneme model to convert written text to phonemes and using the trained grapheme-to-phoneme model to produce phonemes comprise:

using a phoneme dictionary or the trained grapheme-to-phoneme model to convert written text to phonemes, wherein the grapheme-to-phoneme model is trained using training data from a phoneme dictionary to generalize to unseen text.

12. The non-transitory computer-readable medium or media of claims 8 wherein training the segmentation model to output phoneme durations by identifying phoneme boundaries in the training audio by aligning it with the corresponding phonemes comprises using a connectionist temporal classification (CTC) loss.

13. The non-transitory computer-readable medium or media of claims 8 wherein the segmentation model is trained to predict sequences of phoneme pairs.

14. The non-transitory computer-readable medium or media of claims 8 wherein the fundamental frequency profile for a phoneme is a set of fundamental frequencies values equally spaced in a time domain across the phoneme duration for the phoneme.

15. A system comprising:

one or more processors; and

a non-transitory computer-readable medium or media comprising one or more sets of instructions which, when executed by at least one of the one or more processors, causes steps to be performed comprising:

training a grapheme-to-phoneme model to convert written text to phonemes corresponding to the written text;

using the trained grapheme-to-phoneme model to convert written text, which is a transcription corresponding to training audio, to phonemes corresponding to the written text and training audio;

using the training audio and the corresponding phonemes to train a segmentation model to output phoneme durations by identifying phoneme boundaries in the training audio by aligning it with the corresponding phonemes;

given a ground truth dataset comprising ground truth written text representing a transcription of ground truth training audio, using the trained grapheme-to-phoneme model to produce phonemes;

given the ground truth training audio and the corresponding phonemes, using the trained segmentation model to produce phoneme durations; and

using the ground truth training audio, the phonemes, the phoneme durations, and fundamental frequencies of the ground truth training audio to train an audio synthesis model that outputs a signal representing synthesized human speech of the ground truth written text.

16. The system of claims 15 wherein the non-transitory computer-readable medium or media further comprises one or more sequences of instructions which, when executed by at least one processor, causes steps to be performed comprising:

extracting the fundamental frequencies for the ground truth training audio; and

training a phoneme duration and fundamental frequency model using the fundamental frequencies, the phonemes, and the phoneme durations to output for each phoneme:

a phoneme duration;

a probability that the phoneme is voiced; and

a fundamental frequency profile.

17. The system of claims 16 wherein the segmentation model is trained to predict sequences of phoneme pairs.

18. The system of claims 15 wherein the phonemes comprise the phoneme previously obtained as an input to train the segmentation model.

19. The system of claims 15 wherein one or more of the steps of using the trained grapheme-to-phoneme model to convert written text to phonemes and using the trained grapheme-to-phoneme model to produce phonemes comprises:

using a phoneme dictionary or the trained grapheme-to-phoneme model to convert written text to phonemes, wherein the grapheme-to-phoneme model is trained using training data from a phoneme dictionary to generalize to unseen text.

20. The system of claims 15 wherein training the segmentation model to output phoneme durations by identifying phoneme boundaries in the training audio by aligning it with the corresponding phonemes comprises using a connectionist temporal classification (CTC) loss.

Assignments (1)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Aug 25, 2020
From: ARIK, SERCAN; CHRZANOWSKI, MIKE; COATES, ADAM; DIAMOS, GREGORY; GIBIANSKY, ANDREW; MILLER, JOHN; NG, ANDREW; RAIMAN, JONATHAN; SENGUPTA, SHUBHAHRATA; SHOEYBI, MOHAMMAD
To: BAIDU USA LLC
Reel/Frame 053595/0152 →
Continuity (2)
Provisional Application 62463482 · Feb 24, 2017
Related Publication 20180247636A1 · Aug 30, 2018
Cited By (2)
US 12,249,315 US 12,670,897