SlideShare a Scribd company logo
1 of 7
Download to read offline
www.ijiarec.com
Author for Correspondence:
*1
Mrs.R.Karthiga,M.E.,(PhD), Assistant Professor, Department of ECE, KPR Institute of Engineering and Technology,
Coimbatore, Tamil Nadu, India. E-mail: keerthiram21@ yahoo.com.
*2
Dr.S.Mangai, M.E.,PhD, Professor & Head, Department of BME, Velalar College of Engineering and Technology,
Erode, Tamil Nadu, India. E-mail: Prof.mangai@gmail.com.
NOV 2013
International Journal of Intellectual Advancements
and Research in Engineering Computations
FEATURE LEVEL FUSION USING FACE AND PALMPRINT BIOMETRICS
FOR SECURED AUTHENTICATION
*1
Mrs.R.Karthiga,M.E,(PhD), *2
Dr.S.Mangai,M.E,PhD
ABSTRACT
Multibiometric systems utilize the evidence presented by multiple biometric sources (e.g., face and
fingerprint, multiple fingers of a user, multiple matchers, etc.) in order to determine or verify the identity of an
individual. Information from multiple sources can be consolidated in several distinct levels, including the feature
extraction level, match score level and decision level. While fusion at the match score and decision levels have been
extensively studied in the literature, fusion at the feature level is a relatively understudied problem. In this paper
fusion at the feature level in 3 different scenarios: (i) fusion of PCA and LDA coefficients of face; (ii) fusion of
LDA coefficients corresponding to the R,G,B channels of a face image; (iii) fusion of face and hand modalities is
discussed. Preliminary results are encouraging and help in highlighting the pros and cons of performing fusion at
this level. The primary motivation of this work is to demonstrate the viability of such a fusion and to underscore the
importance of pursuing further research in this direction. Partitioning around medoids (PAM) algorithm is used to
partition the set of n invariant feature points of the face and palm print images into k clusters.
Index terms: Multibiometric, PCA, LDA, PAM.
I INTRODUCTION
The pronounced need for establishing identity
in a reliable manner has spurred active research in the
world of biometrics. It is now apparent that a single
biometric is not sufficient to meet the variety of
requirements including matching performance imposed
by several large-scale authentication systems.
Multibiometric systems seek to alleviate some of the
drawbacks encountered by unibiometric systems by
consolidating the evidence presented by multiple
biometric traits/sources. These systems can
significantly improve the recognition performance of a
biometric system besides improving population
coverage, deterring spoof attacks, increasing the
degrees-of-freedom, and reducing the failure-to-enroll
rate. Although the storage requirements, processing
time and the computational demands of a
multibiometric system are much higher (than a
unibiometric system), the above mentioned advantages
present a compelling case for deploying multibiometric
systems in large-scale authentication systems. Evidence
in a multibiometric system can be integrated in
several different levels as described below:
1. Sensor level: The raw data acquired from multiple
sensors can be processed and integrated to generate new
data from which features can be extracted. For example,
in the case of face biometrics, both 2D texture
information and 3D depth (range) information (obtained
using two die rent sensors) may be used to generate a
3D texture image of the face which could then be
subjected to feature extraction and matching.
2. Feature level: The feature sets extracted from
multiple data sources can be used to create a new
feature set to represent the individual. The geometric
features of the hand, for example, may be augmented
with the Eigen-coefficients of the face in order to
construct a new high-dimension feature vector. A
feature selection/transformation procedure may be
adopted to elicit a minimal feature set from the high-
2
R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7]
Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com
dimensional feature vector.
3. Match score level: In this case, multiple classifiers
output a set of match scores which are used to generate
a single scalar score. As an example, the match scores
generated by the face and hand modalities of a user may
be combined via the simple sum rule in order to obtain
a new match score which is then used to make the final
decision.
4. Rank level: This type of fusion is relevant in
identification systems where each classifier associates a
rank with every enrolled identity (a higher rank
indicating a good match). Thus, fusion entails
consolidating the multiple ranks associated with an
identity and determining a new rank that would aid in
establishing the final decision. Techniques such as the
Borda count may be used to make the nal decision.
5. Decision level: When each matcher outputs its own
class label (i.e., accept or reject in a verification system,
or the identity of a user in an identification system), a
single class label can be obtained by employing
techniques like majority voting, behavior knowledge
space, etc.
Fusion at the match score, rank and decision
levels have been extensively studied in the literature.
Fusion at the feature level, however, is a relatively
understudied problem. Fusion at this level involves the
integration of feature sets corresponding to multiple
information sources. Since the feature set contains
richer information about the raw biometric data than the
match score or the final decision, integration at this
level is expected to provide better authentication
results. However, fusion at this level is difficult to
achieve in practice because of the following reasons: (i)
the feature sets of multiple modalities may be
incompatible (e.g., minutiae set of fingerprints and
Eigen-coefficients of face); (ii) the relationship between
the feature spaces of different biometric systems may
not be known; (iii) concatenating two feature vectors
may result in a feature vector with very large
dimensionality leading to the ‘curse of dimensionality'
problem; and (iv) a significantly more complex matcher
might be required in order to operate on the
concatenated feature set. In this paper fusion at the
feature level in 3 different contexts: (i) fusion of PCA
and LDA co-efficient of face; (ii) fusion of LDA co-
efficient corresponding to the R,G,B channels of a face
image; (iii) fusion of face and hand modalities are
discussed. A distance measure known as the Threshold
Absolute Distance (TAD) to be used along with the
Euclidean distance metric is also introduced.
II PROBLEM AND ANALYSIS
2. FEATURE LEVEL FUSION
In this work, feature level fusion is
accomplished by a simple concatenation of the feature
sets obtained from multiple information sources. Let X
= fx1; x2 ; : : : xmg and Y = fy1; y2; : : : yng denote
feature vectors (X 2 Rm
and Y 2 Rn
) representing the
information extracted via two different sources. The
objective is to combine these two feature sets in order
to yield a new feature vector, Z,that would better
represent the individual. The vector Z is generated by
first augmenting vectors X and values of Z 0
. This
results in a new feature vector Z = fz1; z2; : : : zk g. The
criterion function to perform feature selection is defined
to be the average of the Genuine Accept Rate (GAR) at
four different False Accept Rate (FAR) values (0:05%,
0:1%, 1%, 10%) in the ROC (Receiver Operating
Characteristics) curve pertaining to the training data.
The reason for choosing this criterion is explained
below.
2.1. Criteria for Feature Selection
The feature selection algorithm relies on an
appropriately formulated objective function to elicit
the optimal subset of features from the complete
feature set. In the case of a biometric system it is
difficult to identify a single parameter that would
characterize the matching performance across a range
of FAR/FRR values. Note that the single-valued
parameters commonly used in the biometric literature
- the Equal Error Rate (EER) and the d-prime measure
- do not summarize the matching performance across
all matching thresholds. An alternative would be to
define the objective function at a xed GAR/FAR
value. However, this would also result in maximizing
the performance at only those specific points. In order
to optimize the performance gain across a wide range
of thresholds, the objective function to be the average
of GAR corresponding to 4 different FAR's (0:05%,
0:1%, 1%, 10%).
2.2. Match Score Generation
Consider feature vectors fXi ; Yi g and fXi ;
Yj g obtained at two different time instances i and j.
The corresponding fused feature vectors may be
denoted as Zi and Zj , respectively. Let sX and sY be
the normalized match (Euclidean distance) scores
generated by comparing Xi with Xj and Yi with Yj ,
respectively, and let smatch = (sX + sY )=2 be the fused
match score obtained using the simple sum rule.
Figure 1 shows the distribution of smatch - P(Smatch) -
3
R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7]
Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com
under the genuine and impostor hypothesis. The
critical region is de ned as a range of scores, [t ; t + ],
where the probability distributions of the genuine
andimpostor scores have substantial overlap. By
utilizing the fused vectors Zi and Zj , the ambiguity
presented by the critical region may be resolved.
In order to accomplish this we observe that in the
case of genuine pairs, a high match score is typically
the effect of a few feature values constituting the fused
vector, while a similar score for an impostor pair is
typically the cumulative effect of all feature values.
This observation is fairly intuitive since the feature
selection process eliminates features that are
redundant as well as those that are correlated with
other features.
Figure 1. Distribution of smatch - P(Smatch)
Two different distance measures to compare Zi and Zj are employed
k
seuc = (zi;r zj;r )2
(Euclidean distance) (1)
r=1
k
stad = I (jzi;rzj;r j; t) (Thresholded absolute) (2)
r=1
Here, I (y; t) = 1, if y > t (and 0 otherwise), and t is
a pre-specified threshold. The TAD measure determines
the number of normalized feature values that differ by a
magnitude greater than t. The seuc and stad values are
consolidated into one feature level score, sf eat, via the
simple sum rule.
III SOLUTION AND MECHANISM
3.EXPERIMENTAL RESULTS
Set of 500 face images and hand images
were acquired from 100 users (5 biometric samples per
user per biometric) at West Virginia University (WVU).
The hand data was obtained using a commercial-o -the-
shelf (COTS) hand geometry system installed at WVU.
The feature set is a 9-byte value comprising of different
geometric measurements of the hand. The face data was
acquired using the Sony EVI-D30 PTZ
Color camera. Each face image was decomposed
into its component R, G, B channels. Further, the
grayscale rendition of the color image - I - was also
computed. The Principal Component Analysis (PCA)
and Linear Discriminate Analysis (LDA) were
performed on these component images (i.e., R, G, B, I )
in order to extract representational features. Thus, a
component image was represented using PCA
coefficients as well as LDA coefficients. Details of
these methods may be obtained from the paper by
Belhumeur et al. The proposed technique was tested on
three different scenarios: (i) fusion of PCA and LDA
4
R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7]
Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com
coefficients corresponding to I (intra-modal); (ii) fusion
of LDA coefficients corresponding to the R,G,B
channels (intra-modal); (iii) fusion of face and hand
modalities (inter-modal).
Figure 2. a) PCA and (b) LDA techniques
3.1. Fusion of PCA and LDA Coefficients
The basis images corresponding to PCA
(eigenfaces) and LDA (sherfaces) are shown in Figure
3. Each grayscale face image was represented using 25
eigen-coefficients and 27 sher-coefficients. The feature
fused vector had 28 features. The results of fusion are
summarized in Figure 3. It is observed that the
performance of the LDA-based matcher performance.
Fgure 3. The results of fusion when combining
the PCA and LDA coefficients of grayscale face
images.
However, combining the feature level and match score
level information neither degrades nor improves the
matching performance. An information both at the
match score level (smatch) as well as the feature level
(sfeat ) is obtained. Both these values are combined
using the simple sum rule to obtain the nal score stot
(Figure 2). In the following experiments, stot is referred
to as the score obtained by combining information at
the match score level and the feature level is much
higher than that of the PCA-based matcher. The
difference in performance is more pronounced at lower
FAR values. For example, at a FAR = 0:01% the GAR
using the PCA technique is 50% and the LDA
technique is 80%. Therefore, this scenario represents a
case where a weak classier is combined with a strong
classier. The application of match level fusion in this
situation is observed to degrade matching match level
fusion. It must be mentioned that using alternate fusion
schemes (other than the simple sum rule) might result
in different performance curves.
3.2. Fusion of R, G, B Channels
Experiments were also conducted in order to
assess the efficacy of the proposed technique in an
intra-modal fusion scenario involving the R,G and B
color channels of the face images. In this case, three
separate feature sets are denoted as LDA-R (18
features), LDA-G (32 features) and LDA-B (40
features) were generated for a face image by
performing LDA on each color channel independently.
These three feature sets were then subjected to fusion at
both the feature and match score levels. The feature
fused vector consisted of 43 features. Figure 4
summarizes the results using this data. It is observed
that the proposed scheme outperforms match score
level fusion by a substantial margin thereby
underscoring the significance of the proposed
technique.
3.3. Fusion of Face and Hand - Palm Biometrics
In this case, the 9-byte hand feature set and the
LDA-coefficients (27 features) of the grayscale face
image were combined. Figure 6 presents the ROC
curves for this scenario. The matching performance of
the proposed scheme is seen to result in a marginally
inferior performance compared to fusion at the match
score level.palmprint images to obtain the partitioned of
features which can provide more discriminative and
meaningful clusters of invariant features. The algorithm
can be given below.
This experiment was also conducted using the
Michigan State University (MSU) dataset consisting of
hand and face information pertaining to 50 users with
each user providing 5 samples of each biometric. The
hand feature set was extracted using the technique
described by Jain et al. In this case, the performance of
5
R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7]
Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com
the proposed fusion scheme was observed to be
superior to that of match score level fusion (Figure 7).
Currently, we are analyzing the reasons for such di
erences in performance across datasets. It is clear,
however, that the performance of constituent matchers
and the relationship between the feature sets generated
by individual modalities have a large role to play in
determining the e cacy of the proposed technique. A
more formal framework may be necessary to better
understand this phenomenon.
3.3 Correspondence between Clusters of Face and
Palmprint Images
To establish correspondence between any two
clusters of face and palmprint images, it has been
observed that more than one keypoint on face image
may correspond to single keypoint on the palmprint
image. To eliminate false matches and to consider the
only minimum pair distance from a set of pair distances
for making correspondences, first it needs to verify the
number of feature points that are available in the cluster
of face and that in the cluster of palmprint. When the
number of feature.
Improved version of PAM clustering using
Silhouette approximations. Silhouette technique can be
used to verify the quality of a cluster of data points.
After applying the PAM clustering technique to the sets
of SIFT keypoints for face and palmprint images, each
cluster can be verified by Silhouette technique. Let, for
each keypoint i, x(i) be the average distance of i with all
the keypoints in cluster cm. Consider x(i+1) as an
additional average distance next to x(i). These two
successive distances x(i) and x(i+1) are considered to
verify the matching of these keypoints i and (i+1) to the
cluster where these points are assigned. Then the
average distances of i and (i+1) with the keypoints of
another single cluster are found. Repeat this process for
every cluster in which i and (i+1) are not a member. If
the cluster with lowest average.
3.4 Establishing Methodology
The existing algorithm has been extended by
taking another average distances x(i+1) and y(i+1) for a
pair of clusters and it has been determined that a better
approximation could be arise while PAM algorithm is
used for partition the keypoints set. The precision level
of each cluster is increased by this improved
approximation method where more relevant keypoints
are taken instead of taking restricted number of
keypoints for fusion. points in the cluster for face is less
than that of the cluster for palmprint, many points of
interest from the palmprint cluster needs to be
discarded. If the number of points of interest on the face
cluster is more than that of the palmprint cluster, then a
single interest point on the palmprint cluster may act as
a match point for many points of interest of face cluster.
Moreover, many points of interest on the face cluster
may have correspondences to a single point of interest
on the cluster for palmprint. After computing all
distances between points of interest of face cluster and
palmprint cluster that have made correspondences, only
the minimum pair distance is paired. After establishing
correspondence between clusters for face and palmprint
images, isomorphic graph representation for each
cluster has been formed while removing few more
keypoints from the paired clusters. Further iterative
relaxation algorithm is used for searching the best
possible pair of isomorphic graphs from all possible
graphs.
3.3 Isomorphic Graph Representations of
Partitioned Clusters
To interpret each pair of clusters for face and
palmprint, isomorphic graph representation has been
used. Each cluster contains a set of SIFT keypoints and
each keypoint is considered as a vertex of the proposed
isomorphic graph. A one-to-one mapping function is
used to map the keypoints of the isomorphic graph
constructed on a face cluster to a palmprint cluster
while these two clusters have been made
correspondence to each other. When two isomorphic
graphs are constructed on a pair of face and palmprint
clusters with equal number of keypoints, two feature
vectors of keypoints are constructed for fusion.
Figure 4. Isometric Graph Representation
of FACE and PALM
6
R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7]
Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com
Figure 5. The results of fusion when combining the
LDA coefficients corresponding to the R, G, B
channels of a face image.
Figure 6. ROC Curve
IV CONCLUSION
A feature level fusion scheme to improve multimodal
matching performance has been proposed. In this
formulation, information at the feature level and match
level are consolidated. The technique has been tested on
inter-modal and intra-modal fusion scenarios consisting
of both strong and weak biometric classiffiers. It offers
high percentage of GAR and increase in accuracy when
compared with existing unimodal system. It has been
found that the technique exhibits increase in accuracy
and significant improvement over the existing
methodologies. In certain scenarios (viz., combining R,
G, B channels) the performance gain has been
substantial, thereby indicating the importance of
pursuing the work in this direction.
REFERENCE
[1]. “Feature Level Fusion Using Hand and
Face Biometric” by Arun Rossa
and Rohin
Govindarajan.
[2]. ”Feature Level Fusion of Face and Palmprint
Biometrics by Isomorphic Graph-based
Improved K-Medoids Partitioning” by
Dakshina Ranjan Kisku1
, Phalguni Gupta2
and
Jamuna Kanta Sing3
.
[3]. Ross, A., Jain, A.K., Qian, J.Z.: Information
Fusion in Biometrics. In: 3rd International
Conference on Audio- and Video-Based
Person Authentication (AVBPA), pp. 354 –
359, 2001.
[4]. Kisku, D.R., Gupta, P., Sing, J.K.: Feature
Level Fusion of Biometric Cues: Human
Identification with Doddington's Caricature.
In: International Conference on
SecurityTechnology, Communications in
Computer and Information Sciences, pp. 157 –
164, Springer-Verlag (2009).
[5]. E. Rood and A. K. Jain, Biometric research
agenda: Report of the NSF workshop," in
Workshop for a Biometric Research Agenda,
(Morgantown, WV), July 2003.
[6]. Ross and A. K. Jain, Information fusion in
biometrics," Pattern Recognition Letters 24,
pp. 2115- 2125, Sep 2003.
[7]. K. Jain and A. Ross, Multibiometric systems,"
Communications of the ACM 47, pp. 34{40,
Jan 2004.
[8]. Kumar and D. Zhang, Integrating palmprint
with face for user authentication," in
Workshop on Multi Modal User
Authentication (MMUA), pp. 107-112, 2003.
R.KARTHIGA is currently pursuing
the PhD degree. I pursued my M.E-
Applied Electronics in the Department
of ECE at Paavai Engineering College,
Namakkal during the year 2009-2011. I
completed my B.E(ECE) at KSR
College of Technology in the year
2008.
7
R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7]
Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com
Dr.S.MANGAI graduated
with B.E. in Electronics
Engineering with
Distinction & University
4th rank from Regional
Engineering College, now
National Institute of
Technology(NIT), Surat,
Gujarat in the year 1994. She received her M.E. degree
with Distinction in Electronics Engineering from
Gujarat University in 1997 and pursued her research
work in the area of Mobile Ad hoc NET works for
which she obtained her doctoral degree in January 2012
from Anna University, Chennai. She has published 10
research papers in various referred International
Journals and presented 20 research papers in various
national and international conferences. She has a
teaching experience of more than 15 years in various
capacities at Sardar Vallabhbhai Regional College of
Engg. & Technology, Surat-7,

