korallll commited on
Commit
d09e305
·
verified ·
1 Parent(s): d822ece

Add spectra-aasist3 submission for EmoFake_test (EER 0.29%, reproduced: scoring)

Browse files
Files changed (1) hide show
  1. submissions/spectra-aasist3.yaml +47 -0
submissions/spectra-aasist3.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
6
+ front-end feeding a single-layer MLP bridge (1024->128) into a KAN-enhanced AASIST
7
+ (KAN-AASIST) 2-class classifier with four-branch spectro-temporal graph attention
8
+ and a KAN output layer. Pre-release lab260/Spectra-AASIST3 checkpoint. FP32, preemphasis
9
+ (0.97), deterministic first-64600-sample window (no random crop). score = output
10
+ logit for class 1 (bona fide). Unpublished / pre-release model (no paper).
11
+
12
+ '
13
+ code: https://huggingface.co/lab260/Spectra-AASIST3
14
+ checkpoint: https://huggingface.co/lab260/Spectra-AASIST3
15
+ params_millions: 318.9489
16
+ dataset:
17
+ id: SpeechAntiSpoofingBenchmarks/EmoFake_test
18
+ revision: d822eced42093f7c2ce77195049490260b3956d2
19
+ split: test
20
+ scores:
21
+ eer_percent: 0.2857142857142857
22
+ n_trials: 17500
23
+ n_skipped: 0
24
+ artifact:
25
+ scores_url: https://huggingface.co/lab260/Spectra-AASIST3/resolve/3c42a43c9b02fd0941aa5f60cf29df7d6fbbf434/.eval_results/SpeechAntiSpoofingBenchmarks/EmoFake_test/scores.txt
26
+ scores_sha256: 931e0a66d8fdff8ae486f94b6c844bdcaeb6d857eefc903629deea50a99d56b8
27
+ bench_version: speech-spoof-bench==0.4.1
28
+ reproduction:
29
+ reproduced_by: SpeechAntiSpoofingBenchmarks
30
+ reproduced_at: '2026-06-24'
31
+ reproduced_bench_version: speech-spoof-bench==0.4.1
32
+ match: scoring
33
+ submitter:
34
+ hf_username: korallll
35
+ contact: k.n.borodin@mtuci.ru
36
+ submitted_at: '2026-06-24'
37
+ notes: 'Spectra-AASIST3 (wav2vec2 XLS-R-300m SSL front-end -> MLP bridge -> KAN-AASIST)
38
+ from lab260/Spectra-AASIST3 (model.safetensors, self-contained incl. the SSL encoder).
39
+ Loaded via PyTorchModelHubMixin.from_pretrained; the XLS-R-300m base is built from
40
+ facebook/wav2vec2-xls-r-300m then every weight is overwritten by the checkpoint.
41
+ Preemphasis (0.97) applied to the full waveform before a deterministic first-64600-sample
42
+ window, matching the source README eval pipeline. score = logit for class 1 (bona
43
+ fide); higher = more bona fide (README: index 0 = spoof, index 1 = bonafide; classify()
44
+ thresholds logits[:, 1]). Unpublished / pre-release -> no paper -> Unpublished/Proprietary
45
+ tier (unranked).
46
+
47
+ '