paper-with-me

홈 › Papers

Target Speaker Voice Activity Detection with Transformers and Its Integration with End-to-End Neural Diarization

2022-08-27 · Dongmei Wang, Xiong Xiao, Naoyuki Kanda, Takuya Yoshioka, Jian Wu

This paper describes a speaker diarization model based on target speaker voice activity detection (TS-VAD) using transformers. To overcome the original TS-VAD model's drawback of being unable to handle an arbitrary number of speakers, we investigate model architectures that use input tensors with variable-length time and speaker dimensions. Transformer layers are applied to the speaker axis to make the model output insensitive to the order of the speaker profiles provided to the TS-VAD model. Time-wise sequential layers are interspersed between these speaker-wise transformer layers to allow the temporal and cross-speaker correlations of the input speech signal to be captured. We also extend a diarization model based on end-to-end neural diarization with encoder-decoder based attractors (EEND-EDA) by replacing its dot-product-based speaker detection layer with the transformer-based TS-VAD. Experimental results on VoxConverse show that using the transformers for the cross-speaker modeling reduces the diarization error rate (DER) of TS-VAD by 11.3%, achieving a new state-of-the-art (SOTA) DER of 4.57%. Also, our extended EEND-EDA reduces DER by 6.9% on the CALLHOME dataset relative to the original EEND-EDA with a similar model size, achieving a new SOTA DER of 11.18% under a widely used training data setting.

📄 PDF Abstract BibTeX arXiv:2208.13085

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionActivity DetectionDecoderspeaker-diarizationSpeaker Diarization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Target-Speaker Voice Activity Detection via Sequence-to-Sequence Prediction

2022-10-28 · Ming Cheng, Weiqing Wang, Yucong Zhang, Xiaoyi Qin 외

Target-speaker voice activity detection is currently a promising approach for speaker diarization in complex acoustic environments. This paper presents a novel Sequence-to-Sequence Target-Speaker Voice Activity Detection…

Action DetectionActivity Detectionspeaker-diarizationSpeaker Diarization

The DKU-DukeECE Diarization System for the VoxCeleb Speaker Recognition Challenge 2022

2022-10-04 · Weiqing Wang, Xiaoyi Qin, Ming Cheng, Yucong Zhang 외

This paper discribes the DKU-DukeECE submission to the 4th track of the VoxCeleb Speaker Recognition Challenge 2022 (VoxSRC-22). Our system contains a fused voice activity detection model, a clustering-based diarization …

Action DetectionActivity DetectionClusteringSpeaker Recognition

Online Target Speaker Voice Activity Detection for Speaker Diarization

2022-07-13 · Weiqing Wang, Qingjian Lin, Ming Li

This paper proposes an online target speaker voice activity detection system for speaker diarization tasks, which does not require a priori knowledge from the clustering-based diarization system to obtain the target spea…

Action DetectionActivity DetectionClusteringspeaker-diarization+1

The DKU-DukeECE-Lenovo System for the Diarization Task of the 2021 VoxCeleb Speaker Recognition Challenge

2021-09-05 · Weiqing Wang, Danwei Cai, Qingjian Lin, Lin Yang 외

This report describes the submission of the DKU-DukeECE-Lenovo team to the VoxCeleb Speaker Recognition Challenge (VoxSRC) 2021 track 4. Our system including a voice activity detection (VAD) model, a speaker embedding mo…

Action DetectionActivity DetectionClusteringspeaker-diarization+2

Universal Speaker Embedding Free Target Speaker Extraction and Personal Voice Activity Detection

2025-01-07 · Bang Zeng, Ming Li

Determining 'who spoke what and when' remains challenging in real-world applications. In typical scenarios, Speaker Diarization (SD) is employed to address the problem of 'who spoke when,' while Target Speaker Extraction…

Action DetectionActivity DetectionAutomatic Speech RecognitionMulti-Task Learning+5