Datasets:
Add AASIST submission for PyAra
#9
by korallll - opened
- submissions/aasist.yaml +43 -0
submissions/aasist.yaml
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
system:
|
| 3 |
+
name: AASIST
|
| 4 |
+
slug: aasist
|
| 5 |
+
description: 'AASIST: audio anti-spoofing using integrated spectro-temporal graph attention networks.
|
| 6 |
+
Sinc-convolution front-end, RawNet2-style residual encoder, and heterogeneous stacking graph attention
|
| 7 |
+
over spectral and temporal sub-graphs with a learnable readout. Official clovaai/aasist ASVspoof2019
|
| 8 |
+
LA pretrained checkpoint, FP32, deterministic first-64600-sample window (no random crop).'
|
| 9 |
+
code: https://github.com/clovaai/aasist
|
| 10 |
+
checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/AASIST/blob/e842653505c2832ac9f46bbf56173b0f54ef82a7/AASIST.pth
|
| 11 |
+
params_millions: 0.297866
|
| 12 |
+
paper:
|
| 13 |
+
arxiv_id: '2110.01200'
|
| 14 |
+
url: https://arxiv.org/abs/2110.01200
|
| 15 |
+
bibtex: "@inproceedings{jung2022aasist,\n title={{AASIST}: Audio Anti-Spoofing Using Integrated Spectro-Temporal\
|
| 16 |
+
\ Graph Attention Networks},\n author={Jung, Jee-weon and Heo, Hee-Soo and Tak, Hemlata and Shim,\
|
| 17 |
+
\ Hye-jin and Chung, Joon Son and Lee, Bong-Jin and Yu, Ha-Jin and Evans, Nicholas},\n booktitle={ICASSP\
|
| 18 |
+
\ 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},\n\
|
| 19 |
+
\ pages={6367--6371},\n year={2022},\n organization={IEEE}\n}\n"
|
| 20 |
+
dataset:
|
| 21 |
+
id: SpeechAntiSpoofingBenchmarks/PyAra
|
| 22 |
+
revision: 43f03384ee9ad701a64e0baaa531c8aedd724cd8
|
| 23 |
+
split: test
|
| 24 |
+
scores:
|
| 25 |
+
eer_percent: 29.89118140333086
|
| 26 |
+
n_trials: 201778
|
| 27 |
+
n_skipped: 0
|
| 28 |
+
artifact:
|
| 29 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/AASIST/resolve/68ba0ab96781d40760ff528bc91cb9eaa4668ce4/.eval_results/SpeechAntiSpoofingBenchmarks/PyAra/scores.txt
|
| 30 |
+
scores_sha256: 5528a1621d3f5743fc3d11041f795003890b84e2ea5f241dd4a67f544d5fe6ae
|
| 31 |
+
bench_version: speech-spoof-bench==0.3.4
|
| 32 |
+
reproduction:
|
| 33 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 34 |
+
reproduced_at: '2026-06-11'
|
| 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-11'
|
| 41 |
+
notes: Official AASIST variant only (not AASIST-L). Deterministic first-64600-sample window (no random
|
| 42 |
+
crop), matching clovaai/aasist data_utils.pad() used at eval. Checkpoint mirrored to SpeechAntiSpoofingBenchmarks/AASIST
|
| 43 |
+
(pinned).
|