SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1538
Smart Classroom Attendance System: Survey
Akshay Deshpande1, Ashutosh Khode2, Shivam Srivastava3, Suraj Bobe4, Aarti Gaikwad5
1,2,3,4Dept. of Information Technology, D.Y Patil College of Engineering Pune, Maharashtra, India
5Dept. of Computer Engineering, D.Y Patil College 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.
Different methods are proposed by the researcher to detect the face with varying accuracy. None of the systems can give 100%
accuracy in face detection. We are giving a brief survey of different techniques by different researchers used for detection of
the faces.
Keywords – Face Detection, Face Recognition, Attendance Haar classifier, Improved Support Vector Machines (IVSM), face
classification.
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 [2]. 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 [2, 3].
Authentication is an issue in computer-based communication. Face recognition is widely used in many applications such as
system security and door control system [1]. This system has been implemented by taking student's attendance using face
recognition. Face recognition has drawn the attention of researchers in fields from security and image processing to
computer vision [5]. Face recognition has also proven useful in multimedia information processing areas.
Figure1: - Face Attendance system [2]
The manual work of the Person identification and marking the attendance is quite complicated and time-consuming task
[3, 4]. The chances of the attendance proxies are more in manual attendance system. Manual Attendance maintaining is
difficult to process, especially for a large group of students. Some automated systems developed to overcome these
difficulties, have drawbacks like cost, fake attendance, accuracy [6, 7]. So there is the need to implementing an Easy
attendance system which avoids all the above problems, by recognizing and identifying the face. The system will provide
the facial feature that extracted from the face images for the face classification.
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 much 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.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1539
2. LITERATURE REVIEW
Conventional Neural Network:
The approach of predicting face attributes using CNN's trained for face recognition proposed in [2]. Combining with
conventional face localization techniques we get the CNN with off-the-shelf architectures as inffig2. and publicly available
models like Google's FaceNet with the conventional pipeline to study the prediction power of different representations
from the trained CNN. Here the face descriptors are constructed from different levels of the CNN for different attributes to
best facilitate face attribute prediction. By properly leveraging these off-the-shelf CNN representations, we achieved
accurate attribute prediction with current state-of-the-art performance using the two datasets LFWA and CelebA.
Figure 2: - Constructing off-the-shelf deep representations [4]
The fig2.represent the network architecture of the proposed system of [2]. The networks used experiments shared the
same format: they were composed of off-the-shelf filter stacks followed by two Fully Connected (denoted by FC1 and FC2)
layers. The system divides into different stages as follows:
 Training: For training it uses around 10000identities with 350000 image of the WebFace Dataset.
 Feature Extraction: Feature Extraction: To extract face descriptors from CNNs, only the center patch (112 × 112)
and its mirrored version of aligned face images were fed into the CNNs unless otherwise stated. For evaluating their
attribute estimation performance to identify the most effective representation corresponding to each attribute, they
use different levels of the network, i.e., “Spat.1 × 1”, “Spat.3 × 3”, “FC1”, and “FC2”.
 Attribute Prediction: The face attribute prediction performance was evaluated on the released version of CelebA and
LFWA datasets.
 Evaluation & Comparison: The extracted features from aligned face images and the alignment process was
