paper-with-me

Papers

Probabilistic Spherical Discriminant Analysis: An Alternative to PLDA for length-normalized embeddings

2022-03-28 · Niko Brümmer, Albert Swart, Ladislav Mošner, Anna Silnova, Oldřich Plchot, Themos Stafylakis, Lukáš Burget

In speaker recognition, where speech segments are mapped to embeddings on the unit hypersphere, two scoring backends are commonly used, namely cosine scoring or PLDA. Both have advantages and disadvantages, depending on the context. Cosine scoring follows naturally from the spherical geometry, but for PLDA the blessing is mixed -- length normalization Gaussianizes the between-speaker distribution, but violates the assumption of a speaker-independent within-speaker distribution. We propose PSDA, an analogue to PLDA that uses Von Mises-Fisher distributions on the hypersphere for both within and between-class distributions. We show how the self-conjugacy of this distribution gives closed-form likelihood-ratio scores, making it a drop-in replacement for PLDA at scoring time. All kinds of trials can be scored, including single-enroll and multi-enroll verification, as well as more complex likelihood-ratios that could be used in clustering and diarization. Learning is done via an EM-algorithm with closed-form updates. We explain the model and present some first experiments.

📄 PDF Abstract BibTeX arXiv:2203.14893

Code (3)

bsxfan/PSDA 공식 구현
bsxfan/toroidal-psda
sholokhovalexey/online-speaker-clustering pytorch

Tasks

Speaker Recognition

Similar Papers 제목 키워드 기반

Toroidal Probabilistic Spherical Discriminant Analysis

2022-10-27 · Anna Silnova, Niko Brümmer, Albert Swart, Lukáš Burget

In speaker recognition, where speech segments are mapped to embeddings on the unit hypersphere, two scoring back-ends are commonly used, namely cosine scoring and PLDA. We have recently proposed PSDA, an analog to PLDA t…

FormSpeaker Recognition

Tied Probabilistic Linear Discriminant Analysis for Speech Recognition

2014-11-04 · Liang Lu, Steve Renals

Acoustic models using probabilistic linear discriminant analysis (PLDA) capture the correlations within feature vectors using subspaces which do not vastly expand the model. This allows high dimensional and correlated fe…

speech-recognitionSpeech Recognition

Bayesian SPLDA

2015-11-20 · Jesús Villalba

In this document we are going to derive the equations needed to implement a Variational Bayes estimation of the parameters of the simplified probabilistic linear discriminant analysis (SPLDA) model. This can be used to a…

Joint Bayesian Gaussian discriminant analysis for speaker verification

2016-12-13 · Yiyan Wang, Haotian Xu, Zhijian Ou

State-of-the-art i-vector based speaker verification relies on variants of Probabilistic Linear Discriminant Analysis (PLDA) for discriminant analysis. We are mainly motivated by the recent work of the joint Bayesian (JB…

Face VerificationSpeaker Verification

Joint Probabilistic Linear Discriminant Analysis

2017-04-07 · Luciana Ferrer

Standard probabilistic linear discriminant analysis (PLDA) for speaker recognition assumes that the sample's features (usually, i-vectors) are given by a sum of three terms: a term that depends on the speaker identity, a…

Speaker Recognition