More Related Content

What's hot

A novel ensemble modeling for intrusion detection system
A novel ensemble modeling for intrusion detection system A novel ensemble modeling for intrusion detection system
A novel ensemble modeling for intrusion detection system IJECEIAES
 
An Indexing Technique Based on Feature Level Fusion of Fingerprint Features
An Indexing Technique Based on Feature Level Fusion of Fingerprint FeaturesAn Indexing Technique Based on Feature Level Fusion of Fingerprint Features
An Indexing Technique Based on Feature Level Fusion of Fingerprint FeaturesIDES Editor
 
Ijigsp v6-n2-6
Ijigsp v6-n2-6Ijigsp v6-n2-6
Ijigsp v6-n2-6Anita Pal
 
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARECLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CAREijistjournal
 
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...ijscmcj
 
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...ijaia
 
IRJET- Facial Expression Recognition
IRJET- Facial Expression RecognitionIRJET- Facial Expression Recognition
IRJET- Facial Expression RecognitionIRJET Journal
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...IRJET Journal
 
IMPROVING SUPERVISED CLASSIFICATION OF DAILY ACTIVITIES LIVING USING NEW COST...
IMPROVING SUPERVISED CLASSIFICATION OF DAILY ACTIVITIES LIVING USING NEW COST...IMPROVING SUPERVISED CLASSIFICATION OF DAILY ACTIVITIES LIVING USING NEW COST...
IMPROVING SUPERVISED CLASSIFICATION OF DAILY ACTIVITIES LIVING USING NEW COST...csandit
 
