Face recognition research paper

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

PLAGIARISM SCAN REPORT

Date 2024-05-27

12% 88%
Words 904
Plagiarised Unique

Characters 7796

Content Checked For Plagiarism

ACKNOWLEDGEMENT

We would like to extend my sincere gratitude and thanks to my guide Prof. A.M. JAGTAP, for his invaluable guidance and
for giving us useful inputs and encouragement time and again, which inspired us to work harder. Due to her forethought,
appreciation of the work involved and continuous imparting of useful tips, this report has been successfully completed.
We are extremely grateful to Dr. S V Athawale, Head of the Department of Computer Engineering, for his encouragement
during the course of the project work. We also extend our heartfelt gratitude to the staff of the Computer Engineering
Department for their cooperation and support.
We also take this opportunity to thank all our classmates, friends and all those who have directly or indirectly provided
their overwhelming support during our project work and the development of this report.

OM DAGADE
TEJAS JANJIRE
SAI JAGDALE
SANIKA JAWANJAL

Page 1 of 7
ABSTRACT

Attendance monitoring is a crucial aspect across educational institutions, corporate environments, and various
organizational settings. Traditionally, attendance has been recorded manually, often through verbal roll calls or signature-
based methods. These traditional methods, while simple, are time-consuming and prone to errors, resulting in significant
inaccuracies in maintaining attendance records. Recognizing the inefficiencies and limitations inherent in manual systems,
there is a growing demand for automated solutions that can provide more reliable and efficient attendance tracking. This
proposed study aims to address these challenges by integrating facial recognition technology into the attendance
monitoring process. The approach involves the utilization of advanced techniques for both face detection and recognition
to ensure high accuracy and reliability. Specifically, the study proposes the use of the Histogram of Oriented Gradients
(HOG) algorithm for precise face detection. HOG is known for its ability to effectively identify faces in various lighting
conditions and angles, making it a robust choice for initial detection. For the face recognition component, the study
leverages Deep Convolutional Neural Networks (CNN). CNNs are highly effective in recognizing and distinguishing
between different faces, even in large datasets. By using CNNs, the system can achieve a high level of accuracy in
identifying individuals, ensuring that attendance records are both precise and reliable. The integration of these
technologies aims to develop an automated attendance system that significantly enhances the efficiency and accuracy of
record-keeping. The proposed system captures images of individuals as they enter a classroom or office, processes these
images to detect and recognize faces, and automatically updates attendance records without any manual intervention.
Furthermore, the attendance data is pushed to a central server, making it accessible to students, teachers, and
administrators through a web-based platform. This online accessibility allows for real-time monitoring and management of
attendance records. Teachers can quickly verify who is present or absent, and students can check their own attendance
status. Additionally, the system can generate comprehensive attendance reports, which can be used for further analysis and
decision-making. In summary, this study proposes an innovative solution to traditional attendance monitoring challenges
by leveraging facial recognition technology. By combining the HOG algorithm for face detection and CNNs for face
recognition, the proposed system aims to provide a reliable, efficient, and user-friendly platform for attendance tracking.
This automated approach not only modernizes the process but also ensures accurate record-keeping, thereby enhancing
the overall management of attendance in various organizational settings.

LIST OF FIGURES

Sr.No.
Title
Page No.
1
Use Case Diagram
19
2
Class Diagram
20
3
Sequence Diagram
20
4
Activity Diagram
21
5
State Machine Diagram
22
6

Page 2 of 7
Flow Diagram
23
7
Facial Landmarks
25
8
Resnet34 Architecture
26
9
System Architecture
27
10
Face Recognition
34
11
Website Output
35
12
Website Output
35
13
Website Output
36

LIST OF TABLES

Sr.No.
Title
Page No.
1
Literature Survey
9
2
Comparison for various face recognition algorithms
31
3
Project Execution Plan
32

Page 3 of 7
5

ACKNOWLEDGEMENT
1
ABSTRACT
2
LIST OF FIGURES
3
LIST OF TABLES
4
CHAPTER NO
TITLE

Page 4 of 7
PAGE NO
1
INTRODUCTION
6

1.1 Overview

1.2 Motivation

1.3 Problem Definition

1.4 Purpose

1.5 Problem Scope

2
LITERATURE SURVEY
9

3
SYSTEM DESIGN
12

3.1 Introduction

3.2 System Requirements

3.3 Function Requirements

3.4 External Interface Requirements

3.5 Non Function Requirements

3.6 Other Specifications

3.7 UML Diagrams

4
METHODOLOGY AND SYSTEM ARCHITECTURE
23

Page 5 of 7
4.1 Methodology

4.2 Theoretical Background

4.3 Comparison of various algorithm

5
PLAN OF PROJECT EXECUTION
32

6
RESULTS AND DISCUSSION
33

7
CONCLUSION AND FUTURE SCOPE
37

8
REFERENCES
40

CONTENTS

ix

Department of Computer Engineering,

CHAPTER 1
INTRODUCTION
1.1 Overview

Page 6 of 7
An Attendance Monitoring System using facial recognition technology is a modern solution designed to automate and
enhance the process of tracking attendance in various contexts such as schools, colleges, and businesses. Today recording
someone’s presence through their attendance is crucial for every organization. The checking of attendance correlates with
the academic performance in educational institute. Being present in an organization is evidence that a person is honoring
their commitment to that agency or organization.

In an institution where more than 100 students are studying in a class, it becomes very difficult to maintain the
attendance record of such a large number of students.
Since the conventional method of monitoring class attendance requires a considerable amount of time and is
vulnerable to errors and proxy attendances.
To be able to accelerate and give time efficiency in this digital age, a change from this lack is necessary.
We can effectively implement this face recognition-based system to mark the attendance by recognizing the faces of
class students.

Matched Source

Similarity 5%
Title:Attendance system based on face recognition using eigen ... - ResearchGate
Oct 1, 2015 · In an institution where more than 100 students are studying in a class, it becomes very difficult to
maintain the attendance record of such a large number of students...
https://www.researchgate.net/publication/304292575_Attendance_system_based_on_face_recognition_using_eigen_face_and_PCA_algori

Similarity 5%
Title:www.ijraset.com › research-paper › face-recognitionFace Recognition Attendance Monitoring System
In an institution where more than 100 students are studying in a class, it becomes very difficult to maintain the attendance
record of such a large number of students. since the conventional method of monitoring class attendance requires a
considerable amount of time and is vulnerable to errors and proxy attendances.
https://www.ijraset.com/research-paper/face-recognition-attendance-monitoring-system/

Similarity 6%
Title:Face Recognition Attendance Monitoring System
Oct 23, 2023 — ... To be able to accelerate and give time efficiency in this digital age, a change from this lack is necessary.
We can effectively implement ...
https://www.ijraset.com/research-paper/face-recognition-attendance-monitoring-system

Page 7 of 7

You might also like