SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 512
A Study on Automated Attendance System using Facial Recognition
Ms. Munmun Bhagat[1], Chaitanya Kirkase[2], Yash Hawaldar[3], Aishwarya Paigude[4], Shivani Nimbalkar[5]
1(Asst. Professor, Dept. of Computer Engineering RMD Sinhgad School of Engineering Pune, Maharashtra, India)
2,3,4,5(Students, Dept. of Computer Engineering RMD Sinhgad School of Engineering Pune, Maharashtra, India)
----------------------------------------------------------------------------------***------------------------------------------------------------------------------
Abstract - Attendance marking system has been become a challenging task in the real-time system. It is tough to mark the
attendance of the candidate in the huge classroom/hall, and there are many students attend the class. Many attendance
management systems have been implemented in the current research. However, the attendance management system by using
facial recognition still has issues which allow the research to improve the current research to make the attendance
management system working well. The paper has conducted a literature survey on the previous work by different researcher
has done on their research paper.
Keywords – Automated, Face Detection, Face Recognition, Algorithms, Correlation, Attendance.
1. INTRODUCTION
FACE Recognition has received many interests in recent years of face recognition development and has become a popular
research. Moreover, it is a critical application in image analysis, and it is a very challenge to create an automated system
based on face recognition; which has an ability to recognize human face accuracy. Solving the manual attendance problem
and time-consuming, much research has been conducted with the automated or smart attendance management system to
resolve the issues of manual attendance.
The key motivation is to go for this project was the slow down the inefficient traditional manual attendance system. This
made us to think why not make it automated fast and mush efficient. Also some face detection and recognition techniques
are in use by department like crime investigation where they use CCTV footages and face detection and recognition.
2. LITERATURE REVIEW
Sr No. Author Algorithm Problem Summary
1. Visar Shehu [1] PCA The recognition rate is
56%, having a problem to
recognize student in year 3
or 4
Using HAAR Classifier and
computer vision algorithm to
implement face recognition.
2. Viola, M. J. Jones
[8]
Viola and Jones
algorithm
 In Viola and Jones the
result depends on the
data and weak
classifiers. The quality
of the final detection
depends highly on the
consistence of the
training set. Both the
size of the sets and the
interclass variability
are important factors
to take in account.
 The analysis shows
very bad results when
in case of multiple
person with different
sequence.
 The training of the data
should be done in correct
manner so that the quality
final detection will
increase.
 System overview should
contain the overall
architecture that will give
the clear and comprehensive
information of the project.
3. Kasar, M.,
Bhattacharyya, D.
and Kim, T. [9]
Neural-Network  Detection process is
slow and computation
is complex.
 Overall performance is
weaker than Viola-
Jones algorithm.
Accurate only if large size of
image was trained.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 513
4. Pratiksha M. Patel
[10]
Contrast Limited
Adaptive Histogram
Equalization (CLAHE)
More sensitive to noise
compared to histogram
equalization.
Unlike, HE which works on
entire image, it works on
small data regions. Each tile's
contrast is enhanced to
ensure uniformly distributed
histogram. Bilinear
interpolation is then used to
merge the neighboring tiles.
 Advantage:-
It prevent over enhancement
as well as noise amplification.
5. Suman Kumar
Bhattacharyya &
Kumar Rahul.
[6]
Fisher face/ LDA
(Linear Discriminant
Analysis )
 Bigger database is
required because images
of different expression of
the individual have to be
trained in same class.
 It depend more on
database compared to
PCA.
Images of individual with
different illumination, facial
expressions able to be
recognized if more samples
are trained.
6. Varsha Gupta,
Dipesh Sharma
[7]
Successive mean
quantization
transform (SMQT)
Features and sparse
network of winnows
(SNOW) Classifier
Method.
The region contain very
similar to grey value
regions will be
misidentified as face.
1. Capable to deal with
lighting problem in object
detection.
2. Efficient in computation
7.
Syen navaz
[2]
PCA, ANN
 Low accuracy with the
big size of images to
train with PCA.
 Hight Computational
cost due to combining
PCA and ANN
 Using PCA to train and
reduce dimensionality
and ANN to classify input
data and find the pattern.
 Using PCA and ANN to do
a better attendance result.
8. Md. Abdur Rahim
et al
[11]
LBP(Local Binary
Pattern)
 Training time is longer
