Add Whisper-MFCC-MesoNet submission

#10
submissions/whisper-mfcc-mesonet.yaml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: Whisper-MFCC-MesoNet
4
+ slug: whisper-mfcc-mesonet
5
+ description: '(Whisper + MFCC) MesoNet anti-spoofing countermeasure: a Whisper tiny.en audio encoder
6
+ front-end concatenated (2 channels) with an MFCC+Δ+ΔΔ front-end, feeding a MesoInception4 classifier.
7
+ Whisper encoder fine-tuned end-to-end. FP32. Upstream eval pipeline reproduced: sox silence-trim (silence
8
+ 1 0.2 1% -1 0.2 1%) then a 30 s (480000-sample) repeat-pad window. This is the best MesoNet configuration
9
+ from the paper.'
10
+ code: https://github.com/piotrkawa/deepfake-whisper-features
11
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/WhisperMFCCMesoNet
12
+ params_millions: 7.660881
13
+ paper:
14
+ arxiv_id: '2306.01428'
15
+ url: https://arxiv.org/abs/2306.01428
16
+ bibtex: "@inproceedings{kawa23b_interspeech,\n title = {Improved DeepFake Detection Using Whisper\
17
+ \ Features},\n author = {Piotr Kawa and Marcin Plata and Micha{\\l} Czuba and Piotr Szyma{\\\
18
+ 'n}ski and Piotr Syga},\n year = {2023},\n booktitle = {Proc. INTERSPEECH 2023},\n pages\
19
+ \ = {4009--4013},\n doi = {10.21437/Interspeech.2023-1537},\n}\n"
20
+ dataset:
21
+ id: SpeechAntiSpoofingBenchmarks/CD-ADD
22
+ revision: c2de87d49b268b624e6af7440dc2890703098965
23
+ split: test
24
+ scores:
25
+ eer_percent: 18.901939360830376
26
+ n_trials: 20786
27
+ n_skipped: 0
28
+ artifact:
29
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/WhisperMFCCMesoNet/resolve/71dff4097e650e64e9fee84074371529461db5fe/.eval_results/SpeechAntiSpoofingBenchmarks/CD-ADD/scores.txt
30
+ scores_sha256: 9531419cdd2ff01c72e2a320d63ab8637b4f4a245ce3097288ba771be658497e
31
+ bench_version: speech-spoof-bench==0.3.3
32
+ reproduction:
33
+ reproduced_by: SpeechAntiSpoofingBenchmarks
34
+ reproduced_at: '2026-06-04'
35
+ reproduced_bench_version: speech-spoof-bench==0.3.3
36
+ match: scoring
37
+ submitter:
38
+ hf_username: korallll
39
+ contact: k.n.borodin@mtuci.ru
40
+ submitted_at: '2026-06-04'
41
+ notes: Whisper+MFCC MesoNet (fine-tuned), upstream sox silence-trim + 30s repeat-pad. Reproduces the paper's
42
+ In-the-Wild EER (26.72%).