FaceNet: A Unified Embedding for Face Recognition and Clustering
TL;DR: FaceNet as discussed by the authors uses a deep convolutional network trained to directly optimize the embedding itself, rather than an intermediate bottleneck layer as in previous deep learning approaches, and achieves state-of-the-art face recognition performance using only 128 bytes per face.
read more
Abstract: Despite significant recent advances in the field of face recognition, implementing face verification and recognition efficiently at scale presents serious challenges to current approaches. In this paper we present a system, called FaceNet, that directly learns a mapping from face images to a compact Euclidean space where distances directly correspond to a measure of face similarity. Once this space has been produced, tasks such as face recognition, verification and clustering can be easily implemented using standard techniques with FaceNet embeddings as feature vectors.
Our method uses a deep convolutional network trained to directly optimize the embedding itself, rather than an intermediate bottleneck layer as in previous deep learning approaches. To train, we use triplets of roughly aligned matching / non-matching face patches generated using a novel online triplet mining method. The benefit of our approach is much greater representational efficiency: we achieve state-of-the-art face recognition performance using only 128-bytes per face.
On the widely used Labeled Faces in the Wild (LFW) dataset, our system achieves a new record accuracy of 99.63%. On YouTube Faces DB it achieves 95.12%. Our system cuts the error rate in comparison to the best published result by 30% on both datasets.
We also introduce the concept of harmonic embeddings, and a harmonic triplet loss, which describe different versions of face embeddings (produced by different networks) that are compatible to each other and allow for direct comparison between each other.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
SwinSUNet: Pure Transformer Network for Remote Sensing Image Change Detection
TL;DR: This paper designs a pure Transformer network with siamese U-shaped structure to solve CD problems, and name it SwinSUNet, which contains encoder, fusion and decoder, and all of them use Swin Transformer blocks as basic units.
187
Learning Spread-Out Local Feature Descriptors
Xu Zhang,Felix X. Yu,Sanjiv Kumar,Shih-Fu Chang +3 more
- 01 Oct 2017
TL;DR: This work proposes a regularization term to maximize the spread in feature descriptor inspired by the property of uniform distribution and shows that the proposed regularization with triplet loss outperforms existing Euclidean distance based descriptor learning techniques by a large margin.
187
Robust Multi-View Clustering With Incomplete Information
TL;DR: Wang et al. as discussed by the authors proposed a contrastive learning paradigm which uses the available pairs as positives and randomly chooses some cross-view samples as negatives to reduce the influence of the false negatives caused by random sampling.
186
A Zero-Shot Framework for Sketch Based Image Retrieval
Sasi Kiran Yelamarthi,M Shiva Krishna Reddy,Ashish Mishra,Anurag Mittal +3 more
- 08 Sep 2018
TL;DR: Experiments on this new benchmark created from the “Sketchy” dataset demonstrate that the performance of these generative models is significantly better than several state-of-the-art approaches in the proposed zero-shot framework of the coarse-grained SBIR task.
MixGCF: An Improved Training Method for Graph Neural Network-based Recommender Systems
Tinglin Huang,Yuxiao Dong,Ming Ding,Zhen Yang,Wenzheng Feng,Xinyu Wang,Jie Tang +6 more
- 14 Aug 2021
TL;DR: MixGCF as discussed by the authors is a general negative sampling plugin that can be directly used to train GNN-based recommender systems, rather than sampling raw negatives from data, the hop mixing technique to synthesize hard negatives.
186
References
Going deeper with convolutions
Christian Szegedy,Wei Liu,Yangqing Jia,Pierre Sermanet,Scott Reed,Dragomir Anguelov,Dumitru Erhan,Vincent Vanhoucke,Andrew Rabinovich +8 more
- 07 Jun 2015
TL;DR: Inception as mentioned in this paper is a deep convolutional neural network architecture that achieves the new state of the art for classification and detection in the ImageNet Large-Scale Visual Recognition Challenge 2014 (ILSVRC14).
Learning representations by back-propagating errors
TL;DR: Back-propagation repeatedly adjusts the weights of the connections in the network so as to minimize a measure of the difference between the actual output vector of the net and the desired output vector, which helps to represent important features of the task domain.
30.1K
Visualizing and Understanding Convolutional Networks
Matthew D. Zeiler,Rob Fergus +1 more
- 06 Sep 2014
TL;DR: A novel visualization technique is introduced that gives insight into the function of intermediate feature layers and the operation of the classifier in large Convolutional Network models, used in a diagnostic role to find model architectures that outperform Krizhevsky et al on the ImageNet classification benchmark.
16.6K
Backpropagation applied to handwritten zip code recognition
Yann LeCun,Bernhard E. Boser,John S. Denker,D. Henderson,Richard Howard,W. Hubbard,Lawrence D. Jackel +6 more
TL;DR: This paper demonstrates how constraints from the task domain can be integrated into a backpropagation network through the architecture of the network, successfully applied to the recognition of handwritten zip code digits provided by the U.S. Postal Service.
12.5K
•Posted Content
Visualizing and Understanding Convolutional Networks
Matthew D. Zeiler,Rob Fergus +1 more
TL;DR: In this article, the authors introduce a novel visualization technique that gives insight into the function of intermediate feature layers and the operation of the classifier, and perform an ablation study to discover the performance contribution from different model layers.
Related Papers (5)
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
Karen Simonyan,Andrew Zisserman +1 more
- 04 Sep 2014