Datasets:
Add df-arena-1b LRLspoof submission (srr_complement 0.45%)
Browse files- submissions/df-arena-1b.yaml +54 -0
submissions/df-arena-1b.yaml
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 5
|
| 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
|
| 6 |
+
front-end whose per-layer hidden states are combined by learnable attention pooling
|
| 7 |
+
(a layer-wise sigmoid gate over an attention-pooled summary), then passed through
|
| 8 |
+
a 4-block Conformer head with a class token to a 2-way classifier. FP32, deterministic
|
| 9 |
+
first-64600-sample (~4.04 s @ 16 kHz) window, tile-repeat if shorter (no random
|
| 10 |
+
crop, no resampling). score = softmax(logits)[bonafide]; higher = more bona fide.
|
| 11 |
+
Official Speech-Arena-2025/DF_Arena_1B_V_1 checkpoint.
|
| 12 |
+
code: https://huggingface.co/Speech-Arena-2025/DF_Arena_1B_V_1
|
| 13 |
+
checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/DF_Arena_1B_V_1
|
| 14 |
+
params_millions: 1147.8453
|
| 15 |
+
paper:
|
| 16 |
+
arxiv_id: '2603.06164'
|
| 17 |
+
url: https://arxiv.org/abs/2603.06164
|
| 18 |
+
bibtex: "@misc{kulkarni2026compactsslbackbonesmatter,\n title={Do Compact SSL\
|
| 19 |
+
\ Backbones Matter for Audio Deepfake Detection? A Controlled Study with RAPTOR},\n\
|
| 20 |
+
\ author={Ajinkya Kulkarni and Sandipana Dowerah and Atharva Kulkarni and Tanel\
|
| 21 |
+
\ Alumäe and Mathew Magimai Doss},\n year={2026},\n eprint={2603.06164},\n\
|
| 22 |
+
\ archivePrefix={arXiv},\n primaryClass={cs.SD},\n url={https://arxiv.org/abs/2603.06164}\n\
|
| 23 |
+
}\n"
|
| 24 |
+
dataset:
|
| 25 |
+
id: lab260/LRLspoof
|
| 26 |
+
revision: 5caf11349cf96aa198527cfb040cdba585cdd49e
|
| 27 |
+
split: test
|
| 28 |
+
scores:
|
| 29 |
+
srr_complement: 0.4453410562588078
|
| 30 |
+
n_trials: 1304455
|
| 31 |
+
n_skipped: 286
|
| 32 |
+
calibration:
|
| 33 |
+
source_dataset: SpeechAntiSpoofingBenchmarks/DeepVoice
|
| 34 |
+
threshold: 0.7885158503954802
|
| 35 |
+
artifact:
|
| 36 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/DF_Arena_1B_V_1/resolve/bfd065ae898d063928a68c027da41bd0494366e5/.eval_results/lab260/LRLspoof/scores.txt
|
| 37 |
+
scores_sha256: ed8046a0a7770001682a85a1a4ed0bd3996e1c1ba9bc167af2ccdb9f81a3640f
|
| 38 |
+
bench_version: speech-spoof-bench==0.4.1
|
| 39 |
+
reproduction:
|
| 40 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 41 |
+
reproduced_at: '2026-06-23'
|
| 42 |
+
reproduced_bench_version: speech-spoof-bench==0.4.1
|
| 43 |
+
match: scoring
|
| 44 |
+
submitter:
|
| 45 |
+
hf_username: korallll
|
| 46 |
+
contact: kborodin.research@gmail.com
|
| 47 |
+
submitted_at: '2026-06-23'
|
| 48 |
+
notes: DF Arena 1B on LRLspoof (spoof-only, srr_complement = 1-SRR, lower better).
|
| 49 |
+
TensorRT engine (parity-verified vs PyTorch). Scored 1,304,455 of 1,304,455 TTS
|
| 50 |
+
utterances; 286 source files are empty/zero-length (skipped), 172 corrupt-header
|
| 51 |
+
WAVs recovered via ffmpeg. Audio resampled per-file to 16 kHz; score = net(x)[:,1]
|
| 52 |
+
(higher = bona fide). t* = this model's own DeepVoice EER operating-point threshold
|
| 53 |
+
(DeepVoice EER 8.29%), transferred via the calibration block. Verified with reproduce
|
| 54 |
+
--scoring.
|