Datasets:
Add RawBMamba submission for DECRO (EER=17.906865098415746)
#20
by korallll - opened
- submissions/rawbmamba.yaml +42 -0
submissions/rawbmamba.yaml
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
system:
|
| 3 |
+
name: RawBMamba
|
| 4 |
+
slug: rawbmamba
|
| 5 |
+
description: 'RawBMamba: end-to-end bidirectional state-space (Mamba) model for audio deepfake detection. Sinc/Res front-end
|
| 6 |
+
+ bidirectional Mamba blocks with attention pooling and an angular-margin (A-softmax) head. Raw-waveform, FP32, deterministic
|
| 7 |
+
first-64600-sample (4 s) window. Higher score = more bona fide.
|
| 8 |
+
|
| 9 |
+
'
|
| 10 |
+
code: https://github.com/cyjie429/RawBMamba
|
| 11 |
+
checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/RawBMamba/blob/main/rawbmamba_best.pt
|
| 12 |
+
params_millions: 0.7202
|
| 13 |
+
paper:
|
| 14 |
+
arxiv_id: '2406.06086'
|
| 15 |
+
url: https://arxiv.org/abs/2406.06086
|
| 16 |
+
bibtex: "@inproceedings{chen2024rawbmamba,\n title = {RawBMamba: End-to-End Bidirectional State Space Model for Audio\
|
| 17 |
+
\ Deepfake Detection},\n author = {Chen, Yujie and Yi, Jiangyan and Xue, Jianhua and Wang, Chenglong and Zhang,\
|
| 18 |
+
\ Xiaohui and Dong, Shunbo and Zeng, Siding and Tao, Jianhua and Zhao, Lv and Wang, Cunhang},\n booktitle = {Interspeech\
|
| 19 |
+
\ 2024},\n year = {2024}\n}\n"
|
| 20 |
+
dataset:
|
| 21 |
+
id: SpeechAntiSpoofingBenchmarks/DECRO
|
| 22 |
+
revision: e54c29df5b81bac75e5cc294d1ab0d4db72a5c71
|
| 23 |
+
split: test
|
| 24 |
+
scores:
|
| 25 |
+
eer_percent: 17.906865098415746
|
| 26 |
+
n_trials: 37314
|
| 27 |
+
n_skipped: 0
|
| 28 |
+
artifact:
|
| 29 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/RawBMamba/resolve/adf48d21f5285a415e6eccc4422d51f29e04a33e/.eval_results/SpeechAntiSpoofingBenchmarks/DECRO/scores.txt
|
| 30 |
+
scores_sha256: d36b78acb53b202bf7a65f3b8ac2359ae5e3f12042546f39ba70b8f3dcc97469
|
| 31 |
+
bench_version: speech-spoof-bench==0.4.1
|
| 32 |
+
reproduction:
|
| 33 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 34 |
+
reproduced_at: '2026-06-26'
|
| 35 |
+
reproduced_bench_version: speech-spoof-bench==0.4.1
|
| 36 |
+
match: scoring
|
| 37 |
+
submitter:
|
| 38 |
+
hf_username: korallll
|
| 39 |
+
contact: k.n.borodin@mtuci.ru
|
| 40 |
+
submitted_at: '2026-06-26'
|
| 41 |
+
notes: Pretrained rawbmamba_best.pt. Mamba selective-scan run on the pure-PyTorch reference path (CUDA kernels optional).
|
| 42 |
+
Deterministic first-64600-sample window.
|