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

#2
by korallll - opened
Files changed (1) hide show
  1. submissions/res2tcnguard.yaml +61 -0
submissions/res2tcnguard.yaml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/InTheWild
33
+ revision: a957f2582802cdb5964e118818c2e46b3d61aa35
34
+ split: test
35
+
36
+ scores:
37
+ eer_percent: 52.52200406228842
38
+ n_trials: 31779
39
+ n_skipped: 0
40
+
41
+ artifact:
42
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Res2TCNGuard/resolve/09297018a6b118ece4764d23b5a23e2bfc28621e/.eval_results/SpeechAntiSpoofingBenchmarks/InTheWild/scores.txt
43
+ scores_sha256: 3ea0e3252119b3dadefe5ae1bfa5e46b87481f9959bdba30e5010ed7324aef85
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 the In-the-Wild
60
+ dataset. EER > 50% indicates the model does not generalize to this
61
+ out-of-domain set.