submissions: add rescapsguard

#12
by korallll - opened
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/ASVspoof5
26
+ revision: 8b43955ee4a4d754a8e76b7848177277711ade0e
27
+ split: test
28
+ scores:
29
+ eer_percent: 41.29371836936247
30
+ n_trials: 680774
31
+ n_skipped: 0
32
+ artifact:
33
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/resolve/6a0e6cd4f7d543b8e6e563a019a20ecc0eb82f72/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof5/scores.txt
34
+ scores_sha256: 628e64b88d85b660d8e46b34fd4814e33b56f5ced4a88595174bba71839678ac
35
+ bench_version: speech-spoof-bench==0.3.4
36
+ reproduction:
37
+ reproduced_by: SpeechAntiSpoofingBenchmarks
38
+ reproduced_at: '2026-06-09'
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-09'
45
+ notes: Deterministic first-64600-sample window (no random crop).