Datasets:
Add Spectra-AASIST3 submission for DFADD
Browse files
submissions/spectra-aasist3.yaml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
system:
|
| 3 |
+
name: Spectra-AASIST3
|
| 4 |
+
slug: spectra-aasist3
|
| 5 |
+
description: 'Speech deepfake detector: a wav2vec 2.0 XLS-R-300m self-supervised front-end feeding a
|
| 6 |
+
single-layer MLP bridge (1024->128) into a KAN-enhanced AASIST (KAN-AASIST) 2-class classifier with
|
| 7 |
+
four-branch spectro-temporal graph attention and a KAN output layer. Pre-release lab260/Spectra-AASIST3
|
| 8 |
+
checkpoint. FP32, preemphasis (0.97), deterministic first-64600-sample window (no random crop). score
|
| 9 |
+
= output logit for class 1 (bona fide). Unpublished / pre-release model (no paper).
|
| 10 |
+
|
| 11 |
+
'
|
| 12 |
+
code: https://huggingface.co/lab260/Spectra-AASIST3
|
| 13 |
+
checkpoint: https://huggingface.co/lab260/Spectra-AASIST3
|
| 14 |
+
params_millions: 318.9489
|
| 15 |
+
dataset:
|
| 16 |
+
id: SpeechAntiSpoofingBenchmarks/DFADD
|
| 17 |
+
revision: c578c836da3b522b27d3dd85f89309f1737e5d31
|
| 18 |
+
split: test
|
| 19 |
+
scores:
|
| 20 |
+
eer_percent: 0.3973509933774834
|
| 21 |
+
n_trials: 3755
|
| 22 |
+
n_skipped: 0
|
| 23 |
+
artifact:
|
| 24 |
+
scores_url: https://huggingface.co/lab260/Spectra-AASIST3/resolve/f16f47c2ac2d96b3dad6d3ec70595a70196f6411/.eval_results/SpeechAntiSpoofingBenchmarks/DFADD/scores.txt
|
| 25 |
+
scores_sha256: 06d842c0a0b95903be4f1fc6223b8c400fb6b0792896c523e58910355df165d4
|
| 26 |
+
bench_version: speech-spoof-bench==0.4.1
|
| 27 |
+
submitter:
|
| 28 |
+
hf_username: korallll
|
| 29 |
+
contact: k.n.borodin@mtuci.ru
|
| 30 |
+
submitted_at: '2026-06-24'
|
| 31 |
+
notes: Spectra-AASIST3 (wav2vec2 XLS-R-300m SSL front-end + MLP bridge + KAN-AASIST). Preemphasis 0.97,
|
| 32 |
+
deterministic first-64600-sample window. score = logit class 1 (bona fide). Unpublished/pre-release
|
| 33 |
+
(no paper). Scores hosted in lab260/Spectra-AASIST3/.eval_results.
|
| 34 |
+
reproduction:
|
| 35 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 36 |
+
reproduced_at: '2026-06-24'
|
| 37 |
+
reproduced_bench_version: speech-spoof-bench==0.4.1
|
| 38 |
+
match: scoring
|