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

**Authors:** Shaoshi Ling, Julian Salazar, Yuzong Liu, Katrin Kirchhoff

arXiv: 1907.00457 · 2022-01-03

## TL;DR

BERTphone introduces a phonetically-aware Transformer encoder trained on speech data, improving speaker and language recognition accuracy by leveraging dual training objectives and outperforming previous methods.

## Contribution

It presents a novel pretraining approach for speech representations using combined acoustic and phonetic objectives, enhancing downstream speaker and language recognition tasks.

## Key findings

- Achieved state-of-the-art $C_{avg}$ of 6.16 on LRE07 language recognition.
- Reduced speaker EER by 18% using BERTphone vectors compared to MFCCs.
- Outperformed previous phonetic pretraining methods on the same datasets.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.00457/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1907.00457/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1907.00457/full.md

---
Source: https://tomesphere.com/paper/1907.00457