CVMay 17, 2018

Minimum Margin Loss for Deep Face Recognition

arXiv:1805.06741v443 citations
Originality Incremental advance
AI Analysis

This work addresses face recognition accuracy for applications like security and identification, but it is incremental as it builds upon existing loss functions like Softmax and Centre Loss.

The paper tackles the problem of improving discriminative ability in deep face recognition by proposing a Minimum Margin Loss (MML) function that enlarges margins between overclose class centers, and it achieves state-of-the-art performance on MegaFace, LFW, and YTF datasets.

Face recognition has achieved great progress owing to the fast development of the deep neural network in the past a few years. As an important part of deep neural networks, a number of the loss functions have been proposed which significantly improve the state-of-the-art methods. In this paper, we proposed a new loss function called Minimum Margin Loss (MML) which aims at enlarging the margin of those overclose class centre pairs so as to enhance the discriminative ability of the deep features. MML supervises the training process together with the Softmax Loss and the Centre Loss, and also makes up the defect of Softmax + Centre Loss. The experimental results on MegaFace, LFW and YTF datasets show that the proposed method achieves the state-of-the-art performance, which demonstrates the effectiveness of the proposed MML.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes