
Explore speaker diarization from unsupervised to supervised methods, and learn the basic concepts, challenges, and potential future work. Engage in a Q&A session to address audience questions.
Explore the basics of speaker diarization, partitioning audio into homogeneous segments by speaker and distinguishing it from speaker recognition and speech separation, including overlap-aware diarization.
Learn scoring for speaker diarization, including reference–hypothesis alignment, diarization error rate, false alarms, missed speech, confusion errors, and efficient matching with the Hungarian algorithm, using KTRK.
Explore how speaker attribution affects ASR scoring, comparing reference and hypothesis streams and examining metrics like CP-WDR and utterance-level WER.
Explore a modular unsupervised framework for speaker diarization, from feature extraction and VAD to segmentation, speaker embeddings, and clustering with online and offline methods.
Explore hierarchical clustering, focusing on agglomerative methods that merge embeddings by highest affinity using various linkages. Learn optimizations with max heaps and canopy clustering to improve efficiency.
Explore spectral clustering for speaker diarization by building an affinity matrix from embeddings, refining it, and using eigenvalue gaps to determine the number of clusters.
Explore why unsupervised clustering falls short for speaker diarization and how supervised methods using training data and temporal information improve clustering, including neural networks like recurrent models and transformers.
Explore supervised speaker diarization with UIS-RNN, PIT/EEND, and VAD, covering speaker change modeling, sequence probability, and end-to-end clustering approaches.
Present a supervised speaker diarization approach using ts-vad and dnc, leveraging target speaker vad, multi-speaker and multichannel models with attention, plus data augmentation methods and viterbi post-processing.
Tackle challenges in speaker diarization, including overlapping speech, input features, and leveraging multiple microphones. Explore future directions with ASR integration, foundation models, end-to-end approaches, and richer transcriptions.
Discover Google's speaker diarization approach using LSTM-based embeddings to segment and label multi-speaker audio, applying spectral clustering with refinement operations for accurate, permutation-invariant evaluation across public datasets.
Explore fully supervised speaker diarization with an online, end-to-end model that combines speaker change, assignment via Chinese restaurant process, and sequence generation for improved clustering.
Discriminative neural clustering (DNC) reframes speaker diarization as a supervised sequence-to-sequence task, using transformer models to map speaker embeddings to cluster labels, with augmentation and curriculum learning enabling differentiable diarization.
Explore Google's turn-to-diarize system, combining transformer transducer based speaker turn detection with constrained spectral clustering to produce efficient, turn-level speaker labels.
Explore word-level end-to-end neural speaker diarization, adding an auxiliary encoder and joint network to a frozen ASR model with shared blank logits.
Explore Google's speaker diarization journey from modularized systems to natural language models, including supervised end-to-end methods and multimodal LLMs.
This course is a tutorial on speaker diarization techniques.
Speaker diarization is an advanced topic in speech processing. It solves the problem "who spoke when", or "who spoke what". It is highly relevant with many other techniques, such as voice activity detection, speaker recognition, automatic speech recognition, speech separation, statistics, and deep learning. It has found various applications in numerous scenarios, such as automatic meeting transcript generation, medical record analysis, media indexing and retrieval, and second pass speech recognition.
In this course, we will first go through the basic concepts and applications of speaker diarization, followed by the scoring and metrics. Then we will introduce the unsupervised methods in speaker diarization, starting with the commonly used modularized framework, followed by an introduction to clustering algorithms, with a focus on spectral clustering and its extensions. Next, we will talk about the problems with clustering algorithms, and introduce the supervised methods in speaker diarization. We will mainly talk about 4 supervised speaker diarization approaches, i.e. UIS-RNN, PIT/EEND, TS-VAD, and DNC. Finally, we will talk about the challenges and future research directions in speaker diarization.
For those who want to dive deep in speaker diarization, we also include video lectures from top speech conferences such as ICASSP and SLT by the instructors as additional learning materials.
Apart from the lecture videos, we have included small quizzes after each lecture to help you better understand the topics we have covered in the lecture.
Also, speaker diarization is a very practical skill. Thus we have carefully prepared various coding practices and projects, to get you familiar with the most popular toolkits which are used by various researchers and scientists, including SCTK, pyannote-metrics, pyannote-audio and uisrnn.
This course would be a great fit for students, researchers, developers, or product managers who work on audio and speech processing.