korallll commited on
Commit
c5247cc
·
verified ·
1 Parent(s): 8d52836

Add DF Arena 1B submission (eer=17.3410%, scoring-verified)

Browse files
Files changed (1) hide show
  1. submissions/df-arena-1b.yaml +48 -0
submissions/df-arena-1b.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: DF Arena 1B
4
+ slug: df-arena-1b
5
+ description: RAPTOR universal anti-spoofing model. A wav2vec 2.0 XLS-R 1B 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_1B_V_1 checkpoint.
11
+ code: https://huggingface.co/Speech-Arena-2025/DF_Arena_1B_V_1
12
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/DF_Arena_1B_V_1
13
+ params_millions: 1147.8453
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/ASVspoof5
23
+ revision: 9937de5e630b137bb31e9f5901209b2705ddef63
24
+ split: test
25
+ scores:
26
+ eer_percent: 17.34102696456098
27
+ n_trials: 680774
28
+ n_skipped: 0
29
+ artifact:
30
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/DF_Arena_1B_V_1/resolve/f5723c9737ae58d39013a8a6cc1955254b4a9f82/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof5/scores.txt
31
+ scores_sha256: 2526209142dcfd72d0d3bbf2b45c06edd9bc05c928a98e91d9162173da5ff89e
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 1B (RAPTOR family), XLS-R 1B (wav2vec 2.0) front-end + attention layer pooling + 4-block
38
+ Conformer back-end. Architecture is built from the facebook/wav2vec2-xls-r-1b 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