korallll commited on
Commit
508da52
·
verified ·
1 Parent(s): d93dfa3

Add nes2net LRLspoof submission (srr_complement 25.27%)

Browse files
Files changed (1) hide show
  1. submissions/nes2net.yaml +53 -0
submissions/nes2net.yaml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ schema_version: 5
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
+ code: https://github.com/Liu-Tianchi/Nes2Net_ASVspoof_ITW
13
+ checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Nes2Net
14
+ params_millions: 317.9026
15
+ paper:
16
+ arxiv_id: '2504.05657'
17
+ url: https://arxiv.org/abs/2504.05657
18
+ bibtex: "@article{Nes2Net,\n author={Liu, Tianchi and Truong, Duc-Tuan and Das,\
19
+ \ Rohan Kumar and Lee, Kong Aik and Li, Haizhou},\n journal={IEEE Transactions\
20
+ \ on Information Forensics and Security},\n title={Nes2Net: A Lightweight Nested\
21
+ \ Architecture for Foundation Model Driven Speech Anti-Spoofing},\n year={2025},\n\
22
+ \ volume={20},\n pages={12005--12018},\n doi={10.1109/TIFS.2025.3626963}\n\
23
+ }\n"
24
+ dataset:
25
+ id: lab260/LRLspoof
26
+ revision: 5caf11349cf96aa198527cfb040cdba585cdd49e
27
+ split: test
28
+ scores:
29
+ srr_complement: 25.267277477075446
30
+ n_trials: 1304455
31
+ n_skipped: 286
32
+ calibration:
33
+ source_dataset: SpeechAntiSpoofingBenchmarks/DeepVoice
34
+ threshold: 0.9682791464968152
35
+ artifact:
36
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/Nes2Net/resolve/b152d3f64681a14429f4b8dc61cb21bf2eadb32f/.eval_results/lab260/LRLspoof/scores.txt
37
+ scores_sha256: 3be88eeebf8a3071e26b8034a4e7bc26276d9ba53218a9e72221bb6ee26255cf
38
+ bench_version: speech-spoof-bench==0.4.1
39
+ reproduction:
40
+ reproduced_by: SpeechAntiSpoofingBenchmarks
41
+ reproduced_at: '2026-06-22'
42
+ reproduced_bench_version: speech-spoof-bench==0.4.1
43
+ match: scoring
44
+ submitter:
45
+ hf_username: korallll
46
+ contact: k.n.borodin@mtuci.ru
47
+ submitted_at: '2026-06-22'
48
+ notes: Nes2Net on LRLspoof (spoof-only, srr_complement = 1-SRR, lower better). TensorRT
49
+ FP32 engine (parity-verified vs PyTorch). Scored 1,304,455 of 1,304,455 TTS utterances;
50
+ 286 source files are empty/zero-length (skipped), 172 corrupt-header WAVs recovered
51
+ via ffmpeg. Audio resampled per-file to 16 kHz; score = net(x)[:,1] (higher = bona
52
+ fide). t* = this model's own DeepVoice EER operating-point threshold (DeepVoice
53
+ EER 28.66%), transferred via the calibration block. Verified with reproduce --scoring.