Circle Loss: A Unified Perspective of Pair Similarity Optimization
Yifan Sun, Changmao Cheng, Yuhan Zhang, Chi Zhang, Liang Zheng,, Zhongdao Wang, Yichen Wei

TL;DR
This paper introduces Circle Loss, a flexible and unified loss function for deep feature learning that emphasizes poorly optimized similarities, improving performance across various recognition and retrieval tasks.
Contribution
The paper proposes Circle Loss, a novel similarity-based loss function that adaptively weights similarity scores, unifying class-level and pair-wise label learning approaches.
Findings
Circle Loss outperforms existing loss functions on multiple tasks.
It achieves state-of-the-art results in face recognition and image retrieval.
The method demonstrates improved convergence and flexibility.
Abstract
This paper provides a pair similarity optimization viewpoint on deep feature learning, aiming to maximize the within-class similarity and minimize the between-class similarity . We find a majority of loss functions, including the triplet loss and the softmax plus cross-entropy loss, embed and into similarity pairs and seek to reduce . Such an optimization manner is inflexible, because the penalty strength on every single similarity score is restricted to be equal. Our intuition is that if a similarity score deviates far from the optimum, it should be emphasized. To this end, we simply re-weight each similarity to highlight the less-optimized similarity scores. It results in a Circle loss, which is named due to its circular decision boundary. The Circle loss has a unified formula for two elemental deep feature learning approaches, i.e. learning with…
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
Circle Loss: A Unified Perspective of Pair Similarity Optimization· youtube
Taxonomy
TopicsFace recognition and analysis · Advanced Image and Video Retrieval Techniques · Video Surveillance and Tracking Methods
MethodsTriplet Loss · Softmax
