Add Whisper-MFCC-MesoNet submission for PyAra

#5
by korallll - opened
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/PyAra
22
+ revision: 43f03384ee9ad701a64e0baaa531c8aedd724cd8
23
+ split: test
24
+ scores:
25
+ eer_percent: 15.173341668591931
26
+ n_trials: 201778
27
+ n_skipped: 0
28
+ artifact:
29
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/WhisperMFCCMesoNet/resolve/64c5419db2446414f43699c297f9f9bac6c96ffc/.eval_results/SpeechAntiSpoofingBenchmarks/PyAra/scores.txt
30
+ scores_sha256: 406703c0e5e0eb6187a0aa686e8367eb85837de28bda401c7639f698b47c061f
31
+ bench_version: speech-spoof-bench==0.3.4
32
+ reproduction:
33
+ reproduced_by: SpeechAntiSpoofingBenchmarks
34
+ reproduced_at: '2026-06-10'
35
+ reproduced_bench_version: speech-spoof-bench==0.3.4
36
+ match: scoring
37
+ submitter:
38
+ hf_username: korallll
39
+ contact: k.n.borodin@mtuci.ru
40
+ submitted_at: '2026-06-10'
41
+ notes: Fine-tuned Whisper+MFCC MesoNet (best MesoNet config from the paper). Reproduces the paper's In-the-Wild
42
+ EER (26.72%) to within 0.01 pp with the upstream sox silence-trim + 30 s repeat-pad preprocessing.