Skip to article sections

Zero-shot speech enhancement (SE) aims to improve speech quality in unseen acoustic conditions without requiring task-specific fine-tuning. This work proposes expanded noise modeling for scalable and adaptive zero-shot speech enhancement (EN-AZS), a zero-shot SE framework with expanded noise modeling, built upon an optimized Undiff-based architecture. By extending the noise model to cover a wider range of acoustic variability and incorporating mechanisms such as speech quality scoring and coefficient calculation with controlled update strategies, EN-AZS effectively enhances speech clarity while avoiding overfitting to observed mixtures. Extensive experiments on TIMIT-N6/N9/N15, VCTK-DM and MUSAN data sets demonstrate that EN-AZS consistently outperforms both supervised and unsupervised baseline methods, particularly under mismatched noise types, speech characteristics and SNR conditions. Ablation studies further validate the importance of the speech quality guidance and coefficient calculation mechanisms and update strategies. EN-AZS provides a scalable, plug-and-play solution for robust zero-shot SE, offering a promising approach for real-world applications with diverse and unpredictable noise conditions.

Speech enhancement (SE) aims to improve the perceived quality and intelligibility of speech degraded by noise, reverberation or other environmental interference. While supervised deep learning methods (Luo and Mesgarani, 2019; Yen et al., 2023; Hu et al., 2023; Fu et al., 2021) have achieved remarkable performance, they typically depend on large-scale, domain-matched training data sets containing paired noisy and clean samples. In many real-world applications, however, collecting such well-matched labeled data is impractical. This mismatch between training and deployment domains often results in a significant performance drop. In recent years, diffusion models have shown superior performance across various domains because of their robustness and strong generative capabilities, and this advantage also extends to the field of SE (Yang et al., 2024; Sadeghi et al., 2025; Gonzalez et al., 2024; Zhao et al., 2025).

To address this limitation, zero-shot SE has emerged as a promising paradigm. Most research in this area has focused on speech synthesis, speech conversion and text-to-speech tasks, while studies dedicated specifically to SE remain relatively limited (Sadeghi et al., 2025), leaving significant room for exploration. Unlike fine-tuning on target-domain data, zero-shot methods aim to generalize directly to unseen acoustic conditions without requiring task-specific retraining. This capability is particularly advantageous for deployment in diverse and unpredictable environments, where noise and reverberation characteristics may vary significantly over time. In addition, zero-shot methods reduce the computational and data collection costs associated with retraining, enabling faster and more scalable adaptation to real-world applications.

Despite these advantages, zero-shot SE remains highly challenging. The diverse distributions of speech and noise, coupled with the absence of in-domain training data, make it difficult for models to capture the acoustic variability required for robust enhancement. Existing methods often face a trade-off between generalization and speech fidelity, and their performance is further constrained under extreme distortions or rare acoustic conditions. These challenges underscore the need for novel architectures and learning strategies. To this end, we propose expanded noise modeling for adaptive zero-shot speech enhancement (EN-AZS), which leverages broadened noise coverage together with generative modeling to maintain strong performance under previously unseen acoustic conditions.

SE is a fundamental task in speech processing, aiming to improve the clarity and quality of speech degraded by ambient noise or reverberation. Traditional approaches such as spectral subtraction (Upadhyay and Karmakar, 2015), Wiener filtering (Upadhyay and Jaiswal, 2016; Abd El-Fattah, 2014) and statistical model-based methods (Ephraim, 2002) are computationally efficient but rely on strong assumptions about noise distributions. Consequently, they often perform poorly in complex or nonstationary environments. With the advent of deep learning, supervised SE methods have achieved remarkable progress by directly mapping noisy speech to clean targets using architectures such as convolutional neural networks, recurrent neural networks and transformers. Despite their success, these models typically require large amounts of domain-matched training data, limiting their adaptability to unseen acoustic conditions.

To mitigate domain mismatch, zero-shot SE has emerged as a promising alternative. Instead of retraining or fine-tuning on in-domain data, zero-shot methods aim to generalize directly to unknown acoustic conditions. Techniques such as leveraging large-scale pre-trained representations (Baevski et al., 2020; Wang et al., 2022), incorporating adaptive front-ends (Casebeer et al., 2020; Zhang et al., 2025) and dynamically estimating noise characteristics (Lee et al., 2020) have been explored. These approaches offer greater flexibility and reduce the need for costly data collection, yet they often struggle with highly diverse or rare noise types, resulting in trade-offs between generalization and speech fidelity.

More recently, diffusion models have gained attention in SE due to their strong generative capabilities. By iteratively refining noisy inputs, diffusion-based methods can produce high-quality and perceptually natural speech. However, their iterative sampling process introduces high computational costs, restricting their deployment in real-time or resource-limited scenarios. To mitigate this, fast sampling and knowledge distillation (Lu et al., 2022; Zhou et al., 2024; Salimans and Ho, 2022) strategies have been proposed, though they typically involve compromises between speed and enhancement quality.

In summary, traditional methods offer efficiency but lack robustness, while deep learning-based SE achieves high-quality results but requires domain-specific data. Zero-shot SE reduces data dependency but is challenged by noise diversity, and diffusion-based approaches deliver natural outputs but incur heavy computational demands. These limitations underscore the need for approaches that combine efficiency, generalization and robustness, paving the way for breakthroughs in zero-shot SE.

The main contributions of this work can be summarized as follows:

  1. Noise-speech energy estimation in unknown environments: We design a framework capable of accurately estimating the energy difference between noise and speech without requiring in-domain data.

  2. Expanded noise modeling for zero-shot SE: We address a key limitation of existing zero-shot approaches by enlarging the range of noise categories, improving generalization across diverse acoustic conditions.

  3. Optimization of the Undiff model: We extend and refine the Undiff (Iashchenko et al., 2023) framework for SE tasks, enhancing its robustness and moving closer to plug-and-play SE.

Together, these contributions establish a foundation for practical, scalable and adaptive zero-shot SE, bridging the gap between theoretical advances and real-world deployment.

Early research on zero-shot SE can be broadly categorized into several approaches. For example, Kim and Kim (2021) proposed a knowledge distillation framework using a teacher-student paradigm, where a well-trained teacher model guided the student model to estimate clean speech in a zero-shot setting. Similarly, Zezario et al. (2021) and Sivaraman and Kim (2021) addressed unknown acoustic environments by classifying them into categories and employing a pre-trained gating module to select the most appropriate expert model. The gating decisions were based on factors such as speech quality, signal-to-noise ratio (SNR), speaker characteristics and noise sources, organized within a hierarchical structure.

More recently, advances in zero-shot SE have leveraged additional information or novel training strategies, including text-to-speech systems (Fujita et al., 2024), meta-learning (Mannanova et al., 2024; Yu et al., 2021) and data augmentation (Tzinis et al., 2022), among others. Despite these developments, managing complex and diverse environments remains a major challenge, motivating the exploration of personalized approaches. Such methods simplify environmental variability and improve adaptability to real-world conditions. However, many personalized approaches share similarities with supervised fine-tuning, where small amounts of additional training data are used to boost performance. While effective, this reliance on extra training constrains their general applicability.

In this study, we adopt Sunwoo Kim’s method as our baseline. For further comparison with supervised approaches, we also evaluate MetricGAN+ (Fu et al., 2021).

