IP Library Granted Patent US 10,803,884
Granted Patent B2
US 10,803,884 · App. 16/390,549 · Granted Oct 13, 2020

Generating audio using neural networks

Inventors: Aaron Gerard Antonius van den Oord (London, GB); Sander Etienne Lea Dieleman (London, GB); Nal Emmerich Kalchbrenner (London, GB); Karen Simonyan (London, GB); Oriol Vinyals (London, GB)
Assignee: DeepMind Technologies Limited
G10L25/30G06N3/04G06N3/0454G06N3/0481G10L13/06G10H2250/311
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,803,884
App. No.
16/390,549
Granted
Oct 13, 2020
Kind
B2
Abstract

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for generating an output sequence of audio data that comprises a respective audio sample at each of a plurality of time steps. One of the methods includes, for each of the time steps: providing a current sequence of audio data as input to a convolutional subnetwork, wherein the current sequence comprises the respective audio sample at each time step that precedes the time step in the output sequence, and wherein the convolutional subnetwork is configured to process the current sequence of audio data to generate an alternative representation for the time step; and providing the alternative representation for the time step as input to an output layer, wherein the output layer is configured to: process the alternative representation to generate an output that defines a score distribution over a plurality of possible audio samples for the time step.

Claims (63)

1. A neural network system implemented by one or more computers, wherein the neural network system is configured to autoregressively generate an output sequence of audio data that comprises a respective audio sample at each of a plurality of time steps, wherein the output sequence of audio data is a verbalization of a text segment, and

wherein the neural network system comprises:

a convolutional subnetwork comprising one or more audio-processing convolutional neural network layers, wherein the convolutional subnetwork is configured to, for each of the plurality of time steps:

receive: (i) a current sequence of audio data that comprises the respective audio sample at each time step that precedes the time step in the output sequence, and (ii) features of the text segment, and

process the current sequence of audio data and the features of the text segment to generate an alternative representation for the time step; and

an output layer, wherein the output layer is configured to, for each of the plurality of time steps:

receive the alternative representation for the time step, and

process the alternative representation for the time step to generate an output that defines a score distribution over a plurality of possible audio samples for the time step.

2. The neural network system of claim 1 , wherein the one or more computers are included in a mobile device.

3. The neural network system of claim 1 , wherein the one or more computers are included in a personal digital assistant device.

4. The neural network system of claim 1 , wherein the neural network system further comprises:

a subsystem configured to, for each of the plurality of time steps:

select an audio sample at the time step in the output sequence in accordance with the score distribution for the time step.

5. The neural network system of claim 4 , wherein selecting the audio value comprises:

sampling from the score distribution.

6. The neural network system of claim 4 , wherein selecting the audio value comprises:

selecting an audio sample having a highest score according to the score distribution.

7. The neural network system of claim 1 , wherein each of the plurality of time steps corresponds to a respective time in an audio waveform, and wherein the respective audio sample at each of the plurality of time steps is an amplitude value of the audio waveform at the corresponding time.

8. The neural network system of claim 1 , wherein each of the plurality of time steps corresponds to a respective time in an audio waveform, and wherein the respective audio sample at each of the plurality of time steps is a compressed or a companded representation of the audio waveform at the corresponding time.

9. The neural network system of claim 1 , wherein the audio-processing convolutional neural network layers are causal convolutional neural network layers.

10. The neural network system of claim 1 , wherein the audio-processing convolutional neural network layers include one or more dilated convolutional neural network layers.

11. The neural network system of claim 10 , wherein the audio-processing convolutional neural network layers include multiple blocks of dilated convolutional neural network layers, wherein each block comprises multiple dilated convolutional neural network layers with increasing dilation.

12. The neural network system of claim 1 , wherein one or more of the audio-processing convolutional neural network layers have gated activation units.

13. The neural network system of claim 1 , wherein, at each of the plurality of time steps, the alternative representation is conditioned on a neural network input.

14. The neural network system of claim 13 , wherein the neural network input comprises one or more of: intonation pattern values, speaker identity information, language identity information, and speaking style information.

15. The neural network system of claim 1 , wherein the convolutional subnetwork comprises residual connections, skip connections, or both.

16. The neural network system of claim 1 , wherein processing the current sequence of audio data and the features of the text segment to generate an alternative representation for the time step comprises reusing values computed for previous time steps.

