Datasets:
Add aasist3 LRLspoof submission (srr_complement 2.96%)
Browse files- submissions/aasist3.yaml +55 -0
submissions/aasist3.yaml
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 5
|
| 2 |
+
system:
|
| 3 |
+
name: AASIST3
|
| 4 |
+
slug: aasist3
|
| 5 |
+
description: 'KAN-enhanced AASIST speech deepfake detector with a wav2vec 2.0 (XLS-R-53)
|
| 6 |
+
self-supervised front-end. SSL features are projected to 128-d through a Kolmogorov-Arnold
|
| 7 |
+
(KAN) bridge, processed by a RawNet2-style residual encoder and spectro-temporal
|
| 8 |
+
graph-attention layers, and classified by a four-branch inference head with a
|
| 9 |
+
KAN output layer. ASVspoof 2024 Challenge system; the published lab260/AASIST3
|
| 10 |
+
checkpoint (note: these weights differ from the paper results). FP32, preemphasis
|
| 11 |
+
(0.97), deterministic first-64600-sample window (no random crop). score = output
|
| 12 |
+
logit for class 1 (bona fide).'
|
| 13 |
+
code: https://github.com/mtuciru/AASIST3
|
| 14 |
+
checkpoint: https://huggingface.co/lab260/AASIST3
|
| 15 |
+
params_millions: 321.7495
|
| 16 |
+
paper:
|
| 17 |
+
arxiv_id: '2408.17352'
|
| 18 |
+
url: https://arxiv.org/abs/2408.17352
|
| 19 |
+
bibtex: "@inproceedings{borodin24_asvspoof,\n title={AASIST3: KAN-enhanced AASIST\
|
| 20 |
+
\ speech deepfake detection using SSL features and additional regularization\
|
| 21 |
+
\ for the ASVspoof 2024 Challenge},\n author={Borodin, Kirill and Kudryavtsev,\
|
| 22 |
+
\ Vasiliy and Korzh, Dmitrii and Efimenko, Alexey and Mkrtchian, Grach and Gorodnichev,\
|
| 23 |
+
\ Mikhail and Rogov, Oleg Y.},\n booktitle={The Automatic Speaker Verification\
|
| 24 |
+
\ Spoofing Countermeasures Workshop (ASVspoof 2024)},\n pages={48--55},\n \
|
| 25 |
+
\ year={2024},\n doi={10.21437/ASVspoof.2024-8}\n}\n"
|
| 26 |
+
dataset:
|
| 27 |
+
id: lab260/LRLspoof
|
| 28 |
+
revision: 5caf11349cf96aa198527cfb040cdba585cdd49e
|
| 29 |
+
split: test
|
| 30 |
+
scores:
|
| 31 |
+
srr_complement: 2.9645697758496015
|
| 32 |
+
n_trials: 1304455
|
| 33 |
+
n_skipped: 286
|
| 34 |
+
calibration:
|
| 35 |
+
source_dataset: SpeechAntiSpoofingBenchmarks/DeepVoice
|
| 36 |
+
threshold: -1.8146497482485875
|
| 37 |
+
artifact:
|
| 38 |
+
scores_url: https://huggingface.co/lab260/AASIST3/resolve/a04c60989566f76836ef602ce4876fb0e22c2c77/.eval_results/lab260/LRLspoof/scores.txt
|
| 39 |
+
scores_sha256: 1e15d9ba9d7ac19d3507279303a22ab31017f7e886df0ae8b007b270f3b21fab
|
| 40 |
+
bench_version: speech-spoof-bench==0.4.1
|
| 41 |
+
reproduction:
|
| 42 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 43 |
+
reproduced_at: '2026-06-22'
|
| 44 |
+
reproduced_bench_version: speech-spoof-bench==0.4.1
|
| 45 |
+
match: scoring
|
| 46 |
+
submitter:
|
| 47 |
+
hf_username: korallll
|
| 48 |
+
contact: k.n.borodin@mtuci.ru
|
| 49 |
+
submitted_at: '2026-06-22'
|
| 50 |
+
notes: AASIST3 on LRLspoof (spoof-only, srr_complement = 1-SRR, lower better). TensorRT
|
| 51 |
+
FP32 engine (parity-verified vs PyTorch). Scored 1,304,455 of 1,304,455 TTS utterances;
|
| 52 |
+
286 source files are empty/zero-length (skipped), 172 corrupt-header WAVs recovered
|
| 53 |
+
via ffmpeg. Audio resampled per-file to 16 kHz; score = net(x)[:,1] (higher = bona
|
| 54 |
+
fide). t* = this model's own DeepVoice EER operating-point threshold (DeepVoice
|
| 55 |
+
EER 35.91%), transferred via the calibration block. Verified with reproduce --scoring.
|