korallll commited on
Commit
52cb3aa
·
verified ·
1 Parent(s): 2ab9156

Add DF Arena 500M submission (eer=4.3303%, scoring-verified)

Browse files
Files changed (1) hide show
  1. submissions/df-arena-500m.yaml +48 -0
submissions/df-arena-500m.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: DF Arena 500M
4
+ slug: df-arena-500m
5
+ description: RAPTOR universal anti-spoofing model. A wav2vec 2.0 XLS-R 300M self-supervised front-end
6
+ whose per-layer hidden states are combined by learnable attention pooling (a layer-wise sigmoid gate
7
+ over an attention-pooled summary), then passed through a 4-block Conformer head with a class token
8
+ to a 2-way classifier. FP32, deterministic first-64600-sample (~4.04 s @ 16 kHz) window, tile-repeat
9
+ if shorter (no random crop, no resampling). score = softmax(logits)[bonafide]; higher = more bona
10
+ fide. Official Speech-Arena-2025/DF_Arena_500M_V_1 checkpoint.
11
+ code: https://huggingface.co/Speech-Arena-2025/DF_Arena_500M_V_1
12
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/DF_Arena_500M_V_1
13
+ params_millions: 436.1919
14
+ paper:
15
+ arxiv_id: '2603.06164'
16
+ url: https://arxiv.org/abs/2603.06164
17
+ bibtex: "@misc{kulkarni2026compactsslbackbonesmatter,\n title={Do Compact SSL Backbones Matter for\
18
+ \ Audio Deepfake Detection? A Controlled Study with RAPTOR},\n author={Ajinkya Kulkarni and Sandipana\
19
+ \ Dowerah and Atharva Kulkarni and Tanel Alumäe and Mathew Magimai Doss},\n year={2026},\n eprint={2603.06164},\n\
20
+ \ archivePrefix={arXiv},\n primaryClass={cs.SD},\n url={https://arxiv.org/abs/2603.06164}\n}\n"
21
+ dataset:
22
+ id: SpeechAntiSpoofingBenchmarks/DECRO
23
+ revision: e54c29df5b81bac75e5cc294d1ab0d4db72a5c71
24
+ split: test
25
+ scores:
26
+ eer_percent: 4.330292846855497
27
+ n_trials: 37314
28
+ n_skipped: 0
29
+ artifact:
30
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/DF_Arena_500M_V_1/resolve/1af1f09ebe5ec6b57f48ea6c980c90f4c349ca1e/.eval_results/SpeechAntiSpoofingBenchmarks/DECRO/scores.txt
31
+ scores_sha256: c1259f8f7047d778595ab4516dfedd730c6e20ebbb1319d6f1d84b7b61538fb4
32
+ bench_version: speech-spoof-bench==0.4.1
33
+ submitter:
34
+ hf_username: korallll
35
+ contact: kborodin.research@gmail.com
36
+ submitted_at: '2026-06-25'
37
+ notes: DF Arena 500M (RAPTOR family), XLS-R 300M (wav2vec 2.0) front-end + attention layer pooling + 4-block
38
+ Conformer back-end. Architecture is built from the facebook/wav2vec2-xls-r-300m config, then every weight
39
+ is overwritten by the fine-tuned checkpoint (pytorch_model.bin). Trained on traditional + singing +
40
+ environmental deepfake corpora (ASVspoof 2019/2024, Codecfake, LibriSeVoc, DFADD, CTRSVDD, SpoofCeleb,
41
+ MLAAD, EnvSDD). The vendored forward feeds a real (B,T) batch to the SSL model (source hard-coded batch-1
42
+ via unsqueeze(0)); numerically identical per item in eval() (BatchNorm uses running stats). Deterministic
43
+ first-64600-sample window. score = output softmax prob for class 1 (bona fide); higher = more bona fide.
44
+ reproduction:
45
+ reproduced_by: SpeechAntiSpoofingBenchmarks
46
+ reproduced_at: '2026-06-25'
47
+ reproduced_bench_version: speech-spoof-bench==0.4.1
48
+ match: scoring