Pattern Recognition-Face Recognition

2021/09/02 MachineLearning MATLAB
141 words in total,read in 1 minutes

Time: Jan. 2019 - Feb.2019   Location: Beijing, China

I finished this project at Chinese Academy of Science where I studied how to conduct face recognition via machine leaning methods.

First, I conducted face detection based on skin color model and used morphological processing method to improve it

@2x

Then I adopted the PCA and EigenFace method to build face recognition system (The accuracy rate on Yale face database reached 77.7 percent).

@2x@2x

Moreover, I built Fully Connected Feed Forward Neural Network to implement face recognition and used logsoftmaxloss as the loss function which performed better comparing to softmaxloss in the research (The accuracy rate reached 96.67 percent on Yale face database and 95.00 percent on ORL database).

@2x@2x

Finally, I transformed FCN into CNN model and added pooling layer to prevent overfitting (The accuracy rate reached 96.25 percent on Yale face database and 93.75 percent on ORL database).

@2x

Article Information

Search

    Table of Contents