independent of the network, we selected the corresponding approach as the baseline method. The current state of
the art in [14] is denoted by “Two-stage CNN” and “LNet+ANet” in proposed system.
The paper [4] gives the recurrent attention convolutional neural network for fine-grained recognition, that recursively
learns discriminative region attention and region-based feature representation at multiple scales. The proposed RA-CNN is
optimized by an intra-scale classification loss and an inter-scale ranking loss, to mutually learn accurate region attention
and fine-grained representation that gives the accuracy gains of 3.3%, 3.7%, 3.8%, on CUB Birds, Stanford Dogs, and
Stanford Cars, respectively.
The paper [7] gives a conceptual model for automated attendance system through facial recognition using an integral
validation process which enhances the reliability of your model. Hemantkumar Rathod et al. [9] proposed automated
attendance system by using algorithms like Viola-Jones and HOG features along with SVM classifier are used to detect the
face.
S Poornima et al. [8] give a system that can automatically detect the student in the classroom and marks the attendance by
recognizing their face. This system is developed by capturing real-time human faces in the class. The detected faces are
matched against the reference faces in the dataset and marked the attendance for the attendees. Finally, the absentee lists
are said aloud through voice conversion system for confirmation. Secondly, the system is trained to classify the gender of
the students present in the class. The Proposed system contains three different modules as follows,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1540
1) Attendance through Face Recognition Module:
In this module the system can capture the real time student images in classroom. In Preprocessing involves
converting the color image to gray scale and passing it through a Gaussian Filter and Median Filter for image
enhancement.
2) Voice Converted Output Module:
This module is used for cross checking to ensure that the attendance is marked correctly. The names of the absentee
are converted to voice using Microsoft Speech API.
3) Gender classification Module:
Gender classification consists of 3 main steps: (1) preprocessing (2) geometric based feature extraction, (3)
classification. In this system the detection of gender using facial features is done by using the methods like Gabor
wavelets, artificial neural networks and support vector machine.
Local Binary Patterns algorithm LBPs:
Omar Abdul Rahman Salim et al. use Raspberry Pi which is programmed to handle the face recognition by implementing
the Local Binary Patterns algorithm LBPs. If the student's input image matches with the trained dataset image the
prototype door will open using Servo Motor, then the attendance results will be stored in the MySQL database. The system
gives the 95% accuracy with the dataset of 11 person images.
The author proposed recognition face in [6] using (HOG) features extraction and fast principal component analysis (PCA)
algorithm. Haar-feature classifier is used to extract and extract the original data, and then the HOG features [15] are
extracted from the image data and the PCA dimension reduction is processed, and the Support Vector Machines (SVM)
algorithm is used to recognize the face. In this paper the PAC algorithm used for face detection and recognition. The
system firstly preprocesses the raw data as fig [4] and then extracts the feature using HOG for face detection.
Figure3: - System Flow [5]
Context Aware-Local Binary Feature Learning (CA-LBFL) Method:
Yueqi Duan, et al.[10] gives a context-aware local binary feature learning (CA-LBFL) method for face recognition. The main
feature of CA-LBFL is that it exploits the contextual information of adjacent bits by constraining the number of shifts from
different binary bits so that more robust information can be exploited for face representation. It also gives two methods to
heterogeneous face matching by coupled learning methods (C-CA-LBFL and C-CA-LBMFL).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1541
Figure4: - Face Detection Image [3]
Local Binary Patterns Histograms:
The paper [12] compares facial recognition accuracy of three well-known algorithms namely Eigenfaces, Fisherfaces, and
LBPH. The accuracy obtained from LBPH is 81.67% off in still-image-based testing. So, LBPH is the most suitable algorithm
to apply in a class attendance to get better accuracy.
Table: - Algorithm Comparison
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.
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. 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.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1542
4. 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.
5. 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
Figure: - System Architecture
Description: -
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.
User uploads a video / grabs images using camera of Android mobile and send it to application server. Apply the Haar
cascade Classifier for the face detection in images. The faces apply the preprocessing on images like noise removal,
normalization etc. The preprocessing of the images contains couple of tasks like RGB to Gray Scale Image and Local Binary
Patterns Histograms respectively. Finally face recognition and attendance marking is done.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1543
 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. CONCLUSION
