ElasticFace: Elastic Margin Loss for Deep Face Recognition
Fadi Boutros, Naser Damer, Florian Kirchbuchner, Arjan Kuijper

TL;DR
ElasticFace introduces a flexible margin loss for deep face recognition, using random margins during training to improve discriminative power and generalization over fixed-margin methods.
Contribution
It proposes ElasticFace, a novel loss function with elastic margins drawn from a normal distribution, relaxing fixed-margin constraints for better class separability.
Findings
Outperforms ArcFace and CosFace on multiple benchmarks.
Achieves state-of-the-art results on seven out of nine benchmarks.
Demonstrates improved discriminative ability and generalization.
Abstract
Learning discriminative face features plays a major role in building high-performing face recognition models. The recent state-of-the-art face recognition solutions proposed to incorporate a fixed penalty margin on commonly used classification loss function, softmax loss, in the normalized hypersphere to increase the discriminative power of face recognition models, by minimizing the intra-class variation and maximizing the inter-class variation. Marginal penalty softmax losses, such as ArcFace and CosFace, assume that the geodesic distance between and within the different identities can be equally learned using a fixed penalty margin. However, such a learning objective is not realistic for real data with inconsistent inter-and intra-class variation, which might limit the discriminative and generalizability of the face recognition model. In this paper, we relax the fixed penalty margin…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Domain Adaptation and Few-Shot Learning
MethodsElastic Margin Loss for Deep Face Recognition · Softmax
