korallll commited on
Commit
da9ec70
·
1 Parent(s): c578c83

Seed random-baseline submission for DFADD (#1)

Browse files

- Seed random-baseline submission for DFADD (defda63488f4b4ef088210a6606ecf3613e0fe20)
- Fill reproduction block (match: scoring) (0f493bcfe72db1a8a5bc1db27d0d9d6bce7c5fdf)

Files changed (1) hide show
  1. submissions/random-baseline.yaml +65 -0
submissions/random-baseline.yaml ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+
3
+ system:
4
+ name: random-baseline
5
+ slug: random-baseline
6
+ description: >
7
+ Reference random baseline. Returns N(0, 1) for every utterance using a
8
+ fixed seed (seed=0). EER ≈ 50% by construction. Used as the seeded
9
+ smoke-test baseline for the arena (roadmap Phase 3).
10
+ code: https://github.com/SpeechAntiSpoofingBenchmarks/speech-spoof-bench
11
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas
12
+ params_millions: 1
13
+ paper:
14
+ arxiv_id: "1911.01601"
15
+ url: https://arxiv.org/abs/1911.01601
16
+ bibtex: |
17
+ @article{wang2020asvspoof,
18
+ title={ASVspoof 2019: A large-scale public database of synthesized,
19
+ converted and replayed speech},
20
+ author={Wang, Xin and Yamagishi, Junichi and Todisco, Massimiliano and
21
+ Delgado, H{\'e}ctor and Nautsch, Andreas and Evans, Nicholas
22
+ and Sahidullah, Md and Vestman, Ville and Kinnunen, Tomi and
23
+ Lee, Kong Aik and others},
24
+ journal={Computer Speech \& Language},
25
+ volume={64},
26
+ pages={101114},
27
+ year={2020},
28
+ publisher={Elsevier}
29
+ }
30
+
31
+ dataset:
32
+ id: SpeechAntiSpoofingBenchmarks/DFADD
33
+ revision: c578c836da3b522b27d3dd85f89309f1737e5d31
34
+ split: test
35
+
36
+ scores:
37
+ eer_percent: 48.21192052980132
38
+ n_trials: 3755
39
+ n_skipped: 0
40
+
41
+ artifact:
42
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/78d28e1b7be5df39771b8f0f0151c68def153d58/.eval_results/SpeechAntiSpoofingBenchmarks/DFADD/scores.txt
43
+ scores_sha256: e217aa5e91d2410fdb9baeb5de7a291aeaa3d844efaa472fece67edc8a214bc8
44
+ bench_version: speech-spoof-bench==0.3.4
45
+
46
+ reproduction:
47
+ reproduced_by: SpeechAntiSpoofingBenchmarks
48
+ reproduced_at: 2026-06-10
49
+ reproduced_bench_version: speech-spoof-bench==0.3.4
50
+ match: scoring
51
+
52
+ submitter:
53
+ hf_username: SpeechAntiSpoofingBenchmarks
54
+ contact: k.n.borodin@mtuci.ru
55
+
56
+ submitted_at: 2026-06-10
57
+
58
+ notes: >
59
+ Seeded random baseline for the newly-added DFADD dataset (DFADD: The Diffusion
60
+ and Flow-Matching Based Audio Deepfake Dataset, arXiv 2409.08731; MIT;
61
+ VCTK-derived; eval/test split). 3755 trials: 755 bonafide (VCTK) / 3000 spoof
62
+ from 5 modern TTS (Grad-TTS, Matcha-TTS, NaturalSpeech 2, PFlow-TTS, StyleTTS 2,
63
+ 600 each). Random baseline has no paper of its own; the paper field cites the
64
+ ASVspoof 2019 dataset paper as a placeholder, per the Phase 3 convention and
65
+ consistent with the other random-baseline submissions (same system slug).