The smart classroom system is designed for educational or commercial organizations that can be used for monitoring
student’s attendance in a lecture, section or laboratory by detecting the faces of the student. It saves time and effort,
particularly if students are huge in number. Haar Feature Algorithm is used for face detection. Haar cascade has high
performance as compared Naïve Bayse and KNN performance which is not easily estimated. Support Vector Machines
(SVM) for the classification of the faces.
5. REFERENCES
[1] 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.
[2] 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.
[3] 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.
[4] 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.
[5] 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.
[6] 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.
[7] 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)
[8] 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).
[9] 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).
[10] 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.
[11] Samuel Lukas1, Aditya Rama Mitra2, Ririn Ikana Desanti3, Dion Krisnadi4, "Student Attendance System in
Classroom Using Face Recognition Technique", 2016 IEEE.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1544
[12] Manop Phankokkruad, Phichaya Jaturawat, "Influence of Facial Expression and Viewpoint Variations on Face
Recognition Accuracy by Different Face Recognition Algorithms", 2017 IEEE.
[13] 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.
[14] X. W. Ziwei Liu, Ping Luo and X. Tang. Deep learning face attributes in the wild. In Proceedings of International
Conference on Computer Vision (ICCV), 2015.
[15] Lv, S.D., Song, Y.D., Xu, M., Huang, C.Y.: Face detection under complex background and illumination. J. Electron. Sci.
Technol. 13(1), 78–82 (2015). doi:10.3969/j.issn.1674-862X. 2015.01.014.
[16] Zhu, X.T., Xi, W.: Design and implementation of face recognition system based on C++ and OpenCV. Autom.
Instrum. 8, 127–128 (2014)

More Related Content

What's hot

IRJET - Autonomous Navigation System using Deep Learning
IRJET -  	  Autonomous Navigation System using Deep LearningIRJET -  	  Autonomous Navigation System using Deep Learning
IRJET - Autonomous Navigation System using Deep LearningIRJET Journal
 
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile DevicesIRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile DevicesIRJET Journal
 
Real Time Face Recognition Based on Face Descriptor and Its Application
Real Time Face Recognition Based on Face Descriptor and Its ApplicationReal Time Face Recognition Based on Face Descriptor and Its Application
Real Time Face Recognition Based on Face Descriptor and Its ApplicationTELKOMNIKA JOURNAL
 
Improved learning through remote desktop mirroring control
Improved learning through remote desktop mirroring controlImproved learning through remote desktop mirroring control
Improved learning through remote desktop mirroring controlConference Papers
 
IRJET- Automated Detection of Gender from Face Images
IRJET-  	  Automated Detection of Gender from Face ImagesIRJET-  	  Automated Detection of Gender from Face Images
IRJET- Automated Detection of Gender from Face ImagesIRJET Journal
 
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...SubmissionResearchpa
 
IRJET - Automated Fraud Detection Framework in Examination Halls
 IRJET - Automated Fraud Detection Framework in Examination Halls IRJET - Automated Fraud Detection Framework in Examination Halls
IRJET - Automated Fraud Detection Framework in Examination HallsIRJET Journal
 
IRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET Journal
 
Face Annotation using Co-Relation based Matching for Improving Image Mining ...
Face Annotation using Co-Relation based Matching  for Improving Image Mining ...Face Annotation using Co-Relation based Matching  for Improving Image Mining ...
Face Annotation using Co-Relation based Matching for Improving Image Mining ...IRJET Journal
 
IRJET- Face Recognition by Additive Block based Feature Extraction
IRJET- Face Recognition by Additive Block based Feature ExtractionIRJET- Face Recognition by Additive Block based Feature Extraction
IRJET- Face Recognition by Additive Block based Feature ExtractionIRJET Journal
 
Deep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionDeep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionTELKOMNIKA JOURNAL
 
Improvement from proof of concept into the production environment cater for...
Improvement from proof of concept into the production environment   cater for...Improvement from proof of concept into the production environment   cater for...
Improvement from proof of concept into the production environment cater for...Conference Papers
 
IRJET - Encoded Polymorphic Aspect of Clustering
IRJET - Encoded Polymorphic Aspect of ClusteringIRJET - Encoded Polymorphic Aspect of Clustering
IRJET - Encoded Polymorphic Aspect of ClusteringIRJET Journal
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET Journal
 
IRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET Journal
 
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...cscpconf
 
VTU final year project report Main
VTU final year project report MainVTU final year project report Main
VTU final year project report Mainathiathi3
 
IRJET- Syllabus and Timetable Generation System
IRJET- Syllabus and Timetable Generation SystemIRJET- Syllabus and Timetable Generation System
IRJET- Syllabus and Timetable Generation SystemIRJET Journal
 
