ASCLLGSDAug 11, 2020

Neural PLDA Modeling for End-to-End Speaker Verification

arXiv:2008.04527v1
Originality Incremental advance
AI Analysis

This work addresses speaker verification for applications like security and authentication, representing an incremental advance by extending prior neural PLDA methods to full end-to-end optimization.

The paper tackles the problem of speaker verification by proposing an end-to-end neural model that jointly optimizes embedding and backend scoring, achieving significant improvements over the x-vector PLDA baseline on NIST SRE 2018 and 2019 datasets.

While deep learning models have made significant advances in supervised classification problems, the application of these models for out-of-set verification tasks like speaker recognition has been limited to deriving feature embeddings. The state-of-the-art x-vector PLDA based speaker verification systems use a generative model based on probabilistic linear discriminant analysis (PLDA) for computing the verification score. Recently, we had proposed a neural network approach for backend modeling in speaker verification called the neural PLDA (NPLDA) where the likelihood ratio score of the generative PLDA model is posed as a discriminative similarity function and the learnable parameters of the score function are optimized using a verification cost. In this paper, we extend this work to achieve joint optimization of the embedding neural network (x-vector network) with the NPLDA network in an end-to-end (E2E) fashion. This proposed end-to-end model is optimized directly from the acoustic features with a verification cost function and during testing, the model directly outputs the likelihood ratio score. With various experiments using the NIST speaker recognition evaluation (SRE) 2018 and 2019 datasets, we show that the proposed E2E model improves significantly over the x-vector PLDA baseline speaker verification system.

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