Get Started. It's Free
or sign up with your email address
Face Recognition by Mind Map: Face Recognition

1. Face Recognition Techniques And Approaches

1.1. There are three operations involved in Face Recognition

1.1.1. Face Detection

1.1.2. Feature Segmentation

1.1.3. Face Recognition

1.2. Algorithms

1.2.1. Principle Component Analysis (PCA)

1.2.2. Linear Discriminant Analysis (LDA)

1.2.3. Elastic Bunch Graph Matching (EBGM)

1.3. Face Recognition Approaches

1.3.1. Holistic Approach

1.3.2. Statistical Approach

1.3.3. Model Based Approach

1.3.4. Hybrid Approach

1.3.5. Artificial Intelligence Approach

1.3.6. Feature based Approach

1.3.6.1. Convolutional Neural Network (CNN)

2. Face recognition based on convolution neural network (CNN)

2.1. The face recognition rate

2.1.1. The ORL face database: 99.82%

2.1.2. The AR face database: 99.78%

2.2. CNN consists of 9 layers

2.2.1. 3 convolution layers

2.2.2. 2 pooling layers

2.2.3. 2 full-connected layers

2.2.4. 1 Softmax regression layer

2.3. Training the network

2.3.1. Data preprocessing

2.3.2. Network training algorithm

2.4. Experimental results

2.4.1. Analysis of experimental results

2.4.2. Comparison with other methods

2.4.2.1. The accuracy for ORL database

2.4.2.1.1. Eigenface: 97.50% ICA: 93.75% 2DPCA: 98.30%

2.4.2.1.2. CNN: 99.82%

2.4.2.2. The accuracy for AR database

2.4.2.2.1. DWT : 90.80% PCA+GSRC: 97.14% LC-KSVD: 97.80%

2.4.2.2.2. CNN: 99.78%

3. A Survey Of Face Recognition

3.1. Problem Definition

3.1.1. The face recognition problem can be formulated as follows: Given an input face image and a database of face images of known individuals, how can we verify or determine the identity of the person in the input image?

3.2. Purpose

3.2.1. Verification (one-to-one matching)

3.2.2. Identification (one-to-many matching)

3.3. Application Areas

3.3.1. Security

3.3.2. Surveillance

3.3.3. General identity verification

3.3.4. Criminal justice systems

3.3.5. Image database investigations

3.3.6. “Smart Card” applications

3.3.7. Multi-media environments with adaptive human-computer interfaces

3.3.8. Video indexing

3.3.9. Witness face reconstruction

3.4. Face Recognition Techniques

3.4.1. Face Recognition from Intensity Images

3.4.2. Holistic

3.4.3. Face Recognition from Other Sensory Inputs

4. Face Recognition Using RBF Kernel Based Support Vector Machine (SVM)

4.1. Preprocessing

4.1.1. Face detection

4.1.2. Cropping

4.1.3. Gray conversion

4.2. Extract features using fuzzified USAN area

4.3. Dimension reduction using PCA

4.3.1. Classification using SVM

4.3.1.1. Classification result

4.3.1.1.1. Polynomial Kernel(C=3, EXPONENT=3): 97.5%

4.3.1.1.2. RBF Kernel (C=5, GAMMA=1): 98.75%

4.4. Training database