SDLGASSep 5, 2021

The Phonexia VoxCeleb Speaker Recognition Challenge 2021 System Description

arXiv:2109.02052v37 citations
Originality Synthesis-oriented
AI Analysis

This work addresses speaker recognition for security and identification applications, but it is incremental as it builds closely on prior solutions.

The paper tackled unsupervised speaker verification by adapting a previous winning method, using momentum contrastive learning and clustering for pseudo-labels, achieving competitive results in the VoxSRC-2021 challenge.

We describe the Phonexia submission for the VoxCeleb Speaker Recognition Challenge 2021 (VoxSRC-21) in the unsupervised speaker verification track. Our solution was very similar to IDLab's winning submission for VoxSRC-20. An embedding extractor was bootstrapped using momentum contrastive learning, with input augmentations as the only source of supervision. This was followed by several iterations of clustering to assign pseudo-speaker labels that were then used for supervised embedding extractor training. Finally, a score fusion was done, by averaging the zt-normalized cosine scores of five different embedding extractors. We briefly also describe unsuccessful solutions involving i-vectors instead of DNN embeddings and PLDA instead of cosine scoring.

Foundations

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

Your Notes