CVFeb 3, 2015

DeepID3: Face Recognition with Very Deep Neural Networks

arXiv:1502.00873v1972 citations
AI Analysis

This addresses face recognition for security and identification applications, with incremental improvements over existing deep learning methods.

The paper tackled face recognition by proposing DeepID3, two very deep neural network architectures adapted from VGG and GoogLeNet, achieving 99.53% LFW face verification accuracy and 96.0% LFW rank-1 identification accuracy.

The state-of-the-art of face recognition has been significantly advanced by the emergence of deep learning. Very deep neural networks recently achieved great success on general object recognition because of their superb learning capacity. This motivates us to investigate their effectiveness on face recognition. This paper proposes two very deep neural network architectures, referred to as DeepID3, for face recognition. These two architectures are rebuilt from stacked convolution and inception layers proposed in VGG net and GoogLeNet to make them suitable to face recognition. Joint face identification-verification supervisory signals are added to both intermediate and final feature extraction layers during training. An ensemble of the proposed two architectures achieves 99.53% LFW face verification accuracy and 96.0% LFW rank-1 face identification accuracy, respectively. A further discussion of LFW face verification result is given in the end.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes