# Latent Class Model with Application to Speaker Diarization

**Authors:** Liang He, Xianhong Chen, Can Xu, Yi Liu, Jia Liu, Michael T Johnson

arXiv: 1904.11130 · 2019-04-26

## TL;DR

This paper introduces a latent class model (LCM) framework for speaker diarization that integrates discriminative models like SVM and PLDA, achieving significant error rate reductions over existing methods.

## Contribution

The paper presents a novel LCM-based approach combining generative and discriminative models, with enhancements like neighbor windows, HMM, and hierarchical clustering for improved speaker diarization.

## Key findings

- Achieved up to 43% relative reduction in diarization error rate.
- Demonstrated superior performance on NIST RT 2009 and other datasets.
- Outperformed mainstream systems with the proposed hybrid approach.

## Abstract

In this paper, we apply a latent class model (LCM) to the task of speaker diarization. LCM is similar to Patrick Kenny's variational Bayes (VB) method in that it uses soft information and avoids premature hard decisions in its iterations. In contrast to the VB method, which is based on a generative model, LCM provides a framework allowing both generative and discriminative models. The discriminative property is realized through the use of i-vector (Ivec), probabilistic linear discriminative analysis (PLDA), and a support vector machine (SVM) in this work. Systems denoted as LCM-Ivec-PLDA, LCM-Ivec-SVM, and LCM-Ivec-Hybrid are introduced. In addition, three further improvements are applied to enhance its performance. 1) Adding neighbor windows to extract more speaker information for each short segment. 2) Using a hidden Markov model to avoid frequent speaker change points. 3) Using an agglomerative hierarchical cluster to do initialization and present hard and soft priors, in order to overcome the problem of initial sensitivity. Experiments on the National Institute of Standards and Technology Rich Transcription 2009 speaker diarization database, under the condition of a single distant microphone, show that the diarization error rate (DER) of the proposed methods has substantial relative improvements compared with mainstream systems. Compared to the VB method, the relative improvements of LCM-Ivec-PLDA, LCM-Ivec-SVM, and LCM-Ivec-Hybrid systems are 23.5%, 27.1%, and 43.0%, respectively. Experiments on our collected database, CALLHOME97, CALLHOME00 and SRE08 short2-summed trial conditions also show that the proposed LCM-Ivec-Hybrid system has the best overall performance.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.11130/full.md

## Figures

15 figures with captions in the complete paper: https://tomesphere.com/paper/1904.11130/full.md

## References

62 references — full list in the complete paper: https://tomesphere.com/paper/1904.11130/full.md

---
Source: https://tomesphere.com/paper/1904.11130