Our proposed EN-AZS method is built upon the Undiff (Iashchenko et al., 2023) framework and addresses its limitations in SE tasks. Undiff is an unsupervised learning approach based on the DiffWave architecture. As shown in Figure 1, the entire system comprises two phases: training and testing. During training, EN-AZS follows the same procedure as conventional diffusion-based generative models, aiming to reconstruct the input signal. The speech model and noise models (including the extended noise models) share the same DiffWave architecture but are trained independently on different data sets. The extended training phase follows the same procedure as standard training, but multiple noise reconstruction models are trained to cover a broader range of noise types. As the system is further expanded, it enables flexible selection and combination of noise models according to specific application needs, thereby supporting plug-and-play functionality.

In the testing phase, we impose joint constraints on the outputs of multiple trained models. Specifically, the system first excludes speech inputs with minimal noise contamination and then constrains the output signals of multiple models during the reverse iteration process to achieve zero-shot SE.

As shown in Figure 1, the SE framework consists of a speech model and multiple noise models. In this study, all models share the same architecture and use the unconditional version of DiffWave (Kong et al., 2020). The same as the traditional diffusion model (Ho et al., 2020) comprises a forward (diffusion) process and a reverse process. Let x0 ∈ ℝL denote a clean speech signal of length L. For each diffusion step t, we define a step-dependent variable xt ∈ ℝL. Following the framework of diffusion probabilistic models, the forward diffusion process is formulated as follows:

(1)
(2)

Here, β denotes a pre-defined noise variance schedule. Given a sufficiently large number of diffusion steps T, the reverse process progressively reconstructs the latent variable xT back to the original signal x0, The speech model reconstructs the clean speech input, while the noise model does the same for noise. Under the Markov assumption, the marginal distribution at an arbitrary time step t can be expressed in closed form as follows:

(3)
(4)
(5)

where pθ(·) is the distribution of the reverse process with learnable parameters θ, the term μθ(xt, t) predicts the mean of xt–1 distribution by removing the estimated Gaussian noise ϵθ(xt, t) in xt, while βt means variance. The model is trained by minimizing a variant of the variational lower bound (ELBO) given in equation (6). The network architecture of the unconditional DiffWave is illustrated in Figure 2. Here, unconditional indicates that spectral conditioning has been removed. The blue squares within the dashed border represent multiple modules that share the same architecture as the solid blue squares. These modules are connected sequentially, with the output at the bottom left of each module linked to the input at the top left of the next. The input at the top right of each blue square receives a shared diffusion-step embedding, which is propagated across all layers to maintain consistent step information. Finally, features from all layers are aggregated through skip connections and reconstructed into speech via a convolution layer. Detailed model settings are shown in Table 1. Here, B represents the batch size, L represents the input data length, and c refers to the dilation setting in the dilated convolution c changes according to the current block level, with c = 0, 1, …, 29:

(6)

According to Undiff, inverse problems involve retrieving the object x from its partial observation y and the degradation model p(y|x). The inverse process can be expressed using Bayes’ rule as:

(7)

thus:

(8)
(9)

where xtlogpt(y|x^0) can be computed using the degradation model. Given observation operator 𝐴 and assuming a Gaussian likelihood, the final approximation becomes:

(10)

where ξ(t) is the weighting coefficient which we set to be inversely proportional to the gradient norm. Depending on the given y, the operator A can represent various downstream tasks, such as bandwidth extension, de-clipping, source separation, and more. In this experiment, we further extend the approach based on the source separation task. For operator A in source separation, they mentioned that: Consider the observation model which mixes these two recordings, i.e. y = A(x1, x2) = x1 + x2. Note that since x1 and x2 are independent, unconditional density function on their joint distribution can be factorized as p(x1, x2) = p(x1) · p(x2). We define y as a noisy speech signal and decompose it into x1, x2, x3, …, and then apply this framework to the SE task. However, several challenges still need to be addressed, such as:

  1. Undiff cannot achieve perfect source separation, and the existence of multiple sources will lead to substitution problems, which give rise to the segment substitution problem and source substitution problem mentioned in the next section.

  2. In the SE task, accurate energy evaluation of speech and noise is crucial, as it strongly influences speech quality.

  3. Since noise spans a wide range, it is important to avoid retraining a new noise model from scratch whenever new environmental conditions arise.

First, regarding the limitations of Undiff in SE tasks, our experiments reveal that the permutation problem consists of two aspects. The first is the segment substitution problem, where segments belonging to the speech channel are incorrectly identified as originating from the noise channel, rather than being properly aligned within the same channel. As shown in Figure 5 (Section 4.4), this misalignment causes speech segments to become scattered across different channels, leading to the loss or distortion of certain speech features.

The second is the source substitution problem. Although the primary goal of this study is SE, the task inherently involves source separation, and the output of the noise channel is not directly relevant. However, the source substitution issue remains: after separating speech and noise, the true source cannot be directly determined. Consequently, under joint constraints and after multiple iterations, the noise channel gradually produces outputs that increasingly resemble clean speech, while the speech channel becomes contaminated with noise. Both problems become more pronounced as the number of noise models increases.

To address these issue, we propose a speech quality guidance (SQG) method, as illustrated in Algorithm 1. Algorithm 1 outlines how time point t is adjusted using SQG during the reverse process. The inputs include a noisy speech signal y, a speech model at time point t (the current output of the speech model is represented as St), and k noise model output Ntk at time point t. Each model produces an output, referred to as a channel; for instance, the reconstructed speech from the speech model corresponds to the speech channel. The speech quality score is computed using SQG, and the output of the speech channel is individually adjusted before being combined with the outputs of the noise channels for joint constraint. This approach enhances the quality of the generated speech and effectively mitigates the segment substitution problem across multiple channels:

Algorithm 1. Sampling with SQG.

Next, we optimize the energy evaluation. To facilitate future research, we apply amplitude normalization to all model inputs, further reducing the influence of input energy levels on the model. We then use our proposed coefficient calculation (CC) method to accurately estimate the signal-to-noise ratio. Following the previous formulation y = A(x1, x2) = x1 + x2, we assign an independent coefficient γ to each signal to represent its energy scaling, as shown in equation (11):

(11)

where k represents the number of noise models, and the speech and noise correspond to their respective coefficients γα and γβ. In our experiments, the coefficients can be obtained in two ways: one is to directly differentiate γ and obtain them through a matrix formulation. The other method is to use backpropagation and learn the respective coefficients through iteration. The complete single-step sampling process is shown in Algorithm 2:

Algorithm 2. Sampling with CC

Finally, we combine the two algorithms described above, as illustrated in Algorithm 3. Specifically, the SQG component corresponds to lines 2–3, the CC component to lines 10–17, and the update steps to lines 7–9 and 18–20. In Section 4.5, we systematically examine the different combinations of SQG and CC, as well as the influence of the number of updates.

Algorithm 3. Sampling with both SQG and CC

