Add ResCapsGuard submission for PyAra

#11
by korallll - opened
Files changed (1) hide show
  1. submissions/rescapsguard.yaml +41 -0
submissions/rescapsguard.yaml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
6
+ encoder, primary capsules, and dynamic routing to two output capsules (bona fide vs. spoof). ASVspoof2019
7
+ LA pretrained, FP32, deterministic first-64600-sample 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\
15
+ \ and TCN-based Approaches for Spoofing Detection in Voice Biometry},\n volume={14},\n number={6},\n\
16
+ \ url={https://etasr.com/index.php/ETASR/article/view/8906},\n DOI={10.48084/etasr.8906},\n journal={Engineering,\
17
+ \ Technology & Applied Science Research},\n author={Borodin, Kirill and Kudryavtsev, Vasiliy and\
18
+ \ Mkrtchian, Grach and Gorodnichev, Mikhail},\n year={2024},\n month={Dec.},\n pages={18409--18414}\n\
19
+ }\n"
20
+ dataset:
21
+ id: SpeechAntiSpoofingBenchmarks/PyAra
22
+ revision: 43f03384ee9ad701a64e0baaa531c8aedd724cd8
23
+ split: test
24
+ scores:
25
+ eer_percent: 33.273180771507036
26
+ n_trials: 201778
27
+ n_skipped: 0
28
+ artifact:
29
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/resolve/caf3c92fc99037b8f40cfc6a645079dcfd3de823/.eval_results/SpeechAntiSpoofingBenchmarks/PyAra/scores.txt
30
+ scores_sha256: 2eb8b74bde50d726de6b764508fdda549d28df9aeacbb5851cea5e113e389118
31
+ bench_version: speech-spoof-bench==0.3.4
32
+ reproduction:
33
+ reproduced_by: SpeechAntiSpoofingBenchmarks
34
+ reproduced_at: '2026-06-11'
35
+ reproduced_bench_version: speech-spoof-bench==0.3.4
36
+ match: scoring
37
+ submitter:
38
+ hf_username: korallll
39
+ contact: k.n.borodin@mtuci.ru
40
+ submitted_at: '2026-06-11'
41
+ notes: Deterministic first-64600-sample window (no random crop).