korallll commited on
Commit
8d27d3f
·
1 Parent(s): 688ff31

Add HuBERT-XL-AntiDeepfake submission for InTheWild (#22)

Browse files

- Add HuBERT-XL-AntiDeepfake submission for InTheWild (fd7938925e7a5d07d63bfa27f126c337e1059163)
- Fill reproduction block (scoring) for merge (5a60a91d39711ade2fa646ad75e7d10362aace1c)

submissions/hubert-xl-antideepfake.yaml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: HuBERT-XL-AntiDeepfake
4
+ slug: hubert-xl-antideepfake
5
+ description: AntiDeepfake detector (HuBERT extra-large self-supervised backbone)
6
+ post-trained for deepfake speech detection with RawBoost data augmentation (default
7
+ variant); head = AdaptiveAvgPool1d + Linear(D,2), score = real logit. Released
8
+ by nii-yamagishilab (arXiv:2506.21090). Evaluated with a deterministic first-4
9
+ s window + batching (NOT the paper's whole-utterance protocol).
10
+ code: https://github.com/nii-yamagishilab/AntiDeepfake
11
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/HuBERT-XL-AntiDeepfake/blob/dd31ffb5f59e7e10529f81bcaca3170df5c7432e/model.safetensors
12
+ params_millions: 964.3242
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: SpeechAntiSpoofingBenchmarks/InTheWild
21
+ revision: a957f2582802cdb5964e118818c2e46b3d61aa35
22
+ split: test
23
+ scores:
24
+ eer_percent: 3.4614082599864595
25
+ n_trials: 31779
26
+ n_skipped: 0
27
+ artifact:
28
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/HuBERT-XL-AntiDeepfake/resolve/53755d432b45cb95c75fa3159c98e9d3e612c620/.eval_results/SpeechAntiSpoofingBenchmarks/InTheWild/scores.txt
29
+ scores_sha256: f1efb343f714f2587614ca6c56f03b234623ffebea225a1012bff4f6b076ac2f
30
+ bench_version: speech-spoof-bench==0.3.4
31
+ submitter:
32
+ hf_username: korallll
33
+ contact: k.n.borodin@mtuci.ru
34
+ submitted_at: '2026-06-09'
35
+ notes: Fixed first-4 s (64000-sample) window + batching; NOT the paper's whole-utterance
36
+ protocol. Score = real logit. CC BY-NC-SA 4.0.
37
+ reproduction:
38
+ reproduced_by: SpeechAntiSpoofingBenchmarks
39
+ reproduced_at: '2026-06-09'
40
+ reproduced_bench_version: speech-spoof-bench==0.3.4
41
+ match: scoring