paper-with-me

Papers

Single and Few-step Diffusion for Generative Speech Enhancement

2023-09-18 · Bunlong Lay, Jean-Marie Lemercier, Julius Richter, Timo Gerkmann

Diffusion models have shown promising results in speech enhancement, using a task-adapted diffusion process for the conditional generation of clean speech given a noisy mixture. However, at test time, the neural network used for score estimation is called multiple times to solve the iterative reverse process. This results in a slow inference process and causes discretization errors that accumulate over the sampling trajectory. In this paper, we address these limitations through a two-stage training approach. In the first stage, we train the diffusion model the usual way using the generative denoising score matching loss. In the second stage, we compute the enhanced signal by solving the reverse process and compare the resulting estimate to the clean speech target using a predictive loss. We show that using this second training stage enables achieving the same performance as the baseline model using only 5 function evaluations instead of 60 function evaluations. While the performance of usual generative diffusion algorithms drops dramatically when lowering the number of function evaluations (NFEs) to obtain single-step diffusion, we show that our proposed method keeps a steady performance and therefore largely outperforms the diffusion baseline in this setting and also generalizes better than its predictive counterpart.

📄 PDF Abstract BibTeX arXiv:2309.09677

Code (1)

sp-uhh/sgmse_crp 공식 구현 pytorch

Tasks

DenoisingSpeech Enhancement

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Denoising Score Matching Training a denoiser on signals gives you a powerful prior over this signal that you can then use to sample examples of this signal.

Similar Papers 제목 키워드 기반

Shortcut Flow Matching for Speech Enhancement: Step-Invariant flows via single stage training

2025-09-25 · Naisong Zhou, Saisamarth Rajesh Phaye, Milos Cernak, Tijana Stojkovic 외 arxiv

Diffusion-based generative models have achieved state-of-the-art performance for perceptual quality in speech enhancement (SE). However, their iterative nature requires numerous Neural Function Evaluations (NFEs), posing…

Speech Enhancement

MeanFlowSE: one-step generative speech enhancement via conditional mean flow

2025-09-18 · Duojia Li, Shenghui Lu, Hongchen Pan, Zongyi Zhan 외 arxiv

Multistep inference is a bottleneck for real-time generative speech enhancement because flow- and diffusion-based systems learn an instantaneous velocity field and therefore rely on iterative ordinary differential equati…

Knowledge DistillationSpeech Enhancement

Speech Enhancement Based on Drifting Models

2026-04-27 · Liang Xu, Diego Caviedes-Nozal, W. Bastiaan Kleijn, Longfei Felix Yan 외 arxiv

We propose Speech Enhancement based on Drifting Models (DriftSE), a novel generative framework that formulates denoising as an equilibrium problem. Rather than relying on iterative sampling, DriftSE natively achieves one…

Speech Enhancement

A Composite Predictive-Generative Approach to Monaural Universal Speech Enhancement

2025-05-30 · Jie Zhang, Haoyin Yan, Xiaofei Li

It is promising to design a single model that can suppress various distortions and improve speech quality, i.e., universal speech enhancement (USE). Compared to supervised learning-based predictive methods, diffusion-bas…

DenoisingSpeech Enhancement

ArtiFree: Detecting and Reducing Generative Artifacts in Diffusion-based Speech Enhancement

2025-09-23 · Bhawana Chhaglani, Yang Gao, Julius Richter, Xilin Li 외 arxiv

Diffusion-based speech enhancement (SE) achieves natural-sounding speech and strong generalization, yet suffers from key limitations like generative artifacts and high inference latency. In this work, we systematically s…

Speech Enhancement