than PCA and LDA.
 It is able to overcome
variety of facial
expressions, varying
illumination, image
rotation and aging of
person.
 Accuracy till 90.45%
3. PROPOSED SYSTEM
By considering the disadvantages of some systems mentioned in above table the attempt is made to implement the
automated facial attendance system using SVM on LBP feature as LBP algorithm gives good accuracy as compare to other
systems respectively.
The proposed system introduces an automated attendance system which integrates an Android app and face recognition
algorithms. Any device with a camera can capture an image or a video and upload to the server using web app. The
received file undergoes face detection and face recognition so the detected faces are extracted from the image.
 Step by Step Description:-
 Step one: User uploads a video / grabs images using camera on From Android mobile and send it to application server
 Step Two: Once we get the faces apply the preprocessing on images like noise removal, normalization etc.
 Step Three: Convert the image into Gray scale by taking the average of the each pixel RGB.
 Step Four: Apply SVM on Local Binary Patterns Histograms features.
 Step Five: Mark and Manage the Attendance.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 514
Figure: - System Architecture
 Competitive Advantages of Proposed System:-
 Currently either manual or biometric attendance systems are being used in which manual is hectic and time
consuming. The biometric serves one at a time, so there is a need of such system which could automatically
mark the attendance of many persons at the same time.
 This proposed system is cost efficient, no extra hardware required just a daily mobile or tablet, etc. Hence it is
easily deployable.
 Not only in institutes or organizations, it can also be used at any public places or entry-exit gates for advance
surveillance.
 One of the big benefits of using facial attendance systems in any organization is that you won’t have to worry
