XLSR-Mamba: A Dual-Column Bidirectional State Space Model for Spoofing Attack Detection
Yang Xiao, Rohan Kumar Das

TL;DR
This paper introduces XLSR-Mamba, a dual-column state space model combined with self-supervised learning, to effectively detect spoofing attacks in speech, achieving high accuracy and efficiency on multiple datasets.
Contribution
It proposes a novel dual-column Mamba architecture integrated with self-supervised learning for improved spoofing detection.
Findings
Achieves competitive results on ASVspoof 2021 datasets.
Faster inference compared to existing methods.
Outperforms in challenging In-the-Wild dataset.
Abstract
Transformers and their variants have achieved great success in speech processing. However, their multi-head self-attention mechanism is computationally expensive. Therefore, one novel selective state space model, Mamba, has been proposed as an alternative. Building on its success in automatic speech recognition, we apply Mamba for spoofing attack detection. Mamba is well-suited for this task as it can capture the artifacts in spoofed speech signals by handling long-length sequences. However, Mamba's performance may suffer when it is trained with limited labeled data. To mitigate this, we propose combining a new structure of Mamba based on a dual-column architecture with self-supervised learning, using the pre-trained wav2vec 2.0 model. The experiments show that our proposed approach achieves competitive results and faster inference on the ASVspoof 2021 LA and DF datasets, and on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNetwork Security and Intrusion Detection · Advanced Malware Detection Techniques · Spam and Phishing Detection
MethodsMamba: Linear-Time Sequence Modeling with Selective State Spaces
