SDASJun 25, 2021

Basis-MelGAN: Efficient Neural Vocoder Based on Audio Decomposition

arXiv:2106.13419v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of real-time high-quality audio generation on CPU for applications like speech synthesis, though it is incremental as it builds on existing GAN-based vocoders.

The paper tackles the computational inefficiency of GAN-based neural vocoders by proposing Basis-MelGAN, which decomposes audio into learned bases and weights, reducing computational complexity from 17.74 GFLOPs to 7.95 GFLOPs while maintaining comparable audio quality.

Recent studies have shown that neural vocoders based on generative adversarial network (GAN) can generate audios with high quality. While GAN based neural vocoders have shown to be computationally much more efficient than those based on autoregressive predictions, the real-time generation of the highest quality audio on CPU is still a very challenging task. One major computation of all GAN-based neural vocoders comes from the stacked upsampling layers, which were designed to match the length of the waveform's length of output and temporal resolution. Meanwhile, the computational complexity of upsampling networks is closely correlated with the numbers of samples generated for each window. To reduce the computation of upsampling layers, we propose a new GAN based neural vocoder called Basis-MelGAN where the raw audio samples are decomposed with a learned basis and their associated weights. As the prediction targets of Basis-MelGAN are the weight values associated with each learned basis instead of the raw audio samples, the upsampling layers in Basis-MelGAN can be designed with much simpler networks. Compared with other GAN based neural vocoders, the proposed Basis-MelGAN could produce comparable high-quality audio but significantly reduced computational complexity from HiFi-GAN V1's 17.74 GFLOPs to 7.95 GFLOPs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes