CVNov 6, 2024

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

arXiv:2411.03831v12 citationsh-index: 3IC-ITECHS
Originality Synthesis-oriented
AI Analysis

It improves gate pass security by making face detection more accurate under challenging conditions like complex backgrounds and lighting variations, but it is incremental as it builds on an existing algorithm.

This study enhanced the Haar Cascade Algorithm for face recognition to reduce false positives and false negatives, achieving a 98.39% accuracy rate, which is a 21.39% increase over the baseline.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes