CVJul 17, 2015

Learning Robust Deep Face Representation

arXiv:1507.04844v18 citations
Originality Synthesis-oriented
AI Analysis

This work addresses face recognition for computer vision applications, but it is incremental as it builds on existing CNN methods with a modified activation function.

The paper tackles the problem of learning robust face representations by proposing a deep convolutional network with a Max-Feature-Map activation function to avoid information loss, achieving 97.77% accuracy on the LFW dataset in an unsupervised setting.

With the development of convolution neural network, more and more researchers focus their attention on the advantage of CNN for face recognition task. In this paper, we propose a deep convolution network for learning a robust face representation. The deep convolution net is constructed by 4 convolution layers, 4 max pooling layers and 2 fully connected layers, which totally contains about 4M parameters. The Max-Feature-Map activation function is used instead of ReLU because the ReLU might lead to the loss of information due to the sparsity while the Max-Feature-Map can get the compact and discriminative feature vectors. The model is trained on CASIA-WebFace dataset and evaluated on LFW dataset. The result on LFW achieves 97.77% on unsupervised setting for single net.

Code Implementations1 repo
Foundations

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

Your Notes