Datasets:
Add Res2TCNGuard submission (EER 56.10%, scoring-reproduced)
#4
by korallll - opened
submissions/res2tcnguard.yaml
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
|
| 3 |
+
system:
|
| 4 |
+
name: "Res2TCNGuard"
|
| 5 |
+
slug: "res2tcnguard"
|
| 6 |
+
description: >
|
| 7 |
+
TCN-based anti-spoofing countermeasure: sinc-convolution front-end, Res2Net
|
| 8 |
+
encoder, and dual temporal convolutional networks. ASVspoof2019 LA
|
| 9 |
+
pretrained, FP32, deterministic first-64600-sample window (no random crop).
|
| 10 |
+
code: "https://github.com/lab260ru/Res2TCNGuard"
|
| 11 |
+
checkpoint: "https://huggingface.co/SpeechAntiSpoofingBenchmarks/Res2TCNGuard/blob/523ef915d798df3deee2be4fd06af7e1965ede14/best_1.495.pth"
|
| 12 |
+
params_millions: 0.172102
|
| 13 |
+
paper:
|
| 14 |
+
arxiv_id: "10.48084/etasr.8906"
|
| 15 |
+
url: "https://etasr.com/index.php/ETASR/article/view/8906"
|
| 16 |
+
bibtex: |
|
| 17 |
+
@article{Borodin_Kudryavtsev_Mkrtchian_Gorodnichev_2024,
|
| 18 |
+
place={Greece},
|
| 19 |
+
title={Capsule-based and TCN-based Approaches for Spoofing Detection in Voice Biometry},
|
| 20 |
+
volume={14},
|
| 21 |
+
number={6},
|
| 22 |
+
url={https://etasr.com/index.php/ETASR/article/view/8906},
|
| 23 |
+
DOI={10.48084/etasr.8906},
|
| 24 |
+
journal={Engineering, Technology & Applied Science Research},
|
| 25 |
+
author={Borodin, Kirill and Kudryavtsev, Vasiliy and Mkrtchian, Grach and Gorodnichev, Mikhail},
|
| 26 |
+
year={2024},
|
| 27 |
+
month={Dec.},
|
| 28 |
+
pages={18409--18414}
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
dataset:
|
| 32 |
+
id: SpeechAntiSpoofingBenchmarks/CD-ADD
|
| 33 |
+
revision: c2de87d49b268b624e6af7440dc2890703098965
|
| 34 |
+
split: test
|
| 35 |
+
|
| 36 |
+
scores:
|
| 37 |
+
eer_percent: 56.0992700729927
|
| 38 |
+
n_trials: 20786
|
| 39 |
+
n_skipped: 0
|
| 40 |
+
|
| 41 |
+
artifact:
|
| 42 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Res2TCNGuard/resolve/44f5a8347036114f1a4b1b7808d925e5cd0b37ce/.eval_results/SpeechAntiSpoofingBenchmarks/CD-ADD/scores.txt
|
| 43 |
+
scores_sha256: d3d6558e5a5e8809fcfcc6cae2fb174ceb98385cb17729d4b2f95c59bc0d7c2e
|
| 44 |
+
bench_version: speech-spoof-bench==0.3.0
|
| 45 |
+
|
| 46 |
+
reproduction:
|
| 47 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 48 |
+
reproduced_at: 2026-05-31
|
| 49 |
+
reproduced_bench_version: speech-spoof-bench==0.3.0
|
| 50 |
+
match: scoring
|
| 51 |
+
|
| 52 |
+
submitter:
|
| 53 |
+
hf_username: korallll
|
| 54 |
+
contact: k.n.borodin@mtuci.ru
|
| 55 |
+
|
| 56 |
+
submitted_at: 2026-05-31
|
| 57 |
+
notes: >
|
| 58 |
+
Deterministic first-64600-sample window (no random crop). Cross-dataset
|
| 59 |
+
generalization: model trained on ASVspoof2019 LA, evaluated on CD-ADD
|
| 60 |
+
(modern neural-TTS deepfakes). EER > 50% indicates the model does not
|
| 61 |
+
generalize to this out-of-domain set.
|