A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDA
A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDAA NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDA
A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDAcsandit
 
Profile Analysis of Users in Data Analytics Domain
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics DomainDrjabez
 
WEB-BASED ONTOLOGY EDITOR ENHANCED BY PROPERTY VALUE EXTRACTION
WEB-BASED ONTOLOGY EDITOR ENHANCED BY PROPERTY VALUE EXTRACTIONWEB-BASED ONTOLOGY EDITOR ENHANCED BY PROPERTY VALUE EXTRACTION
WEB-BASED ONTOLOGY EDITOR ENHANCED BY PROPERTY VALUE EXTRACTIONIJwest
 
Privacy preserving data mining in four group randomized response technique us...
Privacy preserving data mining in four group randomized response technique us...Privacy preserving data mining in four group randomized response technique us...
Privacy preserving data mining in four group randomized response technique us...eSAT Journals
 
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...IJNSA Journal
 

What's hot (18)

A novel ensemble modeling for intrusion detection system
A novel ensemble modeling for intrusion detection system A novel ensemble modeling for intrusion detection system
A novel ensemble modeling for intrusion detection system
 
20120140506007
2012014050600720120140506007
20120140506007
 
An Indexing Technique Based on Feature Level Fusion of Fingerprint Features
An Indexing Technique Based on Feature Level Fusion of Fingerprint FeaturesAn Indexing Technique Based on Feature Level Fusion of Fingerprint Features
An Indexing Technique Based on Feature Level Fusion of Fingerprint Features
 
Ijigsp v6-n2-6
Ijigsp v6-n2-6Ijigsp v6-n2-6
Ijigsp v6-n2-6
 
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARECLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
CLUSTERING DICHOTOMOUS DATA FOR HEALTH CARE
 
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
K-Medoids Clustering Using Partitioning Around Medoids for Performing Face Re...
 
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
AUTOMATIC TRAINING DATA SYNTHESIS FOR HANDWRITING RECOGNITION USING THE STRUC...
 
B017441015
B017441015B017441015
B017441015
 
H017445260
H017445260H017445260
H017445260
 
IRJET- Facial Expression Recognition
IRJET- Facial Expression RecognitionIRJET- Facial Expression Recognition
IRJET- Facial Expression Recognition
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
 