In terms of training, this study uses three data sets. Among them, three are custom constructed. The speech source is the DARPA-TIMIT corpus (Garofolo et al., 1993), which contains recordings from 630 speakers, each reading 10 phonetically rich sentences. The noise source is the NoiseX-92 data set (Varga and Steeneken, 1993), which includes 15 noise types. Based on the number of noise types, we construct three subsets: N6, N9 and N15. N6 includes volvo, pink, m109, f16, destroyerops and babble; N9 contains the remaining nine noise types; and N15 includes all 15 types. We mix DARPA-TIMIT with N6, N9 and N15 to train our method, and denote the data sets as TIMIT-N6, TIMIT-N9 and TIMIT-N15. All three share the same test set, created by mixing the first 25 utterances from the TIMIT test subset with 15 different types of noise clips from NoiseX-92.

For cross-validation, we further use two additional data sets: VCTK-DM and MUSAN (Snyder et al., 2015). VCTK-DM was constructed from the CSTR VCTK corpus (Veaux et al., 2013) and mixed with 10 noise types [two artificial and eight from the DEMAND database (Thiemann et al., 2013)] under four SNR conditions: 15, 10, 5 and 0 dB. The training set includes 28 speakers, each reading 10 sentences under every noise condition, while the test set includes two speakers, each reading 20 sentences under five noise types and four SNR levels (17.5, 12.5, 7.5 and 2.5 dB). The MUSAN corpus (Snyder et al., 2015) is divided into speech, noise and music, making it well-suited for our experiments. It contains about 109 h of audio. For our test set, we premixed portions of MUSAN speech with noise and music, while the remaining data was used to train speech, noise and extended models, respectively.

Except for VCTK-DM, all training sets use five SNR levels: −10, −5, 0, 5 and 10 dB. The corresponding test sets use −5, 0 and 5 dB. All audio data were resampled to 16 kHz for consistency across experiments. The detailed data set specifications are listed in Table 2.

This study provides a detailed analysis of the improvement in speech quality achieved by introducing SQG during the reverse process. As shown in Table 3, the impact of SQG on speech quality varies depending on the evaluation criteria. Several objective evaluation methods are compared in the Method column of Table 3. In references (Manocha and Kumar, 2022; Rosenbaum et al., 2023), a reference speech was introduced instead of the corresponding clean speech to enable a more accurate assessment of perceptual quality; this approach is denoted as “Unpair Ref” in Table 3. To further assess the generalization capability of the proposed method under unseen noise conditions, the model was trained on the TIMIT-N9 data set and evaluated on the TIMIT test set.

Next, using the same training and test sets, we evaluated two CC methods: a matrix-based approach and a backpropagation-based (BP-based) approach. In the BP-based method, we set a maximum of 1000 iterations. However, the BP-based optimization was slow: 1,000 iterations took on average 1.86 s in total. Consequently, a complete reverse process requiring T such runs would take approximately 1.86 × T seconds, which is prohibitively long. To mitigate this, we implemented an early stopping mechanism that terminates the process if the loss does not improve for 20 consecutive iterations. The results are presented in Table 4 (Execution Time). As shown, the BP-based method was less effective and considerably more time-consuming; therefore, we adopted the matrix-based approach for all subsequent experiments.

In Algorithm 3, both SQG and CC directly adjust the speech and noise signals. These adjustments may be accompanied by updates, though they are not always required. Since the update strategy can significantly affect the final results, we evaluate both the number and timing of updates through an ablation study, as shown in Table 5. As reported in Table 5, both SQG and CC individually lead to significant improvements in overall performance. Regarding the number of updates, the SQG+CC combination achieves optimal results with only one update. Based on the error calculations in column 6 of Algorithm 3, there is still room for improvement. Note that one update in the table corresponds to T iterations, while two updates correspond to 2T iterations. Excessively increasing the number of updates can lead to overfitting to the observed mixture y, thereby degrading speech quality. Figures 3–5 compare the generated spectra using SQG and CC. Figure 3 presents the complete sampling results of EN-AZS. The green boxes in panels (a) and (c) indicate that although EN-AZS does not completely remove noise, it preserves most speech features within the generated channels of the speech model. Figure 4 illustrates that without SQG, speech features become dispersed across both the noise and speech model channels. A comparison between Figures 3(c) and 4(b) confirms that the substitution issue of Undiff in SE tasks has been resolved. Figure 5 demonstrates that without CC, most speech features are retained in the speech model channels; however, due to the absence of an energy estimation mechanism, segments with higher speech energy are still misclassified as belonging to the noise channel.

Based on the above experimental results, we compared extended training and retraining of the noise model. The procedure is as follows: (1) For extended training, we first trained the TIMIT speech model, then trained multiple noise models (N9 and N6) as the basis for our method. (2) For retraining, we used the TIMIT speech model but combined the noises of N9 and N6 into a single noise set (N15) and retrained it. The results are shown in Table 6. The table shows that the difference between extended training and retraining is minimal, while better results can be obtained by increasing the number of generated samples.

Next, we compare our proposed method with two baseline approaches: the unsupervised method PKD (Kim and Kim, 2021) and the supervised method MetricGAN+ (Fu, 2021). PKD adopts a knowledge distillation-based teacher–student framework, where the teacher model is Conv-TasNet (Luo and Mesgarani, 2019) and the student model is a unidirectional gated recurrent unit (GRU) network designed for spectral mask estimation. MetricGAN+ uses a generative adversarial network architecture, in which a bidirectional LSTM serves as the generator for spectral mask estimation, while Quality-Net (Fu et al., 2018) acts as the discriminator to evaluate the speech quality of the generated speech and guide the training process. For the experimental settings, our proposed method follows the configurations of Diffwave, and the baselines are kept as consistent as possible with their original implementations.

In the following experiments, we first compare the performance of the proposed EN-AZS method with these baselines on two in-domain data sets. The supervised method is fine-tuned during the in-domain testing phase, whereas the unsupervised PKD method skips the fine-tuning (personalization) step and is evaluated directly. As shown in Table 7, TIMIT-N15 differs substantially from VCTK-DM in terms of noise type, speech characteristics and signal-to-noise ratio. Since the speech in the VCTK-DM test set is relatively clean, the performance of MetricGAN+ (without or with insufficient fine-tuning) is even worse than the noisy baseline. For unsupervised methods, PKD performance is notably affected by data set characteristics, whereas the proposed EN-AZS demonstrates much greater robustness. Table 8 shows a similar trend.

To further validate the robustness and scalability of EN-AZS, we trained it on the larger MUSAN corpus and evaluated it on the two previous test sets (cross-domain). For the baselines, we manually mixed noise and music samples from MUSAN with speech to create paired noisy–clean data sets. For fine-tuning, approximately 2 GB of data from the target domain (VCTK-DM or TIMIT-N15 training sets) were used to fine-tune the baseline models. For the extended training of EN-AZS, the same amount of data was used, and the corresponding results are presented in Tables 9 and 10. As shown in the tables, while fine-tuning provided modest improvements for the baseline models, these gains were limited by the small size of the fine-tuning data set and the model architecture. Nevertheless, the extended training remained effective under these constraints.

