Table of Contents
Fetching ...

Unsupervised Single-Channel Audio Separation with Diffusion Source Priors

Runwu Shi, Chang Li, Jiang Wang, Rui Zhang, Nabeela Khan, Benjamin Yen, Takeshi Ashizawa, Kazuhiro Nakadai

TL;DR

This work tackles unsupervised single-channel audio separation by casting it as a diffusion inverse problem that leverages diffusion priors trained on individual sources. It introduces a hybrid guidance strength schedule to mitigate gradient conflicts between prior and likelihood, and a noise-augmented mixture initialization to ground the reverse process in the observed mixture. A novel TF-domain, triple-path self-attention diffusion backbone operates directly in waveform space to learn rich audio priors, enabling strong performance across speech and sound-event separation tasks. Across speech-sound, sound-event, and pure speech separation, the approach yields significant improvements over prior unsupervised methods and remains competitive with fully supervised baselines, highlighting data-efficient generalization capabilities. Collectively, these contributions advance unsupervised diffusion-based audio separation and demonstrate robust applicability to real-world multi-source scenarios.

Abstract

Single-channel audio separation aims to separate individual sources from a single-channel mixture. Most existing methods rely on supervised learning with synthetically generated paired data. However, obtaining high-quality paired data in real-world scenarios is often difficult. This data scarcity can degrade model performance under unseen conditions and limit generalization ability. To this end, in this work, we approach this problem from an unsupervised perspective, framing it as a probabilistic inverse problem. Our method requires only diffusion priors trained on individual sources. Separation is then achieved by iteratively guiding an initial state toward the solution through reconstruction guidance. Importantly, we introduce an advanced inverse problem solver specifically designed for separation, which mitigates gradient conflicts caused by interference between the diffusion prior and reconstruction guidance during inverse denoising. This design ensures high-quality and balanced separation performance across individual sources. Additionally, we find that initializing the denoising process with an augmented mixture instead of pure Gaussian noise provides an informative starting point that significantly improves the final performance. To further enhance audio prior modeling, we design a novel time-frequency attention-based network architecture that demonstrates strong audio modeling capability. Collectively, these improvements lead to significant performance gains, as validated across speech-sound event, sound event, and speech separation tasks.

Unsupervised Single-Channel Audio Separation with Diffusion Source Priors

TL;DR

This work tackles unsupervised single-channel audio separation by casting it as a diffusion inverse problem that leverages diffusion priors trained on individual sources. It introduces a hybrid guidance strength schedule to mitigate gradient conflicts between prior and likelihood, and a noise-augmented mixture initialization to ground the reverse process in the observed mixture. A novel TF-domain, triple-path self-attention diffusion backbone operates directly in waveform space to learn rich audio priors, enabling strong performance across speech and sound-event separation tasks. Across speech-sound, sound-event, and pure speech separation, the approach yields significant improvements over prior unsupervised methods and remains competitive with fully supervised baselines, highlighting data-efficient generalization capabilities. Collectively, these contributions advance unsupervised diffusion-based audio separation and demonstrate robust applicability to real-world multi-source scenarios.

Abstract

Single-channel audio separation aims to separate individual sources from a single-channel mixture. Most existing methods rely on supervised learning with synthetically generated paired data. However, obtaining high-quality paired data in real-world scenarios is often difficult. This data scarcity can degrade model performance under unseen conditions and limit generalization ability. To this end, in this work, we approach this problem from an unsupervised perspective, framing it as a probabilistic inverse problem. Our method requires only diffusion priors trained on individual sources. Separation is then achieved by iteratively guiding an initial state toward the solution through reconstruction guidance. Importantly, we introduce an advanced inverse problem solver specifically designed for separation, which mitigates gradient conflicts caused by interference between the diffusion prior and reconstruction guidance during inverse denoising. This design ensures high-quality and balanced separation performance across individual sources. Additionally, we find that initializing the denoising process with an augmented mixture instead of pure Gaussian noise provides an informative starting point that significantly improves the final performance. To further enhance audio prior modeling, we design a novel time-frequency attention-based network architecture that demonstrates strong audio modeling capability. Collectively, these improvements lead to significant performance gains, as validated across speech-sound event, sound event, and speech separation tasks.

Paper Structure

This paper contains 30 sections, 13 equations, 34 figures, 12 tables, 1 algorithm.

Figures (34)

  • Figure 1: Diffusion source model-based audio separation.
  • Figure 2: (a) Constant guidance of DPS. (b) Noise-proportional guidance of DSG. (c) Our proposed hybrid guidance schedule. The first row shows the gradient conflict metrics of all sources. The second row shows the SI-SDR of all sources. The third row visualizes the mixtures, intermediate states, and the ground truth of the sources.
  • Figure 3: Different guidance strength schedules.
  • Figure 4: (a) Overall architecture of the proposed model. (b) Structure of the Intra‑Frame Attention and Intra‑Frequency Attention blocks. (c) Global‑Temporal Attention block.
  • Figure 7: Mixture consisting of a speech and a sound event.
  • ...and 29 more figures