README: add arXiv link + citation
Browse files
README.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
| 1 |
# SE-Probe model artefacts
|
| 2 |
|
| 3 |
-
Companion model checkpoints for [SE-Probe](https://github.com/YairAmar/SE-Probe).
|
|
|
|
|
|
|
| 4 |
|
| 5 |
## Files
|
| 6 |
|
| 7 |
-
- `muse_reverb_e48.pt` (2.3 MB): Reverb
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
## License
|
| 12 |
|
|
|
|
| 1 |
# SE-Probe model artefacts
|
| 2 |
|
| 3 |
+
Companion model checkpoints for [SE-Probe](https://github.com/YairAmar/SE-Probe), the public code release for *"Where Does Speech Enhancement Adapt? Probing Study Under Controlled Degradation"* (Amar, Ivry, Cohen, 2026).
|
| 4 |
+
|
| 5 |
+
📄 Paper: <https://arxiv.org/abs/2512.00482>
|
| 6 |
|
| 7 |
## Files
|
| 8 |
|
| 9 |
+
- `muse_reverb_e48.pt` (2.3 MB): Reverb fine-tuned MUSE checkpoint (epoch 48). PESQ 3.02 / STOI 0.944 on the 824x5 RIR test set; this is the model probed in Section 4.2 of the paper. Trained from the upstream noise-only MUSE g_best, fine-tuned on RIR-Mega convolutive mixtures.
|
| 10 |
+
|
| 11 |
+
The training pipeline that produced this checkpoint is vendored in the SE-Probe repository under `training/` (originally <https://github.com/YairAmar/muse-dereverb-ft>).
|
| 12 |
+
|
| 13 |
+
## Citation
|
| 14 |
|
| 15 |
+
```bibtex
|
| 16 |
+
@article{amar2026seprobe,
|
| 17 |
+
title = {Where Does Speech Enhancement Adapt? Probing Study Under Controlled Degradation},
|
| 18 |
+
author = {Amar, Yair and Ivry, Amir and Cohen, Israel},
|
| 19 |
+
year = {2026},
|
| 20 |
+
eprint = {2512.00482},
|
| 21 |
+
archivePrefix = {arXiv},
|
| 22 |
+
primaryClass = {eess.AS},
|
| 23 |
+
url = {https://arxiv.org/abs/2512.00482}
|
| 24 |
+
}
|
| 25 |
+
```
|
| 26 |
|
| 27 |
## License
|
| 28 |
|