SlideShare a Scribd company logo
1 of 5
Download to read offline
Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44
www.ijera.com 40|P a g e
Effect of Different Occlusion on Facial Expressions Recognition
Ankita Vyas*, Ramchand Hablani**
*(Department of Computer Science, RGPV University, Indore)
** (Department of Computer Science, RGPV University, Indore)
ABSTRACT
Occlusions around facial parts complicate the task of recognizing facial expressions from their facial images.
We propose facial expressions recognition method based on local facial regions, which provides better
recognition rate in the presence of facial occlusions. Proposed method uses Uniform Local Binary pattern as a
feature extractor, which extract discriminative features from some important parts of facial image. Feature
vectors are classified using simplest classifier that is template matching with chi square distance measure.
Extensive experiments are performed on JAFFE database.
Keywords- Chi Square Distance Measure, Facial Expressions, Feature Vectors, Template Matching, Uniform
Local Binary Pattern.
I. INTRODUCTION
In recent years, there has been a growing interest
in improving all aspects of the interaction between
humans and machines .Facial expression recognition
become an active research topic in fields, like
computer vision, image processing, psychology,
medical science etc[1]. One such problem which
arises in facial expression recognition is effect of
occlusion on different parts of facial image.
Occlusions give different effects on facial image
[2]. Occlusions occur on face image by sunglasses,
scarves, caps etc. As we know occlusion is one kind
of difficulty arises in facial expression. The ability to
handle occluded facial features is important for
achieving robust recognition.
There are two important steps for successful
facial expression recognition method. First step is
extraction of effective features from facial image and
second is to design classifier. There are several
methods for feature extraction such as Principal
Component Analysis (PCA), 2D-PCA, Linear
Discriminant Analysis (LDA), Local Binary pattern
(LBP) etc. We have used LBP, because of its low
computation and high discrimination capability.
LBP is applied on whole face image to get
effective feature vector. As we know, LBP histogram
gives only occurrence of LBPs; they do not provide
locations of LBPs. So it is beneficial to divide the
whole face image into different parts and calculate
histogram of each part separately and then
concatenate all histograms. The image can be divided
into equal or unequal sized sub images. We know
that different sub images contain varying amount of
information. We take only those parts which provide
maximum amount of information. We are taking
forehead, eyes, nose and mouth; these four parts
somehow give more information compare to other
parts.
After getting effective feature vectors, our next
step is to design a classifier. There are several
classifiers such as neural network, template
matching, support vector machine (SVM), adaBoost
etc, used for classification. Some classifier has
generalization ability, some has strong machine
learning technique, some has excellent classification
accuracy etc. We are using template matching
because of its simplicity. In template matching, a
template is formed for each class of face expression
by concatenating the LBP histograms of a above
mentioned parts. In training phase, one template is
formed and stored for each expression and in the
testing phase, a test image is compared with all
stored templates.
As we know occlusion is common difficulty,
arises generally in facial expression. Effect of
occlusion around forehead, eyes, nose, and mouth
somehow decrease the system performance.
Different experiments with various occlusions are
performed and evaluated on JAFFE database. .
II. LOCAL BINARY PATTERN
Nowadays, LBP receives huge attention because
of its low computation and high discrimination
capability [3, 4]. The original LBP operator labels
the pixels of an image with decimal numbers, which
are called LBPs.
Formally, given a pixel at (xc, yc), the resulting
LBP can be expressed in decimal form as follows:
๐ฟ๐ต๐‘ƒ๐‘ƒ,๐‘… (๐‘ฅ๐‘, ๐‘ฆ๐‘) = ๐‘  ๐‘– ๐‘ƒ โˆ’ ๐‘– ๐‘ 2๐‘ƒโˆ’1
๐‘ƒ=0
๐‘ƒ
(1)
RESEARCH ARTICLE OPEN ACCESS
Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44
www.ijera.com 41|P a g e
Where ic and iP are gray-level values of the central
pixel and surrounding pixels in the circle
neighborhood with a radius R, and function S(x) is
defined as:
S(x) =
1, ๐‘–๐‘“๐‘ฅ โ‰ฅ 0
0 ๐‘œ๐‘กโ„Ž๐‘’๐‘Ÿ๐‘ค๐‘–๐‘ ๐‘’
(2)
Each pixel is compared with its 3x3 neighborhood
by comparing the center pixel value with
neighborhood pixel value, if neighborhood pixel
value is greater than or equal to center pixel value
then assign 1 to neighborhood pixel otherwise assign
0 .For each pixel a decimal number is obtained by
concatenating all these binary values in a clockwise
direction, which starts from one of its top-left
neighbor. The corresponding decimal value of the
generated binary number is then used for labeling the
given pixel. The derived binary numbers are called
LBPs or LBP code as shown in Fig. 1.
Pattern:
11010011
Decimal:
211
Fig.1 LBP Transformation
With the help of LBP code whole image can be
converted into LBP image, as shown in Fig. 2.
Fig.2 Conversion of an Image to LBP Image
The limitation of LBP is its small 3x3
neighborhood, which cannot capture the dominant
features. To overcome this we have used
neighborhood of radius 2.
2.1. UNIFORM LBP
Some LBP patterns contain more information
than others [5, 6]. It is beneficial to use only those
patterns which contain more information, called
uniform patterns. A LBP is called uniform, if binary
pattern contains at most 2 bitwise transitions from 0
to 1 or 1 to 0, when the bit pattern is traversed
circularly. For example, 00011000 is a uniform
pattern but 01101111 are not, as it has four bitwise
transitions.
The LBP operator that accumulates only uniform
patterns is denoted by LBPU2
P,R .The number of
patterns for LBPU2
8,1 is only 59 as compared to
number of patterns for LBP8,1 is 256 ,the reason is,
assign separate label for each uniform pattern and a
single label for all non-uniform patterns.
Selecting only uniform patterns reduce length of
LBP histogram and also improve the performance of
classifier.
III. TEMPLATE MATCHING
We have used template matching as a classifier.
In template matching; a template is formed for each
class of face expression by concatenating the LBP
histograms of separate parts of image. There are
seven types of facial expressions in JAFFE database
such as anger, disgust, fear, happy, sad, surprise and
neutral. In training phase, we have stored all these
seven templates, one for each expression. In the
testing phase, a test image is compared with all
stored templates. Comparison is based on Chi square
distance. It is represented by:
X2
(A, B) = โˆ‘i (Ai - Bi) 2
/ (Ai + Bi) (3)
Here A is the LBP histogram of template image and
B is the LBP histogram of test image respectively.
IV. DATABASE
There are several databases used for facial
expression recognition. We have used JAFFE
(Japanese Female Facial Expression) database for
our experiments [7].JAFFE is a very popular
database for facial expression recognition. It contains
213 gray scale images with seven kinds of facial
expressions such as anger, disgust, fear, happy, sad,
surprise and neutral, each expression has three or
four images, which are posed by 10 Japanese female
models, having dimension of 256x256. Some images
of JAFFE database is shown below.
Fig.3 Images from JAFFE Database
V. PROPOSED METHOD
In this method, images are taken from JAFFE
dataset and applied occlusion on images such as
occlusion around forehead, eyes, nose, and mouth.
We have also taken images without any occlusion.
200 215 95
150 100 100
115 90 98
1 1 0
1 1
1 0 0
Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44
www.ijera.com 42|P a g e
Firstly, we have performed feature extraction. For
effective feature extraction uniform LBP is applied
on images.
Now, instead of taking complete image, we have
divided an image into different subparts such as
forehead, eyes, nose, and mouth. As every part of
face does not contain equal amount of information,
so we have used these four parts and applied uniform
LBP operator (LBPU2
8, 2) on these parts. We have
calculated the histogram of these parts separately and
concatenated them to form a feature vector. Using
uniform LBP, the length of feature vector gets
reduced.
To improve the performance of our system, we
have used template matching with chi square
distance as a classifier. We have used template
matching because of its simplicity.
VI. EXPERIMENTS AND RESULTS
We have performed experiments on images from
JAFFE database. Uniform LBP has applied on
separate parts such as forehead, eyes, nose, and
mouth of facial image (with and without occlusion
on parts) for feature extraction. And finally for
classifier we have used template Matching.
Experiments for evaluating the importance of
different facial parts in expressions recognition are
performed and results are shown in form of
confusion matrices.
6.1 Examining the importance of all facial parts
(without any occlusion)
Instead of taking whole image, we have divided
the image into sub parts. So, we have chosen some
important facial parts like forehead, eyes, nose and
mouth. An image with no occlusion is shown in Fig.
4.
Fig.4 An image with No Occlusion
A concatenated histogram of all facial parts such
as forehead, eyes, nose and mouth worked as an
input to the classifier. And confusion matrix is shown
in table 1.
Table1. Confusion Matrix of all Facial Parts without
Any Occlusion
Above confusion matrix has achieved recognition
rate of 94.82%. All facial parts such as forehead,
eyes, nose, and mouth are playing their role in
expressions recognition. Here, expressions such as
anger, disgust, neutral, surprise has achieved 100%
recognition rate.
6.2 Examining the importance of facial parts
when occlusion around forehead
Forehead is an important facial part of human face.
The movements of the muscles in the forehead
produce characteristic wrinkles, which help in
recognize expressions. If forehead has occluded, then
it may affect the system performance. An image
with occlusion around forehead is shown in Fig. 5.
Fig.5 An image with Occlusion around Forehead
A concatenated histogram of facial parts such as
eyes, nose, and mouth with occlusion around
forehead worked as an input to the classifier. And
confusion matrix is shown in table 2.
Table2. Confusion Matrix of Facial Parts with
Occlusion around Forehead
AN DI FE HA NE SA SU
AN 100 0 0 0 0 0 0
DI 0 100 0 0 0 0 0
FE 0 0 87.5 0 0 12.5 0
HA 0 0 0 88.88 11.11 0 0
NE 0 0 0 0 100 0 0
SA 0 0 0 0 11.11 88.88 0
SU 0 0 0 0 0 0 100
AN DI FE HA NE SA SU
AN 100 0 0 0 0 0 0
DI 0 100 0 0 0 0 0
FE 0 0 87.5 0 0 12.5 0
HA 0 0 0 88.88 0 11.11 0
NE 0 0 0 0 100 0 0
SA 0 0 0 0 11.11 88.88 0
SU 0 0 0 0 0 0 100
Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44
www.ijera.com 43|P a g e
Above confusion matrix has achieved recognition
rate of 94.82%. Here, we have observed that
recognition rate remain the same when forehead has
occluded, forehead has played very insignificant role
in expression recognition.
6.3 Examining the importance of facial parts
when occlusion around eyes
Eyes play a very significant role in recognizing
personโ€™s expressions. The eyes are often viewed as
important features of facial expressions. A person's
eyes reveal much about how they are feeling, or what
they are thinking. An image with Occlusion around
eyes is shown in Fig. 6.
Fig.6 An image with Occlusion around Eyes
A concatenated histogram of facial parts such as
forehead, nose, and mouth with occlusion around
eyes worked as an input to the classifier. And
confusion matrix is shown in table 3.
Table3. Confusion Matrix of Facial Parts with
Occlusion around Eyes
AN DI FE HA NE SA SU
AN 100 0 0 0 0 0 0
DI 0 100 0 0 0 0 0
FE 0 0 87.5 0 0 12.5 0
HA 0 0 0 88.88 11.11 0 0
NE 0 0 0 0 100 0 0
SA 0 0 0 0 22.22 77.77 0
SU 0 0 0 0 0 0 100
Above confusion matrix has achieved recognition
rate of 93.10%.Here, we have observed that eyes
play less important role in expression recognition.
Due to occlusion around eyes performance of the
system has degraded.
6.4 Examining the importance of facial parts
when occlusion around nose
As every part of the face does not contribute equally
in face expressions, some parts contain more
information than other parts. Nose, is one of the most
important part of human face and plays a significant
role in expression recognition. An image with
Occlusion around nose is shown in Fig. 7.
Fig.7 An image with Occlusion around Nose
A concatenated histogram of facial parts such as
forehead, eyes, mouth with occlusion around nose
worked as an input to the classifier. And confusion
matrix is shown in table 4.
Table4. Confusion Matrix of Facial Parts with
Occlusion around Nose
Above confusion matrix has achieved recognition
rate of 91.37%.Here, we observed that nose play
important role in expression recognition. Due to
occlusion around nose performance has degraded
from 94.82% to 91.37%.
6.5 Examining the importance of facial parts
when occlusion around mouth
Mouth plays a very significant role in expressions
recognition and an important part of human face. An
image with occlusion around mouth is shown in Fig.
8.
Fig.8 An image with Occlusion around Mouth
A concatenated histogram of facial parts such as
forehead, eyes, nose with occlusion around mouth
worked as an input to the classifier. And confusion
matrix is shown in table 5.
AN DI FE HA NE SA SU
AN 100 0 0 0 0 0 0
DI 0 100 0 0 0 0 0
FE 0 0 87.5 0 0 12.5 0
HA 0 0 0 88.88 11.11 0 0
NE 0 0 0 0 100 0 0
SA 0 0 0 0 33.33 66.66 0
SU 0 0 0 0 0 0 100
Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44
www.ijera.com 44|P a g e
Table5. Confusion Matrix of Facial Parts with
Occlusion around Mouth
Above confusion matrix has achieved recognition
rate of 89.65%.We have observed that mouth play a
very important role in expression recognition. Mouth
has affected so much on recognition rate.
VII. CONCLUSION AND FUTURE
WORK
A method for recognizing facial expressions in
the presence of occlusion has been presented. In this
paper, we have extracted effective features based on
uniform local binary pattern. As every part of the
face does not contain equal amount of information,
we have chosen some important facial parts like
forehead, eyes, nose, and mouth. After feature
extraction, we have classified expressions with the
help of template matching and used chi square
distance as measure of similarity. Experimental
results demonstrated that the proposed method has
reliably recognized occluded faces with higher
recognition rate than the existing methods. Proposed
method has outperformed other methods as listed in
Table6. We will extend our work to different
classifiers and different databases.
Table6. Comparison of Proposed Method with
Existing Methods
S.NO.
Method
(features +
classifier)
Recognition
Rate
(%)
1
LBP + Template
Matching[1]
79.1
2
Geometric
Features +
TAN[24]
73.2
3 LDA + NN[1] 73.4 ยฑ 5.6
4
LBP +
SVM(RBF)[1]
88.9 ยฑ 3.5
5
Gabor +
SVM(RBF)[1]
86.8 ยฑ 3.6
6 Proposed Method 94.82
REFERENCES
[1] Franco, L.; Treves, A, A neural network
facial expression recognition system using
unsupervised local processing, Image and
Signal Processing and Analysis,2001.ISPA
2001. Proceedings of the 2nd
International
Symposium on,vol.,pp.628-632,2001,doi:
10.1109/ISPA.2001.938703.
[2] F. Bourel, C. C. Chibelushi, and A. A. Low,
Recognition of facial expressions in the
presence of occlusion, Proceedings BMVC
conference (Poster Session 1), 2001.
[3] T. Ahonen, A. Hadid, M. Pietikainen, Face
recognition with local binary patterns. In:
European Conference on Computer Vision
(ECCV), 2004.
[4] Timo Ahonen, Abdenour Hadid, and Matti
Pietikainen, Face Recognition with Local
Binary Patterns, M. Lecture Notes in
Computer Science, Vol. 3021, pp.469-474,
May.2004.
[5] T. Ojala, M. Pietikainen, T. Maenpaa,
Multiresolution gray-scale and rotation
invariant texture classification with local
binary patterns, IEEE Transactions on
Pattern Analysis and Machine Intelligence,
24 (7) (2002) pp. 971-987.
[6] T. Mยจaenpยจaยจa, T. Ojala, M. Pietikยจainen, and
M. Soriano, Robust texture classification by
subsets of local binary patterns., in Proc.
15th International Conference on Pattern
Recognition, Barcelona, Spain, 2000.
[7] M. Lyons, S. Akamatsu, M. Kamachi, and
J.Gyoba. Coding facial expressions with
gabor wavelets, In FG โ€™98: Proceedings of
the 3rd. International Conference on Face &
Gesture Recognition, pages 200โ€“205, 1998.
[8] Q. Y. Zhao, B. C. Pan, J. J. Pan and Y. Y.
Tang, โ€œFacial expression recognition based
on fusion of Gabor and LBP features ,โ€
2008. ICWAPR '08, International
Conference on Wavelet Analysis and Pattern
Recognition, vol. 1, pp. 362-367, Aug. 2008.
[9] Xiaoyi Feng, Facial Expression Recognition
Based on Local Binary Patterns and Coarse-
to-Fine Classification, Proceedings of the
Fourth International Conference on
Computer and Information Technology
(CITโ€™04).
[10] Di Huang, Caifeng Shan, Mohsen Ardabilian,
Yunhong Wang and Liming Chen, Local
Binary Patterns and Its Application to Facial
Image Analysis: A Survey, IEEE Transaction
on Systems, Man and Cybernetics-part C:
Applications and Reviews, vol.41, no.6, pp.
765-781, Nov 2011.
AN DI FE HA NE SA SU
AN 100 0 0 0 0 0 0
DI 0 100 0 0 0 0 0
FE 0 0 87.5 0 0 12.5 0
HA 0 0 0 77.77 22.22 0 0
NE 0 0 0 0 87.5 0 12.5
SA 11.11 0 0 0 11.11 77.77 0
SU 0 0 0 0 0 0 100

