paper-with-me

홈 › Papers

Coupling a generative model with a discriminative learning framework for speaker verification

2021-01-09 · Xugang Lu, Peng Shen, Yu Tsao, Hisashi Kawai

The speaker verification (SV) task is to decide whether an utterance is spoken by a target or an imposter speaker. For most studies, a log-likelihood ratio (LLR) score is estimated based on a generative probability model on speaker features and compared with a threshold for making a decision. However, the generative model usually focuses on individual feature distributions, does not have the discriminative feature selection ability, and is easy to be distracted by nuisance features. The SV could be formulated as a binary discrimination task where neural network-based discriminative learning could be applied. In discriminative learning, the nuisance features could be removed with the help of label supervision. However, discriminative learning pays more attention to classification boundaries and is prone to overfitting to a training set which may result in bad generalization on a test set. Thus, we propose a hybrid learning framework, i.e., coupling a joint Bayesian (JB) generative model structure and parameters with a neural discriminative learning framework for SV. A two-branch Siamese neural network is built with dense layers that are coupled with factorized affine transforms as used in the JB model. The LLR score estimation in the JB model is formulated according to the distance metric in the discriminative learning framework. By initializing the two-branch neural network with the generatively learned model parameters of the JB model, we train the model parameters with the pairwise samples as a binary discrimination task. Moreover, a direct evaluation metric in SV based on minimum empirical Bayes risk is designed and integrated as an objective function in discriminative learning. We carried out SV experiments on Speakers in the wild and Voxceleb. Experimental results showed that our proposed model improved the performance with a large margin compared with state-of-art models for SV.

📄 PDF Abstract BibTeX arXiv:2101.03329

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingfeature selectionSpeaker Verification

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Pairwise Discriminative Neural PLDA for Speaker Verification

2020-01-20 · Shreyas Ramoji, Prashant Krishnan V, Prachi Singh, Sriram Ganapathy

The state-of-art approach to speaker verification involves the extraction of discriminative embeddings like x-vectors followed by a generative model back-end using a probabilistic linear discriminant analysis (PLDA). In …

Speaker Verification

NPLDA: A Deep Neural PLDA Model for Speaker Verification

2020-02-10 · Shreyas Ramoji, Prashant Krishnan, Sriram Ganapathy

The state-of-art approach for speaker verification consists of a neural network based embedding extractor along with a backend generative model such as the Probabilistic Linear Discriminant Analysis (PLDA). In this work,…

Speaker RecognitionSpeaker Verification

Discriminatively Re-trained i-vector Extractor for Speaker Recognition

2018-10-31

In this work we revisit discriminative training of the i-vector extractor component in the standard speaker verification (SV) system. The motivation of our research lies in the robustness and stability of this large gene…

Speaker RecognitionSpeaker Verification

Neural PLDA Modeling for End-to-End Speaker Verification

2020-08-11 · Shreyas Ramoji, Prashant Krishnan, Sriram Ganapathy

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 fea…

Speaker RecognitionSpeaker Verification

Siamese Neural Network with Joint Bayesian Model Structure for Speaker Verification

2021-04-07 · Xugang Lu, Peng Shen, Yu Tsao, Hisashi Kawai

Generative probability models are widely used for speaker verification (SV). However, the generative models are lack of discriminative feature selection ability. As a hypothesis test, the SV can be regarded as a binary c…

Binary Classificationfeature selectionSpeaker Verification