0% found this document useful (0 votes)
7 views2 pages

Dorsal Hand Vein Recognition Deep Learning

research paper scopus

Uploaded by

Rohit Rana
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Dorsal Hand Vein Recognition Deep Learning

research paper scopus

Uploaded by

Rohit Rana
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

See discussions, stats, and author profiles for this publication at: [Link]

net/publication/352495282

Dorsal Hand Vein Recognition Using Very Deep Learning

Article in Macromolecular Symposia · June 2021


DOI: 10.1002/masy.202000244

CITATIONS READS

14 215

3 authors:

Rajendra Kumar R C Singh


Sharda University Sharda University, Greater Noida (Delhi-NCR), India
91 PUBLICATIONS 305 CITATIONS 95 PUBLICATIONS 582 CITATIONS

SEE PROFILE SEE PROFILE

Shri Kant
Sharda University
39 PUBLICATIONS 188 CITATIONS

SEE PROFILE

All content following this page was uploaded by Rajendra Kumar on 12 July 2021.

The user has requested enhancement of the downloaded file.


FULL PAPER
[Link]

Dorsal Hand Vein Recognition Using Very Deep Learning

Rajendra Kumar,* Ram C. Singh, and Shri Kant

support should not be easily available to


Designing a deep neural network for multiclass classification is a challenging avoid informal misuse of technology by the
task in comparison to binary classification. In this paper, a very deep learning criminals, and (ii) the accuracy of the trait
model for dorsal hand vein recognition is presented. Deep learning models should remarkably be high to satisfy the
may contain hundreds of hidden layers. The increase in layers makes a model user and system to be adopted. The vein
based recognition systems are being seen
complex and it takes much time to train especially on CPU instead of GPU.
in trending and popularized since the last
The proposed model consists of network of Convolution layers and ReLU decade. However, their adaptability in com-
layers followed by one Global Average Pooling layer and two dense layers. To mercial applications is very limited. Sev-
keep the model stable, batch normalization is applied on input and hidden eral techniques have been developed for
layers and Adam optimizer is used to optimize the model. For the training and vein recognition in last 8–10 years. These
methods are roughly divided into local and
testing purpose two self-constructed datasets are used, first having 1200
global features to extract the features from
dorsal hand vein images of children of age ranging from 5 to 12 years and vein images. The methods used for lo-
second having 2000 dorsal hand vein images from 100 adults. The accuracy of cal features are mainly Local Binary Pat-
the proposed model is compared with two recent contributions, which also terns (LBP), Scale Invariant Feature Trans-
used self-constructed datasets. The accuracy of the proposed system form (SIFT), Speeded Up Robust Features
observed is 98.33% when trained and tested with children’ dataset, and 100% (SURF), etc.[8] The global features based
methods use holistic properties like princi-
when trained and tested with adults’ dataset.
ple component analysis (PCA), Linear Dis-
criminant Analysis (LDA), etc. to be applied
on the entire geometrical structure of the
vein network.[9]
1. Introduction Presently, deep learning-based methods are getting more at-
Since the last decade, the unique structural patterns of blood ves- tention over conventional and non-training based biometric sys-
sels are being used as biometric identification especially the fin- tem for recognition and identification.[10] However, some non-
ger vein[1,2] and palm vein.[3] But due to hygiene issues, precise training based systems like SIFT produce very good accuracy
positioning of the scanner and smaller surface area compromis- but major problems with SIFT are its non-suitability for real-
ing fewer reference points, the dorsal hand vein patterns[4–6] are time applications[11] and extracting features manually using im-
attracting the researchers to adopt it. The dorsal hand veins pro- age processing techniques. Kumar et al.[4] proposed a vein recog-
vide the larger region of interest giving more feature points for nition system based on SIFT for cashless treatment in hospitals.
biometric recognitions. However, the elasticity in dorsal affects The SURF is an extension of SIFT with fewer feature points con-
the appearance of vein patterns, so, user cooperation cannot be sideration makes it faster than SIFT but marginally compromises
ruled out. with accuracy. In contrast to conventional vein based recognition
Since the start of biometric recognition,[7] several cases of (non-training based), training based recognition (deep learning)
spoofing have been reported for unauthorized access. A more has gained popularity in recent years. Several deep and light mod-
secure biometric method is one (i) in which the infrastructural els of CNN have been presented by researchers for almost all bio-
metric traits like fingerprint/palmprint,[1–3] face,[12] iris,[13] vein
patterns, etc. CNN has given the remarkably better capability of
R. Kumar
Research Scholar, SET learning biometric features to offer accurate and robust. Xie and
Sharda University Kumar[14] presented supervised discrete hashing in conjunction
Greater Noida, India with CNN and give better accuracy as compared to light CNN,[15]
E-mail: rajendra04@[Link] modified VGG Net-16, Siamese, and Bayesian inference based
R. C. Singh matching. Belean et al.[6] analyzed dorsal hand vein patterns us-
SBSR
Sharda University ing Adapting Hough Transform (HT), and clustering segmenta-
Greater Noida, India tion and mathematical morphology (CSMM) for biometric au-
S. Kant thentication giving 1.67% and 0.83% accuracy.
RTDC/SET S. Naidile and G. Shrividya 2015, proposed a system using the
Sharda University infrared camera to acquire the hand vein images.[16] Their exper-
Greater Noida, India
imental results encouraged that this method can be successfully
DOI: 10.1002/masy.202000244 used for vein biometric identification. For preprocessing, they

