paper-with-me

홈 › Papers

SURT 2.0: Advances in Transducer-based Multi-talker Speech Recognition

2023-06-18 · Desh Raj, Daniel Povey, Sanjeev Khudanpur

The Streaming Unmixing and Recognition Transducer (SURT) model was proposed recently as an end-to-end approach for continuous, streaming, multi-talker speech recognition (ASR). Despite impressive results on multi-turn meetings, SURT has notable limitations: (i) it suffers from leakage and omission related errors; (ii) it is computationally expensive, due to which it has not seen adoption in academia; and (iii) it has only been evaluated on synthetic mixtures. In this work, we propose several modifications to the original SURT which are carefully designed to fix the above limitations. In particular, we (i) change the unmixing module to a mask estimator that uses dual-path modeling, (ii) use a streaming zipformer encoder and a stateless decoder for the transducer, (iii) perform mixture simulation using force-aligned subsegments, (iv) pre-train the transducer on single-speaker data, (v) use auxiliary objectives in the form of masking loss and encoder CTC loss, and (vi) perform domain adaptation for far-field recognition. We show that our modifications allow SURT 2.0 to outperform its predecessor in terms of multi-talker ASR results, while being efficient enough to train with academic resources. We conduct our evaluations on 3 publicly available meeting benchmarks -- LibriCSS, AMI, and ICSI, where our best model achieves WERs of 16.9%, 44.6% and 32.2%, respectively, on far-field unsegmented recordings. We release training recipes and pre-trained models: https://sites.google.com/view/surt2.

📄 PDF Abstract BibTeX arXiv:2306.10559

Code (1)

k2-fsa/icefall/tree/master/egs/libricss/SURT 공식 구현 pytorch

Tasks

DecoderDomain Adaptationspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Endpoint Detection for Streaming End-to-End Multi-talker ASR

2022-01-24 · Liang Lu, Jinyu Li, Yifan Gong

Streaming end-to-end multi-talker speech recognition aims at transcribing the overlapped speech from conversations or meetings with an all-neural model in a streaming fashion, which is fundamentally different from a modu…

Sentencespeech-recognitionSpeech RecognitionSpeech Separation

Streaming end-to-end multi-talker speech recognition

2020-11-26 · Liang Lu, Naoyuki Kanda, Jinyu Li, Yifan Gong

End-to-end multi-talker speech recognition is an emerging research trend in the speech community due to its vast potential in applications such as conversation and meeting transcriptions. To the best of our knowledge, al…

speech-recognitionSpeech Recognition

On Speaker Attribution with SURT

2024-01-28 · Desh Raj, Matthew Wiesner, Matthew Maciejewski, Leibny Paola Garcia-Perera 외

The Streaming Unmixing and Recognition Transducer (SURT) has recently become a popular framework for continuous, streaming, multi-talker speech recognition (ASR). With advances in architecture, objectives, and mixture si…

speech-recognitionSpeech Recognition

Continuous Streaming Multi-Talker ASR with Dual-path Transducers

2021-09-17 · Desh Raj, Liang Lu, Zhuo Chen, Yashesh Gaur 외

Streaming recognition of multi-talker conversations has so far been evaluated only for 2-speaker single-turn sessions. In this paper, we investigate it for multi-turn meetings containing multiple speakers using the Strea…

Speech Separation

Listening to Multi-talker Conversations: Modular and End-to-end Perspectives

2024-02-14 · Desh Raj

Since the first speech recognition systems were built more than 30 years ago, improvement in voice technology has enabled applications such as smart assistants and automated customer support. However, conversation intell…

GPUspeaker-diarizationSpeaker Diarizationspeech-recognition+2