korallll commited on
Commit
1ffb10a
·
verified ·
1 Parent(s): b9cd4b9

Add mms-300m-antideepfake submission for EmoFake_test (EER 1.60%, reproduced: scoring)

Browse files
submissions/mms-300m-antideepfake.yaml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: MMS-300M-AntiDeepfake
4
+ slug: mms-300m-antideepfake
5
+ description: 'AntiDeepfake detector (MMS-300M backbone): a self-supervised speech
6
+ foundation model post-trained for deepfake/spoof detection, with an AdaptiveAvgPool1d
7
+ + single fully-connected layer head over the SSL features. Released by nii-yamagishilab
8
+ (arXiv:2506.21090). Trained with RawBoost data augmentation (default variant).
9
+ Checkpoint copied bit-exactly from nii-yamagishilab/mms-300m-anti-deepfake. Evaluated
10
+ here with a deterministic first-4 s window and batching (NOT the paper''s whole-utterance
11
+ protocol).
12
+
13
+ '
14
+ code: https://github.com/nii-yamagishilab/AntiDeepfake
15
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/MMS-300M-AntiDeepfake
16
+ paper:
17
+ arxiv_id: '2506.21090'
18
+ url: https://arxiv.org/abs/2506.21090
19
+ bibtex: "@article{ge2025posttraining,\n title={Post-training for Deepfake Speech\
20
+ \ Detection},\n author={Ge, Wanying and Wang, Xin and Kawahara, Tomoki and\
21
+ \ Yamamoto, Yuto and Delgado, Hector and Todisco, Massimiliano and Evans, Nicholas\
22
+ \ and Yamagishi, Junichi},\n journal={arXiv preprint arXiv:2506.21090},\n \
23
+ \ year={2025}\n}\n"
24
+ params_millions: 315.0
25
+ dataset:
26
+ id: SpeechAntiSpoofingBenchmarks/EmoFake_test
27
+ revision: b9cd4b93c615bd4fd8750a6c18591635e954f94c
28
+ split: test
29
+ scores:
30
+ eer_percent: 1.6
31
+ n_trials: 17500
32
+ n_skipped: 0
33
+ artifact:
34
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/MMS-300M-AntiDeepfake/resolve/e566250ec64726784a3956d1deac2626c52e6921/.eval_results/SpeechAntiSpoofingBenchmarks/EmoFake_test/scores.txt
35
+ scores_sha256: 19df43cb5f16dc465d5959709ef1e9a40493d73c7f816781bdb2d65b71839814
36
+ bench_version: speech-spoof-bench==0.4.1
37
+ reproduction:
38
+ reproduced_by: SpeechAntiSpoofingBenchmarks
39
+ reproduced_at: '2026-06-24'
40
+ reproduced_bench_version: speech-spoof-bench==0.4.1
41
+ match: scoring
42
+ submitter:
43
+ hf_username: korallll
44
+ contact: k.n.borodin@mtuci.ru
45
+ submitted_at: '2026-06-24'
46
+ notes: 'score = output logit for class 1 (real / bona fide); higher = more bona fide.
47
+ Backbone built from the source fairseq config (mms_300m); the released model.safetensors
48
+ overwrites every weight (220-key exact match family-wide). Input: fixed first 64000
49
+ samples (4.0 s @ 16 kHz), tile-repeated if shorter, per-utterance layer_norm; no
50
+ resampling. Checkpoint license: CC BY-NC-SA 4.0. STRICTLY PROHIBITED on the model''s
51
+ in-domain corpora (see README); Arena runs ArAD + In-the-Wild only.
52
+
53
+ '