Deep Secure Encoding for Face Template Protection
Abstract
In this paper we present a framework for secure identification using deep neural networks, and apply it to the task of template protection for face password authentication. We use deep convolutional neural networks (CNNs) to learn a mapping from face images to maximum entropy binary (MEB) codes. The mapping is robust enough to tackle the problem of exact matching, yielding the same code for new samples of a user as the code assigned during training. These codes are then hashed using any hash function that follows the random oracle model (like SHA-512) to generate protected face templates. The algorithm makes no unrealistic assumptions and offers high template security, cancelability, and matching performance comparable to the state-of-the-art. The efficacy of the approach is shown on CMU-PIE, Extended Yale B, and Multi-PIE face databases. We achieve high (~ 95%) genuine accept rates (GAR) at zero false accept rate (FAR) while maintaining a high level of template security.
Cite
Text
Pandey et al. "Deep Secure Encoding for Face Template Protection." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2016. doi:10.1109/CVPRW.2016.17Markdown
[Pandey et al. "Deep Secure Encoding for Face Template Protection." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2016.](https://mlanthology.org/cvprw/2016/pandey2016cvprw-deep/) doi:10.1109/CVPRW.2016.17BibTeX
@inproceedings{pandey2016cvprw-deep,
title = {{Deep Secure Encoding for Face Template Protection}},
author = {Pandey, Rohit Kumar and Zhou, Yingbo and Kota, Bhargava Urala and Govindaraju, Venu},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2016},
pages = {77-83},
doi = {10.1109/CVPRW.2016.17},
url = {https://mlanthology.org/cvprw/2016/pandey2016cvprw-deep/}
}