Sponsored Links
-->

Tuesday, December 26, 2017

WaveNet by Google DeepMind | Two Minute Papers #93 - YouTube
src: i.ytimg.com

WaveNet is a deep neural network for generating raw audio. It was created by researchers at London-based artificial intelligence firm DeepMind. The technique, outlined in a paper in September 2016, is able to generate more realistic-sounding human-like voices by sampling real human speech and directly modelling waveforms. Tests with US English and Mandarin, reportedly showed that the system outperforms Google's best existing text-to-speech (TTS) systems, although it is still less convincing than actual human speech. WaveNet's ability to generate raw waveforms means that it can model any kind of audio, including music. Canada-based start-up Lyrebird-AI offers similar technology, based on a different deep learning model.


Video WaveNet



History

Generating speech from text is an increasingly common task thanks to the popularity of software such as Apple's Siri, Microsoft's Cortana, Amazon Alexa and the Google Assistant.

Most such systems use a variation of a technique that involves concatenated sound fragments together to form recognisable sounds and words. The most common of these is called concatenative TTS. It consists of large library of speech fragments, recorded from a single speaker that are then concatenated to produce complete words and sounds. The result sounds unnatural, with an odd cadence and tone. The reliance on a recorded library also makes it difficult to modify or change the voice.

Another technique, known as parametric TTS, uses mathematical models to recreate sounds that are then assembled into words and sentences. The information required to generate the sounds is stored in the parameters of the model. The characteristics of the output speech are controlled via the inputs to the model, while the speech is typically created using a voice synthesiser known as a vocoder. This can also result in unnatural sounding audio.


Maps WaveNet



Design

WaveNet is a type of feedforward neural network known as a deep convolutional neural network (CNN). These consist of layers of interconnected nodes somewhat analogous to the brain's neurons. The CNN takes a raw signal as an input and synthesises an output one sample at a time.

In the 2016 paper, the network was fed real waveforms of speech in English and Mandarin. As these pass through the network, it learns a set of rules to describe how the audio waveform evolves over time. The trained network can then be used to create new speech-like waveforms at 16,000 samples per second. These waveforms include realistic breaths and lip smacks - but do not conform to any language.

WaveNet is able to accurately model different voices, with the accent and tone of the input correlating with the output. For example, if it is trained with German, it produces German speech. This ability to clone voices has raised ethical concerns about WaveNets ability to mimic the voices of living persons.

The capability also means that if the WaveNet is fed other inputs - such as music - its output will be musical. At the time of its release, DeepMind showed that WaveNet could produce waveforms that sound like classical music.


Reading notes: Pixel CNN, Wavenet, Language modeling with GCNN (Brief)
src: ruotianluo.github.io


Applications

At the time of its release, DeepMind said that WaveNet required too much computational processing power to be used in real world applications. As of October 2017, Google announced a 1,000-fold performance improvement along with better voice quality. WaveNet was then used to generate Google Assistant voices for US English and Japanese across all Google platforms.


The Communist AI WaveNet intermediate results - YouTube
src: i.ytimg.com


References

Source of article : Wikipedia