Datasets:
Add W2V2-AASIST submission (ASVspoof5)
#7
by korallll - opened
- 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
|
| 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/ASVspoof5
|
| 27 |
+
revision: 9937de5e630b137bb31e9f5901209b2705ddef63
|
| 28 |
+
split: test
|
| 29 |
+
scores:
|
| 30 |
+
eer_percent: 16.2483443586442
|
| 31 |
+
n_trials: 680774
|
| 32 |
+
n_skipped: 0
|
| 33 |
+
artifact:
|
| 34 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/W2V2-AASIST/resolve/c694e6687e18b1629449a2a7078583e8d5b2136d/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof5/scores.txt
|
| 35 |
+
scores_sha256: e8acb32f9b5558a7d5e90aca933b9497f76c2d06bf1c868f2bd68b582e75b1fd
|
| 36 |
+
bench_version: speech-spoof-bench==0.3.4
|
| 37 |
+
submitter:
|
| 38 |
+
hf_username: korallll
|
| 39 |
+
contact: k.n.borodin@mtuci.ru
|
| 40 |
+
submitted_at: '2026-06-08'
|
| 41 |
+
notes: XLS-R 300M (wav2vec 2.0) front-end + AASIST back-end, LA_model.pth. Deterministic
|
| 42 |
+
first-64600-sample window (no random crop).
|
| 43 |
+
reproduction:
|
| 44 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 45 |
+
reproduced_at: '2026-06-08'
|
| 46 |
+
reproduced_bench_version: speech-spoof-bench==0.3.4
|
| 47 |
+
match: scoring
|