IMPROVING SUPERVISED CLASSIFICATION OF DAILY ACTIVITIES LIVING USING NEW COST...
IMPROVING SUPERVISED CLASSIFICATION OF DAILY ACTIVITIES LIVING USING NEW COST...IMPROVING SUPERVISED CLASSIFICATION OF DAILY ACTIVITIES LIVING USING NEW COST...
IMPROVING SUPERVISED CLASSIFICATION OF DAILY ACTIVITIES LIVING USING NEW COST...
 
G0333946
G0333946G0333946
G0333946
 
A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDA
A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDAA NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDA
A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDA
 
Profile Analysis of Users in Data Analytics Domain
Profile Analysis of   Users in Data Analytics DomainProfile Analysis of   Users in Data Analytics Domain
Profile Analysis of Users in Data Analytics Domain
 
WEB-BASED ONTOLOGY EDITOR ENHANCED BY PROPERTY VALUE EXTRACTION
WEB-BASED ONTOLOGY EDITOR ENHANCED BY PROPERTY VALUE EXTRACTIONWEB-BASED ONTOLOGY EDITOR ENHANCED BY PROPERTY VALUE EXTRACTION
WEB-BASED ONTOLOGY EDITOR ENHANCED BY PROPERTY VALUE EXTRACTION
 
Privacy preserving data mining in four group randomized response technique us...
Privacy preserving data mining in four group randomized response technique us...Privacy preserving data mining in four group randomized response technique us...
Privacy preserving data mining in four group randomized response technique us...
 
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
 

Viewers also liked

Feature Level Fusion Based Bimodal Biometric Using Transformation Domine Tec...
Feature Level Fusion Based Bimodal Biometric Using  Transformation Domine Tec...Feature Level Fusion Based Bimodal Biometric Using  Transformation Domine Tec...
Feature Level Fusion Based Bimodal Biometric Using Transformation Domine Tec...IOSR Journals
 
Feature Matching using SIFT algorithm
Feature Matching using SIFT algorithmFeature Matching using SIFT algorithm
Feature Matching using SIFT algorithmSajid Pareeth
 
A study on biometric authentication techniques
A study on biometric authentication techniquesA study on biometric authentication techniques
A study on biometric authentication techniquesSubhash Basistha
 
FACE RECOGNITION TECHNOLOGY
FACE RECOGNITION TECHNOLOGYFACE RECOGNITION TECHNOLOGY
FACE RECOGNITION TECHNOLOGYJASHU JASWANTH
 
Face recognition technology - BEST PPT
Face recognition technology - BEST PPTFace recognition technology - BEST PPT
Face recognition technology - BEST PPTSiddharth Modi
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition pptSantosh Kumar
 

Viewers also liked (9)

Feature Level Fusion Based Bimodal Biometric Using Transformation Domine Tec...
Feature Level Fusion Based Bimodal Biometric Using  Transformation Domine Tec...Feature Level Fusion Based Bimodal Biometric Using  Transformation Domine Tec...
Feature Level Fusion Based Bimodal Biometric Using Transformation Domine Tec...
 
IEEE CVPR Biometrics 2009
IEEE CVPR Biometrics 2009IEEE CVPR Biometrics 2009
IEEE CVPR Biometrics 2009
 
Feature Matching using SIFT algorithm
Feature Matching using SIFT algorithmFeature Matching using SIFT algorithm
Feature Matching using SIFT algorithm
 
Local binary pattern
Local binary patternLocal binary pattern
Local binary pattern
 
A study on biometric authentication techniques
A study on biometric authentication techniquesA study on biometric authentication techniques
A study on biometric authentication techniques
 
Bio-metrics Technology
Bio-metrics TechnologyBio-metrics Technology
Bio-metrics Technology
 
FACE RECOGNITION TECHNOLOGY
FACE RECOGNITION TECHNOLOGYFACE RECOGNITION TECHNOLOGY
FACE RECOGNITION TECHNOLOGY
 
Face recognition technology - BEST PPT
Face recognition technology - BEST PPTFace recognition technology - BEST PPT
Face recognition technology - BEST PPT
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition ppt
 

Similar to FEATURE LEVEL FUSION USING FACE AND PALMPRINT BIOMETRICS FOR SECURED AUTHENTICATION

Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...IJNSA Journal
 
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITYPROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITYIAEME Publication
 
COMPARATIVE ANALYSIS OF MINUTIAE BASED FINGERPRINT MATCHING ALGORITHMS
COMPARATIVE ANALYSIS OF MINUTIAE BASED FINGERPRINT MATCHING ALGORITHMSCOMPARATIVE ANALYSIS OF MINUTIAE BASED FINGERPRINT MATCHING ALGORITHMS
COMPARATIVE ANALYSIS OF MINUTIAE BASED FINGERPRINT MATCHING ALGORITHMSijcsit
 
Estimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachEstimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachcsandit
 
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHcscpconf
 
A Review Paper on Personal Identification with An Efficient Method Of Combina...
A Review Paper on Personal Identification with An Efficient Method Of Combina...A Review Paper on Personal Identification with An Efficient Method Of Combina...
A Review Paper on Personal Identification with An Efficient Method Of Combina...IRJET Journal
 
IRJET - An Enhanced Signature Verification System using KNN
IRJET - An Enhanced Signature Verification System using KNNIRJET - An Enhanced Signature Verification System using KNN
IRJET - An Enhanced Signature Verification System using KNNIRJET 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
 
76201929
7620192976201929
76201929IJRAT
 
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET Journal
 
Single parent mating in genetic algorithm for real robotic system identification
Single parent mating in genetic algorithm for real robotic system identificationSingle parent mating in genetic algorithm for real robotic system identification
Single parent mating in genetic algorithm for real robotic system identificationIAESIJAI
 
Simplified Multimodal Biometric Identification
Simplified Multimodal Biometric IdentificationSimplified Multimodal Biometric Identification
Simplified Multimodal Biometric Identificationijeei-iaes
 
IRJET- Object Detection using Hausdorff Distance
IRJET-  	  Object Detection using Hausdorff DistanceIRJET-  	  Object Detection using Hausdorff Distance
IRJET- Object Detection using Hausdorff DistanceIRJET Journal
 
Integrating Fusion levels for Biometric Authentication System
Integrating Fusion levels for Biometric Authentication SystemIntegrating Fusion levels for Biometric Authentication System
Integrating Fusion levels for Biometric Authentication SystemIOSRJECE
 
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...IRJET Journal
 
IRJET - Object Detection using Hausdorff Distance
IRJET -  	  Object Detection using Hausdorff DistanceIRJET -  	  Object Detection using Hausdorff Distance
IRJET - Object Detection using Hausdorff DistanceIRJET Journal
 
Feature selection in multimodal
Feature selection in multimodalFeature selection in multimodal
Feature selection in multimodalijcsa
 

Similar to FEATURE LEVEL FUSION USING FACE AND PALMPRINT BIOMETRICS FOR SECURED AUTHENTICATION (20)

Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
Feature Extraction using Sparse SVD for Biometric Fusion in Multimodal Authen...
 
Iy3615601568
Iy3615601568Iy3615601568
Iy3615601568
 
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITYPROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
PROFIT AGENT CLASSIFICATION USING FEATURE SELECTION EIGENVECTOR CENTRALITY
 
COMPARATIVE ANALYSIS OF MINUTIAE BASED FINGERPRINT MATCHING ALGORITHMS
COMPARATIVE ANALYSIS OF MINUTIAE BASED FINGERPRINT MATCHING ALGORITHMSCOMPARATIVE ANALYSIS OF MINUTIAE BASED FINGERPRINT MATCHING ALGORITHMS
COMPARATIVE ANALYSIS OF MINUTIAE BASED FINGERPRINT MATCHING ALGORITHMS
 
Estimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachEstimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approach
 
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
 
A Review Paper on Personal Identification with An Efficient Method Of Combina...
A Review Paper on Personal Identification with An Efficient Method Of Combina...A Review Paper on Personal Identification with An Efficient Method Of Combina...
A Review Paper on Personal Identification with An Efficient Method Of Combina...
 