about time fraud.
4. CONCLUSIONS
In order to maintain the attendance this system has been proposed. It replaces the manual system with an automated
system which is fast, efficient, cost and time saving as replaces the stationary material and the paper work. However the
proposed system is expected to give desired results. Also the efficiency could be improved by integrating other efficient
techniques.
Here we discussed various method used by the researcher for face detection that can be used for educational or
commercial organizations for monitoring student's attendance in a lecture by detecting the faces of the student. So in the
next step, we are trying to build up a system with Improved Support Vector Machines (IVSM) on LBP features for the
classification of the faces.
REFERENCES
1) V. Shehu and A. Dika, “Using real time computer vision algorithms in automatic attendance management systems,”
Inf. Technol. Interfaces (ITI), 2010 32nd Int. Conf., pp. 397–402, 2010.
2) A. S. S. NAVAZ and T. D. S. P. MAZUMDER, “Face Recognition using Principal Component Analysis and Neural
Networks,” vol. 1, no. April, pp. 91–94, 2001.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 515
3) N. Kar, M. K. Debbarma, A. Saha, and D. R. Pal, “Study of Implementing Automated Attendance System Using Face
Recognition Technique,” Int. J. Comput. Commun. Eng., vol. 1, no. 2, pp. 100–103, 2012.
4) J. Joseph and K. P. Zacharia, “Automatic Attendance Management System Using Face Recognition,” Int. J. Sci. Res.,
vol. 2, no. 11, pp. 327–330, 2013.
5) Kwok-Wai Wong, Kin-Man Lam, Wan-Chi Siu, An efficient algorithm for human face detection and facial feature
extraction under different conditions, The Journal Of the Pattern Recognition Society, 25 Aug-2000.
6) Suman Kumar Bhattacharyya & Kumar Rahul. (2013), “Face Recognition by Linear Discriminant Analysis”,
International Journal of Communication Network Security, V2(2), pp 31-35. (LDA)
7) Varsha Gupta, Dipesh Sharma. (2014), “A Study of Various Face Detection Methods”, International Journal of
Advanced Research in Computer and Communication Engineering), vol.3, no. 5.
8) Viola, M. J. Jones. (2004), “Robust Real-Time Face Detection”, International Journal of Computer Vision 57(2), 137–
154
9) Pratiksha M. Patel (2016). Contrast Enhancement of Images and videos using Histogram Equalization.
International Journal on Recent and Innovation Trends in Computing and Communication.V4 (11).
10) Kasar, M., Bhattacharyya, D. and Kim, T. (2016). Face Recognition Using Neural Network: A Review. International
Journal of Security and Its Applications, 10(3), pp.81-100
11) Md. Abdur Rahim (2013), Face Recognition Using Local Binary Patterns. Global Journal of Computer Science and
Technology Graphics & Vision V13 (4) Version 1.0.
12) Hamdi Dibeklio˘glu, Member, IEEE, Fares Alnajar, Student Member, IEEE, Albert Ali Salah, Member, IEEE, and
Theo Gevers, Member, IEEE, "Combining Facial Dynamics With Appearance for Age Estimation", IEEE
TRANSACTIONS ON IMAGE PROCESSING, VOL. 24, NO. 6, JUNE 2015.
13) Yang Zhong Josephine Sullivan Haibo L KTH Royal Institute of Technology, 100 44 Stockholm, Sweden "Face
Attribute Prediction Using Off-the-Shelf CNN Features", IEEE 2016.
14) Max Ehrlich, Timothy J. Shields, Timur Almaev, and Mohamed R. Amer, "Facial Attributes Classification using
Multi-Task Representation Learning",2016 IEEE Conference on Computer Vision and Pattern Recognition
Workshops.
15) Jianlong Fu1, Heliang Zheng2, TaoMei1"Look Closer to See Better: Recurrent Attention Convolutional Neural
Network for Fine-grained Image Recognition", 2017 IEEE Conference on Computer Vision and Pattern
Recognition.
16) Yun-Fu Liu, Member, IEEE, Jing-Ming Guo, Senior Member, IEEE, Po-Hsien Liu, Jiann-Der Lee, and Chen-Chieh Yao,
"Panoramic Face Recognition", IEEE, Transactions on Circuits and Systems for Video Technology.
17) Xiang-Yu Li Zhen-Xian Lin, "Face Recognition Based on HOG and Fast PCA Algorithm", Springer International
Publishing AG 2018 P. Krömer et al. (eds.), Proceedings of the Fourth Euro-China Conference on Intelligent Data
Analysis and Applications, Advances in Intelligent Systems and Computing.
18) Mashhood Sajid ; Rubab Hussain ; Muhammad Usman "A conceptual model for automated attendance marking
system using facial recognition", Ninth International Conference on Digital Information Management (ICDIM
2014)
19) S Poornima ; N Sripriya ; B Vijayalakshmi ; P Vishnupriya, "Attendance monitoring system using facial recognition
with audio output and gender classification", 2017 International Conference on Computer, Communication and
Signal Processing (ICCCSP).
20) Hemantkumar Rathod ; Yudhisthir Ware ; Snehal Sane ; Suresh Raulo ; Vishal Pakhare ; Imdad A. R, "Automated
attendance system using machine learning approach", 2017 International Conference on Nascent Technologies in
Engineering (ICNTE).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 516
21) Yueqi Duan, Jiwen Lu, Senior Member, IEEE, Jianjiang Feng, Member, IEEE, and Jie Zhou, Senior Member, IEEE,
"Context-Aware Local Binary Feature Learning for Face Recognition", IEEE Transactions on Pattern Analysis and
Machine Intelligence2017.
22) Samuel Lukas1, Aditya Rama Mitra2, Ririn Ikana Desanti3, Dion Krisnadi4, "Student Attendance System in
Classroom Using Face Recognition Technique", 2016 IEEE.
23) Manop Phankokkruad, Phichaya Jaturawat, "Influence of Facial Expression and Viewpoint Variations on Face
Recognition Accuracy by Different Face Recognition Algorithms", 2017 IEEE.
24) H. Dibeklio˘glu, A. A. Salah, and T. Gevers, “Are you really smiling at me? Spontaneous versus posed enjoyment
smiles,” in Proc. ECCV, 2012, pp. 525–538.

More Related Content

PDF
IRJET- Student Attendance System by Face Detection
PDF
IRJET- Automated Attendance System using Face Recognition
PDF
IRJET- Face Recognition based Mobile Automatic Classroom Attendance Manag...
PDF
IRJET- Attendance Management System using Real Time Face Recognition
PPTX
Automatic Attendance System using Deep Learning
PDF
IRJET- Library Management System with Facial Biometric Authentication
PDF
Face Recognition Based Attendance System using Machine Learning
PDF
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...
IRJET- Student Attendance System by Face Detection
IRJET- Automated Attendance System using Face Recognition
IRJET- Face Recognition based Mobile Automatic Classroom Attendance Manag...
IRJET- Attendance Management System using Real Time Face Recognition
Automatic Attendance System using Deep Learning
IRJET- Library Management System with Facial Biometric Authentication
Face Recognition Based Attendance System using Machine Learning
IRJET- An Innovative Approach for Interviewer to Judge State of Mind of an In...

