korallll commited on
Commit
c54a38b
·
1 Parent(s): 43bb91d

Upload submissions/w2v2-aasist.yaml with huggingface_hub (#7)

Browse files

- Upload submissions/w2v2-aasist.yaml with huggingface_hub (b9b95f799c77f6f0ea3bd02377b030d9d31888c5)
- Add reproduction block (match: scoring) (f5895013fed6fd1fca36335909b6f87ea43a2225)

Files changed (1) hide show
  1. submissions/w2v2-aasist.yaml +47 -0
submissions/w2v2-aasist.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
6
+ spectro-temporal graph-attention back-end for speech anti-spoofing. The XLS-R features are projected
7
+ to 128-d, max-pooled, and fed through a RawNet2-style residual encoder and heterogeneous stacking
8
+ graph-attention layers. Official TakHemlata/SSL_Anti-spoofing LA checkpoint (LA_model.pth), trained
9
+ on ASVspoof2019 LA with RawBoost augmentation, FP32, deterministic first-64600-sample window (no random
10
+ crop).
11
+ code: https://github.com/TakHemlata/SSL_Anti-spoofing
12
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/W2V2-AASIST
13
+ params_millions: 317.8378
14
+ paper:
15
+ arxiv_id: '2202.12233'
16
+ url: https://arxiv.org/abs/2202.12233
17
+ bibtex: "@inproceedings{tak2022automatic,\n title={Automatic speaker verification spoofing and deepfake\
18
+ \ detection using wav2vec 2.0 and data augmentation},\n author={Tak, Hemlata and Todisco, Massimiliano\
19
+ \ and Wang, Xin and Jung, Jee-weon and Yamagishi, Junichi and Evans, Nicholas},\n booktitle={The\
20
+ \ Speaker and Language Recognition Workshop (Odyssey 2022)},\n pages={112--119},\n year={2022}\n\
21
+ }\n"
22
+ dataset:
23
+ id: SpeechAntiSpoofingBenchmarks/CFAD
24
+ revision: 53d7855c1c378524f7b7b1030bcb6b2caa327fe6
25
+ split: test
26
+ scores:
27
+ eer_percent: 17.28177532263441
28
+ n_trials: 62999
29
+ n_skipped: 0
30
+ artifact:
31
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/W2V2-AASIST/resolve/faa422a70ca9dfb45ed211557afceab318db9319/.eval_results/SpeechAntiSpoofingBenchmarks/CFAD/scores.txt
32
+ scores_sha256: 611aec73cb8b2e0415523336b02bc3da19cfc04d546efc2e78e9774201e0466a
33
+ bench_version: speech-spoof-bench==0.3.4
34
+ reproduction:
35
+ reproduced_by: SpeechAntiSpoofingBenchmarks
36
+ reproduced_at: '2026-06-08'
37
+ reproduced_bench_version: speech-spoof-bench==0.3.4
38
+ match: scoring
39
+ submitter:
40
+ hf_username: korallll
41
+ contact: k.n.borodin@mtuci.ru
42
+ submitted_at: '2026-06-08'
43
+ notes: XLS-R 300M (wav2vec 2.0) front-end + AASIST back-end ("W2V2-AASIST"), the LA variant (LA_model.pth)
44
+ from TakHemlata/SSL_Anti-spoofing. Architecture is built from the base xlsr2_300m.pt model config, then
45
+ every weight is overwritten by the fine-tuned checkpoint. Deterministic first-64600-sample window (no
46
+ random crop), matching the source data_utils_SSL.py::pad used at eval. score = output logit for class
47
+ 1 (bona fide); higher = more bona fide.