korallll commited on
Commit
6baeabd
·
1 Parent(s): 0537cf1

Add Whisper-MFCC-MesoNet submission for DFADD (#10)

Browse files

- Add Whisper-MFCC-MesoNet submission for DFADD (3ec049b4f172c8931684722c6e44d98dc86f60c2)

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/DFADD
22
+ revision: da9ec704a3db3b6a93b3f459fedd80e34b8ccdfa
23
+ split: test
24
+ scores:
25
+ eer_percent: 24.133333333333333
26
+ n_trials: 3755
27
+ n_skipped: 0
28
+ artifact:
29
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/WhisperMFCCMesoNet/resolve/a7ca1cb606228ee7300cc7dfaafefa7e0cfe6394/.eval_results/SpeechAntiSpoofingBenchmarks/DFADD/scores.txt
30
+ scores_sha256: 1a03e185f3eafd25f88f9574e29cd8a910eef2bf57457443ebb65813f2c21761
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.