In this work, we propose EN-AZS, a zero-shot SE framework with expanded noise modeling, aimed at improving robustness under unseen acoustic conditions. By extending the noise model and optimizing the Undiff-based architecture, EN-AZS achieves strong generalization across multiple data sets without requiring task-specific fine-tuning. Extensive experiments on TIMIT-N6/N9/N15, VCTK-DM, and MUSAN demonstrate that EN-AZS consistently outperforms both supervised and unsupervised baselines, particularly under mismatched noise types, speech characteristics and SNR levels. Ablation studies further show that the combination of SQG and CC mechanisms, together with carefully controlled update strategies, is critical for maximizing speech quality while avoiding overfitting to observed mixtures. Overall, EN-AZS offers a practical and scalable solution for zero-shot SE, effectively bridging the gap between theoretical generative modeling and real-world deployment.

In future work, we plan to incorporate additional acoustic factors, including reverberation and cross-lingual speech, refine the error calculation methodology in the reverse process, and investigate adaptive strategies to further improve personalization and robustness in highly diverse or challenging noise conditions.

Abd El-Fattah
,
M.A.
,
Dessouky
,
M.I.
,
Abbas
,
A.M.
,
Diab
,
S.M.
,
El-Rabaie
,
E.S.M.
,
Al-Nuaimy
,
W.
,
Alshebeili
,
S.A.
and
Abd El-Samie
,
F.E.
(
2014
), “
Speech enhancement with an adaptive Wiener filter
”,
International Journal of Speech Technology
, Vol.
17
No.
1
, pp.
53
-
64
.
Baevski
,
A.
,
Zhou
,
Y.
,
Mohamed
,
A.
and
Auli
,
M.
(
2020
), “
wav2vec 2.0: a framework for self-supervised learning of speech representations
”,
Advances in Neural Information Processing Systems
, Vol.
33
, pp.
12449
-
12460
.
Casebeer
,
J.
,
Isik
,
U.
,
Venkataramani
,
S.
and
Krishnaswamy
,
A.
(
2020
), “
Efficient trainable front-ends for neural speech enhancement
”, in
ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
6639
-
6643
.
Ephraim
,
Y.
(
2002
), “
Statistical-model-based speech enhancement systems
”,
Proceedings of the IEEE
, Vol.
80
No.
10
, pp.
1526
-
1555
.
Fu
,
S.-W.
,
Tsao
,
Y.
,
Hwang
,
H.-T.
and
Wang
,
H.-M.
(
2018
), “
Quality-Net: an end-to-end non-intrusive speech quality assessment model based on BLSTM
”,
arXiv preprint arXiv:1808.05344
.
Fu
,
S.-W.
,
Yu
,
C.
,
Hsieh
,
T.A.
,
Plantinga
,
P.
,
Ravanelli
,
M.
,
Lu
,
X.
and
Tsao
,
Y.
(
2021
), “
MetricGAN+: an improved version of MetricGAN for speech enhancement
”,
arXiv preprint arXiv:2104.03538
.
Fujita
,
K.
,
Sato
,
H.
,
Ashihara
,
T.
,
Kanagawa
,
H.
,
Delcroix
,
M.
,
Moriya
,
T.
and
Ijima
,
Y.
(
2024
), “
Noise-robust zero-shot text-to-speech synthesis conditioned on self-supervised speech-representation model with adapters
”, in
ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
11471
-
11475
.
Garofolo
,
J.S.
,
Lamel
,
L.F.
,
Fisher
,
W.M.
,
Fiscus
,
J.G.
and
Pallett
,
D.S.
(
1993
), “
DARPA TIMIT acoustic-phonetic continuous speech corpus CD-ROM. NIST speech disc 1-1.1
”,
NASA STI/Recon Technical Report
, Vol.
93
, p.
27403
.
Gonzalez
,
P.
,
Tan
,
Z.-H.
,
Østergaard
,
J.
,
Jensen
,
J.
,
Alstrøm
,
T.S.
and
May
,
T.
(
2024
), “
Investigating the design space of diffusion models for speech enhancement
”,
IEEE/ACM Transactions on Audio, Speech, and Language Processing
, Vol.
32
.
Ho
,
J.
,
Jain
,
A.
and
Abbeel
,
P.
(
2020
), “
Denoising diffusion probabilistic models
”,
Advances in Neural Information Processing Systems
, Vol.
33
, pp.
6840
-
6851
.
Hu
,
Y.
,
Chen
,
C.
,
Li
,
R.
,
Zhu
,
Q.
and
Chng
,
E.S.
(
2023
), “
Noise-aware speech enhancement using diffusion probabilistic model
”,
arXiv preprint arXiv:2307.08029
.
Iashchenko
,
A.
,
Andreev
,
P.
,
Shchekotov
,
I.
,
Babaev
,
N.
and
Vetrov
,
D.
(
2023
), “
UnDiff: Unsupervised voice restoration with unconditional diffusion model
”,
arXiv preprint arXiv:2306.00721
.
Kim
,
S.
and
Kim
,
M.
(
2021
), “
Test-time adaptation toward personalized speech enhancement: Zero-shot learning with knowledge distillation
”, in
2021 IEEE Workshop on Applications of Signal Processing to Audio and Acoustics (WASPAA)
,
IEEE
, pp.
176
-
180
.
Kong
,
Z.
,
Ping
,
W.
,
Huang
,
J.
,
Zhao
,
K.
and
Catanzaro
,
B.
(
2020
), “
Diffwave: a versatile diffusion model for audio synthesis
”,
arXiv preprint arXiv:2009.09761
.
Kumar
,
A.
,
Tan
,
K.
,
Ni
,
Z.
,
Manocha
,
P.
,
Zhang
,
X.
,
Henderson
,
E.
and
Xu
,
B.
(
2023
), “
Torchaudio-squim: reference-less speech quality and intelligibility measures in torchaudio
”, in
ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
1
-
5
.
Lee
,
J.
,
Jung
,
Y.
,
Jung
,
M.
and
Kim
,
H.
(
2020
), “
Dynamic noise embedding: Noise aware training and adaptation for speech enhancement
”, in
2020 Asia-Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC)
,
IEEE
, pp.
739
-
746
.
Lu
,
C.
,
Zhou
,
Y.
,
Bao
,
F.
,
Chen
,
J.
,
Li
,
C.
and
Zhu
,
J.
(
2022
), “
DPM-solver: a fast ode solver for diffusion probabilistic model sampling in around 10 steps
”,
Advances in Neural Information Processing Systems
, Vol.
35
, pp.
5775
-
5787
.
Luo
,
Y.
and
Mesgarani
,
N.
(
2019
), “
Conv-tasnet: surpassing ideal time–frequency magnitude masking for speech separation
”,
IEEE/ACM Transactions on Audio, Speech, and Language Processing
, Vol.
27
No.
8
, pp.
1256
-
1266
.
Mannanova
,
A.
,
Tesch
,
K.
,
Lemercier
,
J.-M.
and
Gerkmann
,
T.
(
2024
), “
Meta-learning for variable array configurations in end-to-end few-shot multichannel speech enhancement
”, in
2024 18th International Workshop on Acoustic Signal Enhancement (IWAENC)
,
IEEE
, pp.
200
-
204
.
Manocha
,
P.
and
Kumar
,
A.
(
2022
), “
Speech quality assessment through MOS using non-matching references
”,
arXiv preprint arXiv:2206.12285
.
Rosenbaum
,
T.
,
Cohen
,
I.
,
Winebrand
,
E.
and
Gabso
,
O.
(
2023
), “
Differentiable mean opinion score regularization for perceptual speech enhancement
”,
Pattern Recognition Letters
, Vol.
166
, pp.
159
-
163
.
Sadeghi
,
M.
,
Ayilo
,
J.-E.
,
Serizel
,
R.
and
Alameda-Pineda
,
X.
(
2025
), “
Posterior transition modeling for unsupervised diffusion-based speech enhancement
”,
arXiv preprint arXiv:2507.02391
.
Salimans
,
T.
and
Ho
,
J.
(
2022
), “
Progressive distillation for fast sampling of diffusion models
”,
arXiv preprint arXiv:2202.00512
.
Sivaraman
,
A.
and
Kim
,
M.
(
2021
), “
Zero-shot personalized speech enhancement through speaker-informed model selection
”, in
2021 IEEE Workshop on Applications of Signal Processing to Audio and Acoustics (WASPAA)
,
IEEE
, pp.
171
-
175
.
Snyder
,
D.
,
Chen
,
G.
and
Povey
,
D.
(
2015
), “
Musan: a music, speech, and noise corpus
”,
arXiv preprint arXiv:1510.08484
.
Thiemann
,
J.
,
Ito
,
N.
and
Vincent
,
E.
(
2013
),“
The diverse environments multi-channel acoustic noise database (DEMAND): a database of multichannel environmental noise recordings
”, in
Proceedings of Meetings on Acoustics ICA2013
, Vol.
19
, No.
1
,
Acoustical Society of America
, p.
35081
.
Tzinis
,
E.
,
Adi
,
Y.
,
Ithapu
,
V.K.
,
Xu
,
B.
and
Kumar
,
A.
(
2022
), “
Continual self-training with bootstrapped remixing for speech enhancement
”, in
ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
6947
-
6951
.
Upadhyay
,
N.
and
Karmakar
,
A.
(
2015
), “
Speech enhancement using spectral subtraction-type algorithms: a comparison and simulation study
”,
Procedia Computer Science
, Vol.
54
, pp.
574
-
584
.
Upadhyay
,
N.
and
Jaiswal
,
R.K.
(
2016
), “
Single channel speech enhancement: using Wiener filtering with recursive noise estimation
”,
Procedia Computer Science
, Vol.
84
, pp.
22
-
30
.
Varga
,
A.
and
Steeneken
,
H.J.
(
1993
), “
Assessment for automatic speech recognition: II. NOISEX-92: a database and an experiment to study the effect of additive noise on speech recognition systems
”,
Speech Communication
, Vol.
12
No.
3
, pp.
247
-
251
.
Veaux
,
C.
,
Yamagishi
,
J.
and
King
,
S.
(
2013
), “
The voice bank corpus: design, collection and data analysis of a large regional accent speech database
”, in
2013 International Conference Oriental COCOSDA Held Jointly with 2013 Conference on Asian Spoken Language Research and Evaluation (O-COCOSDA/CASLRE)
,
IEEE
, pp.
1
-
4
.
Wang
,
Y.
,
Li
,
J.
,
Wang
,
H.
,
Qian
,
Y.
,
Wang
,
C.
and
Wu
,
Y.
(
2022
), “
Wav2vec-switch: Contrastive learning from original-noisy speech pairs for robust speech recognition
”, in
ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
7097
-
7101
.
Yang
,
Y.
,
Trigoni
,
N.
and
Markham
,
A.
(
2024
), “
Pre-training feature guided diffusion model for speech enhancement
”,
arXiv preprint arXiv:2406.07646
.
Yen
,
H.
,
Germain
,
F.G.
,
Wichern
,
G.
and
Le Roux
,
J.
(
2023
), “
Cold diffusion for speech enhancement
”, in
ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
1
-
5
.
Yu
,
C.
,
Fu
,
S.-W.
,
Hsieh
,
T.-A.
,
Tsao
,
Y.
and
Ravanelli
,
M.
(
2021
), “
OSSEM: one-shot speaker adaptive speech enhancement using meta learning
”,
arXiv preprint arXiv:2111.05703
.
Zezario
,
R.E.
,
Fuh
,
C.-S.
,
Wang
,
H.-M.
and
Tsao
,
Y.
(
2021
), “
Speech enhancement with zero-shot model selection
”, in
2021 29th European Signal Processing Conference (EUSIPCO)
,
IEEE
, pp.
491
-
495
.
Zhang
,
Q.
,
Wickramasinghe
,
B.
,
Ambikairajah
,
E.
,
Sethu
,
V.
and
Li
,
H.
(
2025
), “
Should audio front-ends be adaptive? Comparing learnable and adaptive front-ends
”,
IEEE Transactions on Audio, Speech and Language Processing
, Vol.
33
, pp.
998
-
1010
.
Zhao
,
S.
,
Pan
,
Z.
,
Zhou
,
K.
,
Ma
,
Y.
,
Zhang
,
C.
and
Ma
,
B.
(
2025
), “
Conditional latent diffusion-based speech enhancement via dual context learning
”, in
ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
1
-
5
.
Zhou
,
Z.
,
Chen
,
D.
,
Wang
,
C.
and
Chen
,
C.
“ (
2024
),“
Fast ode-based sampling for diffusion models in around 5 steps
”, in
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
, pp.
7777
-
7786
.
Published by Emerald Publishing Limited. This article is published under the Creative Commons Attribution (CC BY 4.0) licence. Anyone may reproduce, distribute, translate and create derivative works of this article (for both commercial and non-commercial purposes), subject to full attribution to the original publication and authors. The full terms of this licence may be seen at Link to the terms of the CC BY 4.0 licenceLink to the terms of the CC BY 4.0 licence

