Research Paper Presentation
Research Paper Presentation
• Invoking the names or roll numbers of students during attendance not only
consumes time but also requires energy. An automated attendance system
proves to be a viable solution to address these issues.
• This research aims to eradicate the traditional attendance system, reduce the
possibility of manipulation during attendance tracking, and accurately
document the arrival time of students.
OBJECTIVE OF THE STUDY
The goal of this study is to create a face recognition attendance system. The
anticipated accomplishments necessary for achieving this objective include:
• Identifying and isolating the face segment within the video frame.
• Extracting pertinent features from the detected face.
• Classifying these features to effectively recognize the detected face.
• Recording the attendance of the identified student based on the face
recognition.
LITERATURE REVIEW
• In 2017, Samuel John introduced a Face Recognition Attendance System with GSM
Notification. This system employs the Viola-Jones algorithm to detect faces.
Additionally, the Fisher faces algorithm is utilized to generate patterns from the
identified faces, and these patterns are then transformed into templates that are stored
in a database. The system utilizes the OpenCV library and a Software Development
Kit (SDK) to develop the graphical user interface.
• In 2019, Shreyak Sawhney, Karan Kicker, and Samyak Jain introduced a Real-Time
Smart Attendance Management System Utilizing Face Recognition Techniques. This
system employs face detection and recognition methods utilizing Convolutional
Neural Networks (CNN) and Principal Component Analysis (PCA).
PROPOSED WORK
• The Face Recognition Student Attendance System is a desktop application designed
to identify and verify students' identities using digital images. When the system
recognizes a face that matches the stored image, it marks the attendance for that
student in the database. This application offers an alternative and more convenient
method for recording attendance, streamlining the process.
• This project is carried out to show how a Local Binary Pattern Histogram
(LBPH) face recognizer could be used for taking attendance of students. LBPH
facial recognizer is a pre-trained facial recognition classifier. If enough data set are
available on the face that is needed to be identified, LBPH can perform facial
recognition with high accuracy.
METHODOLOGY
Steps that are followed in the Attendance System are:
4. Face Recognition: Implement face recognition using local binary pattern histogram.
12. STOP
LOCAL BINARY PATTERN HISTOGRAM(LBPH)
• A Local Binary Pattern (LBP) is an algorithm utilized for facial recognition. This
method, introduced in 1994, combines statistical and structural approaches to image
analysis. LBP serves as a technique for local representation of an image, involving
the use of relative values obtained by comparing each pixel with its adjacent pixels.
Notably, the LBPH algorithm is integrated into OpenCV, enhancing its capabilities
for image processing and facial recognition.
Fig: (Left) gray scale image, (center) LBP image and (right) histogram of the LBP
image.
CONCLUSION & FUTURE WORK
The Attendance System successfully achieves the following objectives:
1. Detecting facial segments within video frames.
2. Extracting pertinent features from the detected faces.
3. Classifying these features to identify recognized faces.
4. Recording the attendance of identified students.
• Omar Abdul Rhman Salim, Rashidha Olanrewaju, Wasiu Balogun “Class attendance management
system using face recognition” in ICCCE 2018.
• Kritika Shrivastava, Shweta Manda, P.S Chavan, “Conceptual model for proficient automated
attendance system based on face recognition and gender classification using Haar- cascade” in IJEAT
2018.
• Shreyak Sawhney, Karan Kacker, Samayak Jain, Shailendra Narayan, Rakesh Garg “Real Time Smart
Attendance system using face recognition techniques “in international conference on cloud computing
data science and engineering 2019.
THANK YOU !