More Related Content

What's hot

Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748EditorIJAERD
ย 
Fusion of demands in review of bag of-visual words
Fusion of demands in review of bag of-visual wordsFusion of demands in review of bag of-visual words
Fusion of demands in review of bag of-visual wordseSAT Publishing House
ย 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
ย 
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...inventionjournals
ย 
MSB based Face Recognition Using Compression and Dual Matching Techniques
MSB based Face Recognition Using Compression and Dual Matching TechniquesMSB based Face Recognition Using Compression and Dual Matching Techniques
MSB based Face Recognition Using Compression and Dual Matching TechniquesCSCJournals
ย 
Face Detection System on Ada boost Algorithm Using Haar Classifiers
Face Detection System on Ada boost Algorithm Using Haar ClassifiersFace Detection System on Ada boost Algorithm Using Haar Classifiers
Face Detection System on Ada boost Algorithm Using Haar ClassifiersIJMER
ย 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition Rupinder Saini
ย 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...AM Publications
ย 
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET Journal
ย 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...ijfcstjournal
ย 
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBPHybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBPCSCJournals
ย 
Face detection ppt
Face detection pptFace detection ppt
Face detection pptPooja R
ย 
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...IJECEIAES
ย 
Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions  Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions twinkle singh
ย 
A Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on EigenfaceA Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on Eigenfacesadique_ghitm
ย 
HSV Brightness Factor Matching for Gesture Recognition System
HSV Brightness Factor Matching for Gesture Recognition SystemHSV Brightness Factor Matching for Gesture Recognition System
HSV Brightness Factor Matching for Gesture Recognition SystemCSCJournals
ย 

