ASAIMay 18, 2023

mdctGAN: Taming transformer-based GAN for speech super-resolution with Modified DCT spectra

arXiv:2305.11104v220 citationsHas Code
Originality Highly original
AI Analysis

This work improves speech quality for applications like audio enhancement by introducing a novel phase-aware method, though it is incremental as it builds on existing transformer-based GAN approaches.

The paper tackles speech super-resolution by addressing the limitation of ignoring phase reconstruction in recent methods, proposing mdctGAN which reconstructs high-resolution speech in a phase-aware manner using modified discrete cosine transform and adversarial learning, achieving state-of-the-art log-spectral-distance performance on the VCTK corpus with high MOS and PESQ scores.

Speech super-resolution (SSR) aims to recover a high resolution (HR) speech from its corresponding low resolution (LR) counterpart. Recent SSR methods focus more on the reconstruction of the magnitude spectrogram, ignoring the importance of phase reconstruction, thereby limiting the recovery quality. To address this issue, we propose mdctGAN, a novel SSR framework based on modified discrete cosine transform (MDCT). By adversarial learning in the MDCT domain, our method reconstructs HR speeches in a phase-aware manner without vocoders or additional post-processing. Furthermore, by learning frequency consistent features with self-attentive mechanism, mdctGAN guarantees a high quality speech reconstruction. For VCTK corpus dataset, the experiment results show that our model produces natural auditory quality with high MOS and PESQ scores. It also achieves the state-of-the-art log-spectral-distance (LSD) performance on 48 kHz target resolution from various input rates. Code is available from https://github.com/neoncloud/mdctGAN

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