English

Mamba-based Segmentation Model for Speaker Diarization

Sound 2024-10-11 v2 Audio and Speech Processing

Abstract

Mamba is a newly proposed architecture which behaves like a recurrent neural network (RNN) with attention-like capabilities. These properties are promising for speaker diarization, as attention-based models have unsuitable memory requirements for long-form audio, and traditional RNN capabilities are too limited. In this paper, we propose to assess the potential of Mamba for diarization by comparing the state-of-the-art neural segmentation of the pyannote pipeline with our proposed Mamba-based variant. Mamba's stronger processing capabilities allow usage of longer local windows, which significantly improve diarization quality by making the speaker embedding extraction more reliable. We find Mamba to be a superior alternative to both traditional RNN and the tested attention-based model. Our proposed Mamba-based system achieves state-of-the-art performance on three widely used diarization datasets.

Keywords

Cite

@article{arxiv.2410.06459,
  title  = {Mamba-based Segmentation Model for Speaker Diarization},
  author = {Alexis Plaquet and Naohiro Tawara and Marc Delcroix and Shota Horiguchi and Atsushi Ando and Shoko Araki},
  journal= {arXiv preprint arXiv:2410.06459},
  year   = {2024}
}

Comments

5 pages, 4 figures. Submitted to ICASSP 2025. Code at https://github.com/nttcslab-sp/mamba-diarization

R2 v1 2026-06-28T19:13:40.734Z