Data & Figures

Figure 1.
A diagram of training and testing phases for speech enhancement with speech model, noise models, and reverse guidance process.The diagram presents the Training Phase and the Testing Phase. In the Training Phase, Clean Speech and Noise pass through Amplitude Normalize. Clean Speech enters the Speech Model to produce Reconstructed Speech. Noise enters Noise Model 0 to produce Reconstructed Noise. In Extension, Extra Noise passes to Noise Model N to produce Reconstructed Extra Noise. In the Testing Phase, Noisy input goes to the Speech Quality Evaluation. A decision compares Score versus Threshold. If False, a Reverse Process runs Speech Model and Noise Models with Speech Enhancement Guidance in a loop. If True, the output is Enhanced, marking End of Loop.

The architecture of proposed EN-AZS method

Figure 1.
A diagram of training and testing phases for speech enhancement with speech model, noise models, and reverse guidance process.The diagram presents the Training Phase and the Testing Phase. In the Training Phase, Clean Speech and Noise pass through Amplitude Normalize. Clean Speech enters the Speech Model to produce Reconstructed Speech. Noise enters Noise Model 0 to produce Reconstructed Noise. In Extension, Extra Noise passes to Noise Model N to produce Reconstructed Extra Noise. In the Testing Phase, Noisy input goes to the Speech Quality Evaluation. A decision compares Score versus Threshold. If False, a Reverse Process runs Speech Model and Noise Models with Speech Enhancement Guidance in a loop. If True, the output is Enhanced, marking End of Loop.

The architecture of proposed EN-AZS method