Macromol. Symp. 2021, 397, 2000244 2000244 (1 of 13) © 2021 Wiley-VCH GmbH

View publication stats

Common questions

Powered by AI

Dorsal hand vein patterns offer several advantages over other biometric recognition techniques. They provide a larger region of interest with more feature points, enhancing biometric recognition accuracy . Unlike palm or finger vein recognition, they are not compromised by hygiene issues or the precise positioning requirements of scanners . Furthermore, these patterns are less prone to spoofing due to the uniqueness and complexity of vein structures, which adds an extra layer of security .

The proposed deep learning model outperforms previous models like SIFT and SURF in terms of accuracy and suitability for real-time applications. While SIFT is known for high accuracy, it is not suitable for real-time applications and requires manual feature extraction . SURF is faster than SIFT but compromises marginally on accuracy. In contrast, the proposed model achieves 98.33% accuracy with the children's dataset and 100% with the adults' dataset , showing a notable improvement compared to the 1.67% and 0.83% accuracy typically seen in non-training based methods .

Dorsal hand vein recognition is considered more secure because the complexity and uniqueness of vein patterns make them difficult to spoof. The requirement for specialized infrastructure, which isn't readily available, further enhances security by preventing unauthorized misuse . Despite these advantages, the adaptability of vein recognition systems in commercial applications is limited due to their current complexity and the need for user cooperation to account for variability in vein pattern appearance, which can arise due to factors such as hand positioning and physiological differences .

Local feature extraction methods like Local Binary Patterns (LBP), Scale Invariant Feature Transform (SIFT), and Speeded Up Robust Features (SURF) focus on extracting features such as keypoints and local variations in the vein patterns. These methods depend heavily on the recognition of unique, localized patterns . In contrast, global feature methods such as Principle Component Analysis (PCA) and Linear Discriminant Analysis (LDA) analyze the entire vein image as a whole, targeting holistic patterns and geometrical structures . While local methods can be precise, global methods can capture broader characteristics of the vein network, providing complementary insights into vein pattern analysis.

The study utilized two distinct datasets: one involving 1200 images from children aged 5 to 12, and a second with 2000 images from 100 adults . The effectiveness of these datasets is evidenced by the model's impressive accuracy: 98.33% for children's images and 100% for adult images . The diversity within these datasets, considering age and physiological differences, allows for a robust evaluation of the model's capacity to generalize across varied input conditions. This diversity likely contributes significantly to achieving high accuracy rates, demonstrating the model's robustness in real-world scenarios.

The deep learning model processes dorsal hand vein patterns through a complex network comprising convolution layers, ReLU layers, a Global Average Pooling layer, and dense layers . Batch normalization is used for stability, and the Adam optimizer enhances the model's efficiency by optimizing learning rates during training . The model's effectiveness is evident in its high accuracy: 98.33% with children's data and 100% with adults . Its ability to process images with deep feature extraction capabilities makes it suitable for handling the variability and detail in vein patterns.

Deep learning offers significant advantages over non-training based systems such as SIFT. Notably, deep learning models like CNNs can automatically learn complex feature representations directly from raw data without manual feature extraction, thus saving time and reducing human error . Additionally, deep learning models are highly scalable and can accommodate vast datasets, improving prediction accuracy and robustness in biometric identification tasks . This results in more reliable identification processes, which are crucial for security-sensitive applications.

Batch normalization plays a critical role in stabilizing the learning process by normalizing the inputs to each layer, which helps in maintaining consistency in the activation outputs and accelerates convergence . The Adam optimizer further enhances efficiency by adjusting learning rates dynamically, which results in faster convergence and improved accuracy during training . Together, these features enable the deep learning model to handle the complexity of dorsal hand vein patterns more effectively, leading to high recognition accuracy rates.

In multiclass classification, deep neural networks face increased complexity due to the need to distinguish between more than two classes. This requires more sophisticated models with potentially hundreds of hidden layers, which significantly increases training time, especially when computational resources are limited, such as when using CPUs instead of GPUs . Additionally, managing the intricacies of different classes and their inter-class relationships within the dataset adds to the complexity compared to binary classification .

User cooperation significantly impacts the effectiveness of dorsal hand vein recognition systems. Since the elasticity in dorsal veins can affect the appearance of vein patterns, these systems rely on appropriate hand positioning during scanning to maintain consistent pattern visualization . Errors or distortions caused by improper positioning can diminish feature extraction quality, thereby reducing identification accuracy. As a result, active user cooperation is often required to ensure precise and reliable system operation .

You might also like