paper-with-me

Papers

Loss Function Search for Face Recognition

2020-07-10 · ICML 2020 1 · Xiaobo Wang, Shuo Wang, Cheng Chi, Shifeng Zhang, Tao Mei

In face recognition, designing margin-based (e.g., angular, additive, additive angular margins) softmax loss functions plays an important role in learning discriminative features. However, these hand-crafted heuristic methods are sub-optimal because they require much effort to explore the large design space. Recently, an AutoML for loss function search method AM-LFS has been derived, which leverages reinforcement learning to search loss functions during the training process. But its search space is complex and unstable that hindering its superiority. In this paper, we first analyze that the key to enhance the feature discrimination is actually \textbf{how to reduce the softmax probability}. We then design a unified formulation for the current margin-based softmax losses. Accordingly, we define a novel search space and develop a reward-guided search method to automatically obtain the best candidate. Experimental results on a variety of face recognition benchmarks have demonstrated the effectiveness of our method over the state-of-the-art alternatives.

📄 PDF Abstract BibTeX arXiv:2007.06542

Code (1)

tiandunx/loss_function_search 공식 구현 pytorch

Tasks

AutoMLFace 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 제목 키워드 기반

Towards Robust Face Recognition with Comprehensive Search

2022-08-29 · Manyuan Zhang, Guanglu Song, Yu Liu, Hongsheng Li

Data cleaning, architecture, and loss function design are important factors contributing to high-performance face recognition. Previously, the research community tries to improve the performance of each single aspect but…

Face RecognitionRobust Face Recognition

Neural Architecture Search for Deep Face Recognition

2019-04-21 · Ning Zhu

By the widespread popularity of electronic devices, the emergence of biometric technology has brought significant convenience to user authentication compared with the traditional password and mode unlocking. Among many b…

AutoMLFace Recognitionimage-classificationImage Classification+2

Partial FC: Training 10 Million Identities on a Single Machine

2020-10-11 · Xiang An, Xuhan Zhu, Yang Xiao, Lan Wu 외

Face recognition has been an active and vital topic among computer vision community for a long time. Previous researches mainly focus on loss functions used for facial feature extraction network, among which the improvem…

Face IdentificationFace RecognitionFace VerificationGPU+1

Hard-Mining Loss based Convolutional Neural Network for Face Recognition

2019-08-09 · Yash Srivastava, Vaishnav Murali, Shiv Ram Dubey

Face Recognition is one of the prominent problems in the computer vision domain. Witnessing advances in deep learning, significant work has been observed in face recognition, which touched upon various parts of the recog…

Face Recognition

SymFace: Additional Facial Symmetry Loss for Deep Face Recognition

2024-09-18 · Pritesh Prakash, Koteswar Rao Jerripothula, Ashish Jacob Sam, Prinsh Kumar Singh 외

Over the past decade, there has been a steady advancement in enhancing face recognition algorithms leveraging advanced machine learning methods. The role of the loss function is pivotal in addressing face verification pr…

Face RecognitionFace Verification