ASCLCVLGSDOct 22, 2019

Discriminative Neural Clustering for Speaker Diarisation

arXiv:1910.09703v249 citations
Originality Highly original
AI Analysis

This addresses speaker diarisation for meeting analysis, offering a novel supervised approach that improves accuracy over traditional methods.

The paper tackles speaker diarisation by proposing Discriminative Neural Clustering (DNC), which formulates clustering as a supervised sequence-to-sequence learning problem, achieving a 29.4% relative reduction in speaker error rate compared to spectral clustering on the AMI dataset.

In this paper, we propose Discriminative Neural Clustering (DNC) that formulates data clustering with a maximum number of clusters as a supervised sequence-to-sequence learning problem. Compared to traditional unsupervised clustering algorithms, DNC learns clustering patterns from training data without requiring an explicit definition of a similarity measure. An implementation of DNC based on the Transformer architecture is shown to be effective on a speaker diarisation task using the challenging AMI dataset. Since AMI contains only 147 complete meetings as individual input sequences, data scarcity is a significant issue for training a Transformer model for DNC. Accordingly, this paper proposes three data augmentation schemes: sub-sequence randomisation, input vector randomisation, and Diaconis augmentation, which generates new data samples by rotating the entire input sequence of L2-normalised speaker embeddings. Experimental results on AMI show that DNC achieves a reduction in speaker error rate (SER) of 29.4% relative to spectral clustering.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes