错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Deep Features for Age-Invariant Face Recognition

  • Priyanka Ravidutt Jadli,
  • Riya Huddar,
  • Ankita Gothi,
  • Rupali Kute

摘要

The performance of a face recognition algorithm is affected as facial appearance undergoes a lot of changes with age. Thus, the development of a robust age invariant face recognition (AIFR) system is essential. Training a model from scratch requires a huge dataset and is also computationally expensive. The transfer learning approach has provided solutions to these problems. In this paper, the performance of three pre-trained models FaceNet, VGG-Face, and OpenFace are compared on the FG-NET and MORPH aging datasets. MTCNN and dlib libraries are used for face detection purposes during experimentation. The detected faces are then provided as input to the models which act as feature extractors. The feature vectors generated by the model are passed to Support Vector Machine (SVM) or K-Nearest Neighbors (KNN) classifier, and accuracy is calculated on the test data. This is used as the parameter for comparison among the models.