Question 1
In an embedding-based speaker diarization pipeline, what is the primary role of the
Agglomerative Clustering algorithm?
To transcribe the audio segments into text using a model like Whisper.
To extract a 512-dimensional embedding (x-vector) from each audio segment.
To compare the cosine distance between segment embeddings and iteratively merge the closest ones until a target number of speakers is reached.
To detect non-speech segments (Voice Activity Detection) and discard them.
