Face Recognition System with Feature Fusion for Rehabilitation Robots in Healthcare

Amna Bhutto,Linsen Xu,Ammara Sattar
DOI: https://doi.org/10.1109/iccc54389.2021.9674390
2021-01-01
Abstract:Face recognition is a research problem across multiple disciplines such as computer vision, pattern recognition, artificial intelligence, psychology, healthcare etc. At present, the rehabilitation centers in hospitals are dependent on the nursing staff with no implementation of rehabilitation automation. In this study of face detection, a facial expression recognition system was developed which can be useful for robots of rehabilitation nursing beds. This article mainly researches two aspects: face image feature extraction and classifier design. Since many low-resolution face images are often encountered in actual environments (such as surveillance), if you use traditional methods to directly extract image features, the results are often not satisfactory. For the influence of face recognition results, this paper proposes a feature fusion extraction method based on KNN with LDA(Fisherfaces) and PCA (eigenfaces). First, the original image (low resolution) is decomposed into three different resolution images, and then the three images are used as the basis for the position to extract facial features, then LDA and PCA are used to perform preliminary analysis to obtain reduced dimensional reduction features. Finally use the K-nearest neighbor classifier to perform classification prediction. Study compares KNN-LDA with KNN-PCA with different distances of KNN algorithm.
What problem does this paper attempt to address?