Facial Expression Identification System
Facial Expression Identification SystemFacial Expression Identification System
Facial Expression Identification SystemIRJET Journal
 

What's hot (20)

IRJET - Autonomous Navigation System using Deep Learning
IRJET -  	  Autonomous Navigation System using Deep LearningIRJET -  	  Autonomous Navigation System using Deep Learning
IRJET - Autonomous Navigation System using Deep Learning
 
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile DevicesIRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
IRJET- Deep Feature Fusion for Iris Biometrics on Mobile Devices
 
Real Time Face Recognition Based on Face Descriptor and Its Application
Real Time Face Recognition Based on Face Descriptor and Its ApplicationReal Time Face Recognition Based on Face Descriptor and Its Application
Real Time Face Recognition Based on Face Descriptor and Its Application
 
Improved learning through remote desktop mirroring control
Improved learning through remote desktop mirroring controlImproved learning through remote desktop mirroring control
Improved learning through remote desktop mirroring control
 
IRJET- Automated Detection of Gender from Face Images
IRJET-  	  Automated Detection of Gender from Face ImagesIRJET-  	  Automated Detection of Gender from Face Images
IRJET- Automated Detection of Gender from Face Images
 
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
 
IRJET - Automated Fraud Detection Framework in Examination Halls
 IRJET - Automated Fraud Detection Framework in Examination Halls IRJET - Automated Fraud Detection Framework in Examination Halls
IRJET - Automated Fraud Detection Framework in Examination Halls
 
IRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face Detection
 
Face Annotation using Co-Relation based Matching for Improving Image Mining ...
Face Annotation using Co-Relation based Matching  for Improving Image Mining ...Face Annotation using Co-Relation based Matching  for Improving Image Mining ...
Face Annotation using Co-Relation based Matching for Improving Image Mining ...
 
184
184184
184
 
IRJET- Face Recognition by Additive Block based Feature Extraction
IRJET- Face Recognition by Additive Block based Feature ExtractionIRJET- Face Recognition by Additive Block based Feature Extraction
IRJET- Face Recognition by Additive Block based Feature Extraction
 
Deep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionDeep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognition
 
Improvement from proof of concept into the production environment cater for...
Improvement from proof of concept into the production environment   cater for...Improvement from proof of concept into the production environment   cater for...
Improvement from proof of concept into the production environment cater for...
 
IRJET - Encoded Polymorphic Aspect of Clustering
IRJET - Encoded Polymorphic Aspect of ClusteringIRJET - Encoded Polymorphic Aspect of Clustering
IRJET - Encoded Polymorphic Aspect of Clustering
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face Recognition
 
IRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial RecognitionIRJET- A Study on Automated Attendance System using Facial Recognition
IRJET- A Study on Automated Attendance System using Facial Recognition
 
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
FUSION BASED MULTIMODAL AUTHENTICATION IN BIOMETRICS USING CONTEXT-SENSITIVE ...
 
VTU final year project report Main
VTU final year project report MainVTU final year project report Main
VTU final year project report Main
 
IRJET- Syllabus and Timetable Generation System
IRJET- Syllabus and Timetable Generation SystemIRJET- Syllabus and Timetable Generation System
IRJET- Syllabus and Timetable Generation System
 
Facial Expression Identification System
Facial Expression Identification SystemFacial Expression Identification System
Facial Expression Identification System
 

Similar to IRJET- Smart Classroom Attendance System: Survey

A Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmA Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmIRJET Journal
 
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET Journal
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning AlgorithmIRJET Journal
 
Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...IRJET Journal
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET Journal
 
Review Paper on Attendance Capturing System using Face Recognition
Review Paper on Attendance Capturing System using Face RecognitionReview Paper on Attendance Capturing System using Face Recognition
Review Paper on Attendance Capturing System using Face RecognitionIRJET Journal
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET Journal
 
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITIONA VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITIONIRJET Journal
 
MTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITION
MTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITIONMTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITION
MTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITIONIRJET Journal
 
