paper-with-me

Papers

Encoder-Decoder Based Attractors for End-to-End Neural Diarization

2021-06-20 · Shota Horiguchi, Yusuke Fujita, Shinji Watanabe, Yawen Xue, Paola Garcia

This paper investigates an end-to-end neural diarization (EEND) method for an unknown number of speakers. In contrast to the conventional cascaded approach to speaker diarization, EEND methods are better in terms of speaker overlap handling. However, EEND still has a disadvantage in that it cannot deal with a flexible number of speakers. To remedy this problem, we introduce encoder-decoder-based attractor calculation module (EDA) to EEND. Once frame-wise embeddings are obtained, EDA sequentially generates speaker-wise attractors on the basis of a sequence-to-sequence method using an LSTM encoder-decoder. The attractor generation continues until a stopping condition is satisfied; thus, the number of attractors can be flexible. Diarization results are then estimated as dot products of the attractors and embeddings. The embeddings from speaker overlaps result in larger dot product values with multiple attractors; thus, this method can deal with speaker overlaps. Because the maximum number of output speakers is still limited by the training set, we also propose an iterative inference method to remove this restriction. Further, we propose a method that aligns the estimated diarization results with the results of an external speech activity detector, which enables fair comparison against cascaded approaches. Extensive evaluations on simulated and real datasets show that EEND-EDA outperforms the conventional cascaded approach.

📄 PDF Abstract BibTeX arXiv:2106.10654

Code (1)

audio-westlakeu/fs-eend pytorch

Tasks

Decoderspeaker-diarizationSpeaker Diarization

Methods 이 논문이 사용한 방법론

EEND End-to-End Neural Diarization is a neural network for speaker diarization in which a neural network directly outputs speaker diarization results given a multi-speaker…
Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

End-to-End Speaker Diarization for an Unknown Number of Speakers with Encoder-Decoder Based Attractors

2020-05-20 · Shota Horiguchi, Yusuke Fujita, Shinji Watanabe, Yawen Xue 외

End-to-end speaker diarization for an unknown number of speakers is addressed in this paper. Recently proposed end-to-end speaker diarization outperformed conventional clustering-based speaker diarization, but it has one…

ClusteringDecoderspeaker-diarizationSpeaker Diarization

Neural Diarization with Non-autoregressive Intermediate Attractors

2023-03-13 · Yusuke Fujita, Tatsuya Komatsu, Robin Scheibler, Yusuke Kida 외

End-to-end neural diarization (EEND) with encoder-decoder-based attractors (EDA) is a promising method to handle the whole speaker diarization problem simultaneously with a single neural network. While the EEND model can…

Decoderspeaker-diarizationSpeaker Diarization

Frame-wise streaming end-to-end speaker diarization with non-autoregressive self-attention-based attractors

2023-09-25 · Di Liang, Nian Shao, Xiaofei Li

This work proposes a frame-wise online/streaming end-to-end neural diarization (FS-EEND) method in a frame-in-frame-out fashion. To frame-wisely detect a flexible number of speakers and extract/update their corresponding…

Decoderspeaker-diarizationSpeaker Diarization

Speech-Aware Neural Diarization with Encoder-Decoder Attractor Guided by Attention Constraints

2024-03-21 · PeiYing Lee, HauYun Guo, Berlin Chen

End-to-End Neural Diarization with Encoder-Decoder based Attractor (EEND-EDA) is an end-to-end neural model for automatic speaker segmentation and labeling. It achieves the capability to handle flexible number of speaker…

Decoder

Improving Neural Diarization through Speaker Attribute Attractors and Local Dependency Modeling

2025-06-05 · David Palzer, Matthew Maciejewski, Eric Fosler-Lussier

In recent years, end-to-end approaches have made notable progress in addressing the challenge of speaker diarization, which involves segmenting and identifying speakers in multi-talker recordings. One such approach, Enco…

AttributeDecoderspeaker-diarizationSpeaker Diarization