SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1786
Iris Biometric Based Person Identification Using Deep Learning
Technique
Sanjeevakumar M. Hatture 1, Vaishnavi V. Kulkarni 2
1,2 Department of Computer Science and Engineering, Basaveshwar Engineering College (Autonomous),
Bagalkot - 587103, Karnataka State, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Nowadays Iris recognition is commonly utilized in
biometrics and is the most effective technique for identifying
individuals. In comparison to other biometric modalities, iris
recognition has a better chance of achieving high-precision
recognition. Iris pattern recognition is one of the most efficient
biometric authentication methods. This paper presentsaperson
identification based on iris using deep learning approach. The
iris images are pre-processed to eliminate specular reflections
by employing morphological operator; the iris segmentation is
performed with Daugman's Operator and normalized by
Daugman's rubber sheet model. Furthermore, the pre-trained
deep learning model ResNet-50 is loaded with normalized iris
images and feature extraction is made using fully connected
layers. Finally, person identification is performed using
Multiclass SVM. The proposed method is evaluated on VISA Iris
Database and obtained promising accuracy of around 95%.
Key Words: Iris recognition, Deep learning, ResNet-50
1. INTRODUCTION
In recent years, biometric recognition has become
indispensable in person identification applications. In a
person's life, security serves an essential and active part.
People cannot pay online, log on to a website, or pass security
screenings without first being confirmed. Using acquisition
devices such as cameras and scanners to capture an
individual's physical features(face,hand,iris,andfingerprint).
Each person has unique qualities that set them apart from
other people. Nobody has the same voice, fingerprint, or set of
eyes as another person, for instance. Biometrics is a term that
refers to technologies that study and measure human body
features for the purpose of authentication. Therearetwoways
that biometric systems can function. In verification mode, the
system analyses the user's identification and biometric
information with the database template. This template is
saved at the enrolment stage, which involves a one-to-one
comparison. Next in Identification mode, here the system
looks for a match among all user’s templatesinthedatabaseto
identify the user (one to many comparisons). Iris recognition
is more accurate than any other biometric recognition
technologies. Due to the presence of distinct patterns iris
biometrics provides maximum level of security compared to
face and fingerprint biometrics. The colour of the iris
determines the colour of the eye. The texture of iris will be
created through a chaotic process that has nothing to do with
human genetics. Iris is a well-protected internal organ of an
eye. Iris patterns are formed within six monthsafter birth. The
iris has an average diameter of 12 mm as shown in fig1.The
opaque-coloured region of the eye that surrounds the pupil is
known as the iris. Iris patterns are unique for identical twins
and also every individual has distinct left and right iris
patterns.
Figure.1. Image of an eye representing iris, pupil, sclera
Deep learning is used for the faster authentication and the
models have very high level of accuracy in recognizing iris
features. The left and right both eyes are considered for
recognition. Iris recognition has manyapplicationsinairports,
banking, border security and also the Indian government
launched Aadhaar, a Unique Identification Authority of India
(UIDAI) scheme in which more than a billion people's
biometrics, including iris patterns, were enrolled.
2. RELATED WORK
Iris biometric is more accurate and highly protected trait
among all the physiological modalities.Manyresearchershave
contributed algorithms/methodologies for Iris recognition.
The summary of some of the Iris recognition employing the
deep learning is depicted in the following. Omar Medhat
Moslhi [1] introduced a new iris segmentation method that
employs a deep convolutional neural network (CNN) with the
DenseNet-201 iris classification model. CASIA Iris-Thousand,
CASIA Iris Interval, UBIRIS Version 1, and UBIRIS Version 2
datasets were considered for evaluation and gained accuracy
of 99.32% , 100 %, and 98.29 % respectively.
Hammou Djalal Rafik and Mechab Boubaker [2]have used the
knowledge gained from the weights that have been pre-
trained in ImageNet's dataset and data-augmentation process
is made easier using applied transfer learning. The MMU1
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1787
database was used to test the VGG16, DenseNet169, and
Resnet50 CNN models, which yielded accuracy of 96.10
percent, 93.50 percent, and 98.70 percent, respectively.
Maryim Omran, Ebtesam N. AlShemmary 2020 [3] proposed
the use of the irisnet system, which automatically extracts
features and classes objects without the use of domain
expertise. Convolutional Neural Network layers for feature
extraction are part of the Irisnet architecture, along with a
Softmax layer for feature classification into N classes. The
suggested system's performancewasmeasured usingtheIITD
V1 iris database. The original and normalized image
identification rates were 97.32 percent and 96.43 percent,
respectively.
Aidan Boyd et al., 2020 [4] proposed a method to determine if
models trained for non-iris tasks underperform iris-specific
feature extractors, according to research that looked at five
alternative weight sets for the well-known ResNet-50
architecture and put them to the test on the CASIA-Iris-
Thousand database. The features of each convolutional layer
are recovered, and the classification precision of a Support
Vector Machine is evaluated on a dataset unrelated to the
training samples of the ResNet-50 model.
Md. Shafiul Azam and Humayan Kabir Rana 2020 [5]
presented an efficientmethodandtoimproverecognition rate,
convolutional neural networks (CNN) and for the purposes of
feature extraction and classification, support vector machines
(SVM) were utilized. The methods were evaluated on CASIA
dataset and achieved an accuracy of 96.3%.
Swati D. Shirke and C. Rajabhushnam 2019 [6] presented a
method that uses Probabilistic Neural Network (PNN)
algorithm. Median based filters and diffusionfilterprocess are
applied for de-noising alongwiththatHoughtransformis used
to extract the various iris image curves or forms., spatial FCM
was applied for segmentation Daugman’s method for
normalization. The methods were tested on CASIA V4
database.
Shervin Minaeeet et al., 2019 [7] proposed a deep learning
framework based on residual convolutional neural network
and transfer learning technique and the iris images were
classified using ResNet. Alsopresenteda visualizationstrategy
for detecting significant areas in iris images.
Alaa S. Al-Waisy et al., 2017 [8] the suggested system's
performance is evaluated using three public datasetsacquired
under various conditions: The iris databases, CASIA-IrisV1,
SDUMLA-HMT, and obtained an accuracyof99.07and96.99%
respectively.
3. Proposed Methodology
The Proposed Iris recognition architecture based on transfer
learning approach is shown in Fig 2.
Fig.2. The Proposed Block Diagram for Iris Recognition
(a (a)
(b)
Fig.3. Sample Iris images of VISA database from (a) Right Eye
(b) Left Eye
Pre-processing: The main goal of pre-processing is to reduce
the noise present in the images and to enhance the image
quality and to extract the region of interest. To maintain the
uniformity and reduce the computational complexity the Iris
images are converted from RGB to greyscale and resized to
640×480-pixel resolution. The light reflections present in the
eye will cause obstacles in Iris detection and further
recognition process. The light reflections in Iris images are
alleviated by employing the morphological operators viz.
complement and fill. The image complement operator is used
initially to lighten dark regions and darken lightparts.Further
the image fill operator is applied to the complemented image,
I Image Acquisition: The human iris information is embedded
in both of the eye. In order to extract the iris image from both
the eyes, the eye images are collected from the camera. For
experimentation the publically available iris dataset namely
VISA dataset is collected [9]. The VISA database was created
using a simple image acquisition setup and devices to collect
biometric information from people in uncontrolled situations.
The VISA dataset consists of iris images obtained from 100
individuals in both indoor and outdoor from age group
between 10 to 90 years. Some of the samples of Iris images
of VISA database are shown in Figure 3.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1788
filling in the dark region with intensity similar to that of its
surroundings. Theimagecomplementoperatorisappliedonce
again to convert the light region to darker and dark region to
lighter which removes specular reflections.
(a) (b)
(b) (d) (c) (d)
Figure4. (a) Input Image (b) Complemented Image (c) Filled
Image (d) Complemented image that has no specular
reflections
Iris Segmentation/Localization: The basic purpose of iris
segmentation is to remove non-essential portions of the input
eye image, such as eyelids and eyelashes, and consider only
iris for feature extraction. Iris localization is the process of
locating the pupil and iris from an eye image. The system will
fail to detect the person if the iris cannot be properly located.
Segmentation is a very crucial stage in order to discern inner
and outer boundaries. There are various segmentation
methods available, namely Daugman's Integro-differential
operator, Hough Transform and active contour models. The
proposed methodology uses Daugman’s Integro Differential
Operator (DIO) algorithm due to its performance in iris
recognition and it uses first derivativeinformationtocompute
faster. To segment the circular iris andpupil regions,aswell as
the arcs of the upper and lower eyelids, Daugman’s integro-
differential operator is applied. The Daugman’s operator
searches the input image pixel by pixel and is defined as
follows:
Where: I(x, y) is the eye image, r is the radius, is a
Gaussian Smoothing function with scale that searches
iteratively for a maximum contour integral, * denotes
convolution and S is the contour of the circle given by the
parameters (r, x0, y0). For obtaining the correct location of
eyelids, the operator searches for the circular path by
changing the maximum pixel values by adjusting the radius
and centre x and y position of the circular contour. The
Segmentation process is shown in the figure 5.
Fig 5. Segmentation using Daugman’s Method
Normalization: The geometricshapeoftheirisistransformed
to a rectangular shape during normalization. Normalizationis
used to reduce segmented iris pictures to a standard size so
that features can be extracted properly. There are many
normalization methods available such as Daugman’s Rubber
Sheet Model, Virtual Circles method and Wilde’s Image
Registration Technique. Here rubber sheet model is applied
and the main advantage is that it reduces inconsistencies in
iris images. To normalize the segmented iris region Daugman
proposed a rubber sheet model which will remap all the
Cartesian points in the iris region into polar coordinate (r, θ)
system.
Fig.6. Daugman’s Rubber Sheet Model
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1789
The non-concentric polar representation is normalized to a
rectangular block of a specific size. The normalization by
Daugman’s Rubber Sheet Model that is the iris region is
remapped to the pair of polar coordinates that is represented
by into a Cartesian coordinate (x, y) and is given by:
Where: I(x, y) is an image of the iris, (x, y) are Cartesian
coordinates, (r, )arethecorrespondingpolarcoordinatesand
, , , are the pupil and iris border coordinates along
the direction of angle
The process of Daugman’s Rubber Sheet Model is depicted
in flow diagram as shown in fig 7.
Figure 7. Daugman’s Rubber Sheet Model
(a) (b)
(c) (d)
Figure. 8. (a) Input Image (b) Pupil Detection
(c) Iris Segmentation (d) Normalized Image
The Architecture of ResNet-50 Model
Figure .9. ResNet architecture for proposed Model
ResNet-50 Consists of 3-channel image input layer and
the symbols ×2, ×3, and ×5 in the figure are the number of
blocks.
Structure of a convolution block where input dimension
varies. Identity block structure with a constant input
dimension.
The ResNet-50 model is utilized in the experiment. The
following diagram illustrates the fundamental structureof the
implemented network architecture. The ResNet-50 model
contains 16 processing blocks in addition to two kinds of
shortcut modules. One of them is an identification (ID) block
module, and features a convolutional layer-free shortcut path
(the input has the same dimension as the output). The second
type of module is referred to as a convolutional block module.
It consists of a convolutional layer located in the shortcut path
(the dimension of the input is smaller than that of the output).
These modules have bottleneck structures consisting of a
single block with layers (1X1, 3X3, 1X1 convolutional layers).
Performance Metrics
Genuine Accept Rate (GAR): It is the proportion of input
samples that were correctly classified to all of the input
samples.
False Reject Rate (FRR): It is the ratio of trained inputsamples
that are falsely classified that is 1-GAR.
False Accept Rate (FAR): It is the ratio of samples which are
not trained that are mistakenly recognized correctly.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1790
Total No. of Images GAR FRR FAR
180 0.95 0.05 0.01
Conclusion
This paper proposes a secure authentication system by using
Iris biometric. The proposed method is experimented with
VISA Iris Database. The method employs morphological
operators for pre-processing, Daugman’s operator for
segmentation and Daugman’s rubber sheet model for
normalization. Deep learning technique namely ResNet50 is
integrated with Multiclass SVM for performing effective
feature recognition and person identification. The proposed
system achieved genuine acceptance rate (GAR) of 0.95%,
False Reject Rate (FRR) of 0.05% and False Accept Rate (FAR)
of 0.01%. Furthermore, the proposed system can be extended
to other Iris databases. In future the Iris biometric can be
combined with other biometric modalities withoptimal fusion
rule and method to enhance system security with increasing
the user authentication.
References
[1] Omar Medhat Moslhi, “New full Iris Recognition System
and Iris Segmentation Technique Using Image Processing and
Deep Convolutional Neural Network,” International Journalof
Scientific Research in Multidisciplinary Studies, Vol.6, Issue.3,
pp. 20-27, 2020.
[2] H. D. Rafik and M. Boubaker, “A Multi Biometric System
Based on the Right Iris And The Left Iris Using The
Combination Of Convolutional Neural Networks”, Fourth
International Conference On Intelligent Computing in Data
Sciences (ICDS), pp. 1-10, 2020.
[3] Maryim Omran, Ebtesam N. AlShemmary” An Iris
Recognition System Using Deep Convolutional Neural
Network”, 2020, Journal of Physics: Conference Series, 2020,
pp.1-11.
[4] Boyd, Aidan, Adam Czajka and K. Bowyer. “Deep Learning-
Based Feature Extraction in Iris Recognition: Use Existing
Models, Fine-tune or Train From Scratch?” 2019 IEEE 10th
International Conference on Biometrics Theory, Applications
and Systems (BTAS) (2019): 1-9.
[5] Md. Shafiul Azam and Humayan Kabir Rana. Iris
Recognition using Convolutional Neural
Network. International Journal of Computer Applications ,
August 2020.
[6] S. D. Shirke and C. Rajabhushnam, “Biometric Personal Iris
Recognition from an Image at Long Distance”, 3rd
International Conference on Trends in Electronics and
Informatics (ICOEI), pp. 560-565, 2019.
[7] S. Minaee, A. Abdolrashidiy and Y. Wang, "An experimental
study of deep convolutional featuresforirisrecognition," 2016
IEEE Signal Processing in Medicine and Biology Symposium
(SPMB), 2016, pp. 1-6.
[8] Al-Waisy, Alaa & Qahwaji, Rami & Ipson, Stanley & Al-
Fahdawi, Shumoos & Nagem, Tarek. (2017).Amulti-biometric
iris recognition system based on a deep learning approach.
Pattern Analysis and Applications.
[9] Kagawade, V.C., Angadi, S.A.VISA:a multimodal databaseof
face and iris traits. Multimed Tools App 2021.
BIOGRAPHIES
Table1. Shows the ratio of GAR, FRR, FAR
Vaishnavi V. Kulkarni
pursuing M. Tech in Computer Science
and Engineering. Basaveshwar
Engineering College (Autonomous),
Bagalkot under Visvesvaraya
Technological University, Belagavi.
Karnataka, India.
Sanjeevakumar M. Hatture
Associate Professor
Basaveshwar Engineering College
(Autonomous), Bagalkot under
Visvesvaraya Technological
University, Belagavi. Karnataka,
India.

More Related Content

Similar to Iris Biometric Based Person Identification Using Deep Learning Technique

A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLABA PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLABMaria Perkins
 
Biometric Ear Recognition System
Biometric Ear Recognition SystemBiometric Ear Recognition System
Biometric Ear Recognition SystemIRJET Journal
 
Face Mask Detection and Face Recognition Using Machine Learning
Face Mask Detection and Face Recognition Using Machine LearningFace Mask Detection and Face Recognition Using Machine Learning
Face Mask Detection and Face Recognition Using Machine LearningIRJET Journal
 
Face Recognition System using OpenCV
Face Recognition System using OpenCVFace Recognition System using OpenCV
Face Recognition System using OpenCVIRJET Journal
 
Dorsal hand vein authentication system using artificial neural network
Dorsal hand vein authentication system using artificial neural  networkDorsal hand vein authentication system using artificial neural  network
Dorsal hand vein authentication system using artificial neural networknooriasukmaningtyas
 
IRJET - Biometric Identification using Gait Analyis by Deep Learning
IRJET -  	  Biometric Identification using Gait Analyis by Deep LearningIRJET -  	  Biometric Identification using Gait Analyis by Deep Learning
IRJET - Biometric Identification using Gait Analyis by 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
 
Performance Enhancement Of Multimodal Biometrics Using Cryptosystem
Performance Enhancement Of Multimodal Biometrics Using CryptosystemPerformance Enhancement Of Multimodal Biometrics Using Cryptosystem
Performance Enhancement Of Multimodal Biometrics Using CryptosystemIJERA Editor
 
Paper id 25201496
Paper id 25201496Paper id 25201496
Paper id 25201496IJRAT
 
Enhance iris segmentation method for person recognition based on image proces...
Enhance iris segmentation method for person recognition based on image proces...Enhance iris segmentation method for person recognition based on image proces...
Enhance iris segmentation method for person recognition based on image proces...TELKOMNIKA JOURNAL
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Editor IJCATR
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Editor IJCATR
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Editor IJCATR
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
Performance of Hasty and Consistent Multi Spectral Iris Segmentation using De...
Performance of Hasty and Consistent Multi Spectral Iris Segmentation using De...Performance of Hasty and Consistent Multi Spectral Iris Segmentation using De...
Performance of Hasty and Consistent Multi Spectral Iris Segmentation using De...ijtsrd
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionIRJET Journal
 

Similar to Iris Biometric Based Person Identification Using Deep Learning Technique (20)

A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLABA PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
A PROJECT REPORT ON IRIS RECOGNITION SYSTEM USING MATLAB
 
Biometric Ear Recognition System
Biometric Ear Recognition SystemBiometric Ear Recognition System
Biometric Ear Recognition System
 
Face Mask Detection and Face Recognition Using Machine Learning
Face Mask Detection and Face Recognition Using Machine LearningFace Mask Detection and Face Recognition Using Machine Learning
Face Mask Detection and Face Recognition Using Machine Learning
 
Face Recognition System using OpenCV
Face Recognition System using OpenCVFace Recognition System using OpenCV
Face Recognition System using OpenCV
 
A Study of Iris Recognition
A Study of Iris RecognitionA Study of Iris Recognition
A Study of Iris Recognition
 
Dorsal hand vein authentication system using artificial neural network
Dorsal hand vein authentication system using artificial neural  networkDorsal hand vein authentication system using artificial neural  network
Dorsal hand vein authentication system using artificial neural network
 
IRJET - Biometric Identification using Gait Analyis by Deep Learning
IRJET -  	  Biometric Identification using Gait Analyis by Deep LearningIRJET -  	  Biometric Identification using Gait Analyis by Deep Learning
IRJET - Biometric Identification using Gait Analyis by 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
 
Performance Enhancement Of Multimodal Biometrics Using Cryptosystem
Performance Enhancement Of Multimodal Biometrics Using CryptosystemPerformance Enhancement Of Multimodal Biometrics Using Cryptosystem
Performance Enhancement Of Multimodal Biometrics Using Cryptosystem
 
D56021216
D56021216D56021216
D56021216
 
Paper id 25201496
Paper id 25201496Paper id 25201496
Paper id 25201496
 
Enhance iris segmentation method for person recognition based on image proces...
Enhance iris segmentation method for person recognition based on image proces...Enhance iris segmentation method for person recognition based on image proces...
Enhance iris segmentation method for person recognition based on image proces...
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
Evaluation of Iris Recognition System on Multiple Feature Extraction Algorith...
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
Performance of Hasty and Consistent Multi Spectral Iris Segmentation using De...
Performance of Hasty and Consistent Multi Spectral Iris Segmentation using De...Performance of Hasty and Consistent Multi Spectral Iris Segmentation using De...
Performance of Hasty and Consistent Multi Spectral Iris Segmentation using De...
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial Recognition
 

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

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
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
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
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
 

Iris Biometric Based Person Identification Using Deep Learning Technique

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1786 Iris Biometric Based Person Identification Using Deep Learning Technique Sanjeevakumar M. Hatture 1, Vaishnavi V. Kulkarni 2 1,2 Department of Computer Science and Engineering, Basaveshwar Engineering College (Autonomous), Bagalkot - 587103, Karnataka State, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Nowadays Iris recognition is commonly utilized in biometrics and is the most effective technique for identifying individuals. In comparison to other biometric modalities, iris recognition has a better chance of achieving high-precision recognition. Iris pattern recognition is one of the most efficient biometric authentication methods. This paper presentsaperson identification based on iris using deep learning approach. The iris images are pre-processed to eliminate specular reflections by employing morphological operator; the iris segmentation is performed with Daugman's Operator and normalized by Daugman's rubber sheet model. Furthermore, the pre-trained deep learning model ResNet-50 is loaded with normalized iris images and feature extraction is made using fully connected layers. Finally, person identification is performed using Multiclass SVM. The proposed method is evaluated on VISA Iris Database and obtained promising accuracy of around 95%. Key Words: Iris recognition, Deep learning, ResNet-50 1. INTRODUCTION In recent years, biometric recognition has become indispensable in person identification applications. In a person's life, security serves an essential and active part. People cannot pay online, log on to a website, or pass security screenings without first being confirmed. Using acquisition devices such as cameras and scanners to capture an individual's physical features(face,hand,iris,andfingerprint). Each person has unique qualities that set them apart from other people. Nobody has the same voice, fingerprint, or set of eyes as another person, for instance. Biometrics is a term that refers to technologies that study and measure human body features for the purpose of authentication. Therearetwoways that biometric systems can function. In verification mode, the system analyses the user's identification and biometric information with the database template. This template is saved at the enrolment stage, which involves a one-to-one comparison. Next in Identification mode, here the system looks for a match among all user’s templatesinthedatabaseto identify the user (one to many comparisons). Iris recognition is more accurate than any other biometric recognition technologies. Due to the presence of distinct patterns iris biometrics provides maximum level of security compared to face and fingerprint biometrics. The colour of the iris determines the colour of the eye. The texture of iris will be created through a chaotic process that has nothing to do with human genetics. Iris is a well-protected internal organ of an eye. Iris patterns are formed within six monthsafter birth. The iris has an average diameter of 12 mm as shown in fig1.The opaque-coloured region of the eye that surrounds the pupil is known as the iris. Iris patterns are unique for identical twins and also every individual has distinct left and right iris patterns. Figure.1. Image of an eye representing iris, pupil, sclera Deep learning is used for the faster authentication and the models have very high level of accuracy in recognizing iris features. The left and right both eyes are considered for recognition. Iris recognition has manyapplicationsinairports, banking, border security and also the Indian government launched Aadhaar, a Unique Identification Authority of India (UIDAI) scheme in which more than a billion people's biometrics, including iris patterns, were enrolled. 2. RELATED WORK Iris biometric is more accurate and highly protected trait among all the physiological modalities.Manyresearchershave contributed algorithms/methodologies for Iris recognition. The summary of some of the Iris recognition employing the deep learning is depicted in the following. Omar Medhat Moslhi [1] introduced a new iris segmentation method that employs a deep convolutional neural network (CNN) with the DenseNet-201 iris classification model. CASIA Iris-Thousand, CASIA Iris Interval, UBIRIS Version 1, and UBIRIS Version 2 datasets were considered for evaluation and gained accuracy of 99.32% , 100 %, and 98.29 % respectively. Hammou Djalal Rafik and Mechab Boubaker [2]have used the knowledge gained from the weights that have been pre- trained in ImageNet's dataset and data-augmentation process is made easier using applied transfer learning. The MMU1
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1787 database was used to test the VGG16, DenseNet169, and Resnet50 CNN models, which yielded accuracy of 96.10 percent, 93.50 percent, and 98.70 percent, respectively. Maryim Omran, Ebtesam N. AlShemmary 2020 [3] proposed the use of the irisnet system, which automatically extracts features and classes objects without the use of domain expertise. Convolutional Neural Network layers for feature extraction are part of the Irisnet architecture, along with a Softmax layer for feature classification into N classes. The suggested system's performancewasmeasured usingtheIITD V1 iris database. The original and normalized image identification rates were 97.32 percent and 96.43 percent, respectively. Aidan Boyd et al., 2020 [4] proposed a method to determine if models trained for non-iris tasks underperform iris-specific feature extractors, according to research that looked at five alternative weight sets for the well-known ResNet-50 architecture and put them to the test on the CASIA-Iris- Thousand database. The features of each convolutional layer are recovered, and the classification precision of a Support Vector Machine is evaluated on a dataset unrelated to the training samples of the ResNet-50 model. Md. Shafiul Azam and Humayan Kabir Rana 2020 [5] presented an efficientmethodandtoimproverecognition rate, convolutional neural networks (CNN) and for the purposes of feature extraction and classification, support vector machines (SVM) were utilized. The methods were evaluated on CASIA dataset and achieved an accuracy of 96.3%. Swati D. Shirke and C. Rajabhushnam 2019 [6] presented a method that uses Probabilistic Neural Network (PNN) algorithm. Median based filters and diffusionfilterprocess are applied for de-noising alongwiththatHoughtransformis used to extract the various iris image curves or forms., spatial FCM was applied for segmentation Daugman’s method for normalization. The methods were tested on CASIA V4 database. Shervin Minaeeet et al., 2019 [7] proposed a deep learning framework based on residual convolutional neural network and transfer learning technique and the iris images were classified using ResNet. Alsopresenteda visualizationstrategy for detecting significant areas in iris images. Alaa S. Al-Waisy et al., 2017 [8] the suggested system's performance is evaluated using three public datasetsacquired under various conditions: The iris databases, CASIA-IrisV1, SDUMLA-HMT, and obtained an accuracyof99.07and96.99% respectively. 3. Proposed Methodology The Proposed Iris recognition architecture based on transfer learning approach is shown in Fig 2. Fig.2. The Proposed Block Diagram for Iris Recognition (a (a) (b) Fig.3. Sample Iris images of VISA database from (a) Right Eye (b) Left Eye Pre-processing: The main goal of pre-processing is to reduce the noise present in the images and to enhance the image quality and to extract the region of interest. To maintain the uniformity and reduce the computational complexity the Iris images are converted from RGB to greyscale and resized to 640×480-pixel resolution. The light reflections present in the eye will cause obstacles in Iris detection and further recognition process. The light reflections in Iris images are alleviated by employing the morphological operators viz. complement and fill. The image complement operator is used initially to lighten dark regions and darken lightparts.Further the image fill operator is applied to the complemented image, I Image Acquisition: The human iris information is embedded in both of the eye. In order to extract the iris image from both the eyes, the eye images are collected from the camera. For experimentation the publically available iris dataset namely VISA dataset is collected [9]. The VISA database was created using a simple image acquisition setup and devices to collect biometric information from people in uncontrolled situations. The VISA dataset consists of iris images obtained from 100 individuals in both indoor and outdoor from age group between 10 to 90 years. Some of the samples of Iris images of VISA database are shown in Figure 3.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1788 filling in the dark region with intensity similar to that of its surroundings. Theimagecomplementoperatorisappliedonce again to convert the light region to darker and dark region to lighter which removes specular reflections. (a) (b) (b) (d) (c) (d) Figure4. (a) Input Image (b) Complemented Image (c) Filled Image (d) Complemented image that has no specular reflections Iris Segmentation/Localization: The basic purpose of iris segmentation is to remove non-essential portions of the input eye image, such as eyelids and eyelashes, and consider only iris for feature extraction. Iris localization is the process of locating the pupil and iris from an eye image. The system will fail to detect the person if the iris cannot be properly located. Segmentation is a very crucial stage in order to discern inner and outer boundaries. There are various segmentation methods available, namely Daugman's Integro-differential operator, Hough Transform and active contour models. The proposed methodology uses Daugman’s Integro Differential Operator (DIO) algorithm due to its performance in iris recognition and it uses first derivativeinformationtocompute faster. To segment the circular iris andpupil regions,aswell as the arcs of the upper and lower eyelids, Daugman’s integro- differential operator is applied. The Daugman’s operator searches the input image pixel by pixel and is defined as follows: Where: I(x, y) is the eye image, r is the radius, is a Gaussian Smoothing function with scale that searches iteratively for a maximum contour integral, * denotes convolution and S is the contour of the circle given by the parameters (r, x0, y0). For obtaining the correct location of eyelids, the operator searches for the circular path by changing the maximum pixel values by adjusting the radius and centre x and y position of the circular contour. The Segmentation process is shown in the figure 5. Fig 5. Segmentation using Daugman’s Method Normalization: The geometricshapeoftheirisistransformed to a rectangular shape during normalization. Normalizationis used to reduce segmented iris pictures to a standard size so that features can be extracted properly. There are many normalization methods available such as Daugman’s Rubber Sheet Model, Virtual Circles method and Wilde’s Image Registration Technique. Here rubber sheet model is applied and the main advantage is that it reduces inconsistencies in iris images. To normalize the segmented iris region Daugman proposed a rubber sheet model which will remap all the Cartesian points in the iris region into polar coordinate (r, θ) system. Fig.6. Daugman’s Rubber Sheet Model
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1789 The non-concentric polar representation is normalized to a rectangular block of a specific size. The normalization by Daugman’s Rubber Sheet Model that is the iris region is remapped to the pair of polar coordinates that is represented by into a Cartesian coordinate (x, y) and is given by: Where: I(x, y) is an image of the iris, (x, y) are Cartesian coordinates, (r, )arethecorrespondingpolarcoordinatesand , , , are the pupil and iris border coordinates along the direction of angle The process of Daugman’s Rubber Sheet Model is depicted in flow diagram as shown in fig 7. Figure 7. Daugman’s Rubber Sheet Model (a) (b) (c) (d) Figure. 8. (a) Input Image (b) Pupil Detection (c) Iris Segmentation (d) Normalized Image The Architecture of ResNet-50 Model Figure .9. ResNet architecture for proposed Model ResNet-50 Consists of 3-channel image input layer and the symbols ×2, ×3, and ×5 in the figure are the number of blocks. Structure of a convolution block where input dimension varies. Identity block structure with a constant input dimension. The ResNet-50 model is utilized in the experiment. The following diagram illustrates the fundamental structureof the implemented network architecture. The ResNet-50 model contains 16 processing blocks in addition to two kinds of shortcut modules. One of them is an identification (ID) block module, and features a convolutional layer-free shortcut path (the input has the same dimension as the output). The second type of module is referred to as a convolutional block module. It consists of a convolutional layer located in the shortcut path (the dimension of the input is smaller than that of the output). These modules have bottleneck structures consisting of a single block with layers (1X1, 3X3, 1X1 convolutional layers). Performance Metrics Genuine Accept Rate (GAR): It is the proportion of input samples that were correctly classified to all of the input samples. False Reject Rate (FRR): It is the ratio of trained inputsamples that are falsely classified that is 1-GAR. False Accept Rate (FAR): It is the ratio of samples which are not trained that are mistakenly recognized correctly.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 07 | July 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1790 Total No. of Images GAR FRR FAR 180 0.95 0.05 0.01 Conclusion This paper proposes a secure authentication system by using Iris biometric. The proposed method is experimented with VISA Iris Database. The method employs morphological operators for pre-processing, Daugman’s operator for segmentation and Daugman’s rubber sheet model for normalization. Deep learning technique namely ResNet50 is integrated with Multiclass SVM for performing effective feature recognition and person identification. The proposed system achieved genuine acceptance rate (GAR) of 0.95%, False Reject Rate (FRR) of 0.05% and False Accept Rate (FAR) of 0.01%. Furthermore, the proposed system can be extended to other Iris databases. In future the Iris biometric can be combined with other biometric modalities withoptimal fusion rule and method to enhance system security with increasing the user authentication. References [1] Omar Medhat Moslhi, “New full Iris Recognition System and Iris Segmentation Technique Using Image Processing and Deep Convolutional Neural Network,” International Journalof Scientific Research in Multidisciplinary Studies, Vol.6, Issue.3, pp. 20-27, 2020. [2] H. D. Rafik and M. Boubaker, “A Multi Biometric System Based on the Right Iris And The Left Iris Using The Combination Of Convolutional Neural Networks”, Fourth International Conference On Intelligent Computing in Data Sciences (ICDS), pp. 1-10, 2020. [3] Maryim Omran, Ebtesam N. AlShemmary” An Iris Recognition System Using Deep Convolutional Neural Network”, 2020, Journal of Physics: Conference Series, 2020, pp.1-11. [4] Boyd, Aidan, Adam Czajka and K. Bowyer. “Deep Learning- Based Feature Extraction in Iris Recognition: Use Existing Models, Fine-tune or Train From Scratch?” 2019 IEEE 10th International Conference on Biometrics Theory, Applications and Systems (BTAS) (2019): 1-9. [5] Md. Shafiul Azam and Humayan Kabir Rana. Iris Recognition using Convolutional Neural Network. International Journal of Computer Applications , August 2020. [6] S. D. Shirke and C. Rajabhushnam, “Biometric Personal Iris Recognition from an Image at Long Distance”, 3rd International Conference on Trends in Electronics and Informatics (ICOEI), pp. 560-565, 2019. [7] S. Minaee, A. Abdolrashidiy and Y. Wang, "An experimental study of deep convolutional featuresforirisrecognition," 2016 IEEE Signal Processing in Medicine and Biology Symposium (SPMB), 2016, pp. 1-6. [8] Al-Waisy, Alaa & Qahwaji, Rami & Ipson, Stanley & Al- Fahdawi, Shumoos & Nagem, Tarek. (2017).Amulti-biometric iris recognition system based on a deep learning approach. Pattern Analysis and Applications. [9] Kagawade, V.C., Angadi, S.A.VISA:a multimodal databaseof face and iris traits. Multimed Tools App 2021. BIOGRAPHIES Table1. Shows the ratio of GAR, FRR, FAR Vaishnavi V. Kulkarni pursuing M. Tech in Computer Science and Engineering. Basaveshwar Engineering College (Autonomous), Bagalkot under Visvesvaraya Technological University, Belagavi. Karnataka, India. Sanjeevakumar M. Hatture Associate Professor Basaveshwar Engineering College (Autonomous), Bagalkot under Visvesvaraya Technological University, Belagavi. Karnataka, India.