Aliasing-Free Neural Audio Synthesis
For researchers in neural audio synthesis, this work provides a practical solution to aliasing artifacts, improving fidelity for music and singing voice synthesis.
The paper addresses aliasing artifacts in neural audio synthesis by integrating differentiable anti-aliasing techniques into activation and upsampling modules, resulting in Pupu-Vocoder and Pupu-Codec that outperform existing systems on singing voice, music, and audio while matching performance on speech.
In neural audio synthesis, neural vocoders and codecs are models that reconstruct waveforms from acoustic and latent representations, which are essential to the resulting audio quality. While current models are capable of generating perceptually natural speech, they still struggle with high-fidelity music and singing voice synthesis, as severe aliasing artifacts are introduced by non-linear activation functions and upsampling layers in existing architectures. Although various anti-aliasing techniques have been proposed in digital signal processing, their integration into neural vocoders and codecs remains under-explored. This paper incorporates differentiable anti-aliasing techniques into the activation and upsampling modules to bridge this gap, and thus presents Pupu-Vocoder and Pupu-Codec. We build a test signal benchmark to evaluate the anti-aliased modules, and validate our proposed models on speech, singing voice, music, and audio. Experimental results show that Pupu-Vocoder and Pupu-Codec outperform existing systems on singing voice, music, and audio, while achieving comparable performance on speech. Demos, codes, and checkpoints are available at VocodexElysium.github.io/AliasingFreeNeuralAudioSynthesis/.