IRJET- Intelligent Automated Attendance System based on Facial Recognition
IRJET-  	  Intelligent Automated Attendance System based on Facial RecognitionIRJET-  	  Intelligent Automated Attendance System based on Facial Recognition
IRJET- Intelligent Automated Attendance System based on Facial RecognitionIRJET Journal
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPHIRJET Journal
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET Journal
 
Classroom Attendance using Face Detection and Raspberry-Pi
Classroom Attendance using Face Detection and Raspberry-PiClassroom Attendance using Face Detection and Raspberry-Pi
Classroom Attendance using Face Detection and Raspberry-PiIRJET Journal
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionIRJET Journal
 
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET Journal
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET Journal
 
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET Journal
 
An Effective Attendance Management System using Face Recognition
An Effective Attendance Management System using Face RecognitionAn Effective Attendance Management System using Face Recognition
An Effective Attendance Management System using Face RecognitionIRJET Journal
 
Face Recognition using PCA and Eigen Face Approach
Face Recognition using PCA and Eigen Face ApproachFace Recognition using PCA and Eigen Face Approach
Face Recognition using PCA and Eigen Face ApproachIRJET Journal
 
Automated Attendance Management System
Automated Attendance Management SystemAutomated Attendance Management System
Automated Attendance Management SystemIRJET Journal
 

Similar to IRJET- Smart Classroom Attendance System: Survey (20)

A Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmA Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net Algorithm
 
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning Algorithm
 
Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...
 
IRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face RecognitionIRJET- Computerized Attendance System using Face Recognition
IRJET- Computerized Attendance System using Face Recognition
 
Review Paper on Attendance Capturing System using Face Recognition
Review Paper on Attendance Capturing System using Face RecognitionReview Paper on Attendance Capturing System using Face Recognition
Review Paper on Attendance Capturing System using Face Recognition
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
 
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITIONA VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
 
MTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITION
MTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITIONMTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITION
MTCNN BASED AUTOMATIC ATTENDANCE SYSTEM USING FACE RECOGNITION
 
IRJET- Intelligent Automated Attendance System based on Facial Recognition
IRJET-  	  Intelligent Automated Attendance System based on Facial RecognitionIRJET-  	  Intelligent Automated Attendance System based on Facial Recognition
IRJET- Intelligent Automated Attendance System based on Facial Recognition
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPH
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different Classifier
 
Classroom Attendance using Face Detection and Raspberry-Pi
Classroom Attendance using Face Detection and Raspberry-PiClassroom Attendance using Face Detection and Raspberry-Pi
Classroom Attendance using Face Detection and Raspberry-Pi
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial Recognition
 
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCVIRJET- Class Attendance using Face Detection and Recognition with OPENCV
IRJET- Class Attendance using Face Detection and Recognition with OPENCV
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
 
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
 
An Effective Attendance Management System using Face Recognition
An Effective Attendance Management System using Face RecognitionAn Effective Attendance Management System using Face Recognition
An Effective Attendance Management System using Face Recognition
 
Face Recognition using PCA and Eigen Face Approach
Face Recognition using PCA and Eigen Face ApproachFace Recognition using PCA and Eigen Face Approach
Face Recognition using PCA and Eigen Face Approach
 
Automated Attendance Management System
Automated Attendance Management SystemAutomated Attendance Management System
Automated Attendance Management System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

