# Additive Margin SincNet for Speaker Recognition

**Authors:** Jo\~ao Ant\^onio Chagas Nunes, David Mac\^edo, Cleber Zanchettin

arXiv: 1901.10826 · 2019-10-15

## TL;DR

This paper introduces AM-SincNet, a novel speaker recognition model combining SincNet with an improved AM-Softmax loss, significantly enhancing accuracy by enforcing class separation.

## Contribution

The paper proposes integrating AM-Softmax with SincNet for speaker recognition, demonstrating a substantial performance improvement over traditional methods.

## Key findings

- Approximately 40% reduction in Frame Error Rate on TIMIT dataset
- Effective class separation achieved by AM-Softmax in speaker recognition
- Enhanced model performance over standard SincNet

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.10826/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1901.10826/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1901.10826/full.md

---
Source: https://tomesphere.com/paper/1901.10826