Datasets:
Add DF Arena 1B submission (eer=4.1889%, scoring-verified)
Browse files- 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/PyAra
|
| 23 |
+
revision: 40167badd6d8a289f02054761ee5411f49227b87
|
| 24 |
+
split: test
|
| 25 |
+
scores:
|
| 26 |
+
eer_percent: 4.188930925543118
|
| 27 |
+
n_trials: 201778
|
| 28 |
+
n_skipped: 0
|
| 29 |
+
artifact:
|
| 30 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/DF_Arena_1B_V_1/resolve/2675c9c9f4ff3cd18639958e7c2e92855aedd25e/.eval_results/SpeechAntiSpoofingBenchmarks/PyAra/scores.txt
|
| 31 |
+
scores_sha256: b284c5c21027cc451816487363f2880a3e90ab0cf3a61ca49b0465e40adbe6b8
|
| 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
|