paper-with-me

홈 › Papers

An Enhancement of Haar Cascade Algorithm Applied to Face Recognition for Gate Pass Security

2024-11-06 · Clarence A. Antipona, Romeo R. Magsino, Raymund M. Dioses, Khatalyn E. Mata

This study is focused on enhancing the Haar Cascade Algorithm to decrease the false positive and false negative rate in face matching and face detection to increase the accuracy rate even under challenging conditions. The face recognition library was implemented with Haar Cascade Algorithm in which the 128-dimensional vectors representing the unique features of a face are encoded. A subprocess was applied where the grayscale image from Haar Cascade was converted to RGB to improve the face encoding. Logical process and face filtering are also used to decrease non-face detection. The Enhanced Haar Cascade Algorithm produced a 98.39% accuracy rate (21.39% increase), 63.59% precision rate, 98.30% recall rate, and 72.23% in F1 Score. In comparison, the Haar Cascade Algorithm achieved a 46.70% to 77.00% accuracy rate, 44.15% precision rate, 98.61% recall rate, and 47.01% in F1 Score. Both algorithms used the Confusion Matrix Test with 301,950 comparisons using the same dataset of 550 images. The 98.39% accuracy rate shows a significant decrease in false positive and false negative rates in facial recognition. Face matching and face detection are more accurate in images with complex backgrounds, lighting variations, and occlusions, or even those with similar attributes.

📄 PDF Abstract BibTeX arXiv:2411.03831

Code (0)

등록된 구현이 없습니다.

Tasks

Face DetectionFace Recognition

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Automating Attendance Management in Human Resources: A Design Science Approach Using Computer Vision and Facial Recognition

2024-05-21 · Bao-Thien Nguyen-Tat, Minh-Quoc Bui, Vuong M. Ngo

Haar Cascade is a cost-effective and user-friendly machine learning-based algorithm for detecting objects in images and videos. Unlike Deep Learning algorithms, which typically require significant resources and expensive…

Edge DetectionFace DetectionManagement

Face Detection on Mobile: Five Implementations and Analysis

2022-05-11 · Kostiantyn Khabarlak

In many practical cases face detection on smartphones or other highly portable devices is a necessity. Applications include mobile face access control systems, driver status tracking, emotion recognition, etc. Mobile dev…

Emotion RecognitionFace Detection

clustering an african hairstyle dataset using pca and k-means

2023-05-25 · Teffo Phomolo Nicrocia, Owolawi Pius Adewale, Pholo Moanda Diana

The adoption of digital transformation was not expressed in building an African face shape classifier. In this paper, an approach is presented that uses k-means to classify African women images. African women rely on bea…

Clusteringimage-classificationImage Classification

PiBase: An IoT-based Security System using Raspberry Pi and Google Firebase

2021-07-29 · Venkat Margapuri, Niketa Penumajji, Mitchell Neilsen

Smart environments are environments where digital devices are connected to each other over the Internet and operate in sync. Security is of paramount importance in such environments. This paper addresses aspects of autho…

Face DetectionFace Recognition

Real time face recognition using adaboost improved fast PCA algorithm

2011-08-05 · K. Susheel Kumar, Vijay Bhaskar Semwal, R C Tripathi

This paper presents an automated system for human face recognition in a real time background world for a large homemade dataset of persons face. The task is very difficult as the real time background subtraction in an im…

Face Recognition