Add meta.yaml (HF download-stats query file) to enable download tracking
Browse files
meta.yaml
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
system:
|
| 2 |
+
name: "ResCapsGuard"
|
| 3 |
+
slug: "rescapsguard"
|
| 4 |
+
description: >
|
| 5 |
+
Capsule-based anti-spoofing countermeasure: sinc-convolution front-end,
|
| 6 |
+
Res2Net-style encoder, primary capsules, and dynamic routing to two output
|
| 7 |
+
capsules (bona fide vs. spoof). ASVspoof2019 LA pretrained, FP32,
|
| 8 |
+
deterministic first-64600-sample window (no random crop).
|
| 9 |
+
code: "https://github.com/lab260ru/ResCapsGuard"
|
| 10 |
+
checkpoint: "https://huggingface.co/SpeechAntiSpoofingBenchmarks/ResCapsGuard/blob/4f7f2bc745cb3980f9fd3c29811afe0744a28edd/new_capsules_changed_sinc_layer.pth"
|
| 11 |
+
params_millions: 1.606664
|
| 12 |
+
paper:
|
| 13 |
+
arxiv_id: "10.48084/etasr.8906"
|
| 14 |
+
url: "https://etasr.com/index.php/ETASR/article/view/8906"
|
| 15 |
+
bibtex: |
|
| 16 |
+
@article{Borodin_Kudryavtsev_Mkrtchian_Gorodnichev_2024,
|
| 17 |
+
place={Greece},
|
| 18 |
+
title={Capsule-based and TCN-based Approaches for Spoofing Detection in Voice Biometry},
|
| 19 |
+
volume={14},
|
| 20 |
+
number={6},
|
| 21 |
+
url={https://etasr.com/index.php/ETASR/article/view/8906},
|
| 22 |
+
DOI={10.48084/etasr.8906},
|
| 23 |
+
journal={Engineering, Technology & Applied Science Research},
|
| 24 |
+
author={Borodin, Kirill and Kudryavtsev, Vasiliy and Mkrtchian, Grach and Gorodnichev, Mikhail},
|
| 25 |
+
year={2024},
|
| 26 |
+
month={Dec.},
|
| 27 |
+
pages={18409--18414}
|
| 28 |
+
}
|
| 29 |
+
notes: "Deterministic first-64600-sample window (no random crop)."
|