π€ AI Summary
This work addresses the challenges of lacking labeled data and reliance on pretraining in unsupervised speaker diarization by proposing a multi-kernel fusionβbased similarity measure. It systematically integrates polynomial kernels with first-order arc-cosine kernels for the first time to construct a sparse affinity graph that emphasizes local structural properties, followed by spectral clustering for speaker segmentation and clustering. The method requires no supervision or pretrained models and achieves state-of-the-art unsupervised performance on major benchmarks including DIHARD-III, AMI, and VoxConverse, significantly advancing the practical applicability of unsupervised speaker diarization.
π Abstract
Speaker diarization aims to segment audio recordings into regions corresponding to individual speakers. Although unsupervised speaker diarization is inherently challenging, the prospect of identifying speaker regions without pretraining or weak supervision motivates research on clustering techniques. In this work, we share the notable observation that measuring multiple kernel similarities of speaker embeddings to thereafter craft a sparse graph for spectral clustering in a principled manner is sufficient to achieve state-of-the-art performances in a fully unsupervised setting. Specifically, we consider four polynomial kernels and a degree one arccosine kernel to measure similarities in speaker embeddings, using which sparse graphs are constructed in a principled manner to emphasize local similarities. Experiments show the proposed approach excels in unsupervised speaker diarization over a variety of challenging environments in the DIHARD-III, AMI, and VoxConverse corpora. To encourage further research, our implementations are available at https://github.com/nikhilraghav29/MK-SGC-SC.