Technical Seminar On: Face Recognition Based On Convolution Neural Network
Technical Seminar On: Face Recognition Based On Convolution Neural Network
Technology ,Tumkur
By: CHANDAN BG
USN: 1AK17CS003
Outline
• Introduction
• Objectives
• Existing System
• Disadvantages
• Proposed System
• Advantages
• Methodology
• Experimental Analysis
• Conclusion
• References
Introduction
• The block schema of the proposed CNN recognition algorithm is given in Fig.
Advantages
• CNN captures the spatial features from an
image.
• CNN follows the concept of parameter sharing.
• CNN automatically detects the important
features.
• High Accuracy for uncontrolled face images.
Methodology
• Convolutional Layer
• Pooling Layer
• Rectified Linear Unit(Relu Layer)
• Fully Connected layer
Convolutional layer
• Convolutional layer is the core building block of
CNN.
• The primary purpose of convolutional layer is
to extract features from input data which is an
image.
• The main advantage compared to its
predecessors is that it automatically detects
the important features without any human
supervision.
• The working of convolutional layer is given
below.
Pooling Layer
• A pooling layer is another building block of a
CNN. Its function is to progressively reduce
the spatial size of the representation to reduce
the amount of parameters and computation in
the network.
• It operates each feature map independently.
• The most common method used in pooling is
max pooling.
•Working of max pooling layer is shown below.
Relu Layer
• Relu is the most commonly used activation
function in CNN.
• It is an element wise operation that means it is
applied per pixel and reconstitutes all negative
values in the feature map by zero.
• It is defined as f(x)=max(0,x).
Fully Connected Layer
• The fully connected layer (FC) operates on a
flattened input where each input is connected
to all neurons.
• FC layers are used to detect specific global
configurations of the features detected by the
lower layers in the net.
• The goal of employing the FCL is to employ
these features for classifying the input image
into various classes based on the training
dataset.
A Traditional Convolutional Neural Networks Design
Experimental Analysis
Future Work
There are many pre-trained models.We can modify
these pre-trained models as for our project
requirements.This increases relatively higher
prediction and accuracy.
References
• S. G. Bhele and V. H. Mankar, “A Review Paper on
Face Recognition Techniques,” Int. J. Adv. Res.
Comput. Eng. Technol., vol. 1, no. 8, pp.
2278–1323, 2012.
• D. N. Parmar and B. B. Mehta, “Face Recognition
Methods & Applications,” Int. J. Comput.
Technol. Appl., vol. 4, no. 1, pp. 84–86, 2013.
• S. N. Borade, R. R. Deshmukh, and S. Ramu,
“Face recognition using fusion of PCA and LDA:
Borda count approach,” in 24th Mediterranean
Conference on Control and Automation, MED
2016, 2016, pp. 1164– 1167.
Thank You