Datasets:
Add aasist LRLspoof submission (srr_complement 30.83%)
Browse files- submissions/aasist.yaml +52 -0
submissions/aasist.yaml
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 5
|
| 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 |
+
code: https://github.com/clovaai/aasist
|
| 11 |
+
checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/AASIST/blob/e842653505c2832ac9f46bbf56173b0f54ef82a7/AASIST.pth
|
| 12 |
+
params_millions: 0.297866
|
| 13 |
+
paper:
|
| 14 |
+
arxiv_id: '2110.01200'
|
| 15 |
+
url: https://arxiv.org/abs/2110.01200
|
| 16 |
+
bibtex: "@inproceedings{jung2022aasist,\n title={{AASIST}: Audio Anti-Spoofing\
|
| 17 |
+
\ Using Integrated Spectro-Temporal Graph Attention Networks},\n author={Jung,\
|
| 18 |
+
\ Jee-weon and Heo, Hee-Soo and Tak, Hemlata and Shim, Hye-jin and Chung, Joon\
|
| 19 |
+
\ Son and Lee, Bong-Jin and Yu, Ha-Jin and Evans, Nicholas},\n booktitle={ICASSP\
|
| 20 |
+
\ 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal\
|
| 21 |
+
\ Processing (ICASSP)},\n pages={6367--6371},\n year={2022},\n organization={IEEE}\n\
|
| 22 |
+
}\n"
|
| 23 |
+
dataset:
|
| 24 |
+
id: lab260/LRLspoof
|
| 25 |
+
revision: 5caf11349cf96aa198527cfb040cdba585cdd49e
|
| 26 |
+
split: test
|
| 27 |
+
scores:
|
| 28 |
+
srr_complement: 30.831740364937367
|
| 29 |
+
n_trials: 1304455
|
| 30 |
+
n_skipped: 286
|
| 31 |
+
calibration:
|
| 32 |
+
source_dataset: SpeechAntiSpoofingBenchmarks/DeepVoice
|
| 33 |
+
threshold: -0.22863294108280266
|
| 34 |
+
artifact:
|
| 35 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/AASIST/resolve/d8710351dfd8b6b6beac940a229dcc1f248ae29b/.eval_results/lab260/LRLspoof/scores.txt
|
| 36 |
+
scores_sha256: b1fe60d799bea18829ca3d0333bd243e7e8139e35f054ae17631e4dc5d41860a
|
| 37 |
+
bench_version: speech-spoof-bench==0.4.1
|
| 38 |
+
reproduction:
|
| 39 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 40 |
+
reproduced_at: '2026-06-22'
|
| 41 |
+
reproduced_bench_version: speech-spoof-bench==0.4.1
|
| 42 |
+
match: scoring
|
| 43 |
+
submitter:
|
| 44 |
+
hf_username: korallll
|
| 45 |
+
contact: k.n.borodin@mtuci.ru
|
| 46 |
+
submitted_at: '2026-06-22'
|
| 47 |
+
notes: AASIST on LRLspoof (spoof-only, srr_complement = 1-SRR, lower better). TensorRT
|
| 48 |
+
FP32 engine (parity-verified vs PyTorch). Scored 1,304,455 of 1,304,455 TTS utterances;
|
| 49 |
+
286 source files are empty/zero-length (skipped), 172 corrupt-header WAVs recovered
|
| 50 |
+
via ffmpeg. Audio resampled per-file to 16 kHz; score = net(x)[:,1] (higher = bona
|
| 51 |
+
fide). t* = this model's own DeepVoice EER operating-point threshold (DeepVoice
|
| 52 |
+
EER 46.02%), transferred via the calibration block. Verified with reproduce --scoring.
|