Upload submissions/rescapsguard.yaml with huggingface_hub

#5
Files changed (1) hide show
  1. submissions/rescapsguard.yaml +61 -0
submissions/rescapsguard.yaml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+
3
+ system:
4
+ name: "ResCapsGuard"
5
+ slug: "rescapsguard"
6
+ description: >
7
+ Capsule-based anti-spoofing countermeasure: sinc-convolution front-end,
8
+ Res2Net-style encoder, primary capsules, and dynamic routing to two output
9
+ capsules (bona fide vs. spoof). ASVspoof2019 LA pretrained, FP32,
10
+ deterministic first-64600-sample window (no random crop).
11
+ code: "https://github.com/lab260ru/ResCapsGuard"
12
+ checkpoint: "https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/blob/4f7f2bc745cb3980f9fd3c29811afe0744a28edd/new_capsules_changed_sinc_layer.pth"
13
+ params_millions: 1.606664
14
+ paper:
15
+ arxiv_id: "10.48084/etasr.8906"
16
+ url: "https://etasr.com/index.php/ETASR/article/view/8906"
17
+ bibtex: |
18
+ @article{Borodin_Kudryavtsev_Mkrtchian_Gorodnichev_2024,
19
+ place={Greece},
20
+ title={Capsule-based and TCN-based Approaches for Spoofing Detection in Voice Biometry},
21
+ volume={14},
22
+ number={6},
23
+ url={https://etasr.com/index.php/ETASR/article/view/8906},
24
+ DOI={10.48084/etasr.8906},
25
+ journal={Engineering, Technology & Applied Science Research},
26
+ author={Borodin, Kirill and Kudryavtsev, Vasiliy and Mkrtchian, Grach and Gorodnichev, Mikhail},
27
+ year={2024},
28
+ month={Dec.},
29
+ pages={18409--18414}
30
+ }
31
+
32
+ dataset:
33
+ id: SpeechAntiSpoofingBenchmarks/CD-ADD
34
+ revision: c2de87d49b268b624e6af7440dc2890703098965
35
+ split: test
36
+
37
+ scores:
38
+ eer_percent: 54.55114019051285
39
+ n_trials: 20786
40
+ n_skipped: 0
41
+
42
+ artifact:
43
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/resolve/e0d6c1e4c8b963d7d77ef01781819e5145c7a673/.eval_results/SpeechAntiSpoofingBenchmarks/CD-ADD/scores.txt
44
+ scores_sha256: 005f342281f55915706e905e11429a43f603a300861c1ccbcc806b170d05fed7
45
+ bench_version: speech-spoof-bench==0.3.0
46
+
47
+ reproduction:
48
+ reproduced_by: SpeechAntiSpoofingBenchmarks
49
+ reproduced_at: 2026-06-02
50
+ reproduced_bench_version: speech-spoof-bench==0.3.0
51
+ match: scoring
52
+
53
+ submitter:
54
+ hf_username: korallll
55
+ contact: k.n.borodin@mtuci.ru
56
+
57
+ submitted_at: 2026-06-02
58
+ notes: >
59
+ Deterministic first-64600-sample window (no random crop). Out-of-domain
60
+ (modern neural-TTS); the capsule model trained on ASVspoof2019 LA does not
61
+ generalize here, as with its Res2TCNGuard sibling.