paper-with-me

홈 › Papers

Self-supervised Speaker Diarization

2022-04-08 · Yehoshua Dissen, Felix Kreuk, Joseph Keshet

Over the last few years, deep learning has grown in popularity for speaker verification, identification, and diarization. Inarguably, a significant part of this success is due to the demonstrated effectiveness of their speaker representations. These, however, are heavily dependent on large amounts of annotated data and can be sensitive to new domains. This study proposes an entirely unsupervised deep-learning model for speaker diarization. Specifically, the study focuses on generating high-quality neural speaker representations without any annotated data, as well as on estimating secondary hyperparameters of the model without annotations. The speaker embeddings are represented by an encoder trained in a self-supervised fashion using pairs of adjacent segments assumed to be of the same speaker. The trained encoder model is then used to self-generate pseudo-labels to subsequently train a similarity score between different segments of the same call using probabilistic linear discriminant analysis (PLDA) and further to learn a clustering stopping threshold. We compared our model to state-of-the-art unsupervised as well as supervised baselines on the CallHome benchmarks. According to empirical results, our approach outperforms unsupervised methods when only two speakers are present in the call, and is only slightly worse than recent supervised models.

📄 PDF Abstract BibTeX arXiv:2204.04166

Code (0)

등록된 구현이 없습니다.

Tasks

speaker-diarizationSpeaker DiarizationSpeaker Verification

Similar Papers 제목 키워드 기반

Joint Training or Not: An Exploration of Pre-trained Speech Models in Audio-Visual Speaker Diarization

2023-12-07 · Huan Zhao, Li Zhang, Yue Li, Yannan Wang 외

The scarcity of labeled audio-visual datasets is a constraint for training superior audio-visual speaker diarization systems. To improve the performance of audio-visual speaker diarization, we leverage pre-trained superv…

Decoderspeaker-diarizationSpeaker Diarization

Self-supervised Representation Learning With Path Integral Clustering For Speaker Diarization

2021-04-19 · Prachi Singh, Sriram Ganapathy

Automatic speaker diarization techniques typically involve a two-stage processing approach where audio segments of fixed duration are converted to vector representations in the first stage. This is followed by an unsuper…

ClusteringRepresentation LearningSelf-Supervised Learningspeaker-diarization+1

Self-supervised learning for audio-visual speaker diarization

2020-02-13 · Yifan Ding, Yong Xu, Shi-Xiong Zhang, Yahuan Cong 외

Speaker diarization, which is to find the speech segments of specific speakers, has been widely used in human-centered applications such as video conferences or human-computer interaction systems. In this paper, we propo…

Self-Supervised Learningspeaker-diarizationSpeaker DiarizationTriplet+1

Online End-to-End Neural Diarization with Speaker-Tracing Buffer

2020-06-04 · Yawen Xue, Shota Horiguchi, Yusuke Fujita, Shinji Watanabe 외

This paper proposes a novel online speaker diarization algorithm based on a fully supervised self-attention mechanism (SA-EEND). Online diarization inherently presents a speaker's permutation problem due to the possibili…

speaker-diarizationSpeaker Diarization

Self-Supervised Metric Learning With Graph Clustering For Speaker Diarization

2021-09-14 · Prachi Singh, Sriram Ganapathy

In this paper, we propose a novel algorithm for speaker diarization using metric learning for graph based clustering. The graph clustering algorithms use an adjacency matrix consisting of similarity scores. These scores …

ClusteringGraph ClusteringMetric LearningRepresentation Learning+3