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
Then I adopted the PCA and EigenFace method to build face recognition system (The accuracy rate on Yale face database reached 77.7 percent).
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).
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).
Article Information
- Author:Shaoshuai Xu
- Link of this article:https://Leluth.github.io/2021/09/02/Pattern-Recognition-Face-Recognition/