Face recognition based on convolutional neural network
Generate an AI Snapshot to get a quick, structured summary of this paper.
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
A modified Convolutional Neural Network (CNN) architecture by adding two normalization operations to two of the layers by improving the face recognition performance with better recognition results is proposed.
Abstract
Face recognition is of great importance to real world applications such as video surveillance, human machine interaction and security systems. As compared to traditional machine learning approaches, deep learning based methods have shown better performances in terms of accuracy and speed of processing in image recognition. This paper proposes a modified Convolutional Neural Network (CNN) architecture by adding two normalization operations to two of the layers. The normalization operation which is batch normalization provided acceleration of the network. CNN architecture was employed to extract distinctive face features and Softmax classifier was used to classify faces in the fully connected layer of CNN. In the experiment part, Georgia Tech Database showed that the proposed approach has improved the face recognition performance with better recognition results.
