# Joint Speech Recognition and Speaker Diarization via Sequence   Transduction

**Authors:** Laurent El Shafey, Hagen Soltau, Izhak Shafran

arXiv: 1907.05337 · 2019-07-12

## TL;DR

This paper introduces a joint sequence transduction model that simultaneously performs speech recognition and speaker diarization, leveraging linguistic and acoustic cues, significantly reducing diarization error in medical conversations.

## Contribution

It presents a novel recurrent neural network transducer approach that jointly models ASR and SD, integrating linguistic information for improved accuracy.

## Key findings

- Reduced diarization error rate from 15.8% to 2.2%.
- Outperforms conventional baseline methods.
- Effective on medical conversation dataset.

## Abstract

Speech applications dealing with conversations require not only recognizing the spoken words, but also determining who spoke when. The task of assigning words to speakers is typically addressed by merging the outputs of two separate systems, namely, an automatic speech recognition (ASR) system and a speaker diarization (SD) system. The two systems are trained independently with different objective functions. Often the SD systems operate directly on the acoustics and are not constrained to respect word boundaries and this deficiency is overcome in an ad hoc manner. Motivated by recent advances in sequence to sequence learning, we propose a novel approach to tackle the two tasks by a joint ASR and SD system using a recurrent neural network transducer. Our approach utilizes both linguistic and acoustic cues to infer speaker roles, as opposed to typical SD systems, which only use acoustic cues. We evaluated the performance of our approach on a large corpus of medical conversations between physicians and patients. Compared to a competitive conventional baseline, our approach improves word-level diarization error rate from 15.8% to 2.2%.

## Full text

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

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1907.05337/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1907.05337/full.md

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