paper-with-me

Papers

WaveNet: A Generative Model for Raw Audio

2016-09-12 · Aaron van den Oord, Sander Dieleman, Heiga Zen, Karen Simonyan, Oriol Vinyals, Alex Graves, Nal Kalchbrenner, Andrew Senior, Koray Kavukcuoglu

This paper introduces WaveNet, a deep neural network for generating raw audio waveforms. The model is fully probabilistic and autoregressive, with the predictive distribution for each audio sample conditioned on all previous ones; nonetheless we show that it can be efficiently trained on data with tens of thousands of samples per second of audio. When applied to text-to-speech, it yields state-of-the-art performance, with human listeners rating it as significantly more natural sounding than the best parametric and concatenative systems for both English and Mandarin. A single WaveNet can capture the characteristics of many different speakers with equal fidelity, and can switch between them by conditioning on the speaker identity. When trained to model music, we find that it generates novel and often highly realistic musical fragments. We also show that it can be employed as a discriminative model, returning promising results for phoneme recognition.

📄 PDF Abstract BibTeX arXiv:1609.03499

Code (62)

2023-MindSpore-1/ms-code-15/tree/main/wavenet mindspore
AI-Huang/WaveNet pytorch
Baichenjia/Tensorflow-TCN tf
Chasm4359/ProTS pytorch
DevonFulcher/CryptoPricePredictor tf
Gal1eo/DT2119 pytorch
HaiFengZeng/clari_wavenet_vocoder pytorch
HsiehKang/wavenet/blob/main/wavenet.ipynb
LucaHermes/lightweight-motion-forecasting tf
MSRDL/Deep4Cast pytorch
PeihaoChen/regnet pytorch
PhilippeNguyen/keras_wavenet tf
RamsteinWR/wavenet-master tf
Salazar-99/Gravitational-WaveNet
ShichengChen/WaveNetSeparateAudio pytorch
Shivendra-psc/speechbot tf
ShotDownDiane/tcn-master tf
ShuSQ/CCI_AP_PoseLoops tf
Talk2Levi/DJL tf
TanUkkii007/wavenet tf
Vikas-Sony/speech-to-text tf
WLM1ke/poptimizer pytorch
ZTianle/keras-tcn-solar tf
ZhouYuxuanYX/Wavenet-in-Keras-for-Kaggle-Competition-Web-Traffic-Time-Series-Forecasting
adityaagrawal7/speech-to-text-wavenet tf
albarji/neurowriter tf
anandharaju/Basic_TCN tf
ashishpatel26/tcn-keras-Examples pytorch
awslabs/gluon-ts mxnet
basveeling/wavenet tf
benmoseley/simple-wavenet tf
coreyoconnor/tensorderp tf
freedombenLiu/speech-to-text-wavenet tf
glakshay/Generating-audio-DL tf
ibab/tensorflow-wavenet tf
imdatsolak/wavenet tf
isadrtdinov/wavenet pytorch
karpathy/makemore pytorch
kingstarcraft/speech-to-text-wavenet2 tf
liguigui/speech-to-text-wavenet tf
mindspore-ai/models/tree/master/research/audio/wavenet mindspore
otosense/slang
outofculture/talk-like-me pytorch
pascalbakker/WaveNet-Implementation tf
pbrandl/aNN_Audio pytorch
peustr/wavenet
r9y9/wavenet
rampage644/wavenet tf
randomrandom/deep-atrous-cnn-sentiment tf
scpark20/universal-music-translation tf
sriharireddypusapati/speech-to-text-wavenet2 tf
stdereka/liverpool-ion-switching tf
swasun/VQ-VAE-Speech pytorch
thorwhalen/sla
thorwhalen/slang
ucsd-dsc-arts/dsc160-final-dsc160-final-group19 tf
vicky-hnk/time-flex pytorch
vincentherrmann/pytorch-wavenet pytorch
yebiny/DepthOfAnaesthesia_eeg tf
zhong110020/Tensorflow-TCN tf
zhong110020/keras-tcn tf
zll1996/TCN tf

Tasks

Audio GenerationmodelPhoneme RecognitionSpeech Synthesistext-to-speechText to Speech

Methods 이 논문이 사용한 방법론

Mixture of Logistic Distributions 설명 없음
Dilated Causal Convolution A Dilated Causal Convolution is a causal convolution where the filter is applied over an area larger than its length by…
Causal Convolution Causal convolutions are a type of convolution used for temporal data which ensures the model cannot violate the ordering in…
WaveNet WaveNet is an audio generative model based on the PixelCNN architecture. In order to deal with long-range temporal dependencies…

Similar Papers 제목 키워드 기반

Perceptual audio loss function for deep learning

2017-08-20 · Dan Elbaz, Michael Zibulevsky

PESQ and POLQA , are standards are standards for automated assessment of voice quality of speech as experienced by human beings. The predictions of those objective measures should come as close as possible to subjective …

Deep LearningSpeech Enhancement

Neural Audio Synthesis of Musical Notes with WaveNet Autoencoders

2017-04-05 · ICML 2017 8 · Jesse Engel, Cinjon Resnick, Adam Roberts, Sander Dieleman 외

Generative models in vision have seen rapid progress due to algorithmic improvements and the availability of high-quality image datasets. In this paper, we offer contributions in both these areas to enable similar progre…

Audio SynthesisDecoder

A Generative Model for Raw Audio Using Transformer Architectures

2021-06-30 · Prateek Verma, Chris Chafe

This paper proposes a novel way of doing audio synthesis at the waveform level using Transformer architectures. We propose a deep neural network for generating waveforms, similar to wavenet. This is fully probabilistic, …

Audio Synthesis

WaveGlow: A Flow-based Generative Network for Speech Synthesis

2018-10-31 · Ryan Prenger, Rafael Valle, Bryan Catanzaro

In this paper we propose WaveGlow: a flow-based network capable of generating high quality speech from mel-spectrograms. WaveGlow combines insights from Glow and WaveNet in order to provide fast, efficient and high-quali…

Audio SynthesisGPUregressionSpeech Synthesis

GANSynth: Adversarial Neural Audio Synthesis

2019-02-23 · ICLR 2019 5 · Jesse Engel, Kumar Krishna Agrawal, Shuo Chen, Ishaan Gulrajani 외

Efficient audio synthesis is an inherently difficult machine learning task, as human perception is sensitive to both global structure and fine-scale waveform coherence. Autoregressive models, such as WaveNet, model local…

Audio GenerationAudio Synthesis