korallll commited on
Commit
8ff13fe
·
1 Parent(s): e4dcee7

Add ResCapsGuard submission for DFADD (#8)

Browse files

- Add ResCapsGuard submission for DFADD (93548dde4d4f4871363560dd2fb9b9296353ff54)

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/DFADD
22
+ revision: da9ec704a3db3b6a93b3f459fedd80e34b8ccdfa
23
+ split: test
24
+ scores:
25
+ eer_percent: 41.733333333333334
26
+ n_trials: 3755
27
+ n_skipped: 0
28
+ artifact:
29
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/resolve/e8369f05d504ad2a7e1ff96931003c4f09969afd/.eval_results/SpeechAntiSpoofingBenchmarks/DFADD/scores.txt
30
+ scores_sha256: 8873f429190d4d289a26e7e8cd7a6f6870257784282cf9178a727bbc69b1945c
31
+ bench_version: speech-spoof-bench==0.3.4
32
+ reproduction:
33
+ reproduced_by: SpeechAntiSpoofingBenchmarks
34
+ reproduced_at: '2026-06-10'
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-10'
41
+ notes: Deterministic first-64600-sample window (no random crop).