Developing and Refining a Multifunctional Facial Recognition System for Older Adults with Cognitive Impairments: A Journey Towards Enhanced Quality of Life

Li He
DOI: https://doi.org/10.48550/arXiv.2310.06107
2023-10-10
Abstract:In an era where the global population is aging significantly, cognitive impairments among the elderly have become a major health concern. The need for effective assistive technologies is clear, and facial recognition systems are emerging as promising tools to address this issue. This document discusses the development and evaluation of a new Multifunctional Facial Recognition System (MFRS), designed specifically to assist older adults with cognitive impairments. The MFRS leverages face_recognition [1], a powerful open-source library capable of extracting, identifying, and manipulating facial features. Our system integrates the face recognition and retrieval capabilities of face_recognition, along with additional functionalities to capture images and record voice memos. This combination of features notably enhances the system's usability and versatility, making it a more user-friendly and universally applicable tool for end-users. The source code for this project can be accessed at <a class="link-external link-https" href="https://github.com/Li-8023/Multi-function-face-recognition.git" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: As the global population ages, cognitive impairments (such as Alzheimer's disease) are becoming more and more common among the elderly, which leads to a decline in facial recognition ability, and further affects the communication, emotional exchange and safety of the elderly. Therefore, there is an urgent need for effective assistive technologies to meet these challenges. The paper proposes a Multifunctional Facial Recognition System (MFRS), aiming to help the elderly with cognitive impairments improve their quality of life by integrating functions such as facial recognition, image capture, and voice memo. Specifically, this system utilizes the powerful open - source library `face_recognition` to achieve the extraction, recognition, and manipulation of facial features, and on this basis, adds the functions of image capture and voice memo recording to enhance the usability and versatility of the system, making it a more friendly and widely applicable tool. In this way, MFRS can not only help the elderly recognize familiar people, but also provide relevant background information, thereby improving their social interaction and emotional experience.