paper-with-me

홈 › Papers

Discriminative Neural Clustering for Speaker Diarisation

2019-10-22 · Qiujia Li, Florian L. Kreyssig, Chao Zhang, Philip C. Woodland

In this paper, we propose Discriminative Neural Clustering (DNC) that formulates data clustering with a maximum number of clusters as a supervised sequence-to-sequence learning problem. Compared to traditional unsupervised clustering algorithms, DNC learns clustering patterns from training data without requiring an explicit definition of a similarity measure. An implementation of DNC based on the Transformer architecture is shown to be effective on a speaker diarisation task using the challenging AMI dataset. Since AMI contains only 147 complete meetings as individual input sequences, data scarcity is a significant issue for training a Transformer model for DNC. Accordingly, this paper proposes three data augmentation schemes: sub-sequence randomisation, input vector randomisation, and Diaconis augmentation, which generates new data samples by rotating the entire input sequence of L2-normalised speaker embeddings. Experimental results on AMI show that DNC achieves a reduction in speaker error rate (SER) of 29.4% relative to spectral clustering.

📄 PDF Abstract BibTeX arXiv:1910.09703

Code (1)

FlorianKrey/DNC 공식 구현 pytorch

Tasks

ClusteringData Augmentation

Similar Papers 제목 키워드 기반

SOT Triggered Neural Clustering for Speaker Attributed ASR

2024-07-02 · Xianrui Zheng, Guangzhi Sun, Chao Zhang, Philip C. Woodland

This paper introduces a novel approach to speaker-attributed ASR transcription using a neural clustering method. With a parallel processing mechanism, diarisation and ASR can be applied simultaneously, helping to prevent…

Clustering

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

Diarisation using location tracking with agglomerative clustering

2021-09-22 · Jeremy H. M. Wong, Igor Abramovski, Xiong Xiao, Yifan Gong

Previous works have shown that spatial location information can be complementary to speaker embeddings for a speaker diarisation task. However, the models used often assume that speakers are fairly stationary throughout …

Clustering

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