Face Recognition with Contrastive Convolution
Chunrui Han, Shiguang Shan, Meina Kan, Shuzhe Wu, Xilin Chen
Abstract
In current face recognition approaches with convolutional neural network (CNN), a pair of faces to compare are independently fed into the CNN for feature extraction. For both faces the same kernels are applied and hence the representation of a face stays fixed regardless of who it is compared with. As for us humans, however, one generally focuses on varied characteristics of a face when comparing it with distinct persons. Inspired, we propose a novel CNN structure with what we referred to as contrastive convolution, which specifically focuses on the distinct characteristics between the two faces to compare, i.e., those contrastive characteristics. Extensive experiments on the challenging LFW, and IJB-A show that our proposed contrastive convolution significantly improves the vanilla CNN and achieves quite promising performance in face verification task.
BibTeX
@inproceedings{eccv2018_facerecognitionw,
title = {Face Recognition with Contrastive Convolution},
author = {Chunrui Han and Shiguang Shan and Meina Kan and Shuzhe Wu and Xilin Chen},
booktitle = {ECCV 2018},
year = {2018}
}