paper-with-me

Papers

NormFace: L2 Hypersphere Embedding for Face Verification

2017-04-21 · Feng Wang, Xiang Xiang, Jian Cheng, Alan L. Yuille

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

📄 PDF Abstract BibTeX arXiv:1704.06369

Code (3)

happynear/NormFace 공식 구현
anax32/dimensionality-reduction tf
doanmanhduy0210/ResearchPaperfacerecognitions pytorch

Tasks

Face VerificationMetric Learning

Similar Papers 제목 키워드 기반

Hypersphere Face Uncertainty Learning

2021-01-01 · Shen Li, Jianqing Xu, Xiaqing Xu, Pengcheng Shen 외

An emerging line of research has found that \emph{hyperspherical} spaces better match the underlying geometry of facial images, as evidenced by the state-of-the-art facial recognition methods which benefit empirically fr…

Face Verification

Harnessing Unrecognizable Faces for Improving Face Recognition

2021-06-08 · Siqi Deng, Yuanjun Xiong, Meng Wang, Wei Xia 외

The common implementation of face recognition systems as a cascade of a detection stage and a recognition or verification stage can cause problems beyond failures of the detector. When the detector succeeds, it can detec…

Face RecognitionQuantization

On Manifold Hypothesis: Hypersurface Submanifold Embedding Using Osculating Hyperspheres

2022-02-03 · Benyamin Ghojogh, Fakhri Karray, Mark Crowley

Consider a set of $n$ data points in the Euclidean space $\mathbb{R}^d$. This set is called dataset in machine learning and data science. Manifold hypothesis states that the dataset lies on a low-dimensional submanifold …

Dimensionality Reduction

Few-shot Classification with Hypersphere Modeling of Prototypes

2022-11-10 · Ning Ding, Yulin Chen, Ganqu Cui, Xiaobin Wang 외

Metric-based meta-learning is one of the de facto standards in few-shot learning. It composes of representation learning and metrics calculation designs. Previous works construct class representations in different ways, …

ClassificationFew-Shot LearningMeta-LearningRepresentation Learning

nGPT: Normalized Transformer with Representation Learning on the Hypersphere

2024-10-01 · Ilya Loshchilov, Cheng-Ping Hsieh, Simeng Sun, Boris Ginsburg

We propose a novel neural network architecture, the normalized Transformer (nGPT) with representation learning on the hypersphere. In nGPT, all vectors forming the embeddings, MLP, attention matrices and hidden states ar…

Representation Learning