IRJET- Smart Classroom Attendance System: Survey

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1538 Smart Classroom Attendance System: Survey Akshay Deshpande1, Ashutosh Khode2, Shivam Srivastava3, Suraj Bobe4, Aarti Gaikwad5 1,2,3,4Dept. of Information Technology, D.Y Patil College of Engineering Pune, Maharashtra, India 5Dept. of Computer Engineering, D.Y Patil College 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. Different methods are proposed by the researcher to detect the face with varying accuracy. None of the systems can give 100% accuracy in face detection. We are giving a brief survey of different techniques by different researchers used for detection of the faces. Keywords – Face Detection, Face Recognition, Attendance Haar classifier, Improved Support Vector Machines (IVSM), face classification. 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 [2]. 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 [2, 3]. Authentication is an issue in computer-based communication. Face recognition is widely used in many applications such as system security and door control system [1]. This system has been implemented by taking student's attendance using face recognition. Face recognition has drawn the attention of researchers in fields from security and image processing to computer vision [5]. Face recognition has also proven useful in multimedia information processing areas. Figure1: - Face Attendance system [2] The manual work of the Person identification and marking the attendance is quite complicated and time-consuming task [3, 4]. The chances of the attendance proxies are more in manual attendance system. Manual Attendance maintaining is difficult to process, especially for a large group of students. Some automated systems developed to overcome these difficulties, have drawbacks like cost, fake attendance, accuracy [6, 7]. So there is the need to implementing an Easy attendance system which avoids all the above problems, by recognizing and identifying the face. The system will provide the facial feature that extracted from the face images for the face classification. 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 much 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. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1539 2. LITERATURE REVIEW Conventional Neural Network: The approach of predicting face attributes using CNN's trained for face recognition proposed in [2]. Combining with conventional face localization techniques we get the CNN with off-the-shelf architectures as inffig2. and publicly available models like Google's FaceNet with the conventional pipeline to study the prediction power of different representations from the trained CNN. Here the face descriptors are constructed from different levels of the CNN for different attributes to best facilitate face attribute prediction. By properly leveraging these off-the-shelf CNN representations, we achieved accurate attribute prediction with current state-of-the-art performance using the two datasets LFWA and CelebA. Figure 2: - Constructing off-the-shelf deep representations [4] The fig2.represent the network architecture of the proposed system of [2]. The networks used experiments shared the same format: they were composed of off-the-shelf filter stacks followed by two Fully Connected (denoted by FC1 and FC2) layers. The system divides into different stages as follows:  Training: For training it uses around 10000identities with 350000 image of the WebFace Dataset.  Feature Extraction: Feature Extraction: To extract face descriptors from CNNs, only the center patch (112 × 112) and its mirrored version of aligned face images were fed into the CNNs unless otherwise stated. For evaluating their attribute estimation performance to identify the most effective representation corresponding to each attribute, they use different levels of the network, i.e., “Spat.1 × 1”, “Spat.3 × 3”, “FC1”, and “FC2”.  Attribute Prediction: The face attribute prediction performance was evaluated on the released version of CelebA and LFWA datasets.  Evaluation & Comparison: The extracted features from aligned face images and the alignment process was independent of the network, we selected the corresponding approach as the baseline method. The current state of the art in [14] is denoted by “Two-stage CNN” and “LNet+ANet” in proposed system. The paper [4] gives the recurrent attention convolutional neural network for fine-grained recognition, that recursively learns discriminative region attention and region-based feature representation at multiple scales. The proposed RA-CNN is optimized by an intra-scale classification loss and an inter-scale ranking loss, to mutually learn accurate region attention and fine-grained representation that gives the accuracy gains of 3.3%, 3.7%, 3.8%, on CUB Birds, Stanford Dogs, and Stanford Cars, respectively. The paper [7] gives a conceptual model for automated attendance system through facial recognition using an integral validation process which enhances the reliability of your model. Hemantkumar Rathod et al. [9] proposed automated attendance system by using algorithms like Viola-Jones and HOG features along with SVM classifier are used to detect the face. S Poornima et al. [8] give a system that can automatically detect the student in the classroom and marks the attendance by recognizing their face. This system is developed by capturing real-time human faces in the class. The detected faces are matched against the reference faces in the dataset and marked the attendance for the attendees. Finally, the absentee lists are said aloud through voice conversion system for confirmation. Secondly, the system is trained to classify the gender of the students present in the class. The Proposed system contains three different modules as follows,
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1540 1) Attendance through Face Recognition Module: In this module the system can capture the real time student images in classroom. In Preprocessing involves converting the color image to gray scale and passing it through a Gaussian Filter and Median Filter for image enhancement. 2) Voice Converted Output Module: This module is used for cross checking to ensure that the attendance is marked correctly. The names of the absentee are converted to voice using Microsoft Speech API. 3) Gender classification Module: Gender classification consists of 3 main steps: (1) preprocessing (2) geometric based feature extraction, (3) classification. In this system the detection of gender using facial features is done by using the methods like Gabor wavelets, artificial neural networks and support vector machine. Local Binary Patterns algorithm LBPs: Omar Abdul Rahman Salim et al. use Raspberry Pi which is programmed to handle the face recognition by implementing the Local Binary Patterns algorithm LBPs. If the student's input image matches with the trained dataset image the prototype door will open using Servo Motor, then the attendance results will be stored in the MySQL database. The system gives the 95% accuracy with the dataset of 11 person images. The author proposed recognition face in [6] using (HOG) features extraction and fast principal component analysis (PCA) algorithm. Haar-feature classifier is used to extract and extract the original data, and then the HOG features [15] are extracted from the image data and the PCA dimension reduction is processed, and the Support Vector Machines (SVM) algorithm is used to recognize the face. In this paper the PAC algorithm used for face detection and recognition. The system firstly preprocesses the raw data as fig [4] and then extracts the feature using HOG for face detection. Figure3: - System Flow [5] Context Aware-Local Binary Feature Learning (CA-LBFL) Method: Yueqi Duan, et al.[10] gives a context-aware local binary feature learning (CA-LBFL) method for face recognition. The main feature of CA-LBFL is that it exploits the contextual information of adjacent bits by constraining the number of shifts from different binary bits so that more robust information can be exploited for face representation. It also gives two methods to heterogeneous face matching by coupled learning methods (C-CA-LBFL and C-CA-LBMFL).
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1541 Figure4: - Face Detection Image [3] Local Binary Patterns Histograms: The paper [12] compares facial recognition accuracy of three well-known algorithms namely Eigenfaces, Fisherfaces, and LBPH. The accuracy obtained from LBPH is 81.67% off in still-image-based testing. So, LBPH is the most suitable algorithm to apply in a class attendance to get better accuracy. Table: - Algorithm Comparison 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. 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. 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.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1542 4. 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. 5. 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 Figure: - System Architecture Description: - 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. User uploads a video / grabs images using camera of Android mobile and send it to application server. Apply the Haar cascade Classifier for the face detection in images. The faces apply the preprocessing on images like noise removal, normalization etc. The preprocessing of the images contains couple of tasks like RGB to Gray Scale Image and Local Binary Patterns Histograms respectively. Finally face recognition and attendance marking is done.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1543  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. CONCLUSION The smart classroom system is designed for educational or commercial organizations that can be used for monitoring student’s attendance in a lecture, section or laboratory by detecting the faces of the student. It saves time and effort, particularly if students are huge in number. Haar Feature Algorithm is used for face detection. Haar cascade has high performance as compared Naïve Bayse and KNN performance which is not easily estimated. Support Vector Machines (SVM) for the classification of the faces. 5. REFERENCES [1] 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. [2] 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. [3] 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. [4] 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. [5] 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. [6] 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. [7] 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) [8] 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). [9] 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). [10] 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. [11] Samuel Lukas1, Aditya Rama Mitra2, Ririn Ikana Desanti3, Dion Krisnadi4, "Student Attendance System in Classroom Using Face Recognition Technique", 2016 IEEE.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1544 [12] Manop Phankokkruad, Phichaya Jaturawat, "Influence of Facial Expression and Viewpoint Variations on Face Recognition Accuracy by Different Face Recognition Algorithms", 2017 IEEE. [13] 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. [14] X. W. Ziwei Liu, Ping Luo and X. Tang. Deep learning face attributes in the wild. In Proceedings of International Conference on Computer Vision (ICCV), 2015. [15] Lv, S.D., Song, Y.D., Xu, M., Huang, C.Y.: Face detection under complex background and illumination. J. Electron. Sci. Technol. 13(1), 78–82 (2015). doi:10.3969/j.issn.1674-862X. 2015.01.014. [16] Zhu, X.T., Xi, W.: Design and implementation of face recognition system based on C++ and OpenCV. Autom. Instrum. 8, 127–128 (2014)