Add ResCapsGuard scores for HABLA

#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/HABLA
21
+ revision: 520797e46fdeb1f3a3765664a6a4e25b509c72f5
22
+ split: test
23
+ scores:
24
+ eer_percent: 38.679221936250244
25
+ n_trials: 80816
26
+ n_skipped: 0
27
+ artifact:
28
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/resolve/646b61cd8fcca60c98121780707580504d82b20c/.eval_results/SpeechAntiSpoofingBenchmarks/HABLA/scores.txt
29
+ scores_sha256: 39576c059466f508a9aa20470b0c5a4a2c225348f4d79ceabf2f8156849f752c
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).