korallll commited on
Commit
0240da9
·
verified ·
1 Parent(s): e820ea7

Add W2V2-AASIST submission

Browse files

wav2vec2 XLS-R 300M + AASIST. EER from local run, scores pinned to model repo @75ec0a4. reproduce --scoring --no-local verified locally.

Files changed (1) hide show
  1. submissions/w2v2-aasist.yaml +43 -0
submissions/w2v2-aasist.yaml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
6
+ with an AASIST spectro-temporal graph-attention back-end for speech anti-spoofing.
7
+ The XLS-R features are projected to 128-d, max-pooled, and fed through a RawNet2-style
8
+ residual encoder and heterogeneous stacking graph-attention layers. Official TakHemlata/SSL_Anti-spoofing
9
+ LA checkpoint (LA_model.pth), trained on ASVspoof2019 LA with RawBoost augmentation,
10
+ FP32, deterministic first-64600-sample window (no random crop).
11
+
12
+ '
13
+ code: https://github.com/TakHemlata/SSL_Anti-spoofing
14
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/W2V2-AASIST
15
+ params_millions: 317.8378
16
+ paper:
17
+ arxiv_id: '2202.12233'
18
+ url: https://arxiv.org/abs/2202.12233
19
+ bibtex: "@inproceedings{tak2022automatic,\n title={Automatic speaker verification\
20
+ \ spoofing and deepfake detection using wav2vec 2.0 and data augmentation},\n\
21
+ \ author={Tak, Hemlata and Todisco, Massimiliano and Wang, Xin and Jung, Jee-weon\
22
+ \ and Yamagishi, Junichi and Evans, Nicholas},\n booktitle={The Speaker and\
23
+ \ Language Recognition Workshop (Odyssey 2022)},\n pages={112--119},\n year={2022}\n\
24
+ }\n"
25
+ dataset:
26
+ id: SpeechAntiSpoofingBenchmarks/ASVspoof2021_LA
27
+ revision: dc119733697c946fcd17fe7c1541d7f26b4bbe07
28
+ split: test
29
+ scores:
30
+ eer_percent: 8.112941686538043
31
+ n_trials: 181566
32
+ n_skipped: 0
33
+ artifact:
34
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/W2V2-AASIST/resolve/75ec0a4aa6491cee7748c12996a87561d1b02fb7/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof2021_LA/scores.txt
35
+ scores_sha256: 29a22a3d568225ff6fa31d2637de0c68a72bd8cac2105f9049a7f3b60b470096
36
+ bench_version: speech-spoof-bench==0.3.3
37
+ reproduction: {}
38
+ submitter:
39
+ hf_username: korallll
40
+ contact: k.n.borodin@mtuci.ru
41
+ submitted_at: '2026-06-04'
42
+ notes: XLS-R 300M (wav2vec 2.0) front-end + AASIST back-end, LA_model.pth. Deterministic
43
+ first-64600-sample window (no random crop).