submissions: add aasist

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