korallll commited on
Commit
1cbf1a7
·
verified ·
1 Parent(s): de7df1d

Add mms-300m-antideepfake-nda LRLspoof submission (srr_complement 1.26%)

Browse files
submissions/mms-300m-antideepfake-nda.yaml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 5
2
+ system:
3
+ name: MMS-300M-AntiDeepfake-NDA
4
+ slug: mms-300m-antideepfake-nda
5
+ description: AntiDeepfake detector (MMS-300M 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/MMS-300M-AntiDeepfake-NDA/blob/2dbb7bbfc823781af6594425cad8cce0c065e280/model.safetensors
12
+ params_millions: 317.3926
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: 1.2624897540119417
25
+ n_trials: 1304455
26
+ n_skipped: 286
27
+ calibration:
28
+ source_dataset: SpeechAntiSpoofingBenchmarks/DeepVoice
29
+ threshold: 1.7011841082802548
30
+ artifact:
31
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/MMS-300M-AntiDeepfake-NDA/resolve/aabfed2a697dbcc538beecc5292cd4b425d08254/.eval_results/lab260/LRLspoof/scores.txt
32
+ scores_sha256: 487d16ea43cfc018ae494e3e11f54bb7d200c88b7b5caee46ba8946ecfc9920a
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: MMS-300M-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 5.73%), transferred via the calibration block. Verified
49
+ with reproduce --scoring.