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