Close modal
Figure 2.
Diffusion model block with 1 by 1 convolution, dilated convolution, diffusion step embedding, and skip connections.The diagram shows a diffusion model block. The input passes through 1 by 1 convolution and Re L U, then enters a residual stack. A diffusion step embedding is processed by a fully connected layer F C with swish activation and another F C, then broadcast over length and added to the main path. A dilated convolution is applied, followed by addition and gated activation using tanh and sigma functions multiplied element wise. Two 1 by 1 convolution layers generate residual and skip outputs. Skip connections are summed and passed through 1 by 1 convolution, Re L U, and a final 1 by 1 convolution to produce the output.

The network architecture of unconditional DiffWave

Figure 2.
Diffusion model block with 1 by 1 convolution, dilated convolution, diffusion step embedding, and skip connections.The diagram shows a diffusion model block. The input passes through 1 by 1 convolution and Re L U, then enters a residual stack. A diffusion step embedding is processed by a fully connected layer F C with swish activation and another F C, then broadcast over length and added to the main path. A dilated convolution is applied, followed by addition and gated activation using tanh and sigma functions multiplied element wise. Two 1 by 1 convolution layers generate residual and skip outputs. Skip connections are summed and passed through 1 by 1 convolution, Re L U, and a final 1 by 1 convolution to produce the output.

The network architecture of unconditional DiffWave

Close modal
Figure 5.
Two spectrograms labelled a and b with a highlighted region comparing speech energy and harmonic patterns.The two time-frequency spectrograms labelled a and b. Panel a shows speech energy distributed across frequencies with visible harmonic bands and vertical structures. A rectangular highlighted region on the right marks a segment with clustered harmonic components and low-frequency energy near the bottom. Panel b shows a corresponding spectrogram with clearer harmonic bands and more distinct vertical structures across the same time region. Both panels display strong low-frequency energy along the bottom and time progression from left to right.

Comparison of audio spectrum of sampling without CC: (a) EN-AZS noise model result and (b) EN-AZS speech model result

Figure 5.
Two spectrograms labelled a and b with a highlighted region comparing speech energy and harmonic patterns.The two time-frequency spectrograms labelled a and b. Panel a shows speech energy distributed across frequencies with visible harmonic bands and vertical structures. A rectangular highlighted region on the right marks a segment with clustered harmonic components and low-frequency energy near the bottom. Panel b shows a corresponding spectrogram with clearer harmonic bands and more distinct vertical structures across the same time region. Both panels display strong low-frequency energy along the bottom and time progression from left to right.

Comparison of audio spectrum of sampling without CC: (a) EN-AZS noise model result and (b) EN-AZS speech model result

Close modal
Figure 3.
Four spectrograms labelled a to d comparing original, noisy, enhanced, and reconstructed speech signals.The four time frequency spectrograms are labelled a, b, c, and d. Panel a displays the original speech with clear harmonic structures and strong low-frequency energy highlighted in a rectangular region. Panel b shows noisy speech with blurred harmonic patterns and elevated background noise across frequencies. Panel c presents enhanced speech where harmonic structures and low-frequency bands reappear more distinctly within the highlighted region. Panel d shows reconstructed speech with visible vertical structures and harmonic bands similar to panel a, but with some residual noise patterns.

Comparison of audio spectrum of sampling with SQG and CC: (a) noisy; (b) EN-AZS noise model result and (c) EN-AZS speech model result, and (d) clean

Figure 3.
Four spectrograms labelled a to d comparing original, noisy, enhanced, and reconstructed speech signals.The four time frequency spectrograms are labelled a, b, c, and d. Panel a displays the original speech with clear harmonic structures and strong low-frequency energy highlighted in a rectangular region. Panel b shows noisy speech with blurred harmonic patterns and elevated background noise across frequencies. Panel c presents enhanced speech where harmonic structures and low-frequency bands reappear more distinctly within the highlighted region. Panel d shows reconstructed speech with visible vertical structures and harmonic bands similar to panel a, but with some residual noise patterns.

Comparison of audio spectrum of sampling with SQG and CC: (a) noisy; (b) EN-AZS noise model result and (c) EN-AZS speech model result, and (d) clean

Close modal
Figure 4.
Two spectrograms labelled a and b with highlighted regions comparing speech energy patterns before and after enhancement.The two time-frequency spectrograms are labelled a and b. Panel a presents a speech spectrogram with visible harmonic bands and vertical structures. Two rectangular highlighted regions mark areas of interest, including mid-frequency and higher energy segments. Panel b shows a corresponding spectrogram with a similar overall structure. The highlighted regions display clearer harmonic components and more distinct vertical patterns compared with panel a. Both panels show strong low-frequency energy bands along the bottom and time progressing horizontally across the image.

Comparison of audio spectrum of sampling without SQG: (a) EN-AZS noise model result; and (b) EN-AZS speech model result

Figure 4.
Two spectrograms labelled a and b with highlighted regions comparing speech energy patterns before and after enhancement.The two time-frequency spectrograms are labelled a and b. Panel a presents a speech spectrogram with visible harmonic bands and vertical structures. Two rectangular highlighted regions mark areas of interest, including mid-frequency and higher energy segments. Panel b shows a corresponding spectrogram with a similar overall structure. The highlighted regions display clearer harmonic components and more distinct vertical patterns compared with panel a. Both panels show strong low-frequency energy bands along the bottom and time progressing horizontally across the image.

Comparison of audio spectrum of sampling without SQG: (a) EN-AZS noise model result; and (b) EN-AZS speech model result

Close modal
Table 1.

Detailed model settings for Diffwave

Learning_rate: 2e-4
Data length L: 2 × 16k
Input (B, 1, L)Diffusion-step embedding (B, 128)
After Conv1x1 (B, 128, L)After FC: (B, 512)
After FC: (B, 512)
Residual block (30 layers)After FC: (B, 128)
Broadcast: (B, 128, L)
Dilated Conv setting: kernel size: 3, dilation: 2c mod 10
After Dilated Conv: (B, 256, L)
After left Conv1x1: (B, 128, L)After right Conv1x1: (B, 256, L)
OutputAfter Conv1x1 (B, 256, L)
After Conv1x1 (B, 1, L)
Table 2.

Mixture details of the training set

NoiseNoiseX92DemandMUSAN
SpeechN6N9N15NoiseMusic
TIMITTIMIT-N6TIMIT-N9TIMIT-N15
VCTKVCTK-DM
MUSANMUSAN-noiseMUSAN-music
Table 3.

Speech quality evaluation by SQG under different perception standards in the reverse process

MethodUnpair ref.PESQ-WBSISDRSTOIMOS
CsigCbakCovl
Noisy1.09476.35580.82432.52212.03612.3956
PESQ (Kumar et al., 2023)2.01168.08120.86713.01552.48202.5914
SISDR (Kumar et al., 2023)2.06948.37730.90843.16552.49032.5902
MOS (Manocha and Kumar, 2022)2.07008.57470.91003.31912.60782.7093
MOS (Manocha and Kumar, 2022)2.06858.50060.91003.16792.49362.5918
MOS-Loss (Rosenbaum et al., 2023)2.07198.58700.91033.32622.60912.7140
MOS-Loss (Rosenbaum et al., 2023)2.06838.55440.90993.31592.60332.7068
Table 4.

Speech quality evaluation with CC in the reverse process