17. One or more non-transitory computer-readable storage media encoded with instructions that when executed by one or more computers cause the one or more computers to implement a neural network system,

wherein the neural network system is configured to autoregressively generate an output sequence of audio data that comprises a respective audio sample at each of a plurality of time steps, wherein the output sequence of audio data is a verbalization of a text segment, and

wherein the neural network system comprises:

a convolutional subnetwork comprising one or more audio-processing convolutional neural network layers, wherein the convolutional subnetwork is configured to, for each of the plurality of time steps:

receive: (i) a current sequence of audio data that comprises the respective audio sample at each time step that precedes the time step in the output sequence, and (ii) features of the text segment, and

process the current sequence of audio data and the features of the text segment to generate an alternative representation for the time step; and

an output layer, wherein the output layer is configured to, for each of the plurality of time steps:

receive the alternative representation for the time step, and

process the alternative representation for the time step to generate an output that defines a score distribution over a plurality of possible audio samples for the time step.

18. The non-transitory computer-readable storage media of claim 17 , wherein the one or more computers are included in a mobile device.

19. The non-transitory computer-readable storage media of claim 17 , wherein the one or more computers are included in a personal digital assistant device.

20. The non-transitory computer-readable storage media of claim 17 , wherein the neural network system further comprises:

a subsystem configured to, for each of the plurality of time steps:

select an audio sample at the time step in the output sequence in accordance with the score distribution for the time step.

21. The non-transitory computer-readable storage media of claim 17 , wherein each of the plurality of time steps corresponds to a respective time in an audio waveform, and wherein the respective audio sample at each of the plurality of time steps is an amplitude value of the audio waveform at the corresponding time.

22. The non-transitory computer-readable storage media of claim 17 , wherein the audio-processing convolutional neural network layers are causal convolutional neural network layers.

23. The non-transitory computer-readable storage media of claim 17 , wherein the audio-processing convolutional neural network layers include one or more dilated convolutional neural network layers.

24. A method, performed by one or more computers, of autoregressively generating an output sequence of audio data that comprises a respective audio sample at each of a plurality of time steps,

wherein the output sequence of audio data is a verbalization of a text segment,

wherein the method comprises, for each of the plurality of time steps:

providing a current sequence of audio data and features of the text segment as input to a convolutional subnetwork comprising one or more audio-processing convolutional neural network layers,

wherein the current sequence comprises the respective audio sample at each time step that precedes the time step in the output sequence, and

wherein the convolutional subnetwork is configured to, for each of the plurality of time steps:

receive the current sequence of audio data and the features of the text segment, and

process the current sequence of audio data and the features of the text segment to generate an alternative representation for the time step; and

providing the alternative representation for the time step as input to an output layer, wherein the output layer is configured to, for each of the plurality of time steps:

receive the alternative representation for the time step, and

process the alternative representation for the time step to generate an output that defines a score distribution over a plurality of possible audio samples for the time step.

25. The method of claim 24 , wherein the one or more computers are included in a mobile device.

26. The method of claim 24 , wherein the one or more computers are included in a personal digital assistant device.

27. The method of claim 24 , further comprising:

providing the score distribution for the time step as input to a subsystem, wherein the subsystem is configured to, for each of the plurality of time steps:

select an audio sample at the time step in the output sequence in accordance with the score distribution for the time step.

28. The method of claim 24 , wherein each of the plurality of time steps corresponds to a respective time in an audio waveform, and wherein the respective audio sample at each of the plurality of time steps is an amplitude value of the audio waveform at the corresponding time.

29. The method of claim 24 , wherein the audio-processing convolutional neural network layers are causal convolutional neural network layers.

30. The method of claim 24 , wherein the audio-processing convolutional neural network layers include one or more dilated convolutional neural network layers.

Assignments (2)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Apr 29, 2025
From: DEEPMIND TECHNOLOGIES LIMITED
To: GDM HOLDING LLC
Reel/Frame 071109/0414 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jun 21, 2019
From: VAN DEN OORD, AARON GERARD ANTONIUS; DIELEMAN, SANDER ETIENNE LEA; KALCHBRENNER, NAL EMMERICH; SIMONYAN, KAREN; VINYALS, ORIOL
To: DEEPMIND TECHNOLOGIES LIMITED
Reel/Frame 049548/0047 →