Datasets:
submissions: add aasist-l (#14)
Browse files- submissions: add aasist-l (ff743343794c25ffd349474c5ea7bdcda67f80a9)
- re-dispatch verify-pr (dac9217c16de2b1d6e5de17971f422fb02770fa6)
- fill reproduction (match: scoring) for aasist-l (f186f822129c7401a810994f13032f16d6e7a062)
- submissions/aasist-l.yaml +54 -0
submissions/aasist-l.yaml
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
system:
|
| 3 |
+
name: AASIST-L
|
| 4 |
+
slug: aasist-l
|
| 5 |
+
description: 'AASIST-L: the lightweight variant of AASIST (audio anti-spoofing using
|
| 6 |
+
integrated spectro-temporal graph attention networks). Same architecture as AASIST
|
| 7 |
+
— sinc-convolution front-end, RawNet2-style residual encoder, and heterogeneous
|
| 8 |
+
stacking graph attention over spectral and temporal sub-graphs with a learnable
|
| 9 |
+
readout — but with a narrower residual stack and graph dimensions (~85k params
|
| 10 |
+
vs AASIST''s ~298k). Official clovaai/aasist ASVspoof2019 LA pretrained checkpoint,
|
| 11 |
+
FP32, deterministic first-64600-sample window (no random crop).
|
| 12 |
+
|
| 13 |
+
'
|
| 14 |
+
code: https://github.com/clovaai/aasist
|
| 15 |
+
checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/AASIST-L/blob/e4185b270ec20077c918e06a45093717a1bd5e30/AASIST-L.pth
|
| 16 |
+
paper:
|
| 17 |
+
arxiv_id: '2110.01200'
|
| 18 |
+
url: https://arxiv.org/abs/2110.01200
|
| 19 |
+
bibtex: "@inproceedings{jung2022aasist,\n title={{AASIST}: Audio Anti-Spoofing\
|
| 20 |
+
\ Using Integrated Spectro-Temporal Graph Attention Networks},\n author={Jung,\
|
| 21 |
+
\ Jee-weon and Heo, Hee-Soo and Tak, Hemlata and Shim, Hye-jin and Chung, Joon\
|
| 22 |
+
\ Son and Lee, Bong-Jin and Yu, Ha-Jin and Evans, Nicholas},\n booktitle={ICASSP\
|
| 23 |
+
\ 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal\
|
| 24 |
+
\ Processing (ICASSP)},\n pages={6367--6371},\n year={2022},\n organization={IEEE}\n\
|
| 25 |
+
}\n"
|
| 26 |
+
params_millions: 0.085306
|
| 27 |
+
dataset:
|
| 28 |
+
id: SpeechAntiSpoofingBenchmarks/CFAD
|
| 29 |
+
revision: e9476bfb54b6e6c1bbc1da59fc962bdaf5070131
|
| 30 |
+
split: test
|
| 31 |
+
scores:
|
| 32 |
+
eer_percent: 47.3952380952381
|
| 33 |
+
n_trials: 62999
|
| 34 |
+
n_skipped: 0
|
| 35 |
+
artifact:
|
| 36 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/AASIST-L/resolve/bdcda54aa8913f9288cbe48f5a5c1f75e3d8b22d/.eval_results/SpeechAntiSpoofingBenchmarks/CFAD/scores.txt
|
| 37 |
+
scores_sha256: 3ba9cb5a470c95379ec3b87b0f6719bb80c24f711443dfefed9bd80370e09386
|
| 38 |
+
bench_version: speech-spoof-bench==0.3.4
|
| 39 |
+
reproduction:
|
| 40 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 41 |
+
reproduced_at: '2026-06-09'
|
| 42 |
+
reproduced_bench_version: speech-spoof-bench==0.3.4
|
| 43 |
+
match: scoring
|
| 44 |
+
submitter:
|
| 45 |
+
hf_username: korallll
|
| 46 |
+
contact: k.n.borodin@mtuci.ru
|
| 47 |
+
submitted_at: '2026-06-09'
|
| 48 |
+
notes: 'Lightweight AASIST-L variant (not the full AASIST). Same _net.py Model class
|
| 49 |
+
as AASIST; differs only in model_config (filts [..,[32,24],[24,24]], gat_dims [24,32],
|
| 50 |
+
pool_ratios [0.4,0.5,0.7,0.5]) and checkpoint. Deterministic first-64600-sample
|
| 51 |
+
window (no random crop), matching clovaai/aasist data_utils.pad() used at eval.
|
| 52 |
+
Checkpoint mirrored to SpeechAntiSpoofingBenchmarks/AASIST-L (pinned at publish).
|
| 53 |
+
|
| 54 |
+
'
|