WaveRNN

E200566

WaveRNN is a neural network-based audio waveform generator designed as a more efficient, real-time alternative to earlier autoregressive models for tasks like text-to-speech synthesis.

All labels observed (3)

Label Occurrences
WaveRNN canonical 3
dual softmax WaveRNN 1
sparse WaveRNN 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf audio waveform generator ⓘ
autoregressive neural vocoder ⓘ
neural network architecture ⓘ
text-to-speech vocoder ⓘ
basedOn recurrent neural network ⓘ
belongsTo autoregressive generative models ⓘ
neural vocoder family ⓘ
comparedTo WaveNet ⓘ
designedFor audio waveform generation ⓘ
real-time speech synthesis ⓘ
text-to-speech synthesis ⓘ
hasAdvantage faster-than-WaveNet generation ⓘ
reduced computational cost per audio sample ⓘ
suitable for deployment on edge devices ⓘ
hasArchitectureType RNN ⓘ
hasComponent coarse-fine 16-bit sample modeling ⓘ
dual softmax output layer ⓘ
single-layer gated recurrent unit ⓘ
sparse recurrent matrix (in some variants) ⓘ
hasKeyProperty autoregressive sample-level generation ⓘ
computational efficiency ⓘ
high-quality audio synthesis ⓘ
low-latency synthesis ⓘ
real-time inference on CPUs ⓘ
hasTrainingObjective cross-entropy loss on audio samples ⓘ
maximum likelihood estimation ⓘ
hasVariant dual softmax WaveRNN ⓘ
linked to: WaveRNN

sparse WaveRNN ⓘ
linked to: WaveRNN
improvesOn WaveNet ⓘ
inputType acoustic features ⓘ
mel-spectrograms ⓘ
introducedAs efficient neural audio synthesis model ⓘ
moreEfficientThan PixelCNN-based vocoders ⓘ
WaveNet ⓘ
outputDomain time-domain audio samples ⓘ
outputType raw audio waveform ⓘ
researchArea deep learning for audio ⓘ
generative modeling of waveforms ⓘ
speech synthesis ⓘ
supports high sampling rates ⓘ
real-time generation at 24kHz (on suitable hardware) ⓘ
targetHardware CPU ⓘ
GPU ⓘ
mobile devices ⓘ
usedFor neural text-to-speech systems ⓘ
neural vocoding ⓘ
speech synthesis research ⓘ
usedIn end-to-end TTS pipelines ⓘ
neural speech synthesis toolkits ⓘ

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

WaveNet → ledTo → WaveRNN ⓘ
WaveRNN → hasVariant → sparse WaveRNN ⓘ
linked to: WaveRNN
WaveRNN → hasVariant → dual softmax WaveRNN ⓘ
linked to: WaveRNN
Parallel WaveNet → relatedTo → WaveRNN ⓘ
Tacotron → canBeUsedWith → WaveRNN ⓘ