Datasets:
Add xls-r-1b-antideepfake-nda LRLspoof submission (srr_complement 0.45%)
Browse files
submissions/xls-r-1b-antideepfake-nda.yaml
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 5
|
| 2 |
+
system:
|
| 3 |
+
name: XLS-R-1B-AntiDeepfake-NDA
|
| 4 |
+
slug: xls-r-1b-antideepfake-nda
|
| 5 |
+
description: AntiDeepfake detector (XLS-R 1B self-supervised backbone) post-trained
|
| 6 |
+
for deepfake speech detection without data augmentation (NDA variant); head =
|
| 7 |
+
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-1B-AntiDeepfake-NDA/blob/6639543fa3696139a5948ae73685a2721e606f80/model.safetensors
|
| 12 |
+
params_millions: 965.5173
|
| 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.4467979226618679
|
| 25 |
+
n_trials: 1304455
|
| 26 |
+
n_skipped: 286
|
| 27 |
+
calibration:
|
| 28 |
+
source_dataset: SpeechAntiSpoofingBenchmarks/DeepVoice
|
| 29 |
+
threshold: 1.7888826194350282
|
| 30 |
+
artifact:
|
| 31 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/XLS-R-1B-AntiDeepfake-NDA/resolve/23150b35931ca68ee32136bd3b18b7a4424155ec/.eval_results/lab260/LRLspoof/scores.txt
|
| 32 |
+
scores_sha256: 0ad2c0b295836984dcd0f623d42e2ff936891dc12e87525c09b046dbef169d86
|
| 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-1B-AntiDeepfake-NDA on LRLspoof (spoof-only, srr_complement = 1-SRR,
|
| 44 |
+
lower better). TensorRT engine (parity-verified vs PyTorch). Scored 1,304,455 of
|
| 45 |
+
1,304,455 TTS utterances; 286 source files are empty/zero-length (skipped), 172
|
| 46 |
+
corrupt-header WAVs recovered via ffmpeg. Audio resampled per-file to 16 kHz; score
|
| 47 |
+
= net(x)[:,1] (higher = bona fide). t* = this model's own DeepVoice EER operating-point
|
| 48 |
+
threshold (DeepVoice EER 4.93%), transferred via the calibration block. Verified
|
| 49 |
+
with reproduce --scoring.
|