MethodExecution time (s)PESQ-WBSISDRSTOIMOS
CsigCbakCovl
Noisy1.09476.35580.82432.52212.03612.3956
Matrix-based0.172.05118.47100.90533.26252.60512.6490
BP-based0.191.96428.42650.87843.11672.56922.5523
Table 5.

Ablation study on update number and timing

MethodUpdate timesPESQ-WBSISDRSTOIMOS
CsigCbakCovl
Noisy1.09476.35580.82432.52212.03612.3956
diffwave1.77437.13370.86812.75452.48222.4397
+SQ12.07198.58700.91033.32622.60912.7140
+CC12.05118.47100.90533.26252.60512.6490
+SQ+CC
after SQ12.05618.52900.91023.29492.58972.6775
after CC12.23378.62540.92383.38102.72642.7853
both22.02168.54230.90883.03512.56862.5898
Table 6.

Comparison between extended training and retraining

MethodNoise setPESQ-WBSISDRSTOIMOS
CsigCbakCovl
RetrainingN152.23178.66270.92163.38512.74222.7662
ExtendedN9, N62.23378.62540.92383.38102.72642.7653
Extended (best of the ten)N9, N62.25148.68510.92583.38652.78632.8237
Table 7.

Use TIMIT-N15 training and compare EN-AZS with other methods on VCTK-DM

MethodUnsupervisedPESQ-WBMOS
CsigCbakCovl
Noisy1.973.352.442.63
MetricGAN+2.353.242.422.72
PKD2.123.182.372.56
EN-AZS2.483.382.492.68
Table 8.

Use VCTK-DM training and compare EN-AZS with other methods on TIMIT test set

MethodUnsupervisedPESQ-WBMOS
CsigCbakCovl
Noisy1.092.522.032.39
MetricGAN+1.822.602.122.34
PKD1.342.572.112.43
EN-AZS2.172.832.252.68
Table 9.

Use MUSAN training and compare EN-AZS with other methods on VCTK-DM

MethodUnsupervisedPESQ-WBMOS
CsigCbakCovl
Noisy1.973.352.442.63
MetricGAN+2.383.322.422.66
PKD2.133.212.382.54
+fine-tune2.243.292.382.62
EN-AZS2.513.382.492.68
+extended2.573.402.512.72
Table 10.

Use MUSAN training and compare EN-AZS with other methods on TIMIT test set

MethodUnsupervisedPESQ-WBMOS
CsigCbakCovl
Noisy1.092.522.032.39
MetricGAN+1.932.632.142.41
PKD1.322.562.112.44
+fine-tune1.332.552.122.42
EN-AZS2.233.342.762.80
+extended2.263.362.762.78

Supplements

References

