paper-with-me

Papers

Self Multi-Head Attention for Speaker Recognition

2019-06-24 · Miquel India, Pooyan Safari, Javier Hernando

Most state-of-the-art Deep Learning (DL) approaches for speaker recognition work on a short utterance level. Given the speech signal, these algorithms extract a sequence of speaker embeddings from short segments and those are averaged to obtain an utterance level speaker representation. In this work we propose the use of an attention mechanism to obtain a discriminative speaker embedding given non fixed length speech utterances. Our system is based on a Convolutional Neural Network (CNN) that encodes short-term speaker features from the spectrogram and a self multi-head attention model that maps these representations into a long-term speaker embedding. The attention model that we propose produces multiple alignments from different subsegments of the CNN encoded states over the sequence. Hence this mechanism works as a pooling layer which decides the most discriminative features over the sequence to obtain an utterance level representation. We have tested this approach for the verification task for the VoxCeleb1 dataset. The results show that self multi-head attention outperforms both temporal and statistical pooling methods with a 18\% of relative EER. Obtained results show a 58\% relative improvement in EER compared to i-vector+PLDA.

📄 PDF Abstract BibTeX arXiv:1906.09890

Code (0)

등록된 구현이 없습니다.

Tasks

Speaker Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Multi-View Self-Attention Based Transformer for Speaker Recognition

2021-10-11 · Rui Wang, Junyi Ao, Long Zhou, Shujie Liu 외

Initially developed for natural language processing (NLP), Transformer model is now widely used for speech processing tasks such as speaker recognition, due to its powerful sequence modeling capabilities. However, conven…

Speaker Recognition

Speech Enhancement using Self-Adaptation and Multi-Head Self-Attention

2020-02-14 · Yuma Koizumi, Kohei Yatabe, Marc Delcroix, Yoshiki Masuyama 외

This paper investigates a self-adaptation method for speech enhancement using auxiliary speaker-aware features; we extract a speaker representation used for adaptation directly from the test utterance. Conventional studi…

Multi-Task LearningSpeaker IdentificationSpeech Enhancementspeech-recognition+1

Speaker Characterization by means of Attention Pooling

2024-05-07 · Federico Costa, Miquel India, Javier Hernando

State-of-the-art Deep Learning systems for speaker verification are commonly based on speaker embedding extractors. These architectures are usually composed of a feature extractor front-end together with a pooling layer …

Emotion RecognitionSpeaker RecognitionSpeaker Verification

Double Multi-Head Attention Multimodal System for Odyssey 2024 Speech Emotion Recognition Challenge

2024-06-15 · Federico Costa, Miquel India, Javier Hernando

As computer-based applications are becoming more integrated into our daily lives, the importance of Speech Emotion Recognition (SER) has increased significantly. Promoting research with innovative approaches in SER, the …

Emotion RecognitionPositionSpeech Emotion Recognition

Serialized Multi-Layer Multi-Head Attention for Neural Speaker Embedding

2021-07-14 · Hongning Zhu, Kong Aik Lee, Haizhou Li

This paper proposes a serialized multi-layer multi-head attention for neural speaker embedding in text-independent speaker verification. In prior works, frame-level features from one layer are aggregated to form an utter…

Speaker VerificationText-Independent Speaker Verification