submissions: add rescapsguard

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