paper-with-me

홈 › Papers

Tandem Multitask Training of Speaker Diarisation and Speech Recognition for Meeting Transcription

2022-07-08 · Xianrui Zheng, Chao Zhang, Philip C. Woodland

Self-supervised-learning-based pre-trained models for speech data, such as Wav2Vec 2.0 (W2V2), have become the backbone of many speech tasks. In this paper, to achieve speaker diarisation and speech recognition using a single model, a tandem multitask training (TMT) method is proposed to fine-tune W2V2. For speaker diarisation, the tasks of voice activity detection (VAD) and speaker classification (SC) are required, and connectionist temporal classification (CTC) is used for ASR. The multitask framework implements VAD, SC, and ASR using an early layer, middle layer, and late layer of W2V2, which coincides with the order of segmenting the audio with VAD, clustering the segments based on speaker embeddings, and transcribing each segment with ASR. Experimental results on the augmented multi-party (AMI) dataset showed that using different W2V2 layers for VAD, SC, and ASR from the earlier to later layers for TMT not only saves computational cost, but also reduces diarisation error rates (DERs). Joint fine-tuning of VAD, SC, and ASR yielded 16%/17% relative reductions of DER with manual/automatic segmentation respectively, and consistent reductions in speaker attributed word error rate, compared to the baseline with separately fine-tuned models.

📄 PDF Abstract BibTeX arXiv:2207.03852

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionActivity DetectionSelf-Supervised Learningspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Content-Aware Speaker Embeddings for Speaker Diarisation

2021-02-12 · G. Sun, D. Liu, C. Zhang, P. C. Woodland

Recent speaker diarisation systems often convert variable length speech segments into fixed-length vector representations for speaker clustering, which are known as speaker embeddings. In this paper, the content-aware sp…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)ClusteringSpeaker Recognition+3

In search of strong embedding extractors for speaker diarisation

2022-10-26 · Jee-weon Jung, Hee-Soo Heo, Bong-Jin Lee, Jaesung Huh 외

Speaker embedding extractors (EEs), which map input audio to a speaker discriminant latent space, are of paramount importance in speaker diarisation. However, there are several challenges when adopting EEs for diarisatio…

Data AugmentationSpeaker Verification

The HUAWEI Speaker Diarisation System for the VoxCeleb Speaker Diarisation Challenge

2020-10-22 · Renyu Wang, Ruilin Tong, Yu Ting Yeung, Xiao Chen

This paper describes system setup of our submission to speaker diarisation track (Track 4) of VoxCeleb Speaker Recognition Challenge 2020. Our diarisation system consists of a well-trained neural network based speech enh…

Action DetectionActivity DetectionClusteringSpeaker Recognition+1

Adapting Speaker Embeddings for Speaker Diarisation

2021-04-07 · Youngki Kwon, Jee-weon Jung, Hee-Soo Heo, You Jin Kim 외

The goal of this paper is to adapt speaker embeddings for solving the problem of speaker diarisation. The quality of speaker embeddings is paramount to the performance of speaker diarisation systems. Despite this, prior …

ClusteringDimensionality ReductionSpeaker Verification

Improved Large-margin Softmax Loss for Speaker Diarisation

2019-11-10 · Yassir Fathullah, Chao Zhang, Philip C. Woodland

Speaker diarisation systems nowadays use embeddings generated from speech segments in a bottleneck layer, which are needed to be discriminative for unseen speakers. It is well-known that large-margin training can improve…