Views
No views yet
sourcetrace, which
names which generator produced a synthetic speech clip — or reports that the
generator is not one it has seen.torch.save dict with
format: "sourcetrace-method-checkpoint", loaded by sourcetrace.method.Method.load.
They hold the small trained head plus the fitted scoring stack (class anchors,
relative-Mahalanobis density, z-norm constants, conformal calibration, per-block
whitening). The front-ends — microsoft/wavlm-large and facebook/encodec_24khz — are
frozen, are not included here, and are fetched separately by
scripts/download_models.py.[ SSL 0:2048 | signature 2048:2100 | codec residual 2100:2133 ], produced by
scripts/extract_features.py. There is no way to run these weights without the
repository and an extracted feature cache.mlaad_v5.pt| Metric | Value | Published SOTA |
|---|---|---|
| FPR95 (lower better) | 1.14 % | 3.36 % |
| OOD-EER (lower better) | 3.66 % | — |
| Closed-set accuracy | 99.34 % | — |
results/ablation/full.json bit-for-bit — FPR95 1.1428571428571428, OOD-EER
3.6571428571428575, closed-set 99.33714285714285, under exact equality rather than a
tolerance. This file is that fit. Downloading it saves the ~35-40 min fit and nothing
else: evaluation still reads the feature cache, so MLAAD v5 must be downloaded and
extracted first.1huggingface-cli download RootAccess4Life/ood-source-tracing mlaad_v5.pt \
2 --local-dir checkpoints
3python scripts/evaluate.py --task mlaad_v5 --checkpoint checkpoints/mlaad_v5.ptstopa.pt| Metric | Value | Published SOTA |
|---|---|---|
| Unknown-attack EER (lower better) | 9.33 % | 16.43 % |
| Known-attack EER | 10.79 % | — |
results/stopa_measured.json.1huggingface-cli download RootAccess4Life/ood-source-tracing stopa.pt --local-dir checkpoints
2python scripts/evaluate.py --task stopa --checkpoint checkpoints/stopa.ptdocs/METHOD.md. It does not
reproduce an earlier reference implementation's FPR95 = 0.7543 % / OOD-EER = 2.81 %;
that head's seeded initialisation is unrecoverable and those figures are retired.1@inproceedings{pujari2027frontend,
2 title = {Front-End Evidence and Calibrated Abstention for
3 Open-Set Audio Deepfake Attribution},
4 author = {Pujari, Aditya},
5 booktitle = {Proc. IEEE ICASSP},
6 year = {2027}
7}