korallll commited on
Commit
cab5d32
·
1 Parent(s): 0713bfc

submissions: add whisper-mfcc-mesonet (#9)

Browse files

- submissions: add whisper-mfcc-mesonet (1ef7f0c97b65027fc89ef70133f5c98791b87ed0)
- fill reproduction (match: scoring) for whisper-mfcc-mesonet (eb8d124dc9901b91ca0e23f8aae441bb08f5818b)

submissions/whisper-mfcc-mesonet.yaml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
6
+ audio encoder front-end concatenated (2 channels) with an MFCC+Δ+ΔΔ front-end,
7
+ feeding a MesoInception4 classifier. Whisper encoder fine-tuned end-to-end. FP32.
8
+ Upstream eval pipeline reproduced: sox silence-trim (silence 1 0.2 1% -1 0.2 1%)
9
+ then a 30 s (480000-sample) repeat-pad window. This is the best MesoNet configuration
10
+ from the paper.
11
+
12
+ '
13
+ code: https://github.com/piotrkawa/deepfake-whisper-features
14
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/WhisperMFCCMesoNet
15
+ paper:
16
+ arxiv_id: '2306.01428'
17
+ url: https://arxiv.org/abs/2306.01428
18
+ bibtex: "@inproceedings{kawa23b_interspeech,\n title = {Improved DeepFake\
19
+ \ Detection Using Whisper Features},\n author = {Piotr Kawa and Marcin Plata\
20
+ \ and Micha{\\l} Czuba and Piotr Szyma{\\'n}ski and Piotr Syga},\n year \
21
+ \ = {2023},\n booktitle = {Proc. INTERSPEECH 2023},\n pages = {4009--4013},\n\
22
+ \ doi = {10.21437/Interspeech.2023-1537},\n}\n"
23
+ params_millions: 7.660881
24
+ dataset:
25
+ id: SpeechAntiSpoofingBenchmarks/CFAD
26
+ revision: 0713bfc413326170ec52cfdb4ae9cbd546d38f7a
27
+ split: test
28
+ scores:
29
+ eer_percent: 31.934854040668604
30
+ n_trials: 62999
31
+ n_skipped: 0
32
+ artifact:
33
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/WhisperMFCCMesoNet/resolve/8dac50082c1b98b0c2825c61d507b67a3744c236/.eval_results/SpeechAntiSpoofingBenchmarks/CFAD/scores.txt
34
+ scores_sha256: 6a62d2d8a63e51052b1f40454709670abd3c6fdfc3089a5eb6154978fa06a774
35
+ bench_version: speech-spoof-bench==0.3.4
36
+ reproduction:
37
+ reproduced_by: SpeechAntiSpoofingBenchmarks
38
+ reproduced_at: '2026-06-08'
39
+ reproduced_bench_version: speech-spoof-bench==0.3.4
40
+ match: scoring
41
+ submitter:
42
+ hf_username: korallll
43
+ contact: k.n.borodin@mtuci.ru
44
+ submitted_at: '2026-06-08'
45
+ notes: 'Fine-tuned Whisper+MFCC MesoNet (best MesoNet config from the paper). Reproduces
46
+ the paper''s In-the-Wild EER (26.72%) to within 0.01 pp with the upstream sox silence-trim
47
+ + 30 s repeat-pad preprocessing.
48
+
49
+ '