CLLGSDASJun 30, 2019

BERTphone: Phonetically-Aware Encoder Representations for Utterance-Level Speaker and Language Recognition

arXiv:1907.00457v228 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses speaker and language recognition for speech processing applications, offering incremental improvements over existing phonetic pretraining methods.

The authors tackled speaker and language recognition by introducing BERTphone, a Transformer encoder trained on speech with acoustic and phonetic objectives, achieving a state-of-the-art C_avg of 6.16 on LRE07 language recognition and an 18% relative reduction in speaker EER on Fisher and VoxCeleb tasks compared to MFCCs.

We introduce BERTphone, a Transformer encoder trained on large speech corpora that outputs phonetically-aware contextual representation vectors that can be used for both speaker and language recognition. This is accomplished by training on two objectives: the first, inspired by adapting BERT to the continuous domain, involves masking spans of input frames and reconstructing the whole sequence for acoustic representation learning; the second, inspired by the success of bottleneck features from ASR, is a sequence-level CTC loss applied to phoneme labels for phonetic representation learning. We pretrain two BERTphone models (one on Fisher and one on TED-LIUM) and use them as feature extractors into x-vector-style DNNs for both tasks. We attain a state-of-the-art $C_{\text{avg}}$ of 6.16 on the challenging LRE07 3sec closed-set language recognition task. On Fisher and VoxCeleb speaker recognition tasks, we see an 18% relative reduction in speaker EER when training on BERTphone vectors instead of MFCCs. In general, BERTphone outperforms previous phonetic pretraining approaches on the same data. We release our code and models at https://github.com/awslabs/speech-representations.

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