paper-with-me

Papers

Chunked Autoregressive GAN for Conditional Waveform Synthesis

2021-10-19 · ICLR 2022 4 · Max Morrison, Rithesh Kumar, Kundan Kumar, Prem Seetharaman, Aaron Courville, Yoshua Bengio

Conditional waveform synthesis models learn a distribution of audio waveforms given conditioning such as text, mel-spectrograms, or MIDI. These systems employ deep generative models that model the waveform via either sequential (autoregressive) or parallel (non-autoregressive) sampling. Generative adversarial networks (GANs) have become a common choice for non-autoregressive waveform synthesis. However, state-of-the-art GAN-based models produce artifacts when performing mel-spectrogram inversion. In this paper, we demonstrate that these artifacts correspond with an inability for the generator to learn accurate pitch and periodicity. We show that simple pitch and periodicity conditioning is insufficient for reducing this error relative to using autoregression. We discuss the inductive bias that autoregression provides for learning the relationship between instantaneous frequency and phase, and show that this inductive bias holds even when autoregressively sampling large chunks of the waveform during each forward pass. Relative to prior state-of-the-art GAN-based models, our proposed model, Chunked Autoregressive GAN (CARGAN) reduces pitch error by 40-60%, reduces training time by 58%, maintains a fast generation speed suitable for real-time or interactive applications, and maintains or improves subjective quality.

📄 PDF Abstract BibTeX arXiv:2110.10139

Code (1)

descriptinc/cargan 공식 구현 pytorch

Tasks

Inductive Bias

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

DiffWave: A Versatile Diffusion Model for Audio Synthesis

2020-09-21 · ICLR 2021 1 · Zhifeng Kong, Wei Ping, Jiaji Huang, Kexin Zhao 외

In this work, we propose DiffWave, a versatile diffusion probabilistic model for conditional and unconditional waveform generation. The model is non-autoregressive, and converts the white noise signal into structured wav…

Audio SynthesisDiversitymodelSpeech Synthesis

MelGAN: Generative Adversarial Networks for Conditional Waveform Synthesis

2019-10-08 · NeurIPS 2019 12 · Kundan Kumar, Rithesh Kumar, Thibault de Boissiere, Lucas Gestin 외

Previous works (Donahue et al., 2018a; Engel et al., 2019a) have found that generating coherent raw audio waveforms with GANs is challenging. In this paper, we show that it is possible to train GANs reliably to generate …

CPUGPUSpeech SynthesisTranslation

DiffAR: Denoising Diffusion Autoregressive Model for Raw Speech Waveform Generation

2023-10-02 · Roi Benita, Michael Elad, Joseph Keshet

Diffusion models have recently been shown to be relevant for high-quality speech generation. Most work has been focused on generating spectrograms, and as such, they further require a subsequent model to convert the spec…

Denoisingvalid

Neural source-filter waveform models for statistical parametric speech synthesis

2019-04-27 · Xin Wang, Shinji Takaki, Junichi Yamagishi

Neural waveform models such as WaveNet have demonstrated better performance than conventional vocoders for statistical parametric speech synthesis. As an autoregressive (AR) model, WaveNet is limited by a slow sequential…

Speech Synthesis

TFGAN: Time and Frequency Domain Based Generative Adversarial Network for High-fidelity Speech Synthesis

2020-11-24 · Qiao Tian, Yi Chen, Zewang Zhang, Heng Lu 외

Recently, GAN based speech synthesis methods, such as MelGAN, have become very popular. Compared to conventional autoregressive based methods, parallel structures based generators make waveform generation process fast an…

Generative Adversarial NetworkSpeech Synthesis