What's hot (18)

Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748Facial expression recognition using pca and gabor with jaffe database 11748
Facial expression recognition using pca and gabor with jaffe database 11748
ย 
Fusion of demands in review of bag of-visual words
Fusion of demands in review of bag of-visual wordsFusion of demands in review of bag of-visual words
Fusion of demands in review of bag of-visual words
ย 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
ย 
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
Face Recognition System Using Local Ternary Pattern and Signed Number Multipl...
ย 
MSB based Face Recognition Using Compression and Dual Matching Techniques
MSB based Face Recognition Using Compression and Dual Matching TechniquesMSB based Face Recognition Using Compression and Dual Matching Techniques
MSB based Face Recognition Using Compression and Dual Matching Techniques
ย 
Face Detection System on Ada boost Algorithm Using Haar Classifiers
Face Detection System on Ada boost Algorithm Using Haar ClassifiersFace Detection System on Ada boost Algorithm Using Haar Classifiers
Face Detection System on Ada boost Algorithm Using Haar Classifiers
ย 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition
ย 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
ย 
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine LearningIRJET- Sign Language Interpreter using Image Processing and Machine Learning
IRJET- Sign Language Interpreter using Image Processing and Machine Learning
ย 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
ย 
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBPHybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
Hybrid Domain based Face Recognition using DWT, FFT and Compressed CLBP
ย 
Face detection ppt
Face detection pptFace detection ppt
Face detection ppt
ย 
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...
Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Lo...
ย 
Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions  Predicting Emotions through Facial Expressions
Predicting Emotions through Facial Expressions
ย 
H0334749
H0334749H0334749
H0334749
ย 
pxc3888681
pxc3888681pxc3888681
pxc3888681
ย 
A Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on EigenfaceA Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on Eigenface
ย 
HSV Brightness Factor Matching for Gesture Recognition System
HSV Brightness Factor Matching for Gesture Recognition SystemHSV Brightness Factor Matching for Gesture Recognition System
HSV Brightness Factor Matching for Gesture Recognition System
ย 

Viewers also liked

