ASCLSDNov 8, 2018

Gaussian-Constrained training for speaker verification

arXiv:1811.03258v226 citations
Originality Incremental advance
AI Analysis

This work addresses incremental improvements in speaker verification by enhancing embedding quality for better scoring in applications like security and voice recognition.

The paper tackled the problems of information leak and unconstrained distribution in neural speaker verification models by proposing a Gaussian-constrained training approach that discards the parametric classifier and enforces Gaussian distribution of speaker vectors, resulting in consistent performance improvement on VoxCeleb and SITW databases.

Neural models, in particular the d-vector and x-vector architectures, have produced state-of-the-art performance on many speaker verification tasks. However, two potential problems of these neural models deserve more investigation. Firstly, both models suffer from `information leak', which means that some parameters participating in model training will be discarded during inference, i.e, the layers that are used as the classifier. Secondly, these models do not regulate the distribution of the derived speaker vectors. This `unconstrained distribution' may degrade the performance of the subsequent scoring component, e.g., PLDA. This paper proposes a Gaussian-constrained training approach that (1) discards the parametric classifier, and (2) enforces the distribution of the derived speaker vectors to be Gaussian. Our experiments on the VoxCeleb and SITW databases demonstrated that this new training approach produced more representative and regular speaker embeddings, leading to consistent performance improvement.

Foundations

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

Your Notes