# NormFace: L2 Hypersphere Embedding for Face Verification

**Authors:** Feng Wang, Xiang Xiang, Jian Cheng, Alan L. Yuille

arXiv: 1704.06369 · 2017-07-27

## TL;DR

This paper introduces NormFace, a face verification method that employs L2 hypersphere embedding and normalized features during training, improving accuracy by addressing normalization challenges in deep face recognition.

## Contribution

It presents a mathematical analysis of normalization issues, proposes two training strategies with normalized features, and demonstrates consistent performance improvements on face verification benchmarks.

## Key findings

- Improved face verification accuracy by 0.2% to 0.4% on LFW.
- Identified key issues in feature normalization during training.
- Proposed normalization-based training strategies outperform baseline methods.

## Abstract

Thanks to the recent developments of Convolutional Neural Networks, the performance of face verification methods has increased rapidly. In a typical face verification method, feature normalization is a critical step for boosting performance. This motivates us to introduce and study the effect of normalization during training. But we find this is non-trivial, despite normalization being differentiable. We identify and study four issues related to normalization through mathematical analysis, which yields understanding and helps with parameter settings. Based on this analysis we propose two strategies for training using normalized features. The first is a modification of softmax loss, which optimizes cosine similarity instead of inner-product. The second is a reformulation of metric learning by introducing an agent vector for each class. We show that both strategies, and small variants, consistently improve performance by between 0.2% to 0.4% on the LFW dataset based on two models. This is significant because the performance of the two models on LFW dataset is close to saturation at over 98%. Codes and models are released on https://github.com/happynear/NormFace

## Full text

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

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1704.06369/full.md

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