Abd El-Fattah
,
M.A.
,
Dessouky
,
M.I.
,
Abbas
,
A.M.
,
Diab
,
S.M.
,
El-Rabaie
,
E.S.M.
,
Al-Nuaimy
,
W.
,
Alshebeili
,
S.A.
and
Abd El-Samie
,
F.E.
(
2014
), “
Speech enhancement with an adaptive Wiener filter
”,
International Journal of Speech Technology
, Vol.
17
No.
1
, pp.
53
-
64
.
Baevski
,
A.
,
Zhou
,
Y.
,
Mohamed
,
A.
and
Auli
,
M.
(
2020
), “
wav2vec 2.0: a framework for self-supervised learning of speech representations
”,
Advances in Neural Information Processing Systems
, Vol.
33
, pp.
12449
-
12460
.
Casebeer
,
J.
,
Isik
,
U.
,
Venkataramani
,
S.
and
Krishnaswamy
,
A.
(
2020
), “
Efficient trainable front-ends for neural speech enhancement
”, in
ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
6639
-
6643
.
Ephraim
,
Y.
(
2002
), “
Statistical-model-based speech enhancement systems
”,
Proceedings of the IEEE
, Vol.
80
No.
10
, pp.
1526
-
1555
.
Fu
,
S.-W.
,
Tsao
,
Y.
,
Hwang
,
H.-T.
and
Wang
,
H.-M.
(
2018
), “
Quality-Net: an end-to-end non-intrusive speech quality assessment model based on BLSTM
”,
arXiv preprint arXiv:1808.05344
.
Fu
,
S.-W.
,
Yu
,
C.
,
Hsieh
,
T.A.
,
Plantinga
,
P.
,
Ravanelli
,
M.
,
Lu
,
X.
and
Tsao
,
Y.
(
2021
), “
MetricGAN+: an improved version of MetricGAN for speech enhancement
”,
arXiv preprint arXiv:2104.03538
.
Fujita
,
K.
,
Sato
,
H.
,
Ashihara
,
T.
,
Kanagawa
,
H.
,
Delcroix
,
M.
,
Moriya
,
T.
and
Ijima
,
Y.
(
2024
), “
Noise-robust zero-shot text-to-speech synthesis conditioned on self-supervised speech-representation model with adapters
”, in
ICASSP 2024-2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
11471
-
11475
.
Garofolo
,
J.S.
,
Lamel
,
L.F.
,
Fisher
,
W.M.
,
Fiscus
,
J.G.
and
Pallett
,
D.S.
(
1993
), “
DARPA TIMIT acoustic-phonetic continuous speech corpus CD-ROM. NIST speech disc 1-1.1
”,
NASA STI/Recon Technical Report
, Vol.
93
, p.
27403
.
Gonzalez
,
P.
,
Tan
,
Z.-H.
,
Østergaard
,
J.
,
Jensen
,
J.
,
Alstrøm
,
T.S.
and
May
,
T.
(
2024
), “
Investigating the design space of diffusion models for speech enhancement
”,
IEEE/ACM Transactions on Audio, Speech, and Language Processing
, Vol.
32
.
Ho
,
J.
,
Jain
,
A.
and
Abbeel
,
P.
(
2020
), “
Denoising diffusion probabilistic models
”,
Advances in Neural Information Processing Systems
, Vol.
33
, pp.
6840
-
6851
.
Hu
,
Y.
,
Chen
,
C.
,
Li
,
R.
,
Zhu
,
Q.
and
Chng
,
E.S.
(
2023
), “
Noise-aware speech enhancement using diffusion probabilistic model
”,
arXiv preprint arXiv:2307.08029
.
Iashchenko
,
A.
,
Andreev
,
P.
,
Shchekotov
,
I.
,
Babaev
,
N.
and
Vetrov
,
D.
(
2023
), “
UnDiff: Unsupervised voice restoration with unconditional diffusion model
”,
arXiv preprint arXiv:2306.00721
.
Kim
,
S.
and
Kim
,
M.
(
2021
), “
Test-time adaptation toward personalized speech enhancement: Zero-shot learning with knowledge distillation
”, in
2021 IEEE Workshop on Applications of Signal Processing to Audio and Acoustics (WASPAA)
,
IEEE
, pp.
176
-
180
.
Kong
,
Z.
,
Ping
,
W.
,
Huang
,
J.
,
Zhao
,
K.
and
Catanzaro
,
B.
(
2020
), “
Diffwave: a versatile diffusion model for audio synthesis
”,
arXiv preprint arXiv:2009.09761
.
Kumar
,
A.
,
Tan
,
K.
,
Ni
,
Z.
,
Manocha
,
P.
,
Zhang
,
X.
,
Henderson
,
E.
and
Xu
,
B.
(
2023
), “
Torchaudio-squim: reference-less speech quality and intelligibility measures in torchaudio
”, in
ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
1
-
5
.
Lee
,
J.
,
Jung
,
Y.
,
Jung
,
M.
and
Kim
,
H.
(
2020
), “
Dynamic noise embedding: Noise aware training and adaptation for speech enhancement
”, in
2020 Asia-Pacific Signal and Information Processing Association Annual Summit and Conference (APSIPA ASC)
,
IEEE
, pp.
739
-
746
.
Lu
,
C.
,
Zhou
,
Y.
,
Bao
,
F.
,
Chen
,
J.
,
Li
,
C.
and
Zhu
,
J.
(
2022
), “
DPM-solver: a fast ode solver for diffusion probabilistic model sampling in around 10 steps
”,
Advances in Neural Information Processing Systems
, Vol.
35
, pp.
5775
-
5787
.
Luo
,
Y.
and
Mesgarani
,
N.
(
2019
), “
Conv-tasnet: surpassing ideal time–frequency magnitude masking for speech separation
”,
IEEE/ACM Transactions on Audio, Speech, and Language Processing
, Vol.
27
No.
8
, pp.
1256
-
1266
.
Mannanova
,
A.
,
Tesch
,
K.
,
Lemercier
,
J.-M.
and
Gerkmann
,
T.
(
2024
), “
Meta-learning for variable array configurations in end-to-end few-shot multichannel speech enhancement
”, in
2024 18th International Workshop on Acoustic Signal Enhancement (IWAENC)
,
IEEE
, pp.
200
-
204
.
Manocha
,
P.
and
Kumar
,
A.
(
2022
), “
Speech quality assessment through MOS using non-matching references
”,
arXiv preprint arXiv:2206.12285
.
Rosenbaum
,
T.
,
Cohen
,
I.
,
Winebrand
,
E.
and
Gabso
,
O.
(
2023
), “
Differentiable mean opinion score regularization for perceptual speech enhancement
”,
Pattern Recognition Letters
, Vol.
166
, pp.
159
-
163
.
Sadeghi
,
M.
,
Ayilo
,
J.-E.
,
Serizel
,
R.
and
Alameda-Pineda
,
X.
(
2025
), “
Posterior transition modeling for unsupervised diffusion-based speech enhancement
”,
arXiv preprint arXiv:2507.02391
.
Salimans
,
T.
and
Ho
,
J.
(
2022
), “
Progressive distillation for fast sampling of diffusion models
”,
arXiv preprint arXiv:2202.00512
.
Sivaraman
,
A.
and
Kim
,
M.
(
2021
), “
Zero-shot personalized speech enhancement through speaker-informed model selection
”, in
2021 IEEE Workshop on Applications of Signal Processing to Audio and Acoustics (WASPAA)
,
IEEE
, pp.
171
-
175
.
Snyder
,
D.
,
Chen
,
G.
and
Povey
,
D.
(
2015
), “
Musan: a music, speech, and noise corpus
”,
arXiv preprint arXiv:1510.08484
.
Thiemann
,
J.
,
Ito
,
N.
and
Vincent
,
E.
(
2013
),“
The diverse environments multi-channel acoustic noise database (DEMAND): a database of multichannel environmental noise recordings
”, in
Proceedings of Meetings on Acoustics ICA2013
, Vol.
19
, No.
1
,
Acoustical Society of America
, p.
35081
.
Tzinis
,
E.
,
Adi
,
Y.
,
Ithapu
,
V.K.
,
Xu
,
B.
and
Kumar
,
A.
(
2022
), “
Continual self-training with bootstrapped remixing for speech enhancement
”, in
ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
6947
-
6951
.
Upadhyay
,
N.
and
Karmakar
,
A.
(
2015
), “
Speech enhancement using spectral subtraction-type algorithms: a comparison and simulation study
”,
Procedia Computer Science
, Vol.
54
, pp.
574
-
584
.
Upadhyay
,
N.
and
Jaiswal
,
R.K.
(
2016
), “
Single channel speech enhancement: using Wiener filtering with recursive noise estimation
”,
Procedia Computer Science
, Vol.
84
, pp.
22
-
30
.
Varga
,
A.
and
Steeneken
,
H.J.
(
1993
), “
Assessment for automatic speech recognition: II. NOISEX-92: a database and an experiment to study the effect of additive noise on speech recognition systems
”,
Speech Communication
, Vol.
12
No.
3
, pp.
247
-
251
.
Veaux
,
C.
,
Yamagishi
,
J.
and
King
,
S.
(
2013
), “
The voice bank corpus: design, collection and data analysis of a large regional accent speech database
”, in
2013 International Conference Oriental COCOSDA Held Jointly with 2013 Conference on Asian Spoken Language Research and Evaluation (O-COCOSDA/CASLRE)
,
IEEE
, pp.
1
-
4
.
Wang
,
Y.
,
Li
,
J.
,
Wang
,
H.
,
Qian
,
Y.
,
Wang
,
C.
and
Wu
,
Y.
(
2022
), “
Wav2vec-switch: Contrastive learning from original-noisy speech pairs for robust speech recognition
”, in
ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
7097
-
7101
.
Yang
,
Y.
,
Trigoni
,
N.
and
Markham
,
A.
(
2024
), “
Pre-training feature guided diffusion model for speech enhancement
”,
arXiv preprint arXiv:2406.07646
.
Yen
,
H.
,
Germain
,
F.G.
,
Wichern
,
G.
and
Le Roux
,
J.
(
2023
), “
Cold diffusion for speech enhancement
”, in
ICASSP 2023-2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
1
-
5
.
Yu
,
C.
,
Fu
,
S.-W.
,
Hsieh
,
T.-A.
,
Tsao
,
Y.
and
Ravanelli
,
M.
(
2021
), “
OSSEM: one-shot speaker adaptive speech enhancement using meta learning
”,
arXiv preprint arXiv:2111.05703
.
Zezario
,
R.E.
,
Fuh
,
C.-S.
,
Wang
,
H.-M.
and
Tsao
,
Y.
(
2021
), “
Speech enhancement with zero-shot model selection
”, in
2021 29th European Signal Processing Conference (EUSIPCO)
,
IEEE
, pp.
491
-
495
.
Zhang
,
Q.
,
Wickramasinghe
,
B.
,
Ambikairajah
,
E.
,
Sethu
,
V.
and
Li
,
H.
(
2025
), “
Should audio front-ends be adaptive? Comparing learnable and adaptive front-ends
”,
IEEE Transactions on Audio, Speech and Language Processing
, Vol.
33
, pp.
998
-
1010
.
Zhao
,
S.
,
Pan
,
Z.
,
Zhou
,
K.
,
Ma
,
Y.
,
Zhang
,
C.
and
Ma
,
B.
(
2025
), “
Conditional latent diffusion-based speech enhancement via dual context learning
”, in
ICASSP 2025-2025 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)
,
IEEE
, pp.
1
-
5
.
Zhou
,
Z.
,
Chen
,
D.
,
Wang
,
C.
and
Chen
,
C.
“ (
2024
),“
Fast ode-based sampling for diffusion models in around 5 steps
”, in
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
, pp.
7777
-
7786
.

Languages

or Create an Account

Close Modal
Close Modal