Robust One-step Speech Enhancement via Consistency Distillation
Paper β’ 2507.05688 β’ Published β’ 1
Liang Xu, Longfei Felix Yan, W. Bastiaan Kleijn
IEEE Workshop on Applications of Signal Processing to Audio and Acoustics (WASPAA), 2025 β Oral Presentation
ROSE-CD proposes a one-step consistency training (CT) framework for real-time speech enhancement. It accelerates inference by 54Γ compared to the 30-step teacher diffusion model while achieving superior performance across all objective metrics.
| Directory | Description | Benchmark |
|---|---|---|
logs/CT_pesq5e-4_L2/ |
One-step CT model checkpoint | VoiceBank-DEMAND |
logs/teacher/ |
30-step Teacher model checkpoint | VoiceBank-DEMAND |
logs/CT_SE_EARS_pesq5e-4_L2/ |
One-step CT model checkpoint | EARS-WHAM (SE) |
logs/teacher_SE_EARS/ |
Teacher model checkpoint | EARS-WHAM (SE) |
logs/CT_Reverb_EARS_pesq5e-4_L2/ |
One-step CT model checkpoint | EARS-REVERB (Dereverb) |
logs/teacher_Reverb_EARS/ |
Teacher model checkpoint | EARS-REVERB (Dereverb) |
Enhanced audio outputs are provided under out/.
| Model | Steps | PESQ (β) | ESTOI (β) | SI-SDR (β) | SI-SIR (β) | SI-SAR (β) |
|---|---|---|---|---|---|---|
| Teacher | 30 | 2.89 | 0.86 | 16.7 | 26.7 | 17.6 |
| CT (Ours) | 1 | 3.47 | 0.87 | 19.2 | 29.2 | 20.0 |
| Model | Steps | WER (β) | PESQ (β) | SI-SDR (β) | ESTOI (β) |
|---|---|---|---|---|---|
| SGMSE+ | 60 | 18.65% | 2.20 | 14.2 | 0.84 |
| ROSE-CD (Ours) | 1 | 18.19% | 2.81 | 15.3 | 0.85 |
| Model | Steps | WER (β) | PESQ (β) | ESTOI (β) |
|---|---|---|---|---|
| SGMSE+ | 60 | 17.32% | 1.95 | 0.76 |
| ROSE-CD (Ours) | 1 | 15.78% | 2.69 | 0.82 |
pip install huggingface_hub
huggingface-cli download LIANGXU123/ROSE-CD --local-dir ./
# To download a specific checkpoint: --include "logs/CT_pesq5e-4_L2/*"
Place the downloaded logs/ directory inside the code repository and follow the evaluation instructions therein.
@inproceedings{xu2025robust,
title={Robust One-step Speech Enhancement via Consistency Distillation},
author={Xu, Liang and Yan, Longfei Felix and Kleijn, W Bastiaan},
booktitle={2025 IEEE Workshop on Applications of Signal Processing to Audio and Acoustics (WASPAA)},
pages={1--5},
year={2025},
organization={IEEE},
doi={10.1109/WASPAA66052.2025.11230988}
}
This project is released under the MIT License.