ะฟัะธั…ะพะปะพะณะธั‡ะฝั– ะฐัะฟะตะบั‚ะธ ะฟะตั€ะตะฒะธั…ะพะฒัƒะฒะฐะฝะฝั ั– ะฟัะธั…ะพะบะพั€ะตะบั†ั–ั—D guide
ะฟัะธั…ะพะปะพะณะธั‡ะฝั– ะฐัะฟะตะบั‚ะธ ะฟะตั€ะตะฒะธั…ะพะฒัƒะฒะฐะฝะฝั  ั– ะฟัะธั…ะพะบะพั€ะตะบั†ั–ั—D guideะฟัะธั…ะพะปะพะณะธั‡ะฝั– ะฐัะฟะตะบั‚ะธ ะฟะตั€ะตะฒะธั…ะพะฒัƒะฒะฐะฝะฝั  ั– ะฟัะธั…ะพะบะพั€ะตะบั†ั–ั—D guide
ะฟัะธั…ะพะปะพะณะธั‡ะฝั– ะฐัะฟะตะบั‚ะธ ะฟะตั€ะตะฒะธั…ะพะฒัƒะฒะฐะฝะฝั ั– ะฟัะธั…ะพะบะพั€ะตะบั†ั–ั—D guideะ•ะบะฐั‚ะตั€ะธะฝะฐ ะŸัƒะทะธะบะพะฒะฐ
ย 
Research on License Plate Recognition and Extraction from complicated Images
Research on License Plate Recognition and Extraction from complicated ImagesResearch on License Plate Recognition and Extraction from complicated Images
Research on License Plate Recognition and Extraction from complicated ImagesIJERA Editor
ย 
Huberto Rohden - Lรบcifer e Lรณgos
Huberto Rohden - Lรบcifer e LรณgosHuberto Rohden - Lรบcifer e Lรณgos
Huberto Rohden - Lรบcifer e Lรณgosuniversalismo-7
ย 
Gifu Japan by Paco Barberรก ใƒ‘ใ‚ณยทใƒใƒผใƒ™ใƒฉใซใ‚ˆใฃใฆๅฒ้˜œๆ—ฅๆœฌ
Gifu Japan by Paco Barberรก ใƒ‘ใ‚ณยทใƒใƒผใƒ™ใƒฉใซใ‚ˆใฃใฆๅฒ้˜œๆ—ฅๆœฌ Gifu Japan by Paco Barberรก ใƒ‘ใ‚ณยทใƒใƒผใƒ™ใƒฉใซใ‚ˆใฃใฆๅฒ้˜œๆ—ฅๆœฌ
Gifu Japan by Paco Barberรก ใƒ‘ใ‚ณยทใƒใƒผใƒ™ใƒฉใซใ‚ˆใฃใฆๅฒ้˜œๆ—ฅๆœฌ B & M Co., Ltd.
ย 
BdiBlogger, Bolzano 15 novembre 2014
BdiBlogger, Bolzano 15 novembre 2014BdiBlogger, Bolzano 15 novembre 2014
BdiBlogger, Bolzano 15 novembre 2014Alessandro Giuliani
ย 
Adjustment pada penghapusan. jobsheet
Adjustment pada penghapusan. jobsheetAdjustment pada penghapusan. jobsheet
Adjustment pada penghapusan. jobsheetShafira Nurul Firdausta
ย 
Caietele principelui (7) 2012
Caietele principelui (7)   2012Caietele principelui (7)   2012
Caietele principelui (7) 2012Biro Bela
ย 
Comparative Analysis of the Effects of Cashew and Mango Extracts on the Rheol...
Comparative Analysis of the Effects of Cashew and Mango Extracts on the Rheol...Comparative Analysis of the Effects of Cashew and Mango Extracts on the Rheol...
Comparative Analysis of the Effects of Cashew and Mango Extracts on the Rheol...IJERA Editor
ย 
Cadeira Secretรกria Havaii - azul j serrano
Cadeira Secretรกria Havaii - azul j serranoCadeira Secretรกria Havaii - azul j serrano
Cadeira Secretรกria Havaii - azul j serranoIndรบstria das Cadeiras
ย 
ใƒ†ใƒณใƒ—ใƒซใƒ•ใ‚ฉใƒƒใ‚ฏใ‚น๏ผˆใƒ“ใ‚ธใƒใ‚น๏ผ‰ๅฒ้˜œๆ—ฅๆœฌ Temple fox (business) gifu japan templo del zorro (negoci...
ใƒ†ใƒณใƒ—ใƒซใƒ•ใ‚ฉใƒƒใ‚ฏใ‚น๏ผˆใƒ“ใ‚ธใƒใ‚น๏ผ‰ๅฒ้˜œๆ—ฅๆœฌ Temple fox (business) gifu japan templo del zorro (negoci...ใƒ†ใƒณใƒ—ใƒซใƒ•ใ‚ฉใƒƒใ‚ฏใ‚น๏ผˆใƒ“ใ‚ธใƒใ‚น๏ผ‰ๅฒ้˜œๆ—ฅๆœฌ Temple fox (business) gifu japan templo del zorro (negoci...
ใƒ†ใƒณใƒ—ใƒซใƒ•ใ‚ฉใƒƒใ‚ฏใ‚น๏ผˆใƒ“ใ‚ธใƒใ‚น๏ผ‰ๅฒ้˜œๆ—ฅๆœฌ Temple fox (business) gifu japan templo del zorro (negoci...B & M Co., Ltd.
ย 
Cadeira Escritรณrio Fixa Maldivas - cinza j serrano
Cadeira Escritรณrio Fixa Maldivas - cinza j serranoCadeira Escritรณrio Fixa Maldivas - cinza j serrano
Cadeira Escritรณrio Fixa Maldivas - cinza j serranoIndรบstria das Cadeiras
ย 
DENPARK Aichi-Ken Japan by Paco Barberรก
DENPARK Aichi-Ken Japan by Paco BarberรกDENPARK Aichi-Ken Japan by Paco Barberรก
DENPARK Aichi-Ken Japan by Paco BarberรกB & M Co., Ltd.
ย 
ElipseAD Portfolio 2013 SP
ElipseAD Portfolio 2013 SPElipseAD Portfolio 2013 SP
ElipseAD Portfolio 2013 SPElipseAD
ย 
Palestra Flash: Um milhรฃo de momentos nas redes sociais de Juliano Kimura par...
Palestra Flash: Um milhรฃo de momentos nas redes sociais de Juliano Kimura par...Palestra Flash: Um milhรฃo de momentos nas redes sociais de Juliano Kimura par...
Palestra Flash: Um milhรฃo de momentos nas redes sociais de Juliano Kimura par...Trianons
ย 

Viewers also liked (20)

Boletรญn 5 Autoevaluaciรณn
Boletรญn 5 AutoevaluaciรณnBoletรญn 5 Autoevaluaciรณn
Boletรญn 5 Autoevaluaciรณn
ย 
ะฟัะธั…ะพะปะพะณะธั‡ะฝั– ะฐัะฟะตะบั‚ะธ ะฟะตั€ะตะฒะธั…ะพะฒัƒะฒะฐะฝะฝั ั– ะฟัะธั…ะพะบะพั€ะตะบั†ั–ั—D guide
ะฟัะธั…ะพะปะพะณะธั‡ะฝั– ะฐัะฟะตะบั‚ะธ ะฟะตั€ะตะฒะธั…ะพะฒัƒะฒะฐะฝะฝั  ั– ะฟัะธั…ะพะบะพั€ะตะบั†ั–ั—D guideะฟัะธั…ะพะปะพะณะธั‡ะฝั– ะฐัะฟะตะบั‚ะธ ะฟะตั€ะตะฒะธั…ะพะฒัƒะฒะฐะฝะฝั  ั– ะฟัะธั…ะพะบะพั€ะตะบั†ั–ั—D guide
ะฟัะธั…ะพะปะพะณะธั‡ะฝั– ะฐัะฟะตะบั‚ะธ ะฟะตั€ะตะฒะธั…ะพะฒัƒะฒะฐะฝะฝั ั– ะฟัะธั…ะพะบะพั€ะตะบั†ั–ั—D guide
ย 
Research on License Plate Recognition and Extraction from complicated Images
Research on License Plate Recognition and Extraction from complicated ImagesResearch on License Plate Recognition and Extraction from complicated Images
Research on License Plate Recognition and Extraction from complicated Images
ย 
Cavalos1
Cavalos1Cavalos1
Cavalos1
ย 
Huberto Rohden - Lรบcifer e Lรณgos
Huberto Rohden - Lรบcifer e LรณgosHuberto Rohden - Lรบcifer e Lรณgos
Huberto Rohden - Lรบcifer e Lรณgos
ย 
Gifu Japan by Paco Barberรก ใƒ‘ใ‚ณยทใƒใƒผใƒ™ใƒฉใซใ‚ˆใฃใฆๅฒ้˜œๆ—ฅๆœฌ
Gifu Japan by Paco Barberรก ใƒ‘ใ‚ณยทใƒใƒผใƒ™ใƒฉใซใ‚ˆใฃใฆๅฒ้˜œๆ—ฅๆœฌ Gifu Japan by Paco Barberรก ใƒ‘ใ‚ณยทใƒใƒผใƒ™ใƒฉใซใ‚ˆใฃใฆๅฒ้˜œๆ—ฅๆœฌ
Gifu Japan by Paco Barberรก ใƒ‘ใ‚ณยทใƒใƒผใƒ™ใƒฉใซใ‚ˆใฃใฆๅฒ้˜œๆ—ฅๆœฌ
ย 
BdiBlogger, Bolzano 15 novembre 2014
BdiBlogger, Bolzano 15 novembre 2014BdiBlogger, Bolzano 15 novembre 2014
BdiBlogger, Bolzano 15 novembre 2014
ย 
Comunicacion y TICS
Comunicacion y TICSComunicacion y TICS
Comunicacion y TICS
ย 
Adjustment pada penghapusan. jobsheet
Adjustment pada penghapusan. jobsheetAdjustment pada penghapusan. jobsheet
Adjustment pada penghapusan. jobsheet
ย 
ะทะฐัั–ะดะฐะฝะฝั โ„–2
ะทะฐัั–ะดะฐะฝะฝั  โ„–2ะทะฐัั–ะดะฐะฝะฝั  โ„–2
ะทะฐัั–ะดะฐะฝะฝั โ„–2
ย 
Caietele principelui (7) 2012
Caietele principelui (7)   2012Caietele principelui (7)   2012
Caietele principelui (7) 2012
ย 
Comparative Analysis of the Effects of Cashew and Mango Extracts on the Rheol...
Comparative Analysis of the Effects of Cashew and Mango Extracts on the Rheol...Comparative Analysis of the Effects of Cashew and Mango Extracts on the Rheol...
Comparative Analysis of the Effects of Cashew and Mango Extracts on the Rheol...
ย 
Gestiรณn Responsable del Negocio
Gestiรณn Responsable del NegocioGestiรณn Responsable del Negocio
Gestiรณn Responsable del Negocio
ย 
Cadeira Secretรกria Havaii - azul j serrano
Cadeira Secretรกria Havaii - azul j serranoCadeira Secretรกria Havaii - azul j serrano
Cadeira Secretรกria Havaii - azul j serrano
ย 
ใƒ†ใƒณใƒ—ใƒซใƒ•ใ‚ฉใƒƒใ‚ฏใ‚น๏ผˆใƒ“ใ‚ธใƒใ‚น๏ผ‰ๅฒ้˜œๆ—ฅๆœฌ Temple fox (business) gifu japan templo del zorro (negoci...
ใƒ†ใƒณใƒ—ใƒซใƒ•ใ‚ฉใƒƒใ‚ฏใ‚น๏ผˆใƒ“ใ‚ธใƒใ‚น๏ผ‰ๅฒ้˜œๆ—ฅๆœฌ Temple fox (business) gifu japan templo del zorro (negoci...ใƒ†ใƒณใƒ—ใƒซใƒ•ใ‚ฉใƒƒใ‚ฏใ‚น๏ผˆใƒ“ใ‚ธใƒใ‚น๏ผ‰ๅฒ้˜œๆ—ฅๆœฌ Temple fox (business) gifu japan templo del zorro (negoci...
ใƒ†ใƒณใƒ—ใƒซใƒ•ใ‚ฉใƒƒใ‚ฏใ‚น๏ผˆใƒ“ใ‚ธใƒใ‚น๏ผ‰ๅฒ้˜œๆ—ฅๆœฌ Temple fox (business) gifu japan templo del zorro (negoci...
ย 
Cadeira Escritรณrio Fixa Maldivas - cinza j serrano
Cadeira Escritรณrio Fixa Maldivas - cinza j serranoCadeira Escritรณrio Fixa Maldivas - cinza j serrano
Cadeira Escritรณrio Fixa Maldivas - cinza j serrano
ย 
DENPARK Aichi-Ken Japan by Paco Barberรก
DENPARK Aichi-Ken Japan by Paco BarberรกDENPARK Aichi-Ken Japan by Paco Barberรก
DENPARK Aichi-Ken Japan by Paco Barberรก
ย 
ElipseAD Portfolio 2013 SP
ElipseAD Portfolio 2013 SPElipseAD Portfolio 2013 SP
ElipseAD Portfolio 2013 SP
ย 
Palestra Flash: Um milhรฃo de momentos nas redes sociais de Juliano Kimura par...
Palestra Flash: Um milhรฃo de momentos nas redes sociais de Juliano Kimura par...Palestra Flash: Um milhรฃo de momentos nas redes sociais de Juliano Kimura par...
Palestra Flash: Um milhรฃo de momentos nas redes sociais de Juliano Kimura par...
ย 
Las TICs
Las TICsLas TICs
Las TICs
ย 

Similar to Effect of Different Occlusion on Facial Expressions Recognition

An improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitionAn improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitioneSAT Journals
ย 
Pose and Illumination in Face Recognition Using Enhanced Gabor LBP & PCA
Pose and Illumination in Face Recognition Using Enhanced  Gabor LBP & PCA Pose and Illumination in Face Recognition Using Enhanced  Gabor LBP & PCA
Pose and Illumination in Face Recognition Using Enhanced Gabor LBP & PCA IJMER
ย 
A04430105
A04430105A04430105
A04430105IOSR-JEN
ย 
Facial recognition using modified local binary pattern and random forest
Facial recognition using modified local binary pattern and random forestFacial recognition using modified local binary pattern and random forest
Facial recognition using modified local binary pattern and random forestijaia
ย 
A Literature review on Facial Expression Recognition Techniques
A Literature review on Facial Expression Recognition TechniquesA Literature review on Facial Expression Recognition Techniques
A Literature review on Facial Expression Recognition TechniquesIOSR Journals
ย 
A Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternA Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternMartha Brown
ย 
Af35178182
Af35178182Af35178182
Af35178182IJERA Editor
ย 
K-nearest neighbor based facial emotion recognition using effective features
K-nearest neighbor based facial emotion recognition using effective featuresK-nearest neighbor based facial emotion recognition using effective features
K-nearest neighbor based facial emotion recognition using effective featuresIAESIJAI
ย 
Facial Expression Recognition Based on Facial Motion Patterns
Facial Expression Recognition Based on Facial Motion PatternsFacial Expression Recognition Based on Facial Motion Patterns
Facial Expression Recognition Based on Facial Motion Patternsijeei-iaes
ย 
Diagnostic Criteria for Depression Based on Both Static and Dynamic Visual Fe...
Diagnostic Criteria for Depression Based on Both Static and Dynamic Visual Fe...Diagnostic Criteria for Depression Based on Both Static and Dynamic Visual Fe...
Diagnostic Criteria for Depression Based on Both Static and Dynamic Visual Fe...Dhairya Vyas
ย 
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...AM Publications
ย 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
ย 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarkseSAT Journals
ย 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarkseSAT Journals
ย 
Facial Expression Detection for video sequences using local feature extractio...
Facial Expression Detection for video sequences using local feature extractio...Facial Expression Detection for video sequences using local feature extractio...
Facial Expression Detection for video sequences using local feature extractio...sipij
ย 
IRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET- A Review on Face Recognition using Local Binary Pattern AlgorithmIRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET- A Review on Face Recognition using Local Binary Pattern AlgorithmIRJET Journal
ย 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...AM Publications
ย 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET Journal
ย 

Similar to Effect of Different Occlusion on Facial Expressions Recognition (20)

An improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognitionAn improved double coding local binary pattern algorithm for face recognition
An improved double coding local binary pattern algorithm for face recognition
ย 
Pose and Illumination in Face Recognition Using Enhanced Gabor LBP & PCA
Pose and Illumination in Face Recognition Using Enhanced  Gabor LBP & PCA Pose and Illumination in Face Recognition Using Enhanced  Gabor LBP & PCA
Pose and Illumination in Face Recognition Using Enhanced Gabor LBP & PCA
ย 
A04430105
A04430105A04430105
A04430105
ย 
Facial recognition using modified local binary pattern and random forest
Facial recognition using modified local binary pattern and random forestFacial recognition using modified local binary pattern and random forest
Facial recognition using modified local binary pattern and random forest
ย 
A Literature review on Facial Expression Recognition Techniques
A Literature review on Facial Expression Recognition TechniquesA Literature review on Facial Expression Recognition Techniques
A Literature review on Facial Expression Recognition Techniques
ย 
A Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary PatternA Study On Facial Expression Recognition Using Local Binary Pattern
A Study On Facial Expression Recognition Using Local Binary Pattern
ย 
Af35178182
Af35178182Af35178182
Af35178182
ย 
K-nearest neighbor based facial emotion recognition using effective features
K-nearest neighbor based facial emotion recognition using effective featuresK-nearest neighbor based facial emotion recognition using effective features
K-nearest neighbor based facial emotion recognition using effective features
ย 
Facial Expression Recognition Based on Facial Motion Patterns
Facial Expression Recognition Based on Facial Motion PatternsFacial Expression Recognition Based on Facial Motion Patterns
Facial Expression Recognition Based on Facial Motion Patterns
ย 
Diagnostic Criteria for Depression Based on Both Static and Dynamic Visual Fe...
Diagnostic Criteria for Depression Based on Both Static and Dynamic Visual Fe...Diagnostic Criteria for Depression Based on Both Static and Dynamic Visual Fe...
Diagnostic Criteria for Depression Based on Both Static and Dynamic Visual Fe...
ย 
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
Elicitation of Apt Human Emotions based on Discrete Wavelet Transform in E-Le...
ย 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
ย 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
ย 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
ย 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
ย 
Facial Expression Detection for video sequences using local feature extractio...
Facial Expression Detection for video sequences using local feature extractio...Facial Expression Detection for video sequences using local feature extractio...
Facial Expression Detection for video sequences using local feature extractio...
ย 
IRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET- A Review on Face Recognition using Local Binary Pattern AlgorithmIRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
IRJET- A Review on Face Recognition using Local Binary Pattern Algorithm
ย 
Face recognition
Face recognitionFace recognition
Face recognition
ย 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
ย 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...
ย 

Recently uploaded

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
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
ย 
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
ย 
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
ย 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
ย 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
ย 
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
ย 
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
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .DerechoLaboralIndivi
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
ย 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
ย 

Recently uploaded (20)

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
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
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...
ย 
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
ย 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
ย 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
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
ย 
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
ย 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
ย 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
ย 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
ย 

Effect of Different Occlusion on Facial Expressions Recognition

  • 1. Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44 www.ijera.com 40|P a g e Effect of Different Occlusion on Facial Expressions Recognition Ankita Vyas*, Ramchand Hablani** *(Department of Computer Science, RGPV University, Indore) ** (Department of Computer Science, RGPV University, Indore) ABSTRACT Occlusions around facial parts complicate the task of recognizing facial expressions from their facial images. We propose facial expressions recognition method based on local facial regions, which provides better recognition rate in the presence of facial occlusions. Proposed method uses Uniform Local Binary pattern as a feature extractor, which extract discriminative features from some important parts of facial image. Feature vectors are classified using simplest classifier that is template matching with chi square distance measure. Extensive experiments are performed on JAFFE database. Keywords- Chi Square Distance Measure, Facial Expressions, Feature Vectors, Template Matching, Uniform Local Binary Pattern. I. INTRODUCTION In recent years, there has been a growing interest in improving all aspects of the interaction between humans and machines .Facial expression recognition become an active research topic in fields, like computer vision, image processing, psychology, medical science etc[1]. One such problem which arises in facial expression recognition is effect of occlusion on different parts of facial image. Occlusions give different effects on facial image [2]. Occlusions occur on face image by sunglasses, scarves, caps etc. As we know occlusion is one kind of difficulty arises in facial expression. The ability to handle occluded facial features is important for achieving robust recognition. There are two important steps for successful facial expression recognition method. First step is extraction of effective features from facial image and second is to design classifier. There are several methods for feature extraction such as Principal Component Analysis (PCA), 2D-PCA, Linear Discriminant Analysis (LDA), Local Binary pattern (LBP) etc. We have used LBP, because of its low computation and high discrimination capability. LBP is applied on whole face image to get effective feature vector. As we know, LBP histogram gives only occurrence of LBPs; they do not provide locations of LBPs. So it is beneficial to divide the whole face image into different parts and calculate histogram of each part separately and then concatenate all histograms. The image can be divided into equal or unequal sized sub images. We know that different sub images contain varying amount of information. We take only those parts which provide maximum amount of information. We are taking forehead, eyes, nose and mouth; these four parts somehow give more information compare to other parts. After getting effective feature vectors, our next step is to design a classifier. There are several classifiers such as neural network, template matching, support vector machine (SVM), adaBoost etc, used for classification. Some classifier has generalization ability, some has strong machine learning technique, some has excellent classification accuracy etc. We are using template matching because of its simplicity. In template matching, a template is formed for each class of face expression by concatenating the LBP histograms of a above mentioned parts. In training phase, one template is formed and stored for each expression and in the testing phase, a test image is compared with all stored templates. As we know occlusion is common difficulty, arises generally in facial expression. Effect of occlusion around forehead, eyes, nose, and mouth somehow decrease the system performance. Different experiments with various occlusions are performed and evaluated on JAFFE database. . II. LOCAL BINARY PATTERN Nowadays, LBP receives huge attention because of its low computation and high discrimination capability [3, 4]. The original LBP operator labels the pixels of an image with decimal numbers, which are called LBPs. Formally, given a pixel at (xc, yc), the resulting LBP can be expressed in decimal form as follows: ๐ฟ๐ต๐‘ƒ๐‘ƒ,๐‘… (๐‘ฅ๐‘, ๐‘ฆ๐‘) = ๐‘  ๐‘– ๐‘ƒ โˆ’ ๐‘– ๐‘ 2๐‘ƒโˆ’1 ๐‘ƒ=0 ๐‘ƒ (1) RESEARCH ARTICLE OPEN ACCESS
  • 2. Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44 www.ijera.com 41|P a g e Where ic and iP are gray-level values of the central pixel and surrounding pixels in the circle neighborhood with a radius R, and function S(x) is defined as: S(x) = 1, ๐‘–๐‘“๐‘ฅ โ‰ฅ 0 0 ๐‘œ๐‘กโ„Ž๐‘’๐‘Ÿ๐‘ค๐‘–๐‘ ๐‘’ (2) Each pixel is compared with its 3x3 neighborhood by comparing the center pixel value with neighborhood pixel value, if neighborhood pixel value is greater than or equal to center pixel value then assign 1 to neighborhood pixel otherwise assign 0 .For each pixel a decimal number is obtained by concatenating all these binary values in a clockwise direction, which starts from one of its top-left neighbor. The corresponding decimal value of the generated binary number is then used for labeling the given pixel. The derived binary numbers are called LBPs or LBP code as shown in Fig. 1. Pattern: 11010011 Decimal: 211 Fig.1 LBP Transformation With the help of LBP code whole image can be converted into LBP image, as shown in Fig. 2. Fig.2 Conversion of an Image to LBP Image The limitation of LBP is its small 3x3 neighborhood, which cannot capture the dominant features. To overcome this we have used neighborhood of radius 2. 2.1. UNIFORM LBP Some LBP patterns contain more information than others [5, 6]. It is beneficial to use only those patterns which contain more information, called uniform patterns. A LBP is called uniform, if binary pattern contains at most 2 bitwise transitions from 0 to 1 or 1 to 0, when the bit pattern is traversed circularly. For example, 00011000 is a uniform pattern but 01101111 are not, as it has four bitwise transitions. The LBP operator that accumulates only uniform patterns is denoted by LBPU2 P,R .The number of patterns for LBPU2 8,1 is only 59 as compared to number of patterns for LBP8,1 is 256 ,the reason is, assign separate label for each uniform pattern and a single label for all non-uniform patterns. Selecting only uniform patterns reduce length of LBP histogram and also improve the performance of classifier. III. TEMPLATE MATCHING We have used template matching as a classifier. In template matching; a template is formed for each class of face expression by concatenating the LBP histograms of separate parts of image. There are seven types of facial expressions in JAFFE database such as anger, disgust, fear, happy, sad, surprise and neutral. In training phase, we have stored all these seven templates, one for each expression. In the testing phase, a test image is compared with all stored templates. Comparison is based on Chi square distance. It is represented by: X2 (A, B) = โˆ‘i (Ai - Bi) 2 / (Ai + Bi) (3) Here A is the LBP histogram of template image and B is the LBP histogram of test image respectively. IV. DATABASE There are several databases used for facial expression recognition. We have used JAFFE (Japanese Female Facial Expression) database for our experiments [7].JAFFE is a very popular database for facial expression recognition. It contains 213 gray scale images with seven kinds of facial expressions such as anger, disgust, fear, happy, sad, surprise and neutral, each expression has three or four images, which are posed by 10 Japanese female models, having dimension of 256x256. Some images of JAFFE database is shown below. Fig.3 Images from JAFFE Database V. PROPOSED METHOD In this method, images are taken from JAFFE dataset and applied occlusion on images such as occlusion around forehead, eyes, nose, and mouth. We have also taken images without any occlusion. 200 215 95 150 100 100 115 90 98 1 1 0 1 1 1 0 0
  • 3. Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44 www.ijera.com 42|P a g e Firstly, we have performed feature extraction. For effective feature extraction uniform LBP is applied on images. Now, instead of taking complete image, we have divided an image into different subparts such as forehead, eyes, nose, and mouth. As every part of face does not contain equal amount of information, so we have used these four parts and applied uniform LBP operator (LBPU2 8, 2) on these parts. We have calculated the histogram of these parts separately and concatenated them to form a feature vector. Using uniform LBP, the length of feature vector gets reduced. To improve the performance of our system, we have used template matching with chi square distance as a classifier. We have used template matching because of its simplicity. VI. EXPERIMENTS AND RESULTS We have performed experiments on images from JAFFE database. Uniform LBP has applied on separate parts such as forehead, eyes, nose, and mouth of facial image (with and without occlusion on parts) for feature extraction. And finally for classifier we have used template Matching. Experiments for evaluating the importance of different facial parts in expressions recognition are performed and results are shown in form of confusion matrices. 6.1 Examining the importance of all facial parts (without any occlusion) Instead of taking whole image, we have divided the image into sub parts. So, we have chosen some important facial parts like forehead, eyes, nose and mouth. An image with no occlusion is shown in Fig. 4. Fig.4 An image with No Occlusion A concatenated histogram of all facial parts such as forehead, eyes, nose and mouth worked as an input to the classifier. And confusion matrix is shown in table 1. Table1. Confusion Matrix of all Facial Parts without Any Occlusion Above confusion matrix has achieved recognition rate of 94.82%. All facial parts such as forehead, eyes, nose, and mouth are playing their role in expressions recognition. Here, expressions such as anger, disgust, neutral, surprise has achieved 100% recognition rate. 6.2 Examining the importance of facial parts when occlusion around forehead Forehead is an important facial part of human face. The movements of the muscles in the forehead produce characteristic wrinkles, which help in recognize expressions. If forehead has occluded, then it may affect the system performance. An image with occlusion around forehead is shown in Fig. 5. Fig.5 An image with Occlusion around Forehead A concatenated histogram of facial parts such as eyes, nose, and mouth with occlusion around forehead worked as an input to the classifier. And confusion matrix is shown in table 2. Table2. Confusion Matrix of Facial Parts with Occlusion around Forehead AN DI FE HA NE SA SU AN 100 0 0 0 0 0 0 DI 0 100 0 0 0 0 0 FE 0 0 87.5 0 0 12.5 0 HA 0 0 0 88.88 11.11 0 0 NE 0 0 0 0 100 0 0 SA 0 0 0 0 11.11 88.88 0 SU 0 0 0 0 0 0 100 AN DI FE HA NE SA SU AN 100 0 0 0 0 0 0 DI 0 100 0 0 0 0 0 FE 0 0 87.5 0 0 12.5 0 HA 0 0 0 88.88 0 11.11 0 NE 0 0 0 0 100 0 0 SA 0 0 0 0 11.11 88.88 0 SU 0 0 0 0 0 0 100
  • 4. Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44 www.ijera.com 43|P a g e Above confusion matrix has achieved recognition rate of 94.82%. Here, we have observed that recognition rate remain the same when forehead has occluded, forehead has played very insignificant role in expression recognition. 6.3 Examining the importance of facial parts when occlusion around eyes Eyes play a very significant role in recognizing personโ€™s expressions. The eyes are often viewed as important features of facial expressions. A person's eyes reveal much about how they are feeling, or what they are thinking. An image with Occlusion around eyes is shown in Fig. 6. Fig.6 An image with Occlusion around Eyes A concatenated histogram of facial parts such as forehead, nose, and mouth with occlusion around eyes worked as an input to the classifier. And confusion matrix is shown in table 3. Table3. Confusion Matrix of Facial Parts with Occlusion around Eyes AN DI FE HA NE SA SU AN 100 0 0 0 0 0 0 DI 0 100 0 0 0 0 0 FE 0 0 87.5 0 0 12.5 0 HA 0 0 0 88.88 11.11 0 0 NE 0 0 0 0 100 0 0 SA 0 0 0 0 22.22 77.77 0 SU 0 0 0 0 0 0 100 Above confusion matrix has achieved recognition rate of 93.10%.Here, we have observed that eyes play less important role in expression recognition. Due to occlusion around eyes performance of the system has degraded. 6.4 Examining the importance of facial parts when occlusion around nose As every part of the face does not contribute equally in face expressions, some parts contain more information than other parts. Nose, is one of the most important part of human face and plays a significant role in expression recognition. An image with Occlusion around nose is shown in Fig. 7. Fig.7 An image with Occlusion around Nose A concatenated histogram of facial parts such as forehead, eyes, mouth with occlusion around nose worked as an input to the classifier. And confusion matrix is shown in table 4. Table4. Confusion Matrix of Facial Parts with Occlusion around Nose Above confusion matrix has achieved recognition rate of 91.37%.Here, we observed that nose play important role in expression recognition. Due to occlusion around nose performance has degraded from 94.82% to 91.37%. 6.5 Examining the importance of facial parts when occlusion around mouth Mouth plays a very significant role in expressions recognition and an important part of human face. An image with occlusion around mouth is shown in Fig. 8. Fig.8 An image with Occlusion around Mouth A concatenated histogram of facial parts such as forehead, eyes, nose with occlusion around mouth worked as an input to the classifier. And confusion matrix is shown in table 5. AN DI FE HA NE SA SU AN 100 0 0 0 0 0 0 DI 0 100 0 0 0 0 0 FE 0 0 87.5 0 0 12.5 0 HA 0 0 0 88.88 11.11 0 0 NE 0 0 0 0 100 0 0 SA 0 0 0 0 33.33 66.66 0 SU 0 0 0 0 0 0 100
  • 5. Ankita Vyas Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 10( Part - 3), October 2014, pp.40-44 www.ijera.com 44|P a g e Table5. Confusion Matrix of Facial Parts with Occlusion around Mouth Above confusion matrix has achieved recognition rate of 89.65%.We have observed that mouth play a very important role in expression recognition. Mouth has affected so much on recognition rate. VII. CONCLUSION AND FUTURE WORK A method for recognizing facial expressions in the presence of occlusion has been presented. In this paper, we have extracted effective features based on uniform local binary pattern. As every part of the face does not contain equal amount of information, we have chosen some important facial parts like forehead, eyes, nose, and mouth. After feature extraction, we have classified expressions with the help of template matching and used chi square distance as measure of similarity. Experimental results demonstrated that the proposed method has reliably recognized occluded faces with higher recognition rate than the existing methods. Proposed method has outperformed other methods as listed in Table6. We will extend our work to different classifiers and different databases. Table6. Comparison of Proposed Method with Existing Methods S.NO. Method (features + classifier) Recognition Rate (%) 1 LBP + Template Matching[1] 79.1 2 Geometric Features + TAN[24] 73.2 3 LDA + NN[1] 73.4 ยฑ 5.6 4 LBP + SVM(RBF)[1] 88.9 ยฑ 3.5 5 Gabor + SVM(RBF)[1] 86.8 ยฑ 3.6 6 Proposed Method 94.82 REFERENCES [1] Franco, L.; Treves, A, A neural network facial expression recognition system using unsupervised local processing, Image and Signal Processing and Analysis,2001.ISPA 2001. Proceedings of the 2nd International Symposium on,vol.,pp.628-632,2001,doi: 10.1109/ISPA.2001.938703. [2] F. Bourel, C. C. Chibelushi, and A. A. Low, Recognition of facial expressions in the presence of occlusion, Proceedings BMVC conference (Poster Session 1), 2001. [3] T. Ahonen, A. Hadid, M. Pietikainen, Face recognition with local binary patterns. In: European Conference on Computer Vision (ECCV), 2004. [4] Timo Ahonen, Abdenour Hadid, and Matti Pietikainen, Face Recognition with Local Binary Patterns, M. Lecture Notes in Computer Science, Vol. 3021, pp.469-474, May.2004. [5] T. Ojala, M. Pietikainen, T. Maenpaa, Multiresolution gray-scale and rotation invariant texture classification with local binary patterns, IEEE Transactions on Pattern Analysis and Machine Intelligence, 24 (7) (2002) pp. 971-987. [6] T. Mยจaenpยจaยจa, T. Ojala, M. Pietikยจainen, and M. Soriano, Robust texture classification by subsets of local binary patterns., in Proc. 15th International Conference on Pattern Recognition, Barcelona, Spain, 2000. [7] M. Lyons, S. Akamatsu, M. Kamachi, and J.Gyoba. Coding facial expressions with gabor wavelets, In FG โ€™98: Proceedings of the 3rd. International Conference on Face & Gesture Recognition, pages 200โ€“205, 1998. [8] Q. Y. Zhao, B. C. Pan, J. J. Pan and Y. Y. Tang, โ€œFacial expression recognition based on fusion of Gabor and LBP features ,โ€ 2008. ICWAPR '08, International Conference on Wavelet Analysis and Pattern Recognition, vol. 1, pp. 362-367, Aug. 2008. [9] Xiaoyi Feng, Facial Expression Recognition Based on Local Binary Patterns and Coarse- to-Fine Classification, Proceedings of the Fourth International Conference on Computer and Information Technology (CITโ€™04). [10] Di Huang, Caifeng Shan, Mohsen Ardabilian, Yunhong Wang and Liming Chen, Local Binary Patterns and Its Application to Facial Image Analysis: A Survey, IEEE Transaction on Systems, Man and Cybernetics-part C: Applications and Reviews, vol.41, no.6, pp. 765-781, Nov 2011. AN DI FE HA NE SA SU AN 100 0 0 0 0 0 0 DI 0 100 0 0 0 0 0 FE 0 0 87.5 0 0 12.5 0 HA 0 0 0 77.77 22.22 0 0 NE 0 0 0 0 87.5 0 12.5 SA 11.11 0 0 0 11.11 77.77 0 SU 0 0 0 0 0 0 100