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

Add Res2TCNGuard submission for DFADD (#9)

Browse files

- Add Res2TCNGuard submission for DFADD (3e2f18910384cc2548d5002b876186cf71ea8cfb)

Files changed (1) hide show
  1. submissions/res2tcnguard.yaml +41 -0
submissions/res2tcnguard.yaml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: Res2TCNGuard
4
+ slug: res2tcnguard
5
+ description: 'TCN-based anti-spoofing countermeasure: sinc-convolution front-end, Res2Net encoder, and
6
+ dual temporal convolutional networks. ASVspoof2019 LA pretrained, FP32, deterministic first-64600-sample
7
+ window (no random crop).'
8
+ code: https://github.com/lab260ru/Res2TCNGuard
9
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Res2TCNGuard/blob/523ef915d798df3deee2be4fd06af7e1965ede14/best_1.495.pth
10
+ params_millions: 0.172102
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: 28.133333333333333
26
+ n_trials: 3755
27
+ n_skipped: 0
28
+ artifact:
29
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Res2TCNGuard/resolve/21a91da48d584cbd95d37beafb2add1bf33a43ce/.eval_results/SpeechAntiSpoofingBenchmarks/DFADD/scores.txt
30
+ scores_sha256: fa648d09e942f8ba5c3011c558c362b7bc64c9afa4c9dc9dbc6ebd504d39c536
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).