IRJET - An Enhanced Signature Verification System using KNN
IRJET - An Enhanced Signature Verification System using KNNIRJET - An Enhanced Signature Verification System using KNN
IRJET - An Enhanced Signature Verification System using KNN
 
Virtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial RecognitionVirtual Contact Discovery using Facial Recognition
Virtual Contact Discovery using Facial Recognition
 
76201929
7620192976201929
76201929
 
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
 
Single parent mating in genetic algorithm for real robotic system identification
Single parent mating in genetic algorithm for real robotic system identificationSingle parent mating in genetic algorithm for real robotic system identification
Single parent mating in genetic algorithm for real robotic system identification
 
BIOMETRIC SECURITY SYSTEM AND ITS APPLICATIONS IN HEALTHCARE
BIOMETRIC SECURITY SYSTEM AND ITS APPLICATIONS IN HEALTHCAREBIOMETRIC SECURITY SYSTEM AND ITS APPLICATIONS IN HEALTHCARE
BIOMETRIC SECURITY SYSTEM AND ITS APPLICATIONS IN HEALTHCARE
 
K0167683
K0167683K0167683
K0167683
 
Simplified Multimodal Biometric Identification
Simplified Multimodal Biometric IdentificationSimplified Multimodal Biometric Identification
Simplified Multimodal Biometric Identification
 
IRJET- Object Detection using Hausdorff Distance
IRJET-  	  Object Detection using Hausdorff DistanceIRJET-  	  Object Detection using Hausdorff Distance
IRJET- Object Detection using Hausdorff Distance
 
Integrating Fusion levels for Biometric Authentication System
Integrating Fusion levels for Biometric Authentication SystemIntegrating Fusion levels for Biometric Authentication System
Integrating Fusion levels for Biometric Authentication System
 
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
IRJET- Expert Independent Bayesian Data Fusion and Decision Making Model for ...
 
IRJET - Object Detection using Hausdorff Distance
IRJET -  	  Object Detection using Hausdorff DistanceIRJET -  	  Object Detection using Hausdorff Distance
IRJET - Object Detection using Hausdorff Distance
 
Feature selection in multimodal
Feature selection in multimodalFeature selection in multimodal
Feature selection in multimodal
 

More from pharmaindexing

Patient compliance: Challenges in management of cardiac diseases in Kuala Lum...
Patient compliance: Challenges in management of cardiac diseases in Kuala Lum...Patient compliance: Challenges in management of cardiac diseases in Kuala Lum...
Patient compliance: Challenges in management of cardiac diseases in Kuala Lum...pharmaindexing
 
Overview on Recurrence Pregnancy Loss etiology and risk factors
Overview on Recurrence Pregnancy Loss etiology and risk factorsOverview on Recurrence Pregnancy Loss etiology and risk factors
Overview on Recurrence Pregnancy Loss etiology and risk factorspharmaindexing
 
Novel treatments for asthma: Corticosteroids and other anti-inflammatory agents.
Novel treatments for asthma: Corticosteroids and other anti-inflammatory agents.Novel treatments for asthma: Corticosteroids and other anti-inflammatory agents.
Novel treatments for asthma: Corticosteroids and other anti-inflammatory agents.pharmaindexing
 
A review on liver disorders and screening models of hepatoprotective agents
A review on liver disorders and screening models of hepatoprotective agentsA review on liver disorders and screening models of hepatoprotective agents
A review on liver disorders and screening models of hepatoprotective agentspharmaindexing
 
Carbamazepine induced Steven Johnson syndrome: A case report
Carbamazepine induced Steven Johnson syndrome: A case reportCarbamazepine induced Steven Johnson syndrome: A case report
Carbamazepine induced Steven Johnson syndrome: A case reportpharmaindexing
 
Monoherbal formulation development for laxative activity
Monoherbal formulation development for laxative activityMonoherbal formulation development for laxative activity
Monoherbal formulation development for laxative activitypharmaindexing
 
Monoherbal formulation development for laxative activity
Monoherbal formulation development for laxative activityMonoherbal formulation development for laxative activity
Monoherbal formulation development for laxative activitypharmaindexing
 
Pneumonia and respiratory failure from swine origin influenza H1n1
Pneumonia and respiratory failure from swine origin influenza H1n1Pneumonia and respiratory failure from swine origin influenza H1n1
Pneumonia and respiratory failure from swine origin influenza H1n1pharmaindexing
 
A descriptive study on newborn care among postnatal mothers in selected mater...
A descriptive study on newborn care among postnatal mothers in selected mater...A descriptive study on newborn care among postnatal mothers in selected mater...
A descriptive study on newborn care among postnatal mothers in selected mater...pharmaindexing
 
Nano-Medicine Global Market
Nano-Medicine Global MarketNano-Medicine Global Market
Nano-Medicine Global Marketpharmaindexing
 
The Flaws in health practice in post-operative management of a patient in ter...
The Flaws in health practice in post-operative management of a patient in ter...The Flaws in health practice in post-operative management of a patient in ter...
The Flaws in health practice in post-operative management of a patient in ter...pharmaindexing
 
Corticosteroid induced disorders – An overview
Corticosteroid induced disorders – An overviewCorticosteroid induced disorders – An overview
Corticosteroid induced disorders – An overviewpharmaindexing
 
Anti-inflammatory activity of pupalia lappacea L. Juss
Anti-inflammatory activity of pupalia lappacea L. JussAnti-inflammatory activity of pupalia lappacea L. Juss
Anti-inflammatory activity of pupalia lappacea L. Jusspharmaindexing
 
Lucinactant: A new solution in treating neonatal respiratory distress syndrom...
Lucinactant: A new solution in treating neonatal respiratory distress syndrom...Lucinactant: A new solution in treating neonatal respiratory distress syndrom...
Lucinactant: A new solution in treating neonatal respiratory distress syndrom...pharmaindexing
 
Bioactivity screening of Soil bacteria against human pathogens
Bioactivity screening of Soil bacteria against human pathogensBioactivity screening of Soil bacteria against human pathogens
Bioactivity screening of Soil bacteria against human pathogenspharmaindexing
 
A study on sigmoid Volvulus presentation and management
A study on sigmoid Volvulus presentation and managementA study on sigmoid Volvulus presentation and management
A study on sigmoid Volvulus presentation and managementpharmaindexing
 
Evaluation of Preliminary phytochemical on various some medicinal plants
Evaluation of Preliminary phytochemical on various some medicinal plantsEvaluation of Preliminary phytochemical on various some medicinal plants
Evaluation of Preliminary phytochemical on various some medicinal plantspharmaindexing
 
Comparision of in vitro antibacterial activity of cefoperazone and levofloxac...
Comparision of in vitro antibacterial activity of cefoperazone and levofloxac...Comparision of in vitro antibacterial activity of cefoperazone and levofloxac...
Comparision of in vitro antibacterial activity of cefoperazone and levofloxac...pharmaindexing
 
Concept of srotas from ayurvedic perspective with special reference to neurology
Concept of srotas from ayurvedic perspective with special reference to neurologyConcept of srotas from ayurvedic perspective with special reference to neurology
Concept of srotas from ayurvedic perspective with special reference to neurologypharmaindexing
 
Health promotion survey in overweight and obese students of universities in n...
Health promotion survey in overweight and obese students of universities in n...Health promotion survey in overweight and obese students of universities in n...
Health promotion survey in overweight and obese students of universities in n...pharmaindexing
 

More from pharmaindexing (20)

Patient compliance: Challenges in management of cardiac diseases in Kuala Lum...
Patient compliance: Challenges in management of cardiac diseases in Kuala Lum...Patient compliance: Challenges in management of cardiac diseases in Kuala Lum...
Patient compliance: Challenges in management of cardiac diseases in Kuala Lum...
 
