What is: WaveNet?
Source | WaveNet: A Generative Model for Raw Audio |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
WaveNet is an audio generative model based on the PixelCNN architecture. In order to deal with long-range temporal dependencies needed for raw audio generation, architectures are developed based on dilated causal convolutions, which exhibit very large receptive fields.
The joint probability of a waveform is factorised as a product of conditional probabilities as follows:
Each audio sample is therefore conditioned on the samples at all previous timesteps.