What's hot (19)

PDF
IRJET- Skin Disease Detection using Neural Network
DOCX
Face Recognition Attendance System
PDF
Automated attendance system using Face recognition
PDF
Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...
PDF
IRJET - Facial Recognition based Attendance Management System
PDF
Automatic Attendance Using Face Recognition
PDF
Face recognition attendance system using Local Binary Pattern (LBP)
PDF
IRJET - Design and Development of Android Application for Face Detection and ...
PDF
IRJET - Automated Attendance System using Multiple Face Detection and Rec...
PDF
Asistencia | Live Face Recognition | Python
PDF
IRJET- Facial Expression Recognition using Deep Learning: A Review
PDF
Attendance Using Facial Recognition
PDF
IRJET- Computerized Attendance System using Face Recognition
PDF
Face and facial expressions recognition for blind people
PDF
IRJET- Design an Approach for Prediction of Human Activity Recognition us...
PDF
IRJET - Smart Mirror for Student Attendance
PPT
Face recognition attendance system
PDF
A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...
PDF
IRJET- Syllabus and Timetable Generation System
IRJET- Skin Disease Detection using Neural Network
Face Recognition Attendance System
Automated attendance system using Face recognition
Face Recognition Based Attendance System with Auto Alert to Guardian using Ca...
IRJET - Facial Recognition based Attendance Management System
Automatic Attendance Using Face Recognition
Face recognition attendance system using Local Binary Pattern (LBP)
IRJET - Design and Development of Android Application for Face Detection and ...
IRJET - Automated Attendance System using Multiple Face Detection and Rec...
Asistencia | Live Face Recognition | Python
IRJET- Facial Expression Recognition using Deep Learning: A Review
Attendance Using Facial Recognition
IRJET- Computerized Attendance System using Face Recognition
Face and facial expressions recognition for blind people
IRJET- Design an Approach for Prediction of Human Activity Recognition us...
IRJET - Smart Mirror for Student Attendance
Face recognition attendance system
A Real-time Classroom Attendance System Utilizing Viola–Jones for Face Detect...
IRJET- Syllabus and Timetable Generation System
Ad

Similar to IRJET- A Study on Automated Attendance System using Facial Recognition (20)

PDF
Automated Attendance Management System
PDF
IRJET- Free & Generic Facial Attendance System using Android
PDF
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
PDF
ATTENDANCE BY FACE RECOGNITION USING AI
PDF
MTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITION
PDF
IRJET- Library Management System with Facial Biometric Authentication
PDF
IRJET - A Review on: Face Recognition using Laplacianface
PDF
IRJET- Intelligent Automated Attendance System based on Facial Recognition
PDF
IRJET- Implementation of Attendance System using Face Recognition
PDF
Smart Attendance System using Face-Recognition
PDF
Person Acquisition and Identification Tool
PDF
Survey of ‘Nivritti’: survey of face recognition technologies/methods
PDF
Next-Generation Attendance Management
PDF
FACE RECOGNITION ATTENDANCE SYSTEM
PDF
FACE RECOGNITION ATTENDANCE SYSTEM
PDF
IRJET - Face Recognition based Attendance System: Review
PDF
IRJET- Biometric Attendance Management System using Raspberry Pi
PDF
Face Recognition Smart Attendance System- A Survey
PDF
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
PDF
Face Recognition Smart Attendance System: (InClass System)
Automated Attendance Management System
IRJET- Free & Generic Facial Attendance System using Android
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
ATTENDANCE BY FACE RECOGNITION USING AI
MTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITION
IRJET- Library Management System with Facial Biometric Authentication
IRJET - A Review on: Face Recognition using Laplacianface
IRJET- Intelligent Automated Attendance System based on Facial Recognition
IRJET- Implementation of Attendance System using Face Recognition
Smart Attendance System using Face-Recognition
Person Acquisition and Identification Tool
Survey of ‘Nivritti’: survey of face recognition technologies/methods
Next-Generation Attendance Management
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
IRJET - Face Recognition based Attendance System: Review
IRJET- Biometric Attendance Management System using Raspberry Pi
Face Recognition Smart Attendance System- A Survey
AN IMAGE BASED ATTENDANCE SYSTEM FOR MOBILE PHONES
Face Recognition Smart Attendance System: (InClass System)
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
CH1 Production IntroductoryConcepts.pptx
PPT
Mechanical Engineering MATERIALS Selection
PDF
Structs to JSON How Go Powers REST APIs.pdf
PPTX
Welding lecture in detail for understanding
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
additive manufacturing of ss316l using mig welding
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Geodesy 1.pptx...............................................
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PDF
Digital Logic Computer Design lecture notes
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
composite construction of structures.pdf
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Operating System & Kernel Study Guide-1 - converted.pdf
CH1 Production IntroductoryConcepts.pptx
Mechanical Engineering MATERIALS Selection
Structs to JSON How Go Powers REST APIs.pdf
Welding lecture in detail for understanding
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Lecture Notes Electrical Wiring System Components
additive manufacturing of ss316l using mig welding
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
CYBER-CRIMES AND SECURITY A guide to understanding
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Geodesy 1.pptx...............................................
Lesson 3_Tessellation.pptx finite Mathematics
Digital Logic Computer Design lecture notes
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
composite construction of structures.pdf
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Mitigating Risks through Effective Management for Enhancing Organizational Pe...