Overview on Recurrence Pregnancy Loss etiology and risk factors
Overview on Recurrence Pregnancy Loss etiology and risk factorsOverview on Recurrence Pregnancy Loss etiology and risk factors
Overview on Recurrence Pregnancy Loss etiology and risk factors
 
Novel treatments for asthma: Corticosteroids and other anti-inflammatory agents.
Novel treatments for asthma: Corticosteroids and other anti-inflammatory agents.Novel treatments for asthma: Corticosteroids and other anti-inflammatory agents.
Novel treatments for asthma: Corticosteroids and other anti-inflammatory agents.
 
A review on liver disorders and screening models of hepatoprotective agents
A review on liver disorders and screening models of hepatoprotective agentsA review on liver disorders and screening models of hepatoprotective agents
A review on liver disorders and screening models of hepatoprotective agents
 
Carbamazepine induced Steven Johnson syndrome: A case report
Carbamazepine induced Steven Johnson syndrome: A case reportCarbamazepine induced Steven Johnson syndrome: A case report
Carbamazepine induced Steven Johnson syndrome: A case report
 
Monoherbal formulation development for laxative activity
Monoherbal formulation development for laxative activityMonoherbal formulation development for laxative activity
Monoherbal formulation development for laxative activity
 
Monoherbal formulation development for laxative activity
Monoherbal formulation development for laxative activityMonoherbal formulation development for laxative activity
Monoherbal formulation development for laxative activity
 
Pneumonia and respiratory failure from swine origin influenza H1n1
Pneumonia and respiratory failure from swine origin influenza H1n1Pneumonia and respiratory failure from swine origin influenza H1n1
Pneumonia and respiratory failure from swine origin influenza H1n1
 
A descriptive study on newborn care among postnatal mothers in selected mater...
A descriptive study on newborn care among postnatal mothers in selected mater...A descriptive study on newborn care among postnatal mothers in selected mater...
A descriptive study on newborn care among postnatal mothers in selected mater...
 
Nano-Medicine Global Market
Nano-Medicine Global MarketNano-Medicine Global Market
Nano-Medicine Global Market
 
The Flaws in health practice in post-operative management of a patient in ter...
The Flaws in health practice in post-operative management of a patient in ter...The Flaws in health practice in post-operative management of a patient in ter...
The Flaws in health practice in post-operative management of a patient in ter...
 
Corticosteroid induced disorders – An overview
Corticosteroid induced disorders – An overviewCorticosteroid induced disorders – An overview
Corticosteroid induced disorders – An overview
 
Anti-inflammatory activity of pupalia lappacea L. Juss
Anti-inflammatory activity of pupalia lappacea L. JussAnti-inflammatory activity of pupalia lappacea L. Juss
Anti-inflammatory activity of pupalia lappacea L. Juss
 
Lucinactant: A new solution in treating neonatal respiratory distress syndrom...
Lucinactant: A new solution in treating neonatal respiratory distress syndrom...Lucinactant: A new solution in treating neonatal respiratory distress syndrom...
Lucinactant: A new solution in treating neonatal respiratory distress syndrom...
 
Bioactivity screening of Soil bacteria against human pathogens
Bioactivity screening of Soil bacteria against human pathogensBioactivity screening of Soil bacteria against human pathogens
Bioactivity screening of Soil bacteria against human pathogens
 
A study on sigmoid Volvulus presentation and management
A study on sigmoid Volvulus presentation and managementA study on sigmoid Volvulus presentation and management
A study on sigmoid Volvulus presentation and management
 
Evaluation of Preliminary phytochemical on various some medicinal plants
Evaluation of Preliminary phytochemical on various some medicinal plantsEvaluation of Preliminary phytochemical on various some medicinal plants
Evaluation of Preliminary phytochemical on various some medicinal plants
 
Comparision of in vitro antibacterial activity of cefoperazone and levofloxac...
Comparision of in vitro antibacterial activity of cefoperazone and levofloxac...Comparision of in vitro antibacterial activity of cefoperazone and levofloxac...
Comparision of in vitro antibacterial activity of cefoperazone and levofloxac...
 
Concept of srotas from ayurvedic perspective with special reference to neurology
Concept of srotas from ayurvedic perspective with special reference to neurologyConcept of srotas from ayurvedic perspective with special reference to neurology
Concept of srotas from ayurvedic perspective with special reference to neurology
 
Health promotion survey in overweight and obese students of universities in n...
Health promotion survey in overweight and obese students of universities in n...Health promotion survey in overweight and obese students of universities in n...
Health promotion survey in overweight and obese students of universities in n...
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 

