End-to-end text-to-speech conversion

US2020098350A1 · US · A1

Patent metadata
FieldValue
Publication numberUS-2020098350-A1
Application numberUS-201916696101-A
CountryUS
Kind codeA1
Filing dateNov 26, 2019
Priority dateMar 29, 2017
Publication dateMar 26, 2020
Grant date

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for generating speech from text. One of the systems includes one or more computers and one or more storage devices storing instructions that when executed by one or more computers cause the one or more computers to implement: a sequence-to-sequence recurrent neural network configured to: receive a sequence of characters in a particular natural language, and process the sequence of characters to generate a spectrogram of a verbal utterance of the sequence of characters in the particular natural language; and a subsystem configured to: receive the sequence of characters in the particular natural language, and provide the sequence of characters as input to the sequence-to-sequence recurrent neural network to obtain as output the spectrogram of the verbal utterance of the sequence of characters in the particular natural language.

First claim

Opening claim text (preview).

1 - 20 . (canceled) 21 . A computer-implemented method for generating, from a sequence of characters in a particular natural language, a spectrogram of a verbal utterance of the sequence of characters in the particular natural language using a text-to-speech conversion system, the method comprising: processing, using an encoder neural network of the text-to-speech conversion system, the sequence of characters to generate a respective encoded representation of each of the characters in the sequence; receiving a sequence of decoder inputs; for each decoder input in the sequence of decoder inputs, processing, using a decoder neural network of the text-to-speech conversion system, the decoder input and the encoded representations to generate multiple frames of the spectrogram; and generating a waveform from the spectrogram of the verbal utterance of the sequence of characters in the particular natural language. 22 . The method of claim 21 , wherein the encoder neural network comprises an encoder pre-net neural network and an encoder CBHG neural network, and wherein processing, using the encoder neural network of the text-to-speech conversion system, the sequence of characters to generate a respective encoded representation of each of the characters in the sequence comprises: receiving, using the encoder pre-net neural network, a respective embedding of each character in the sequence, processing, using the encoder pre-net neural network, the respective embedding of each character in the sequence to generate a respective transformed embedding of the character, and processing, using the encoder CBHG neural network, a respective transformed embedding of each character in the sequence to generate a respective encoded representation of the character. 23 . The method of claim 22 , wherein the encoder CBHG neural network comprises a bank of 1-D convolutional filters, followed by a highway network, and followed by a bidirectional recurrent neural network.) 24 . The method of claim 23 , wherein the bidirectional recurrent neural network is a gated recurrent unit neural network. 25 . The method of claim 23 , wherein the encoder CBHG includes a residual connection between the transformed embeddings and outputs of the bank of 1-D convolutional filters. 26 . The method of claim 23 , wherein the bank of 1-D convolutional filters includes a max pooling along time layer with stride one. 27 . The method of claim 21 , wherein a first decoder input in the sequence is a predetermined initial frame. 28 . The method of claim 21 , wherein the spectrogram is a compressed spectrogram. 29 . The method of claim 28 , wherein the compressed spectrogram is a mel-scale spectrogram. 30 . The method of claim 28 , further comprising: processing the compressed spectrogram to generate a waveform synthesizer input; and processing, using a waveform synthesizer of the text-to-speech conversion system, the waveform synthesizer input to generate the waveform of the verbal utterance of the input sequence of characters in the particular natural language. 31 . The method of claim 21 , further comprising: generating speech using the waveform; and providing the generated speech for playback. 32 . The method of claim 30 , wherein the waveform synthesizer is a trainable spectrogram to waveform inverter. 33 . The method of claim 30 , wherein the waveform synthesizer is a vocoder. 34 . The method of claim 30 , wherein the waveform synthesizer input is a linear-scale spectrogram of the verbal utterance of the input sequence of characters in the particular natural language. 35 . One or more non-transitory computer storage media storing instructions that, when executed by one or more computers, cause the one or more computers to perform operations for generating, from a sequence of characters in a particular natural language, a spectrogram of a verbal utterance of the sequence of characters in the particular natural language using a text-to-speech conversion system, the operations comprising: processing, using an encoder neural network of the text-to-speech conversion system, the sequence of characters to generate a respective encoded representation of each of the characters in the sequence; receiving a sequence of decoder inputs; for each decoder input in the sequence of decoder inputs, processing, using a decoder neural network of the text-to-speech conversion system, the decoder input and the encoded representations to generate multiple frames of the spectrogram; and generating a waveform from the spectrogram of the verbal utterance of the sequence of characters in the particular natural language. 36 . The one or more non-transitory computer storage media of claim 35 , wherein the encoder neural network comprises an encoder pre-net neural network and an encoder CBHG neural network, and wherein processing, using the encoder neural network of the text-to-speech conversion system, the sequence of characters to generate a respective encoded representation of each of the characters in the sequence comprises: receiving, using the encoder pre-net neural network, a respective embedding of each character in the sequence, processing, using the encoder pre-net neural network, the respective embedding of each character in the sequence to generate a respective transformed embedding of the character, and processing, using the encoder CBHG neural network, a respective transformed embedding of each character in the sequence to generate a respective encoded representation of the character. 37 . The one or more non-transitory computer storage media of claim 35 , wherein the spectrogram is a compressed spectrogram. 38 . The one or more non-transitory computer storage media of claim 35 , wherein the spectrogram is a mel-scale spectrogram. 39 . The one or more non-transitory computer storage media of claim 37 , further comprising: processing the compressed spectrogram to generate a waveform synthesizer input; and processing, using a waveform synthesizer of the text-to-speech conversion system, the waveform synthesizer input to generate the waveform of the verbal utterance of the input sequence of characters in the particular natural language. 40 . The one or more non-transitory computer storage media of claim 35 , further comprising: generating speech using the waveform; and providing the generated speech for playback.

Assignees

Inventors

Classifications

  • G10L15/16Primary

    using artificial neural networks · CPC title

  • Details of speech synthesis systems, e.g. synthesiser structure or memory management · CPC title

  • Backpropagation, e.g. using gradient descent · CPC title

  • G10L13/08Primary

    Text analysis or generation of parameters for speech synthesis out of text, e.g. grapheme to phoneme translation, prosody generation or stress or intonation determination · CPC title

  • using neural networks · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US2020098350A1 cover?
Methods, systems, and apparatus, including computer programs encoded on computer storage media, for generating speech from text. One of the systems includes one or more computers and one or more storage devices storing instructions that when executed by one or more computers cause the one or more computers to implement: a sequence-to-sequence recurrent neural network configured to: receive a se…
Who is the assignee on this patent?
Google Llc
What technology area does this patent fall under?
Primary CPC classification G10L15/16. Mapped technology areas include Physics.
When was this patent published?
Publication date Thu Mar 26 2020 00:00:00 GMT+0000 (Coordinated Universal Time) (A1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).