korallll commited on
Commit
f684c09
·
verified ·
1 Parent(s): 16d4f7d

Add Res2TCNGuard submission (EER 17.02%, scoring-reproduced)

Browse files

Cross-dataset: trained on ASVspoof2019 LA, evaluated on ASVspoof2021 DF. EER 17.02% over 611829 trials. Reproduction block filled (sha256 + EER Delta=0 against pinned revision).

Files changed (1) hide show
  1. submissions/res2tcnguard.yaml +59 -0
submissions/res2tcnguard.yaml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+
3
+ system:
4
+ name: "Res2TCNGuard"
5
+ slug: "res2tcnguard"
6
+ description: >
7
+ TCN-based anti-spoofing countermeasure: sinc-convolution front-end, Res2Net
8
+ encoder, and dual temporal convolutional networks. ASVspoof2019 LA
9
+ pretrained, FP32, deterministic first-64600-sample window (no random crop).
10
+ code: "https://github.com/lab260ru/Res2TCNGuard"
11
+ checkpoint: "https://huggingface.co/SpeechAntiSpoofingBenchmarks/Res2TCNGuard/blob/523ef915d798df3deee2be4fd06af7e1965ede14/best_1.495.pth"
12
+ params_millions: 0.172102
13
+ paper:
14
+ arxiv_id: "10.48084/etasr.8906"
15
+ url: "https://etasr.com/index.php/ETASR/article/view/8906"
16
+ bibtex: |
17
+ @article{Borodin_Kudryavtsev_Mkrtchian_Gorodnichev_2024,
18
+ place={Greece},
19
+ title={Capsule-based and TCN-based Approaches for Spoofing Detection in Voice Biometry},
20
+ volume={14},
21
+ number={6},
22
+ url={https://etasr.com/index.php/ETASR/article/view/8906},
23
+ DOI={10.48084/etasr.8906},
24
+ journal={Engineering, Technology & Applied Science Research},
25
+ author={Borodin, Kirill and Kudryavtsev, Vasiliy and Mkrtchian, Grach and Gorodnichev, Mikhail},
26
+ year={2024},
27
+ month={Dec.},
28
+ pages={18409--18414}
29
+ }
30
+
31
+ dataset:
32
+ id: SpeechAntiSpoofingBenchmarks/ASVspoof2021_DF
33
+ revision: 16d4f7d6c68694ac9b0bd43b83df322d1bc5102e
34
+ split: test
35
+
36
+ scores:
37
+ eer_percent: 17.018172171375515
38
+ n_trials: 611829
39
+ n_skipped: 0
40
+
41
+ artifact:
42
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Res2TCNGuard/resolve/3ea67313448591c86bbe6a62ada4ae840869e9ba/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof2021_DF/scores.txt
43
+ scores_sha256: 029a5743244c4c544ee43fea7b9e6067a5d785d4ba4ac60e216d9564149b2bf5
44
+ bench_version: speech-spoof-bench==0.3.0
45
+
46
+ reproduction:
47
+ reproduced_by: SpeechAntiSpoofingBenchmarks
48
+ reproduced_at: 2026-05-31
49
+ reproduced_bench_version: speech-spoof-bench==0.3.0
50
+ match: scoring
51
+
52
+ submitter:
53
+ hf_username: korallll
54
+ contact: k.n.borodin@mtuci.ru
55
+
56
+ submitted_at: 2026-05-31
57
+ notes: >
58
+ Deterministic first-64600-sample window (no random crop). Cross-dataset
59
+ generalization: model trained on ASVspoof2019 LA, evaluated on ASVspoof2021 DF.