FEATURE LEVEL FUSION USING FACE AND PALMPRINT BIOMETRICS FOR SECURED AUTHENTICATION

  • 1. www.ijiarec.com Author for Correspondence: *1 Mrs.R.Karthiga,M.E.,(PhD), Assistant Professor, Department of ECE, KPR Institute of Engineering and Technology, Coimbatore, Tamil Nadu, India. E-mail: keerthiram21@ yahoo.com. *2 Dr.S.Mangai, M.E.,PhD, Professor & Head, Department of BME, Velalar College of Engineering and Technology, Erode, Tamil Nadu, India. E-mail: Prof.mangai@gmail.com. NOV 2013 International Journal of Intellectual Advancements and Research in Engineering Computations FEATURE LEVEL FUSION USING FACE AND PALMPRINT BIOMETRICS FOR SECURED AUTHENTICATION *1 Mrs.R.Karthiga,M.E,(PhD), *2 Dr.S.Mangai,M.E,PhD ABSTRACT Multibiometric systems utilize the evidence presented by multiple biometric sources (e.g., face and fingerprint, multiple fingers of a user, multiple matchers, etc.) in order to determine or verify the identity of an individual. Information from multiple sources can be consolidated in several distinct levels, including the feature extraction level, match score level and decision level. While fusion at the match score and decision levels have been extensively studied in the literature, fusion at the feature level is a relatively understudied problem. In this paper fusion at the feature level in 3 different scenarios: (i) fusion of PCA and LDA coefficients of face; (ii) fusion of LDA coefficients corresponding to the R,G,B channels of a face image; (iii) fusion of face and hand modalities is discussed. Preliminary results are encouraging and help in highlighting the pros and cons of performing fusion at this level. The primary motivation of this work is to demonstrate the viability of such a fusion and to underscore the importance of pursuing further research in this direction. Partitioning around medoids (PAM) algorithm is used to partition the set of n invariant feature points of the face and palm print images into k clusters. Index terms: Multibiometric, PCA, LDA, PAM. I INTRODUCTION The pronounced need for establishing identity in a reliable manner has spurred active research in the world of biometrics. It is now apparent that a single biometric is not sufficient to meet the variety of requirements including matching performance imposed by several large-scale authentication systems. Multibiometric systems seek to alleviate some of the drawbacks encountered by unibiometric systems by consolidating the evidence presented by multiple biometric traits/sources. These systems can significantly improve the recognition performance of a biometric system besides improving population coverage, deterring spoof attacks, increasing the degrees-of-freedom, and reducing the failure-to-enroll rate. Although the storage requirements, processing time and the computational demands of a multibiometric system are much higher (than a unibiometric system), the above mentioned advantages present a compelling case for deploying multibiometric systems in large-scale authentication systems. Evidence in a multibiometric system can be integrated in several different levels as described below: 1. Sensor level: The raw data acquired from multiple sensors can be processed and integrated to generate new data from which features can be extracted. For example, in the case of face biometrics, both 2D texture information and 3D depth (range) information (obtained using two die rent sensors) may be used to generate a 3D texture image of the face which could then be subjected to feature extraction and matching. 2. Feature level: The feature sets extracted from multiple data sources can be used to create a new feature set to represent the individual. The geometric features of the hand, for example, may be augmented with the Eigen-coefficients of the face in order to construct a new high-dimension feature vector. A feature selection/transformation procedure may be adopted to elicit a minimal feature set from the high-
  • 2. 2 R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7] Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com dimensional feature vector. 3. Match score level: In this case, multiple classifiers output a set of match scores which are used to generate a single scalar score. As an example, the match scores generated by the face and hand modalities of a user may be combined via the simple sum rule in order to obtain a new match score which is then used to make the final decision. 4. Rank level: This type of fusion is relevant in identification systems where each classifier associates a rank with every enrolled identity (a higher rank indicating a good match). Thus, fusion entails consolidating the multiple ranks associated with an identity and determining a new rank that would aid in establishing the final decision. Techniques such as the Borda count may be used to make the nal decision. 5. Decision level: When each matcher outputs its own class label (i.e., accept or reject in a verification system, or the identity of a user in an identification system), a single class label can be obtained by employing techniques like majority voting, behavior knowledge space, etc. Fusion at the match score, rank and decision levels have been extensively studied in the literature. Fusion at the feature level, however, is a relatively understudied problem. Fusion at this level involves the integration of feature sets corresponding to multiple information sources. Since the feature set contains richer information about the raw biometric data than the match score or the final decision, integration at this level is expected to provide better authentication results. However, fusion at this level is difficult to achieve in practice because of the following reasons: (i) the feature sets of multiple modalities may be incompatible (e.g., minutiae set of fingerprints and Eigen-coefficients of face); (ii) the relationship between the feature spaces of different biometric systems may not be known; (iii) concatenating two feature vectors may result in a feature vector with very large dimensionality leading to the ‘curse of dimensionality' problem; and (iv) a significantly more complex matcher might be required in order to operate on the concatenated feature set. In this paper fusion at the feature level in 3 different contexts: (i) fusion of PCA and LDA co-efficient of face; (ii) fusion of LDA co- efficient corresponding to the R,G,B channels of a face image; (iii) fusion of face and hand modalities are discussed. A distance measure known as the Threshold Absolute Distance (TAD) to be used along with the Euclidean distance metric is also introduced. II PROBLEM AND ANALYSIS 2. FEATURE LEVEL FUSION In this work, feature level fusion is accomplished by a simple concatenation of the feature sets obtained from multiple information sources. Let X = fx1; x2 ; : : : xmg and Y = fy1; y2; : : : yng denote feature vectors (X 2 Rm and Y 2 Rn ) representing the information extracted via two different sources. The objective is to combine these two feature sets in order to yield a new feature vector, Z,that would better represent the individual. The vector Z is generated by first augmenting vectors X and values of Z 0 . This results in a new feature vector Z = fz1; z2; : : : zk g. The criterion function to perform feature selection is defined to be the average of the Genuine Accept Rate (GAR) at four different False Accept Rate (FAR) values (0:05%, 0:1%, 1%, 10%) in the ROC (Receiver Operating Characteristics) curve pertaining to the training data. The reason for choosing this criterion is explained below. 2.1. Criteria for Feature Selection The feature selection algorithm relies on an appropriately formulated objective function to elicit the optimal subset of features from the complete feature set. In the case of a biometric system it is difficult to identify a single parameter that would characterize the matching performance across a range of FAR/FRR values. Note that the single-valued parameters commonly used in the biometric literature - the Equal Error Rate (EER) and the d-prime measure - do not summarize the matching performance across all matching thresholds. An alternative would be to define the objective function at a xed GAR/FAR value. However, this would also result in maximizing the performance at only those specific points. In order to optimize the performance gain across a wide range of thresholds, the objective function to be the average of GAR corresponding to 4 different FAR's (0:05%, 0:1%, 1%, 10%). 2.2. Match Score Generation Consider feature vectors fXi ; Yi g and fXi ; Yj g obtained at two different time instances i and j. The corresponding fused feature vectors may be denoted as Zi and Zj , respectively. Let sX and sY be the normalized match (Euclidean distance) scores generated by comparing Xi with Xj and Yi with Yj , respectively, and let smatch = (sX + sY )=2 be the fused match score obtained using the simple sum rule. Figure 1 shows the distribution of smatch - P(Smatch) -
  • 3. 3 R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7] Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com under the genuine and impostor hypothesis. The critical region is de ned as a range of scores, [t ; t + ], where the probability distributions of the genuine andimpostor scores have substantial overlap. By utilizing the fused vectors Zi and Zj , the ambiguity presented by the critical region may be resolved. In order to accomplish this we observe that in the case of genuine pairs, a high match score is typically the effect of a few feature values constituting the fused vector, while a similar score for an impostor pair is typically the cumulative effect of all feature values. This observation is fairly intuitive since the feature selection process eliminates features that are redundant as well as those that are correlated with other features. Figure 1. Distribution of smatch - P(Smatch) Two different distance measures to compare Zi and Zj are employed k seuc = (zi;r zj;r )2 (Euclidean distance) (1) r=1 k stad = I (jzi;rzj;r j; t) (Thresholded absolute) (2) r=1 Here, I (y; t) = 1, if y > t (and 0 otherwise), and t is a pre-specified threshold. The TAD measure determines the number of normalized feature values that differ by a magnitude greater than t. The seuc and stad values are consolidated into one feature level score, sf eat, via the simple sum rule. III SOLUTION AND MECHANISM 3.EXPERIMENTAL RESULTS Set of 500 face images and hand images were acquired from 100 users (5 biometric samples per user per biometric) at West Virginia University (WVU). The hand data was obtained using a commercial-o -the- shelf (COTS) hand geometry system installed at WVU. The feature set is a 9-byte value comprising of different geometric measurements of the hand. The face data was acquired using the Sony EVI-D30 PTZ Color camera. Each face image was decomposed into its component R, G, B channels. Further, the grayscale rendition of the color image - I - was also computed. The Principal Component Analysis (PCA) and Linear Discriminate Analysis (LDA) were performed on these component images (i.e., R, G, B, I ) in order to extract representational features. Thus, a component image was represented using PCA coefficients as well as LDA coefficients. Details of these methods may be obtained from the paper by Belhumeur et al. The proposed technique was tested on three different scenarios: (i) fusion of PCA and LDA
  • 4. 4 R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7] Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com coefficients corresponding to I (intra-modal); (ii) fusion of LDA coefficients corresponding to the R,G,B channels (intra-modal); (iii) fusion of face and hand modalities (inter-modal). Figure 2. a) PCA and (b) LDA techniques 3.1. Fusion of PCA and LDA Coefficients The basis images corresponding to PCA (eigenfaces) and LDA (sherfaces) are shown in Figure 3. Each grayscale face image was represented using 25 eigen-coefficients and 27 sher-coefficients. The feature fused vector had 28 features. The results of fusion are summarized in Figure 3. It is observed that the performance of the LDA-based matcher performance. Fgure 3. The results of fusion when combining the PCA and LDA coefficients of grayscale face images. However, combining the feature level and match score level information neither degrades nor improves the matching performance. An information both at the match score level (smatch) as well as the feature level (sfeat ) is obtained. Both these values are combined using the simple sum rule to obtain the nal score stot (Figure 2). In the following experiments, stot is referred to as the score obtained by combining information at the match score level and the feature level is much higher than that of the PCA-based matcher. The difference in performance is more pronounced at lower FAR values. For example, at a FAR = 0:01% the GAR using the PCA technique is 50% and the LDA technique is 80%. Therefore, this scenario represents a case where a weak classier is combined with a strong classier. The application of match level fusion in this situation is observed to degrade matching match level fusion. It must be mentioned that using alternate fusion schemes (other than the simple sum rule) might result in different performance curves. 3.2. Fusion of R, G, B Channels Experiments were also conducted in order to assess the efficacy of the proposed technique in an intra-modal fusion scenario involving the R,G and B color channels of the face images. In this case, three separate feature sets are denoted as LDA-R (18 features), LDA-G (32 features) and LDA-B (40 features) were generated for a face image by performing LDA on each color channel independently. These three feature sets were then subjected to fusion at both the feature and match score levels. The feature fused vector consisted of 43 features. Figure 4 summarizes the results using this data. It is observed that the proposed scheme outperforms match score level fusion by a substantial margin thereby underscoring the significance of the proposed technique. 3.3. Fusion of Face and Hand - Palm Biometrics In this case, the 9-byte hand feature set and the LDA-coefficients (27 features) of the grayscale face image were combined. Figure 6 presents the ROC curves for this scenario. The matching performance of the proposed scheme is seen to result in a marginally inferior performance compared to fusion at the match score level.palmprint images to obtain the partitioned of features which can provide more discriminative and meaningful clusters of invariant features. The algorithm can be given below. This experiment was also conducted using the Michigan State University (MSU) dataset consisting of hand and face information pertaining to 50 users with each user providing 5 samples of each biometric. The hand feature set was extracted using the technique described by Jain et al. In this case, the performance of
  • 5. 5 R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7] Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com the proposed fusion scheme was observed to be superior to that of match score level fusion (Figure 7). Currently, we are analyzing the reasons for such di erences in performance across datasets. It is clear, however, that the performance of constituent matchers and the relationship between the feature sets generated by individual modalities have a large role to play in determining the e cacy of the proposed technique. A more formal framework may be necessary to better understand this phenomenon. 3.3 Correspondence between Clusters of Face and Palmprint Images To establish correspondence between any two clusters of face and palmprint images, it has been observed that more than one keypoint on face image may correspond to single keypoint on the palmprint image. To eliminate false matches and to consider the only minimum pair distance from a set of pair distances for making correspondences, first it needs to verify the number of feature points that are available in the cluster of face and that in the cluster of palmprint. When the number of feature. Improved version of PAM clustering using Silhouette approximations. Silhouette technique can be used to verify the quality of a cluster of data points. After applying the PAM clustering technique to the sets of SIFT keypoints for face and palmprint images, each cluster can be verified by Silhouette technique. Let, for each keypoint i, x(i) be the average distance of i with all the keypoints in cluster cm. Consider x(i+1) as an additional average distance next to x(i). These two successive distances x(i) and x(i+1) are considered to verify the matching of these keypoints i and (i+1) to the cluster where these points are assigned. Then the average distances of i and (i+1) with the keypoints of another single cluster are found. Repeat this process for every cluster in which i and (i+1) are not a member. If the cluster with lowest average. 3.4 Establishing Methodology The existing algorithm has been extended by taking another average distances x(i+1) and y(i+1) for a pair of clusters and it has been determined that a better approximation could be arise while PAM algorithm is used for partition the keypoints set. The precision level of each cluster is increased by this improved approximation method where more relevant keypoints are taken instead of taking restricted number of keypoints for fusion. points in the cluster for face is less than that of the cluster for palmprint, many points of interest from the palmprint cluster needs to be discarded. If the number of points of interest on the face cluster is more than that of the palmprint cluster, then a single interest point on the palmprint cluster may act as a match point for many points of interest of face cluster. Moreover, many points of interest on the face cluster may have correspondences to a single point of interest on the cluster for palmprint. After computing all distances between points of interest of face cluster and palmprint cluster that have made correspondences, only the minimum pair distance is paired. After establishing correspondence between clusters for face and palmprint images, isomorphic graph representation for each cluster has been formed while removing few more keypoints from the paired clusters. Further iterative relaxation algorithm is used for searching the best possible pair of isomorphic graphs from all possible graphs. 3.3 Isomorphic Graph Representations of Partitioned Clusters To interpret each pair of clusters for face and palmprint, isomorphic graph representation has been used. Each cluster contains a set of SIFT keypoints and each keypoint is considered as a vertex of the proposed isomorphic graph. A one-to-one mapping function is used to map the keypoints of the isomorphic graph constructed on a face cluster to a palmprint cluster while these two clusters have been made correspondence to each other. When two isomorphic graphs are constructed on a pair of face and palmprint clusters with equal number of keypoints, two feature vectors of keypoints are constructed for fusion. Figure 4. Isometric Graph Representation of FACE and PALM
  • 6. 6 R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7] Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com Figure 5. The results of fusion when combining the LDA coefficients corresponding to the R, G, B channels of a face image. Figure 6. ROC Curve IV CONCLUSION A feature level fusion scheme to improve multimodal matching performance has been proposed. In this formulation, information at the feature level and match level are consolidated. The technique has been tested on inter-modal and intra-modal fusion scenarios consisting of both strong and weak biometric classiffiers. It offers high percentage of GAR and increase in accuracy when compared with existing unimodal system. It has been found that the technique exhibits increase in accuracy and significant improvement over the existing methodologies. In certain scenarios (viz., combining R, G, B channels) the performance gain has been substantial, thereby indicating the importance of pursuing the work in this direction. REFERENCE [1]. “Feature Level Fusion Using Hand and Face Biometric” by Arun Rossa and Rohin Govindarajan. [2]. ”Feature Level Fusion of Face and Palmprint Biometrics by Isomorphic Graph-based Improved K-Medoids Partitioning” by Dakshina Ranjan Kisku1 , Phalguni Gupta2 and Jamuna Kanta Sing3 . [3]. Ross, A., Jain, A.K., Qian, J.Z.: Information Fusion in Biometrics. In: 3rd International Conference on Audio- and Video-Based Person Authentication (AVBPA), pp. 354 – 359, 2001. [4]. Kisku, D.R., Gupta, P., Sing, J.K.: Feature Level Fusion of Biometric Cues: Human Identification with Doddington's Caricature. In: International Conference on SecurityTechnology, Communications in Computer and Information Sciences, pp. 157 – 164, Springer-Verlag (2009). [5]. E. Rood and A. K. Jain, Biometric research agenda: Report of the NSF workshop," in Workshop for a Biometric Research Agenda, (Morgantown, WV), July 2003. [6]. Ross and A. K. Jain, Information fusion in biometrics," Pattern Recognition Letters 24, pp. 2115- 2125, Sep 2003. [7]. K. Jain and A. Ross, Multibiometric systems," Communications of the ACM 47, pp. 34{40, Jan 2004. [8]. Kumar and D. Zhang, Integrating palmprint with face for user authentication," in Workshop on Multi Modal User Authentication (MMUA), pp. 107-112, 2003. R.KARTHIGA is currently pursuing the PhD degree. I pursued my M.E- Applied Electronics in the Department of ECE at Paavai Engineering College, Namakkal during the year 2009-2011. I completed my B.E(ECE) at KSR College of Technology in the year 2008.
  • 7. 7 R.Karthiga, Dr.S.Mangai. et al., Inter. J. Int. Adv. & Res. In Engg. Comp., Vol.–01 (01) 2013 [1-7] Copyrights © International Journal of Intellectual Advancements and Research in Engineering Computations, www.ijiarec.com Dr.S.MANGAI graduated with B.E. in Electronics Engineering with Distinction & University 4th rank from Regional Engineering College, now National Institute of Technology(NIT), Surat, Gujarat in the year 1994. She received her M.E. degree with Distinction in Electronics Engineering from Gujarat University in 1997 and pursued her research work in the area of Mobile Ad hoc NET works for which she obtained her doctoral degree in January 2012 from Anna University, Chennai. She has published 10 research papers in various referred International Journals and presented 20 research papers in various national and international conferences. She has a teaching experience of more than 15 years in various capacities at Sardar Vallabhbhai Regional College of Engg. & Technology, Surat-7,