Application of Facial Recognition using Convolutional Neural Networks for Entry Access Control
Lars Lien Ankile, Morgan Feet Heggland, Kjartan Krange

TL;DR
This paper develops and compares two facial recognition models using CNNs for home-entry access, achieving over 99% accuracy and demonstrating potential for real-time application despite overfitting concerns.
Contribution
It introduces a new CNN model and applies transfer learning for facial recognition in access control, with a large dataset and real-time testing.
Findings
Models achieved over 99% accuracy on test data
Transfer learning model trained faster and generalized better
Real-time webcam testing showed promising results
Abstract
The purpose of this paper is to design a solution to the problem of facial recognition by use of convolutional neural networks, with the intention of applying the solution in a camera-based home-entry access control system. More specifically, the paper focuses on solving the supervised classification problem of taking images of people as input and classifying the person in the image as one of the authors or not. Two approaches are proposed: (1) building and training a neural network called WoodNet from scratch and (2) leveraging transfer learning by utilizing a network pre-trained on the ImageNet database and adapting it to this project's data and classes. In order to train the models to recognize the authors, a dataset containing more than 150 000 images has been created, balanced over the authors and others. Image extraction from videos and image augmentation techniques were…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Video Surveillance and Tracking Methods · Biometric Identification and Security
