Add Nes2Net submission (ASVspoof5)

#6
by korallll - opened
Files changed (1) hide show
  1. submissions/nes2net.yaml +54 -0
submissions/nes2net.yaml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 4
2
+ system:
3
+ name: Nes2Net
4
+ slug: nes2net
5
+ description: 'wav2vec 2.0 (XLS-R 300M) self-supervised front-end fine-tuned end-to-end
6
+ with a Nes2Net-X (Nested Res2Net TDNN) back-end for speech anti-spoofing. The
7
+ nested Res2Net structure couples multi-scale residual groups with squeeze- excitation,
8
+ replacing dimensionality-reducing necks; mean temporal pooling + linear classifier.
9
+ Only ~0.51M back-end params. Official Nes2Net-X single checkpoint (ASVspoof2021
10
+ LA 1.73% / DF 1.65% EER as reported), trained on ASVspoof2019 LA with RawBoost,
11
+ FP32, deterministic first-64600-sample window (no random crop).
12
+
13
+ '
14
+ code: https://github.com/Liu-Tianchi/Nes2Net_ASVspoof_ITW
15
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Nes2Net
16
+ params_millions: 317.9026
17
+ paper:
18
+ arxiv_id: '2504.05657'
19
+ url: https://arxiv.org/abs/2504.05657
20
+ bibtex: "@article{Nes2Net,\n author={Liu, Tianchi and Truong, Duc-Tuan and Das,\
21
+ \ Rohan Kumar and Lee, Kong Aik and Li, Haizhou},\n journal={IEEE Transactions\
22
+ \ on Information Forensics and Security},\n title={Nes2Net: A Lightweight Nested\
23
+ \ Architecture for Foundation Model Driven Speech Anti-Spoofing},\n year={2025},\n\
24
+ \ volume={20},\n pages={12005--12018},\n doi={10.1109/TIFS.2025.3626963}\n\
25
+ }\n"
26
+ dataset:
27
+ id: SpeechAntiSpoofingBenchmarks/ASVspoof5
28
+ revision: 9937de5e630b137bb31e9f5901209b2705ddef63
29
+ split: test
30
+ scores:
31
+ eer_percent: 22.249606151053523
32
+ n_trials: 680774
33
+ n_skipped: 0
34
+ artifact:
35
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Nes2Net/resolve/a36851e6789652797c46b2269c85681bb0c3ac41/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof5/scores.txt
36
+ scores_sha256: c309b4f4620d1b1850667ee172df4cc53b0635432d69c124b7e53030c4875b4b
37
+ bench_version: speech-spoof-bench==0.3.4
38
+ submitter:
39
+ hf_username: korallll
40
+ contact: k.n.borodin@mtuci.ru
41
+ submitted_at: '2026-06-08'
42
+ notes: XLS-R 300M (wav2vec 2.0) front-end + Nes2Net-X back-end, the single (non-averaged)
43
+ checkpoint from Liu-Tianchi/Nes2Net_ASVspoof_ITW (Nes_ratio [8,8], SE_ratio [1],
44
+ pool_func 'mean', dilation 2). Architecture is built from the base xlsr2_300m.pt
45
+ model config, then every weight is overwritten by the fine-tuned checkpoint. Deterministic
46
+ first-64600-sample window (no random crop), matching the source data_utils_SSL.py::pad
47
+ used at eval (default --test_protocol 4sec). score = output logit for class 1 (bona
48
+ fide); higher = more bona fide. Back-end params ~0.51M; params_millions reports
49
+ the full deployed model incl. the XLS-R front-end.
50
+ reproduction:
51
+ reproduced_by: SpeechAntiSpoofingBenchmarks
52
+ reproduced_at: '2026-06-08'
53
+ reproduced_bench_version: speech-spoof-bench==0.3.4
54
+ match: scoring