/
Face Recognition based on 2D-PCA and CNN Face Recognition based on 2D-PCA and CNN

Face Recognition based on 2D-PCA and CNN - PowerPoint Presentation

alida-meadow
alida-meadow . @alida-meadow
Follow
505 views
Uploaded On 2017-07-10

Face Recognition based on 2D-PCA and CNN - PPT Presentation

hongliang xue Motivation Face recognition technology is widely used in our lives Using MATLAB ORL database Database The ORL Database of Faces taken between April 1992 and April 1994 at the Cambridge University Computer ID: 568579

cnn pca recognition face pca cnn face recognition matrix neural database ieee dtg http www cam research html attarchive

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Face Recognition based on 2D-PCA and CNN" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Face Recognition based on 2D-PCA and CNN

hongliang

xueSlide2

Motivation

Face recognition technology is widely used in our lives

Using MATLAB

ORL databaseSlide3

Database

The ORL Database of Faces

taken between April 1992 and April 1994 at the Cambridge University Computer

Laboratory

10 different images of each of 40 distinct subjects.

http://

www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.htmlSlide4

2D-PCA

Conventional 1D-PCA: transform image matrix to 1D vector

2D-PCA: use image matrix to form a covariance matrix

easier to determine corresponding eigenvectorsSlide5

2D-PCA

Train_num

(per class)

Test_num

(per class)

d

Accuracy(%)

Time(s)

3

7885.36%1.7655891.5%1.80691895%1.58291290%1.525911692.5%1.64913292.5%1.86Slide6

2D-PCASlide7

CNNSlide8

CNN

using

deepLearnToolbox

-master written by

Rasmus

 Berg 

Palm

https://github.com/rasmusbergpalm/DeepLearnToolbox

still tuning parameters get about 15% error rate using model of 2 layers of convolutionSlide9

Conclusion

2D-PCA:

simple algorithm, accuracy quite high ( 90~95% )

may not perform well for larger dataset

CNN:

hard to find optimal parameters, takes a lot of time can perform well for large datasetSlide10

References

1. Jian

Yang; Zhang, D.;

Frangi

, A.F.; Jing-Yu Yang, “Two-Dimensional PCA: A New Approach to Appearance-Based Face Representation and Recognition”, in

Pattern Analysis and Machine Intelligence, IEEE Transactions on

, vol. 26, no. 1, pp. 131-137, January 2004

2. Lawrence

, S.; Giles, C.L.; Tsoi, A.C.; Back, A.D. “Face Recognition: A Convolutional Neural-Network Approach”, in Neural Networks, IEEE Transactions on, vol. 8, no. 1, pp. 98-113, January 1997

3. http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html4. Lec 16 Deep Neural Network (2), Yu Hen HuSlide11

Questions