StuPASE is a state-of-the-art generative speech enhancement model trained to remove noise and reverberation while preserving linguistic content and speaker identity, and achieving studio-level perceptual quality. It operates on 16 kHz mono audio.
Model Details
Model Description
High-level system design
StuPASE contains three main components:
DeWavLM-R: Performs low-hallucination phonetic enhancement, fine‑tuned from DeWavLM using dry targets for improved dereverberation.
These source datasets were used to prepare training mixtures and train the released model. The model card and repository do not redistribute the underlying dataset contents; please refer to the original dataset pages and licenses below.
Dataset Attribution
DNS5 Challenge clean speech (LibriVox subset): clean-speech material prepared from LibriVox through the DNS Challenge. The LibriVox recordings used for this portion are public domain and were used as clean-speech training data for the released checkpoint.
LibriSpeech: LibriSpeech by Vassil Panayotov et al., licensed under CC BY 4.0. It was used as clean-speech training data for the released checkpoint.
LibriTTS: LibriTTS by Heiga Zen et al., licensed under CC BY 4.0. It was used as clean-speech training data for the released checkpoint.
VCTK Corpus: the VCTK dataset from the Centre for Speech Technology Research, University of Edinburgh, licensed under CC BY 4.0. It was used as clean-speech training data for the released checkpoint.
DNS5 Challenge noise resources: noise data prepared through the DNS Challenge and used to synthesize noisy training mixtures for the released checkpoint. For this release, the DNS5 noise resources draw on AudioSet material licensed under CC BY 4.0, selected Freesound files licensed under CC0 1.0, and DEMAND environmental recordings licensed under CC BY-SA 3.0.
OpenSLR26 and OpenSLR28: OpenSLR26 and OpenSLR28 room impulse response resources, both licensed under Apache 2.0, were used to add reverberation during training.
The performance of the retrained version compared to the original one:
Model
DNSMOS
UTMOS
SBS
LPS
SpkSim
WER (%)
DeWavLM-R (orig.)
3.35
3.94
0.84
0.88
0.49
13.22
DeWavLM-R (retrained)
3.38
3.62
0.85
0.89
0.41
12.27
StuPASE (orig.)
3.37
4.08
0.85
0.90
0.68
11.57
StuPASE (retrained)
3.36
4.02
0.85
0.89
0.66
12.06
It can be seen that the retrained version achieves performance very close to that of the original version on our simulated test set.
Overall, StuPASE achieves:
Lowest WER among evaluated generative and discriminative baselines
Highest speaker similarity (SpkSim)
Highest perceptual quality with low hallucination rates
Consistent performance across noisy and reverberant conditions
Bias, Risks, and Limitations
Model trained primarily on English speech; performance may degrade for other languages.
Very strong noise or mismatched reverberation conditions can introduce artifacts.
Speaker characteristics are preserved but not guaranteed perfectly.
Recommendations
Evaluate outputs for your specific use case. Avoid deployments where misunderstanding enhanced speech could have safety or legal consequences.
Citation
If you use StuPASE in your research, please cite:
bibtex
1@misc{StuPASE,
2 title={{StuPASE: Towards Low-Hallucination Studio-Quality Generative Speech Enhancement}},
3 author={Xiaobin Rong and Jun Gao and Zheng Wang and Mansur Yesilbursa and Kamil Wojcicki and Jing Lu},
4 year={2026},
5 eprint={2603.09234},
6 archivePrefix={arXiv},
7 primaryClass={eess.AS},
8 url={https://arxiv.org/abs/2603.09234},
9}