ASLGAug 10, 2022

Non-Contrastive Self-Supervised Learning of Utterance-Level Speech Representations

NVIDIA
arXiv:2208.05413v117 citationsh-index: 48
Originality Synthesis-oriented
AI Analysis

This work addresses the high cost of labeling speech data for researchers and developers, though it is incremental as it adapts an existing method from computer vision to a new domain.

The paper tackled the problem of learning speech representations without labels by applying a non-contrastive self-supervised method (DINO) to speech, achieving a 4.38% EER in speaker verification and up to 79.21% micro-f1 in emotion recognition.

Considering the abundance of unlabeled speech data and the high labeling costs, unsupervised learning methods can be essential for better system development. One of the most successful methods is contrastive self-supervised methods, which require negative sampling: sampling alternative samples to contrast with the current sample (anchor). However, it is hard to ensure if all the negative samples belong to classes different from the anchor class without labels. This paper applies a non-contrastive self-supervised learning method on an unlabeled speech corpus to learn utterance-level embeddings. We used DIstillation with NO labels (DINO), proposed in computer vision, and adapted it to the speech domain. Unlike the contrastive methods, DINO does not require negative sampling. These embeddings were evaluated on speaker verification and emotion recognition. In speaker verification, the unsupervised DINO embedding with cosine scoring provided 4.38% EER on the VoxCeleb1 test trial. This outperforms the best contrastive self-supervised method by 40% relative in EER. An iterative pseudo-labeling training pipeline, not requiring speaker labels, further improved the EER to 1.89%. In emotion recognition, the DINO embedding performed 60.87, 79.21, and 56.98% in micro-f1 score on IEMOCAP, Crema-D, and MSP-Podcast, respectively. The results imply the generality of the DINO embedding to different speech applications.

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