An Integrated and User-friendly Platform for the Deployment of Explainable Artificial Intelligence Methods Applied to Face Recognition
About
This repository contains the models' weights for the paper/demo "An Integrated and User-friendly Platform for the Deployment of Explainable Artificial Intelligence Methods Applied to Face Recognition" by Carolina Albuquerque, Pedro C. Neto, Tiago Gonçalves, and Ana F. Sequeira.
Contributors
- Carolina Albuquerque (GitHub / Hugging Face)
- Pedro C. Neto (GitHub / Hugging Face)
- Tiago Gonçalves (GitHub / Hugging Face)
- Ana F. Sequeira (GitHub / Hugging Face)
Abstract
Face recognition technology, despite its advancements and increasing accuracy, still presents significant challenges in explainability and ethical concerns, especially when applied in sensitive domains such as surveillance, law enforcement, and access control. The opaque nature of deep learning models jeopardises transparency, bias, and user trust. Concurrently, the proliferation of web applications presents a unique opportunity to develop accessible and interactive tools for demonstrating and analysing these complex systems. These tools can facilitate model decision exploration with various images, aiding in bias mitigation or enhancing users' trust by allowing them to see the model in action and understand its reasoning. We propose an explainable face recognition web application designed to support enrolment, identification, authentication, and verification while providing visual explanations through pixel-wise importance maps to clarify the model's decision-making process. The system is built in compliance with the European Union General Data Protection Regulation, ensuring data privacy and user control over personal information. The application is also designed for scalability, capable of efficiently managing large datasets. Load tests conducted on databases containing up to 1,000,000 images confirm its efficiency. This scalability ensures robust performance and a seamless user experience even with database growth.
Please, refer to the original Github repository for the code.