IRJET- A Study on Automated Attendance System using Facial Recognition

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 512 A Study on Automated Attendance System using Facial Recognition Ms. Munmun Bhagat[1], Chaitanya Kirkase[2], Yash Hawaldar[3], Aishwarya Paigude[4], Shivani Nimbalkar[5] 1(Asst. Professor, Dept. of Computer Engineering RMD Sinhgad School of Engineering Pune, Maharashtra, India) 2,3,4,5(Students, Dept. of Computer Engineering RMD Sinhgad School of Engineering Pune, Maharashtra, India) ----------------------------------------------------------------------------------***------------------------------------------------------------------------------ Abstract - Attendance marking system has been become a challenging task in the real-time system. It is tough to mark the attendance of the candidate in the huge classroom/hall, and there are many students attend the class. Many attendance management systems have been implemented in the current research. However, the attendance management system by using facial recognition still has issues which allow the research to improve the current research to make the attendance management system working well. The paper has conducted a literature survey on the previous work by different researcher has done on their research paper. Keywords – Automated, Face Detection, Face Recognition, Algorithms, Correlation, Attendance. 1. INTRODUCTION FACE Recognition has received many interests in recent years of face recognition development and has become a popular research. Moreover, it is a critical application in image analysis, and it is a very challenge to create an automated system based on face recognition; which has an ability to recognize human face accuracy. Solving the manual attendance problem and time-consuming, much research has been conducted with the automated or smart attendance management system to resolve the issues of manual attendance. The key motivation is to go for this project was the slow down the inefficient traditional manual attendance system. This made us to think why not make it automated fast and mush efficient. Also some face detection and recognition techniques are in use by department like crime investigation where they use CCTV footages and face detection and recognition. 2. LITERATURE REVIEW Sr No. Author Algorithm Problem Summary 1. Visar Shehu [1] PCA The recognition rate is 56%, having a problem to recognize student in year 3 or 4 Using HAAR Classifier and computer vision algorithm to implement face recognition. 2. Viola, M. J. Jones [8] Viola and Jones algorithm  In Viola and Jones the result depends on the data and weak classifiers. The quality of the final detection depends highly on the consistence of the training set. Both the size of the sets and the interclass variability are important factors to take in account.  The analysis shows very bad results when in case of multiple person with different sequence.  The training of the data should be done in correct manner so that the quality final detection will increase.  System overview should contain the overall architecture that will give the clear and comprehensive information of the project. 3. Kasar, M., Bhattacharyya, D. and Kim, T. [9] Neural-Network  Detection process is slow and computation is complex.  Overall performance is weaker than Viola- Jones algorithm. Accurate only if large size of image was trained.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 513 4. Pratiksha M. Patel [10] Contrast Limited Adaptive Histogram Equalization (CLAHE) More sensitive to noise compared to histogram equalization. Unlike, HE which works on entire image, it works on small data regions. Each tile's contrast is enhanced to ensure uniformly distributed histogram. Bilinear interpolation is then used to merge the neighboring tiles.  Advantage:- It prevent over enhancement as well as noise amplification. 5. Suman Kumar Bhattacharyya & Kumar Rahul. [6] Fisher face/ LDA (Linear Discriminant Analysis )  Bigger database is required because images of different expression of the individual have to be trained in same class.  It depend more on database compared to PCA. Images of individual with different illumination, facial expressions able to be recognized if more samples are trained. 6. Varsha Gupta, Dipesh Sharma [7] Successive mean quantization transform (SMQT) Features and sparse network of winnows (SNOW) Classifier Method. The region contain very similar to grey value regions will be misidentified as face. 1. Capable to deal with lighting problem in object detection. 2. Efficient in computation 7. Syen navaz [2] PCA, ANN  Low accuracy with the big size of images to train with PCA.  Hight Computational cost due to combining PCA and ANN  Using PCA to train and reduce dimensionality and ANN to classify input data and find the pattern.  Using PCA and ANN to do a better attendance result. 8. Md. Abdur Rahim et al [11] LBP(Local Binary Pattern)  Training time is longer than PCA and LDA.  It is able to overcome variety of facial expressions, varying illumination, image rotation and aging of person.  Accuracy till 90.45% 3. PROPOSED SYSTEM By considering the disadvantages of some systems mentioned in above table the attempt is made to implement the automated facial attendance system using SVM on LBP feature as LBP algorithm gives good accuracy as compare to other systems respectively. The proposed system introduces an automated attendance system which integrates an Android app and face recognition algorithms. Any device with a camera can capture an image or a video and upload to the server using web app. The received file undergoes face detection and face recognition so the detected faces are extracted from the image.  Step by Step Description:-  Step one: User uploads a video / grabs images using camera on From Android mobile and send it to application server  Step Two: Once we get the faces apply the preprocessing on images like noise removal, normalization etc.  Step Three: Convert the image into Gray scale by taking the average of the each pixel RGB.  Step Four: Apply SVM on Local Binary Patterns Histograms features.  Step Five: Mark and Manage the Attendance.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 514 Figure: - System Architecture  Competitive Advantages of Proposed System:-  Currently either manual or biometric attendance systems are being used in which manual is hectic and time consuming. The biometric serves one at a time, so there is a need of such system which could automatically mark the attendance of many persons at the same time.  This proposed system is cost efficient, no extra hardware required just a daily mobile or tablet, etc. Hence it is easily deployable.  Not only in institutes or organizations, it can also be used at any public places or entry-exit gates for advance surveillance.  One of the big benefits of using facial attendance systems in any organization is that you won’t have to worry about time fraud. 4. CONCLUSIONS In order to maintain the attendance this system has been proposed. It replaces the manual system with an automated system which is fast, efficient, cost and time saving as replaces the stationary material and the paper work. However the proposed system is expected to give desired results. Also the efficiency could be improved by integrating other efficient techniques. Here we discussed various method used by the researcher for face detection that can be used for educational or commercial organizations for monitoring student's attendance in a lecture by detecting the faces of the student. So in the next step, we are trying to build up a system with Improved Support Vector Machines (IVSM) on LBP features for the classification of the faces. REFERENCES 1) V. Shehu and A. Dika, “Using real time computer vision algorithms in automatic attendance management systems,” Inf. Technol. Interfaces (ITI), 2010 32nd Int. Conf., pp. 397–402, 2010. 2) A. S. S. NAVAZ and T. D. S. P. MAZUMDER, “Face Recognition using Principal Component Analysis and Neural Networks,” vol. 1, no. April, pp. 91–94, 2001.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 515 3) N. Kar, M. K. Debbarma, A. Saha, and D. R. Pal, “Study of Implementing Automated Attendance System Using Face Recognition Technique,” Int. J. Comput. Commun. Eng., vol. 1, no. 2, pp. 100–103, 2012. 4) J. Joseph and K. P. Zacharia, “Automatic Attendance Management System Using Face Recognition,” Int. J. Sci. Res., vol. 2, no. 11, pp. 327–330, 2013. 5) Kwok-Wai Wong, Kin-Man Lam, Wan-Chi Siu, An efficient algorithm for human face detection and facial feature extraction under different conditions, The Journal Of the Pattern Recognition Society, 25 Aug-2000. 6) Suman Kumar Bhattacharyya & Kumar Rahul. (2013), “Face Recognition by Linear Discriminant Analysis”, International Journal of Communication Network Security, V2(2), pp 31-35. (LDA) 7) Varsha Gupta, Dipesh Sharma. (2014), “A Study of Various Face Detection Methods”, International Journal of Advanced Research in Computer and Communication Engineering), vol.3, no. 5. 8) Viola, M. J. Jones. (2004), “Robust Real-Time Face Detection”, International Journal of Computer Vision 57(2), 137– 154 9) Pratiksha M. Patel (2016). Contrast Enhancement of Images and videos using Histogram Equalization. International Journal on Recent and Innovation Trends in Computing and Communication.V4 (11). 10) Kasar, M., Bhattacharyya, D. and Kim, T. (2016). Face Recognition Using Neural Network: A Review. International Journal of Security and Its Applications, 10(3), pp.81-100 11) Md. Abdur Rahim (2013), Face Recognition Using Local Binary Patterns. Global Journal of Computer Science and Technology Graphics & Vision V13 (4) Version 1.0. 12) Hamdi Dibeklio˘glu, Member, IEEE, Fares Alnajar, Student Member, IEEE, Albert Ali Salah, Member, IEEE, and Theo Gevers, Member, IEEE, "Combining Facial Dynamics With Appearance for Age Estimation", IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 24, NO. 6, JUNE 2015. 13) Yang Zhong Josephine Sullivan Haibo L KTH Royal Institute of Technology, 100 44 Stockholm, Sweden "Face Attribute Prediction Using Off-the-Shelf CNN Features", IEEE 2016. 14) Max Ehrlich, Timothy J. Shields, Timur Almaev, and Mohamed R. Amer, "Facial Attributes Classification using Multi-Task Representation Learning",2016 IEEE Conference on Computer Vision and Pattern Recognition Workshops. 15) Jianlong Fu1, Heliang Zheng2, TaoMei1"Look Closer to See Better: Recurrent Attention Convolutional Neural Network for Fine-grained Image Recognition", 2017 IEEE Conference on Computer Vision and Pattern Recognition. 16) Yun-Fu Liu, Member, IEEE, Jing-Ming Guo, Senior Member, IEEE, Po-Hsien Liu, Jiann-Der Lee, and Chen-Chieh Yao, "Panoramic Face Recognition", IEEE, Transactions on Circuits and Systems for Video Technology. 17) Xiang-Yu Li Zhen-Xian Lin, "Face Recognition Based on HOG and Fast PCA Algorithm", Springer International Publishing AG 2018 P. Krömer et al. (eds.), Proceedings of the Fourth Euro-China Conference on Intelligent Data Analysis and Applications, Advances in Intelligent Systems and Computing. 18) Mashhood Sajid ; Rubab Hussain ; Muhammad Usman "A conceptual model for automated attendance marking system using facial recognition", Ninth International Conference on Digital Information Management (ICDIM 2014) 19) S Poornima ; N Sripriya ; B Vijayalakshmi ; P Vishnupriya, "Attendance monitoring system using facial recognition with audio output and gender classification", 2017 International Conference on Computer, Communication and Signal Processing (ICCCSP). 20) Hemantkumar Rathod ; Yudhisthir Ware ; Snehal Sane ; Suresh Raulo ; Vishal Pakhare ; Imdad A. R, "Automated attendance system using machine learning approach", 2017 International Conference on Nascent Technologies in Engineering (ICNTE).
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 516 21) Yueqi Duan, Jiwen Lu, Senior Member, IEEE, Jianjiang Feng, Member, IEEE, and Jie Zhou, Senior Member, IEEE, "Context-Aware Local Binary Feature Learning for Face Recognition", IEEE Transactions on Pattern Analysis and Machine Intelligence2017. 22) Samuel Lukas1, Aditya Rama Mitra2, Ririn Ikana Desanti3, Dion Krisnadi4, "Student Attendance System in Classroom Using Face Recognition Technique", 2016 IEEE. 23) Manop Phankokkruad, Phichaya Jaturawat, "Influence of Facial Expression and Viewpoint Variations on Face Recognition Accuracy by Different Face Recognition Algorithms", 2017 IEEE. 24) H. Dibeklio˘glu, A. A. Salah, and T. Gevers, “Are you really smiling at me? Spontaneous versus posed enjoyment smiles,” in Proc. ECCV, 2012, pp. 525–538.