Wavelet Based Face Recognition System
Wavelet Based Face Recognition System
Wavelet Based Face Recognition System
I. INTRODUCTION
Face recognition has been an area of importance
in recent years, because of its benefit of being a
reflexive, non-invasive system to verify
personal identity in a natural and friendly way.
Primary areas of its application are surveillance,
access control and security monitoring systems.
Face recognition is one of the most challenging
tasks in image processing because its
applications requires a high degree of accuracy.
Till date many techniques and methods have
been suggested for accurate face recognition of
an individual. A Comprehensive review of
literature has been presented by Zhao et al. [1]
on this. Methods of face recognition can be
divided into two approaches namely, feature
geometry based and subspace analysis
techniques.
In feature geometry based approach,
recognition is based on the relationship between
1
2
(1)
2
Where,
j is the power of binary scaling, k is a constant
of the filter and (t) is called mother wavelet
(here CDF)
B. Classifiers
A classifier can be viewed as a function of
block, which assigns one class to each point of
the input space. The input space is thus
partitioned into different class. There are two
classification algorithms used for classification
of coefficients from image.
Decision tree: J48
A decision tree is a predictive machine-learning
model that decides the target value (dependent
variable) of a new sample based on various
attribute values of the available data. The
internal nodes of a decision tree denote the
different attributes; the branches between the
nodes tell us the possible values that these
attributes can have in the observed samples,
while the terminal nodes tell us the final value
(classification) of the dependent variable. [3]
Naive Bayes classifier
The probabilistic classifier based on applying
Bayes' theorem is Naive Bayes. Depending on
the precise nature of the probability model,
Naive Bayes classifiers can be trained very
efficiently in a supervised learning setting. It
uses the method of maximum likelihood for
parameter estimation.It is probabilistic classifier
with the assumption that the attribute values are
conditionally independent of the given target
values. . The model is
1, 2,, =
1
()
(2)
(3)
IV. RESULTS
Here ORL face database [5] from AT&T
(Olivetti) Research Laboratories, Cambridge
has been used. The database contains 40
individuals with each person having ten frontal
images. We have taken images of only 10
individuals for our experiment. Few sample
face images from this database are shown in
figure.
1.
2.
3.
4.
5.
6.
7.
Figure 3: Flowchart of proposed method
8.
9.
Classification
Accuracy
Percentage
data used for
training
Total Number
of Instances
Correctly
Classified
Instances
Incorrect
Classified
Instances
Mean Absolute
Error
Naives
Decision
and Bayes Tree:J48
Classifier Classifier
93.33
83.3333
70%
70%
30
30
28
25
0.013
0.03333
Root
Mean
Square Error
Relative
Absolute Error
0.1155
0.1826
7.3462
18.3655
Root Relative
Squared Error
38.1147
60.2646
NCETEST-2014
V. CONCLUSIONS
We applied wavelet transform on images in
database and compared the performance of two
classifiers (J48 and Naives) using LL3
coefficients .Based on results we observed that
the two classifiers give above 80%
classification accuracy. However we observe
that classification accuracy in Naives Bayes
classifier is more (93.33%), making it more
suitable for classification.
We also observe that at Subband LL3 we
extract good frequency information from an
image. The dimensionality of image is reduced
after application of discrete wavelet transform.
This has the advantage of reducing the storage
size in recognition system; also the recognition
time will also be reduced.
REFERENCES
[1] W. Zhao, R. Chellappa, A. Rosenfeld, and
P.J. Phillips,Face recognition: A literature
survey, CVL Technical Report, University of
Maryland, 2000.
[2]Wikipedia ,the free encyclopedia
http://en.wikipedia.org/wiki/Discrete_wavelet_t
ransform
[3] Chapter 5,CLASSIFICATION METHODS
- University of Minnesota Duluth
http://www.d.umn.edu/~padhy005/Chapter5.ht
ml
[4]Face Recognition based on TwoDimensional PCA on Wavelet Subband by
Kishor S Kinage and S. G. Bhirud
[5] ORL face databases,
http://www.uk.research.att.com/pub/data/orl_fa
ces.zip
NCETEST-2014