Datasets:
submissions: add whisper-mfcc-mesonet
#9
by korallll - opened
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/ASVspoof5
|
| 26 |
+
revision: 09ae43fe93d6cfde3ee22189f8eba76048ece9c9
|
| 27 |
+
split: test
|
| 28 |
+
scores:
|
| 29 |
+
eer_percent: 22.549175126903553
|
| 30 |
+
n_trials: 680774
|
| 31 |
+
n_skipped: 0
|
| 32 |
+
artifact:
|
| 33 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/WhisperMFCCMesoNet/resolve/7d92452582efb49f646378ec9c83a52146953938/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof5/scores.txt
|
| 34 |
+
scores_sha256: 33ca52366804db307b17c53c8c4279b139bb83bf20b11ab66269595e91efdf7c
|
| 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 |
+
'
|