File size: 1,426 Bytes
25877f9
 
 
 
 
 
 
 
4d2200c
25877f9
 
 
 
b5b597f
4d2200c
 
 
25877f9
 
 
 
 
4d2200c
25877f9
4d2200c
25877f9
 
b5b597f
05e42e2
b5b597f
 
 
 
 
25877f9
 
4d2200c
25877f9
4d2200c
25877f9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: mit
tags:
  - speech-enhancement
  - interpretability
  - cka
  - probing
---

# SE-Probe full results dataset

Pre-computed CKA, diffusion-map, and probing results 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).

📄 Paper: [arXiv:2512.00482](https://arxiv.org/abs/2512.00482)

## Layout

- `snr/cka_snr_<model>.parquet`: per-architecture (MUSE, MP-SENet, Demucs) CKA values across additive-noise SNRs and DEMAND noise types, with per-row audio quality metrics (PESQ, STOI, SI-SDR, DNSMOS family).
- `reverb/cka_reverb_muse_epoch_<N>.parquet`: per-epoch reverb-FT MUSE probing parquets. Epoch 48 is the final fine-tuned model; the others trace the fine-tuning trajectory.
- `diffusion_maps/`: pre-computed diffusion-map embeddings per (model, snr, noise, layer).

Total ~3.1 GB. To download into a local SE-Probe checkout: `python scripts/setup.py --full-data`.

## Citation

```bibtex
@article{amar2026seprobe,
  title         = {Where Does Speech Enhancement Adapt? Probing Study Under Controlled Degradation},
  author        = {Yair Amar and Amir Ivry and Israel Cohen},
  year          = {2026},
  eprint        = {2512.00482},
  archivePrefix = {arXiv},
  primaryClass  = {eess.AS},
  url           = {https://arxiv.org/abs/2512.00482}
}
```

## License

MIT.