Datasets:
Add xls-r-2b-antideepfake LRLspoof submission (srr_complement 0.47%)
Browse files
submissions/xls-r-2b-antideepfake.yaml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 5
|
| 2 |
+
system:
|
| 3 |
+
name: XLS-R-2B-AntiDeepfake
|
| 4 |
+
slug: xls-r-2b-antideepfake
|
| 5 |
+
description: AntiDeepfake detector (XLS-R 2B self-supervised backbone) post-trained
|
| 6 |
+
for deepfake speech detection with RawBoost data augmentation (default variant);
|
| 7 |
+
head = AdaptiveAvgPool1d + Linear(D,2), score = real logit. Released by nii-yamagishilab
|
| 8 |
+
(arXiv:2506.21090). Evaluated with a deterministic first-4 s window + batching
|
| 9 |
+
(NOT the paper's whole-utterance protocol).
|
| 10 |
+
code: https://github.com/nii-yamagishilab/AntiDeepfake
|
| 11 |
+
checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/XLS-R-2B-AntiDeepfake/blob/dde29a655a743ad4837dc943863bd8c240635a65/model.safetensors
|
| 12 |
+
params_millions: 2162.9362
|
| 13 |
+
paper:
|
| 14 |
+
arxiv_id: '2506.21090'
|
| 15 |
+
url: https://arxiv.org/abs/2506.21090
|
| 16 |
+
bibtex: "@article{ge2025posttraining,\n title={Post-training for Deepfake Speech\
|
| 17 |
+
\ Detection},\n author={Ge, Wanying and Wang, Xin and Yamagishi, Junichi and\
|
| 18 |
+
\ others},\n journal={arXiv preprint arXiv:2506.21090},\n year={2025}\n}\n"
|
| 19 |
+
dataset:
|
| 20 |
+
id: lab260/LRLspoof
|
| 21 |
+
revision: 5caf11349cf96aa198527cfb040cdba585cdd49e
|
| 22 |
+
split: test
|
| 23 |
+
scores:
|
| 24 |
+
srr_complement: 0.46543047718509145
|
| 25 |
+
n_trials: 1304455
|
| 26 |
+
n_skipped: 286
|
| 27 |
+
calibration:
|
| 28 |
+
source_dataset: SpeechAntiSpoofingBenchmarks/DeepVoice
|
| 29 |
+
threshold: 2.0150496735668786
|
| 30 |
+
artifact:
|
| 31 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/XLS-R-2B-AntiDeepfake/resolve/f54cf89fe5bf1fad8f3ccaabed31e6d9288442cf/.eval_results/lab260/LRLspoof/scores.txt
|
| 32 |
+
scores_sha256: f3607b99824c8931118d61bd41d435b6b465e2218630d5a897dabd19b71b3f2b
|
| 33 |
+
bench_version: speech-spoof-bench==0.4.1
|
| 34 |
+
reproduction:
|
| 35 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 36 |
+
reproduced_at: '2026-06-23'
|
| 37 |
+
reproduced_bench_version: speech-spoof-bench==0.4.1
|
| 38 |
+
match: scoring
|
| 39 |
+
submitter:
|
| 40 |
+
hf_username: korallll
|
| 41 |
+
contact: k.n.borodin@mtuci.ru
|
| 42 |
+
submitted_at: '2026-06-23'
|
| 43 |
+
notes: XLS-R-2B-AntiDeepfake on LRLspoof (spoof-only, srr_complement = 1-SRR, lower
|
| 44 |
+
better). TensorRT engine (parity-verified vs PyTorch). Scored 1,304,455 of 1,304,455
|
| 45 |
+
TTS utterances; 286 source files are empty/zero-length (skipped), 172 corrupt-header
|
| 46 |
+
WAVs recovered via ffmpeg. Audio resampled per-file to 16 kHz; score = net(x)[:,1]
|
| 47 |
+
(higher = bona fide). t* = this model's own DeepVoice EER operating-point threshold
|
| 48 |
+
(DeepVoice EER 4.94%), transferred via the calibration block. Verified with reproduce
|
| 49 |
+
--scoring.
|