Add ResCapsGuard scores for DECRO

#6
by korallll - opened
Files changed (1) hide show
  1. submissions/rescapsguard.yaml +40 -0
submissions/rescapsguard.yaml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: ResCapsGuard
4
+ slug: rescapsguard
5
+ description: 'Capsule-based anti-spoofing countermeasure: sinc-convolution front-end, Res2Net-style encoder, primary capsules,
6
+ and dynamic routing to two output capsules (bona fide vs. spoof). ASVspoof2019 LA pretrained, FP32, deterministic first-64600-sample
7
+ window (no random crop).'
8
+ code: https://github.com/lab260ru/ResCapsGuard
9
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/blob/4f7f2bc745cb3980f9fd3c29811afe0744a28edd/new_capsules_changed_sinc_layer.pth
10
+ params_millions: 1.606664
11
+ paper:
12
+ arxiv_id: 10.48084/etasr.8906
13
+ url: https://etasr.com/index.php/ETASR/article/view/8906
14
+ bibtex: "@article{Borodin_Kudryavtsev_Mkrtchian_Gorodnichev_2024,\n place={Greece},\n title={Capsule-based and TCN-based\
15
+ \ Approaches for Spoofing Detection in Voice Biometry},\n volume={14},\n number={6},\n url={https://etasr.com/index.php/ETASR/article/view/8906},\n\
16
+ \ DOI={10.48084/etasr.8906},\n journal={Engineering, Technology & Applied Science Research},\n author={Borodin, Kirill\
17
+ \ and Kudryavtsev, Vasiliy and Mkrtchian, Grach and Gorodnichev, Mikhail},\n year={2024},\n month={Dec.},\n pages={18409--18414}\n\
18
+ }\n"
19
+ dataset:
20
+ id: SpeechAntiSpoofingBenchmarks/DECRO
21
+ revision: bb6df2524eadaab6aa6a2366a41a2a5fe1e4104d
22
+ split: test
23
+ scores:
24
+ eer_percent: 21.718674987998078
25
+ n_trials: 37314
26
+ n_skipped: 0
27
+ artifact:
28
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/resolve/268e1c8dc3c7fdfd01ea2c8ab39b83a24b106bd9/.eval_results/SpeechAntiSpoofingBenchmarks/DECRO/scores.txt
29
+ scores_sha256: 19a2c8bba7df56d04148db87253f2fea79779cef90b3c2d6fef208cf92688ba3
30
+ bench_version: speech-spoof-bench==0.3.4
31
+ reproduction:
32
+ reproduced_by: SpeechAntiSpoofingBenchmarks
33
+ reproduced_at: '2026-06-10'
34
+ reproduced_bench_version: speech-spoof-bench==0.3.4
35
+ match: scoring
36
+ submitter:
37
+ hf_username: korallll
38
+ contact: k.n.borodin@mtuci.ru
39
+ submitted_at: '2026-06-10'
40
+ notes: Deterministic first-64600-sample window (no random crop).