HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

End-to-End Neural Speaker Diarization with Self-attention

Yusuke Fujita Naoyuki Kanda Shota Horiguchi Yawen Xue Kenji Nagamatsu Shinji Watanabe

End-to-End Neural Speaker Diarization with Self-attention

Abstract

Speaker diarization has been mainly developed based on the clustering of speaker embeddings. However, the clustering-based approach has two major problems; i.e., (i) it is not optimized to minimize diarization errors directly, and (ii) it cannot handle speaker overlaps correctly. To solve these problems, the End-to-End Neural Diarization (EEND), in which a bidirectional long short-term memory (BLSTM) network directly outputs speaker diarization results given a multi-talker recording, was recently proposed. In this study, we enhance EEND by introducing self-attention blocks instead of BLSTM blocks. In contrast to BLSTM, which is conditioned only on its previous and next hidden states, self-attention is directly conditioned on all the other frames, making it much suitable for dealing with the speaker diarization problem. We evaluated our proposed method on simulated mixtures, real telephone calls, and real dialogue recordings. The experimental results revealed that the self-attention was the key to achieving good performance and that our proposed method performed significantly better than the conventional BLSTM-based method. Our method was even better than that of the state-of-the-art x-vector clustering-based method. Finally, by visualizing the latent representation, we show that the self-attention can capture global speaker characteristics in addition to local speech activity dynamics. Our source code is available online at https://github.com/hitachi-speech/EEND.

Code Repositories

hitachi-speech/EEND
Official
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
speaker-diarization-on-callhomeSA-EEND (2-spk, no-adapt)
CF: 1.31
DER(%): 12.66
FA: 7.42
MI: 3.93
speaker-diarization-on-callhomeSA-EEND (2-spk, adapted)
CF: 1.68
DER(%): 10.76
FA: 6.68
MI: 2.40

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
End-to-End Neural Speaker Diarization with Self-attention | Papers | HyperAI