Table of Contents
Fetching ...

Geneses: Unified Generative Speech Enhancement and Separation

Kohei Asai, Wataru Nakata, Yuki Saito, Hiroshi Saruwatari

TL;DR

Geneses tackles the challenge of real-world speech with multiple speakers under complex degradations by proposing a unified generative SE–SS framework. It leverages latent flow matching on VAE latent representations and a multi-modal diffusion Transformer conditioned on self-supervised features from the degraded mixture, enabling joint enhancement and separation. Experimental results on LibriTTS-R show that Geneses achieves superior perceptual quality and intelligibility across degradations, with substantial WER improvements under complex conditions, albeit with typical generative-SE trade-offs in fidelity metrics. This approach advances practical speech processing for remote communication and AR/VR applications by robustly restoring multi-speaker speech in realistic environments.

Abstract

Real-world audio recordings often contain multiple speakers and various degradations, which limit both the quantity and quality of speech data available for building state-of-the-art speech processing models. Although end-to-end approaches that concatenate speech enhancement (SE) and speech separation (SS) to obtain a clean speech signal for each speaker are promising, conventional SE-SS methods suffer from complex degradations beyond additive noise. To this end, we propose \textbf{Geneses}, a generative framework to achieve unified, high-quality SE--SS. Our Geneses leverages latent flow matching to estimate each speaker's clean speech features using multi-modal diffusion Transformer conditioned on self-supervised learning representation from noisy mixture. We conduct experimental evaluation using two-speaker mixtures from LibriTTS-R under two conditions: additive-noise-only and complex degradations. The results demonstrate that Geneses significantly outperforms a conventional mask-based SE--SS method across various objective metrics with high robustness against complex degradations. Audio samples are available in our demo page.

Geneses: Unified Generative Speech Enhancement and Separation

TL;DR

Geneses tackles the challenge of real-world speech with multiple speakers under complex degradations by proposing a unified generative SE–SS framework. It leverages latent flow matching on VAE latent representations and a multi-modal diffusion Transformer conditioned on self-supervised features from the degraded mixture, enabling joint enhancement and separation. Experimental results on LibriTTS-R show that Geneses achieves superior perceptual quality and intelligibility across degradations, with substantial WER improvements under complex conditions, albeit with typical generative-SE trade-offs in fidelity metrics. This approach advances practical speech processing for remote communication and AR/VR applications by robustly restoring multi-speaker speech in realistic environments.

Abstract

Real-world audio recordings often contain multiple speakers and various degradations, which limit both the quantity and quality of speech data available for building state-of-the-art speech processing models. Although end-to-end approaches that concatenate speech enhancement (SE) and speech separation (SS) to obtain a clean speech signal for each speaker are promising, conventional SE-SS methods suffer from complex degradations beyond additive noise. To this end, we propose \textbf{Geneses}, a generative framework to achieve unified, high-quality SE--SS. Our Geneses leverages latent flow matching to estimate each speaker's clean speech features using multi-modal diffusion Transformer conditioned on self-supervised learning representation from noisy mixture. We conduct experimental evaluation using two-speaker mixtures from LibriTTS-R under two conditions: additive-noise-only and complex degradations. The results demonstrate that Geneses significantly outperforms a conventional mask-based SE--SS method across various objective metrics with high robustness against complex degradations. Audio samples are available in our demo page.
Paper Structure (19 sections, 2 equations, 2 figures, 2 tables)

This paper contains 19 sections, 2 equations, 2 figures, 2 tables.

Figures (2)

  • Figure 1: Inference pipeline of Geneses. Flow matching is performed on the latent representations of a pre-trained VAE.
  • Figure 2: Architecture of flow predictor.