paper-with-me

Papers

InterFace:Adjustable Angular Margin Inter-class Loss for Deep Face Recognition

2022-10-05 · Meng Sang, Jiaxuan Chen, Mengzhen Li, Pan Tan, Anning Pan, Shan Zhao, Yang Yang

In the field of face recognition, it is always a hot research topic to improve the loss solution to make the face features extracted by the network have greater discriminative power. Research works in recent years has improved the discriminative power of the face model by normalizing softmax to the cosine space step by step and then adding a fixed penalty margin to reduce the intra-class distance to increase the inter-class distance. Although a great deal of previous work has been done to optimize the boundary penalty to improve the discriminative power of the model, adding a fixed margin penalty to the depth feature and the corresponding weight is not consistent with the pattern of data in the real scenario. To address this issue, in this paper, we propose a novel loss function, InterFace, releasing the constraint of adding a margin penalty only between the depth feature and the corresponding weight to push the separability of classes by adding corresponding margin penalties between the depth features and all weights. To illustrate the advantages of InterFace over a fixed penalty margin, we explained geometrically and comparisons on a set of mainstream benchmarks. From a wider perspective, our InterFace has advanced the state-of-the-art face recognition performance on five out of thirteen mainstream benchmarks. All training codes, pre-trained models, and training logs, are publicly released \footnote{$https://github.com/iamsangmeng/InterFace$}.

📄 PDF Abstract BibTeX arXiv:2210.02018

Code (1)

iamsangmeng/interface 공식 구현 pytorch

Tasks

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

Angular Learning: Toward Discriminative Embedded Features

2019-12-17 · JT Wu, L. Wang

The margin-based softmax loss functions greatly enhance intra-class compactness and perform well on the tasks of face recognition and object classification. Outperformance, however, depends on the careful hyperparameter …

Face Recognition

Quality Adaptive Angular Margin Learning for Respiratory Sound Classification

2026-06-10 · Yoon Tae Kim, Heejoon Koo, Miika Toikkanen, June-Woo Kim arxiv

We present a quality-adaptive angular-margin learning framework that improves feature generalization by enforcing intra-class compactness and inter-class separability. Our framework, titled QLung, introduces a no-referen…

X2-Softmax: Margin Adaptive Loss Function for Face Recognition

2023-12-08 · Jiamu Xu, Xiaoxiang Liu, Xinyuan Zhang, Yain-Whar Si 외

Learning the discriminative features of different faces is an important task in face recognition. By extracting face features in neural networks, it becomes easy to measure the similarity of different face images, which …

Face Recognition

ExpFace: Exponential Angular Margin Loss for Deep Face Recognition

2025-09-24 · Jinhui Zheng, Xueyuan Gong arxiv

Face recognition is an open-set problem requiring high discriminative power to ensure that intra-class distances remain smaller than inter-class distances. Margin-based softmax losses, such as SphereFace, CosFace, and Ar…

Face Recognition

Intra-class Mixup for Out-of-Distribution Detection

2021-09-29 · Deepak Ravikumar, Sangamesh Kodge, Isha Garg, Kaushik Roy

Deep neural networks have found widespread adoption in solving image recognition and natural language processing tasks. However, they make confident mispredictions when presented with data that does not belong to the tra…

Out-of-Distribution DetectionOut of Distribution (OOD) Detection