SphereFace
SphereFace is a loss function and training approach for face recognition that aims to produce highly discriminative embeddings by enforcing large angular margins between identities on a hypersphere. It builds on the idea of normalizing feature vectors and class weights to unit length, shifting the comparison from Euclidean distance to angular similarity.
The core idea is to treat each identity as a weight vector on the hypersphere and to
Implementation typically involves normalizing the feature representation and the classifier weights, applying a scaling factor s
Impact and context: SphereFace was one of the early methods to demonstrate the effectiveness of angular margin