Uncertainty Quantification in Machine Learning for Joint Speaker Diarization and Identification
Simon W. McKnight, Aidan O. T. Hogg, Vincent W. Neo, Patrick A. Naylor
TL;DR
The paper tackles joint speaker diarization and identification (JSID) by leveraging two feature families: modulation spectrum features $\mathbf{\Phi}$ and MFCCs $\mathbf{\Psi}$. A CNN is applied to $\mathbf{\Phi}$ and an LSTM to $\mathbf{\Psi}$, with their outputs fused for final classification, and two uncertainty-aware modeling approaches (aleatoric and epistemic) are explored via probabilistic layers and Monte Carlo dropout. Through two experiments, it demonstrates that fusion of $\mathbf{\Phi}$ and $\mathbf{\Psi}$ substantially improves diarization error rates compared with using either feature alone, and that total uncertainty quantification—especially when combined with Kalman-filter smoothing and model ensembles—can further boost performance, notably in challenging overlapping speech scenarios. The study also provides frame-level entropy diagnostics that reveal when predictions are uncertain, offering a path toward more reliable and interpretable JSID systems with potential online deployment benefits. Overall, the work highlights the complementary information in modulation-spectrum and MFCC features and shows how uncertainty-aware fusion and resegmentation strategies can yield practical gains for speakers’ diarization and identification tasks.
Abstract
This paper studies modulation spectrum features ($Φ$) and mel-frequency cepstral coefficients ($Ψ$) in joint speaker diarization and identification (JSID). JSID is important as speaker diarization on its own to distinguish speakers is insufficient for many applications, it is often necessary to identify speakers as well. Machine learning models are set up using convolutional neural networks (CNNs) on $Φ$ and recurrent neural networks $\unicode{x2013}$ long short-term memory (LSTMs) on $Ψ$, then concatenating into fully connected layers. Experiment 1 shows models on both $Φ$ and $Ψ$ have better diarization error rates (DERs) than models on either alone; a CNN on $Φ$ has DER 29.09\%, compared to 27.78\% for a LSTM on $Ψ$ and 19.44\% for a model on both. Experiment 1 also investigates aleatoric uncertainties and shows the model on both $Φ$ and $Ψ$ has mean entropy 0.927~bits (out of 4~bits) for correct predictions compared to 1.896~bits for incorrect predictions which, along with entropy histogram shapes, shows the model helpfully indicates where it is uncertain. Experiment 2 investigates epistemic uncertainties as well as aleatoric using Monte Carlo dropout (MCD). It compares models on both $Φ$ and $Ψ$ with models trained on x-vectors ($X$), before applying Kalman filter smoothing on epistemic uncertainties for resegmentation and model ensembles. While the two models on $X$ (DERs 10.23\% and 9.74\%) outperform those on $Φ$ and $Ψ$ (DER 17.85\%) after their individual Kalman filter smoothing, combining them using a Kalman filter smoothing method improves the DER to 9.29\%. Aleatoric uncertainties are higher for incorrect predictions. Both Experiments show models on $Φ$ do not distinguish overlapping speakers as well as anticipated. However, Experiment 2 shows model ensembles do better with overlapping speakers than individual models do.
