Add W2V2-AASIST scores for DECRO

#3
by korallll - opened
Files changed (1) hide show
  1. submissions/w2v2-aasist.yaml +44 -0
submissions/w2v2-aasist.yaml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: W2V2-AASIST
4
+ slug: w2v2-aasist
5
+ description: wav2vec 2.0 (XLS-R 300M) self-supervised front-end fine-tuned end-to-end with an AASIST spectro-temporal graph-attention
6
+ back-end for speech anti-spoofing. The XLS-R features are projected to 128-d, max-pooled, and fed through a RawNet2-style
7
+ residual encoder and heterogeneous stacking graph-attention layers. Official TakHemlata/SSL_Anti-spoofing LA checkpoint
8
+ (LA_model.pth), trained on ASVspoof2019 LA with RawBoost augmentation, FP32, deterministic first-64600-sample window (no
9
+ random crop).
10
+ code: https://github.com/TakHemlata/SSL_Anti-spoofing
11
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/W2V2-AASIST
12
+ params_millions: 317.8378
13
+ paper:
14
+ arxiv_id: '2202.12233'
15
+ url: https://arxiv.org/abs/2202.12233
16
+ bibtex: "@inproceedings{tak2022automatic,\n title={Automatic speaker verification spoofing and deepfake detection using\
17
+ \ wav2vec 2.0 and data augmentation},\n author={Tak, Hemlata and Todisco, Massimiliano and Wang, Xin and Jung, Jee-weon\
18
+ \ and Yamagishi, Junichi and Evans, Nicholas},\n booktitle={The Speaker and Language Recognition Workshop (Odyssey\
19
+ \ 2022)},\n pages={112--119},\n year={2022}\n}\n"
20
+ dataset:
21
+ id: SpeechAntiSpoofingBenchmarks/DECRO
22
+ revision: bb6df2524eadaab6aa6a2366a41a2a5fe1e4104d
23
+ split: test
24
+ scores:
25
+ eer_percent: 9.572731637061931
26
+ n_trials: 37314
27
+ n_skipped: 0
28
+ artifact:
29
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/W2V2-AASIST/resolve/e22d2e6af8e8245c2ac1f2810e4c913bf4368865/.eval_results/SpeechAntiSpoofingBenchmarks/DECRO/scores.txt
30
+ scores_sha256: 06908e4d92bba6ef92924d400f1ab86faa82dc0b2e9e0578f9fbc549c7b36f68
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: XLS-R 300M (wav2vec 2.0) front-end + AASIST back-end ("W2V2-AASIST"), the LA variant (LA_model.pth) from TakHemlata/SSL_Anti-spoofing.
42
+ Architecture is built from the base xlsr2_300m.pt model config, then every weight is overwritten by the fine-tuned checkpoint.
43
+ Deterministic first-64600-sample window (no random crop), matching the source data_utils_SSL.py::pad used at eval. score
44
+ = output logit for class 1 (bona fide); higher = more bona fide.