paper-with-me

Papers

Additive Margin SincNet for Speaker Recognition

2019-01-28 · João Antônio Chagas Nunes, David Macêdo, Cleber Zanchettin

Speaker Recognition is a challenging task with essential applications such as authentication, automation, and security. The SincNet is a new deep learning based model which has produced promising results to tackle the mentioned task. To train deep learning systems, the loss function is essential to the network performance. The Softmax loss function is a widely used function in deep learning methods, but it is not the best choice for all kind of problems. For distance-based problems, one new Softmax based loss function called Additive Margin Softmax (AM-Softmax) is proving to be a better choice than the traditional Softmax. The AM-Softmax introduces a margin of separation between the classes that forces the samples from the same class to be closer to each other and also maximizes the distance between classes. In this paper, we propose a new approach for speaker recognition systems called AM-SincNet, which is based on the SincNet but uses an improved AM-Softmax layer. The proposed method is evaluated in the TIMIT dataset and obtained an improvement of approximately 40% in the Frame Error Rate compared to SincNet.

📄 PDF Abstract BibTeX arXiv:1901.10826

Code (1)

joaoantoniocn/AM-SincNet 공식 구현 pytorch

Tasks

Deep LearningSpeaker Recognition

Methods 이 논문이 사용한 방법론

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$…

Similar Papers 제목 키워드 기반

AM-MobileNet1D: A Portable Model for Speaker Recognition

2020-03-31 · João Antônio Chagas Nunes, David Macêdo, Cleber Zanchettin

Speaker Recognition and Speaker Identification are challenging tasks with essential applications such as automation, authentication, and security. Deep learning approaches like SincNet and AM-SincNet presented great resu…

Deep LearningmodelSpeaker IdentificationSpeaker Recognition

Curricular SincNet: Towards Robust Deep Speaker Recognition by Emphasizing Hard Samples in Latent Space

2021-08-21 · Labib Chowdhury, Mustafa Kamal, Najia Hasan, Nabeel Mohammed

Deep learning models have become an increasingly preferred option for biometric recognition systems, such as speaker recognition. SincNet, a deep neural network architecture, gained popularity in speaker recognition task…

Face RecognitionSpeaker Recognition

PF-Net: Personalized Filter for Speaker Recognition from Raw Waveform

2021-05-31 · Wencheng Li, Zhenhua Tan, Jingyu Ning, Zhenche Xia 외

Speaker recognition using i-vector has been replaced by speaker recognition using deep learning. Speaker recognition based on Convolutional Neural Networks (CNNs) has been widely used in recent years, which learn low-lev…

Speaker IdentificationSpeaker Recognition

A Comparison of Metric Learning Loss Functions for End-To-End Speaker Verification

2020-03-31 · Juan M. Coria, Hervé Bredin, Sahar Ghannay, Sophie Rosset

Despite the growing popularity of metric learning approaches, very little work has attempted to perform a fair comparison of these techniques for speaker verification. We try to fill this gap and compare several metric l…

Metric LearningSpeaker VerificationTriplet

Speaker Recognition using SincNet and X-Vector Fusion

2020-04-05 · Mayank Tripathi, Divyanshu Singh, Seba Susan

In this paper, we propose an innovative approach to perform speaker recognition by fusing two recently introduced deep neural networks (DNNs) namely - SincNet and X-Vector. The idea behind using SincNet filters on the ra…

Speaker Recognition