SlideShare a Scribd company logo
1 of 8
Download to read offline
Scientific Journal Impact Factor (SJIF): 1.711
International Journal of Modern Trends in Engineering
and Research
www.ijmter.com
@IJMTER-2014, All rights Reserved 683
e-ISSN: 2349-9745
p-ISSN: 2393-8161
Research on Emotion Recognition for Facial Expression Images Based
on Hidden Markov Model
Jing Mu1
, Fang Chen2
, Changyuan Wang3
1,2,3
School of Computer Science and Engineering, Xi’an Technological University
Abstract—This paper introduces emotion recognition for facial expression images using Hidden
Markov Model (HMM). Firstly, facial expression images are transformed using discrete cosine
transformation and feature is extraction; then HMMs of facial expression images are constructed, and
the observation vectors are generated using sub-window, hence, process of emotion recognition for
facial expression images is realized. The experiments on JAFFE database are made to recognize the
seven emotions of the subjects, the recognition rates are above 80%, so emotion recognition for
facial expression images based on HMM is an effective method.
Keywords- Facial expression; Feature extraction; Hidden Markov model; Emotion recognition
I. INTRODUCTION
Facial expression plays a principal role in human interaction and communication since it contains
critical and necessary information regarding emotion. Recently, emotion recognition for facial
expression images is research hotspot, but the task of automatically recognizing different facial
expressions in human-computer environment is challenging.
A variety of system have been developed to perform facial expression recognition, Reference [1]
gave a survey on face recognition. The basic method of facial expression recognition is pixel based
method. The advantages of pixel intensity values as features are that they are easy to be obtained and
they have the same dimensions as the image data. But the disadvantages of pixel values are they tend
to be sensitive to image noise as well as image rotations or shifts, and changes in illumination, and
they furthermore induce large dimensions on observation vectors. So, some improved method is
proposed, such as: geometric feature-based method [2-5]. In Reference [2, 5] Gabor filter are made
use of at different scales and orientations, and applied 34 fiducial points for each convolved image to
construct the feature vector for representing each facial image. Gabor wavelet coefficients and
geometric positions are used to construct the feature vector for each image and applied two-layer
perceptron to distinguish seven different facial expressions in [5]. Linear discriminant analysis
(LDA) proposed is used to identify seven different facial expressions [6], principal component
analysis (PCA) is applied to reduce the dimensionality of feature vectors [7], and independent
component analysis (ICA) is proposed [2], and HMM-based face recognition system [8-11]. In the
HMM-based face recognition system, each of the significant facial regions such as hair, forehead,
eyes, nose and mouth for a frontal face is assigned to a state in a left-to-right one-dimensional
continuous HMM.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 684
In the paper, we presents a face recognition system using an HMM approach on the JAFFE
(Japanese Female Facial Expression) database [12] because the database is commonly used in
measuring the performance of facial expression recognition systems. We use a face recognition
system on the JAFFE database to recognize seven main facial expressions: happy, neutral, angry,
disgust, fear, sad and surprise. The data compression tool is obtained using the discrete cosine
transformation (DCT) for low computation, then an efficient method for extracting the observation
vectors using the DCT coefficients is presented. Compared to the classical pixels-based methods, the
HMM-based approach offers a more flexible framework for recognition, and can be used more
efficiently in facial expression recognition.
The rest of the paper is organized as follows. In Section 2 we describe emotion recognition for
facial expression images based on HMM. We make experiments in detail in Section 3. Finally,
Section 4 concludes the paper.
II. EMOTION RECOGNITION FOR FACIAL EXPRESSION IMAGES BASED ON
HMM
2.1. Description of HMM
The elements of a HMM are described as follows [8]:
1) N , the number of states in the model, if S is the set of states, then we denote the individual states
as 1 2{ }NS S S S , , , , and the state at time t as tq ,1 t T  , here, T is the length of the observation
sequence.
2) M , the number of distinct observation symbols per state, the set of individual symbols are denoted
as 1 2{ }MV v v v , , , ;
3) A , the state transition probability matrix
{ }ijaA ; where 1[ | ]ij t j t ia P q S q S   , 1 ,i j N  , with the constraint 0 1ija  , and
1
1,1
N
ij
j
a i N

   .
4) B , The observation symbol probability distribution in state j : { ( )}j kb vB , where
( ) [ ]j k k t jb v P v at t q S  ,1 ,1j N k M    .
5) Initial state distribution: 1{ }, [ ],1i i iP q S j N     π .
A complete specification of a HMM can be as { , , , , }N M  A B π . For convenience, using a
shorthand notation, a HMM is defined as the triplet { , , }  A B π .
2.2 Three basic problems for HMMs
Given appropriate parameterizations of a HMM and an observation sequence as follows:
1 2{ }TO O OO , , , , tO is observation. There are three basic problems described in the following:
Problem 1:Given the observation sequence 1 2{ }TO O OO , , , and a model { , , }  A B π ,
how to ( | }P O , the probability of the observation sequence, given the model, how is it efficiently
computed?
Problem 2:Given the observation sequence 1 2{ }TO O OO , , , and model { , , }  A B π , how
do we choose a corresponding state sequence 1 2 Tq q qQ which is optimal in some meaningful
sense?
Problem 3:How do we adjust the model parameters { , , }  A B π to maximize ( | }P O ?
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 685
Problem1 is the evaluation problem, namely given a model and a sequence of observations, we
usually use the forward-backward procedure to solve the problem.
Problem 2 is to find the optimal state sequence associated with the given observation sequence.
The difficulty lies with the definition of the optimal state sequence. There are several possible
optimality criteria. In practice, a formal technique for finding this single best state sequence is used
based on dynamic programming methods, and is called the Viterbi algorithm.
Problem 3 is to adjust the model parameters ( , , )A B π to maximize the probability of the
observation sequence given the model, i.e. re-estimation of HMM parameters, the iterative procedure
such as the Baum-Welch is usually used to choose { , , }  A B π such that ( | }P O is locally
maximized.
2.3 Emotion recognition for facial expression images based on HMM
2.3.1 Face expression image HMM
For frontal face images, the significant facial regions (forehead, eyes, nose, mouth, and chin) come
in a natural order from top to bottom. Each of these facial regions is a state in a left to right 1D
continuous HMM. The state structure of the face model and the non-zero transition
probabilities ija are shown in Figure 1.
12345
Forehead
Eye
Nose
Mouth
Chin
a11a22a33a44
a55
a12a23a34a45
Figure 1. Left to right HMM for face recognition
2.3.2 Feature extraction using discrete cosine transformation
The selection of suitable DCT coefficients from pictures in JAFFE databases was evaluated as a
feature extraction method. The DCT transform can be represented as a weighted sum of cosine bases
to image. The DCT delivers better energy compression, so the DCT coefficients are always real
valued, and the coefficients are nearly uncorrelated. The DCT compression properties and its
decorrelation properties make it an attractive technique for the extraction of the observation vectors.
Each face image of width X and height Y is divided into overlapping of height L and width P. The
amount of overlap between consecutive blocks is Q and M, as described in Figure 2. We obtain an
efficient set of observation vectors using DCT coefficients extracted from each block.
Using DCT transformation, we can obtain a DCT coefficient matrix for image block. These
coefficients represent the energy contribution by different frequencies. The first coefficient
 0,0C represents the “DC” component. The rest of the coefficients represent the different “AC”
components, as contributed by each of the frequencies present. The compression property of the
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 686
DCT allows a block of pixels to be represented by just a few DCT coefficients, and still obtain more
information than would be present. In order to extract the coefficients which contain the most data
about the block of data transformed, the DCT coefficient matrix needs to be scanned in a zig-zag
pattern. This is because the contributing frequencies are arranged from low to high as indicated by
the zig-zag pattern.
oi
oi+1
or
X
Y
P
L
M
Q
Figure 2. Face image parameterization and block extraction
In this paper, we use a sliding window of 8×8 pixels to scan over a picture with the standard
overlap of 50% in both the horizontal and vertical directions. For each window of 8×8 pixels, a
DCT coefficient matrix of the same size was obtained. This means that an image of Y rows and X
columns there are
(2 1)(2 1)D
X Y
N
N N
   (1)
Number of 8×8 DCT coefficient blocks (with N=8 being the size of the window). These DCT
coefficient blocks are the reduced by keeping their first 15 coefficients [9] by following the zig-zag
pattern. Thus every 64 values are reduced to 15L  values and single observation used to represent
the data of block (a, b) is now the vector:
(a,b) (a,b) (a,b)
0 1 1[ ]Lc c c X (2)
A complete observation sequence is obtained consisting of DN these vectors. According the
observation sequence obtained, we trained the HMMs; then we recognize the test images.
III. EXPERIMENTS
The image database we use in our experiments is the JAFFE [12]. The database contains 213
grayscale facial expression images of ten young Japanese females. The ten Japanese females are
numbered as KA, KL, KM, KR, MK, NA, NM, TM, UY, and YM. There are seven different facial
expressions, such as neutral, happy, angry, disgust, fear, sad and surprise. Each female has two to
four examples for each expression. Each image is of size 256×256. Many References such as [2, 5-
7] used this database as the benchmark.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 687
Now, we use HMM based method to recognize the emotion for facial expression images in the
JAFFE database. The experimental results are showed in Table 1. Figure 3 presents some of the
recognition results. The crossed images present incorrect classifications, while the rest of images are
examples of correct classification.
Table.1 shows that the recognition rates of the method are above 90% to the emotion of facial
images for KA, KL, KM, MK, NM, TM, the reason is that those females have the exaggerated facial
expressions, and exaggerated facial expressions have much information, the difference of different
facial expression images is quite obvious, so the recognition rate of the method is high; the
recognition rate of the method to KR, NA, UY is above 80%, but to YM is only 63.6%, because the
facial expressions of YM has little change and have less the effective information, such as “fear” is
recognized to “sad”, and “Happy” is to “sad”. From Table 1, we see that the total recognition rate is
87.3%, and this demonstrates that the HMM base method is an effective algorithm.
TABLE 1. Emotion recognition rate of JAFFE database
Personal No
Recognition
Rate
KA 91.3%
KL 95.5%
KM 90.9%
KR 85%
MK 95.2%
NA 85.7%
NM 100%
TM 95.2%
UY 80.1%
YM 63.6%
Total recognition
rate
87.3%
Figure 3. Wrong classifications on facial expression images from JAFFE database using HMM based method
IV. CONCLUSIONS
We investigate DCT based feature representation, which uses an efficient set of observation
vectors based on the extraction of the DCT coefficients, then use the HMM based expression
classification schemes to recognize seven emotions for facial images on the JAFFE database.
International Journal of Modern Trends in Engineering and Research (IJMTER)
Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161
@IJMTER-2014, All rights Reserved 688
Experimental results show that the recognition rate of the system is 87.3%, the proposed system
using HMM based method has better performance. So the HMM modeling of human faces appears to
be a promising method for face recognition under a wider range of facial expression, such as
aeronautics and astronautics, medical treatment of patients, human-computer interaction and
emotional robot, and has the potential value.
ACKNOWLEDGMENT
The authors would like to thank the support of the Key Foundation of Xi’an Technological
University under Grant XAGDXJJ1219 and Special fund of Educational Department of Shaanxi
Province under Grant 14JK1347.
REFERENCES
[1]. R.Chellappa, C.Wilson, and S.sirohey. Human and machine recognition of faces: a survey. Proceedings of
IEEE.vol.83, no.5, pp. 705-740, 1995.
[2]. I.Bucia, C.Kotropoulos and I.Pitas, ICA and Gabor representation for facial expression recognition, Proc. IEEE
Int.Conf.Image Processing, vol.2, pp.855-858, 2003.
[3]. Q.Liu. Research on facial expression recognition based on Gabor. Suzhou University, 2009.
[4]. H.Lu, Research on facial feature extraction and recognition in automatic facial expression analysis system.
Southeast University, 2006.
[5]. Z. Zhang, M. Lyons, M. Schuster and S. Akamatsu, Comparison between geometry based and Gabor-wavelets-
based facial expression recognition using multi-layer perceptron, Proc. IEEE Int. Conf. Automatic Face and
Gesture Recognition, Nara, pp.454-459, 1998.
[6]. M.Lyons, J.Budynek and S.Akamatsu, Automatic classification of single facial image. IEEE Trans. Patt.Anal.
Mach.Intell. vol.21,no.12, pp.1357-1362,1999.
[7]. S. Dubuisson, F. Davoine and M. Masson, A solution for facial expression representation and recognition, Sign.
Process: Imag. Commun. vol.17,no.9, pp. 657-673,2002.
[8]. L.Rabiner. A Tutorial on Hidden Markov Models and Selected Applications in Speech Recognition. Proceedings
of the IEEE, vol.77, no.2, pp.257-286, 1989.
[9]. J. Ballot. Face Recognition Using hidden Markov models, Master, University of Stellenbosch, 2005.
[10]. C. Sanderson. Face processing &frontal face verification. IDIAP-RR 20, IDIAP, 2003.
[11]. F. Samaria. Face recognition using hidden Markov models, University of Cambridge, 1994.
[12]. M. Lyons, M. Kamachi and J.Gyoba. Japanese Female Facial Expressions (JAFFE), Database of digital images,
1997.
Research on Emotion Recognition for Facial Expression Images Based on Hidden Markov Model
Research on Emotion Recognition for Facial Expression Images Based on Hidden Markov Model

More Related Content

What's hot

Enhanced Morphological Contour Representation and Reconstruction using Line S...
Enhanced Morphological Contour Representation and Reconstruction using Line S...Enhanced Morphological Contour Representation and Reconstruction using Line S...
Enhanced Morphological Contour Representation and Reconstruction using Line S...CSCJournals
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Improved algorithm for road region segmentation based on sequential monte car...
Improved algorithm for road region segmentation based on sequential monte car...Improved algorithm for road region segmentation based on sequential monte car...
Improved algorithm for road region segmentation based on sequential monte car...csandit
 
Regression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexRegression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexiaemedu
 
Regression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexRegression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexIAEME Publication
 
Estimation of IRI from PCI in Construction Work Zones
Estimation of IRI from PCI in Construction Work ZonesEstimation of IRI from PCI in Construction Work Zones
Estimation of IRI from PCI in Construction Work ZonesIDES Editor
 
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...ieijjournal
 
APPROACHES IN USING EXPECTATIONMAXIMIZATION ALGORITHM FOR MAXIMUM LIKELIHOOD ...
APPROACHES IN USING EXPECTATIONMAXIMIZATION ALGORITHM FOR MAXIMUM LIKELIHOOD ...APPROACHES IN USING EXPECTATIONMAXIMIZATION ALGORITHM FOR MAXIMUM LIKELIHOOD ...
APPROACHES IN USING EXPECTATIONMAXIMIZATION ALGORITHM FOR MAXIMUM LIKELIHOOD ...cscpconf
 
ARABIC HANDWRITTEN CHARACTER RECOGNITION USING STRUCTURAL SHAPE DECOMPOSITION
ARABIC HANDWRITTEN CHARACTER RECOGNITION USING STRUCTURAL SHAPE DECOMPOSITIONARABIC HANDWRITTEN CHARACTER RECOGNITION USING STRUCTURAL SHAPE DECOMPOSITION
ARABIC HANDWRITTEN CHARACTER RECOGNITION USING STRUCTURAL SHAPE DECOMPOSITIONsipij
 
An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...ijcsity
 
Simplified Multimodal Biometric Identification
Simplified Multimodal Biometric IdentificationSimplified Multimodal Biometric Identification
Simplified Multimodal Biometric Identificationijeei-iaes
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ijcseit
 
A new analysis of failure modes and effects by fuzzy todim with using fuzzy t...
A new analysis of failure modes and effects by fuzzy todim with using fuzzy t...A new analysis of failure modes and effects by fuzzy todim with using fuzzy t...
A new analysis of failure modes and effects by fuzzy todim with using fuzzy t...ijfls
 
Ijarcet vol-2-issue-3-1280-1284
Ijarcet vol-2-issue-3-1280-1284Ijarcet vol-2-issue-3-1280-1284
Ijarcet vol-2-issue-3-1280-1284Editor IJARCET
 

What's hot (15)

Enhanced Morphological Contour Representation and Reconstruction using Line S...
Enhanced Morphological Contour Representation and Reconstruction using Line S...Enhanced Morphological Contour Representation and Reconstruction using Line S...
Enhanced Morphological Contour Representation and Reconstruction using Line S...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Mca syllabus
Mca syllabusMca syllabus
Mca syllabus
 
Improved algorithm for road region segmentation based on sequential monte car...
Improved algorithm for road region segmentation based on sequential monte car...Improved algorithm for road region segmentation based on sequential monte car...
Improved algorithm for road region segmentation based on sequential monte car...
 
Regression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexRegression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock index
 
Regression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock indexRegression, theil’s and mlp forecasting models of stock index
Regression, theil’s and mlp forecasting models of stock index
 
Estimation of IRI from PCI in Construction Work Zones
Estimation of IRI from PCI in Construction Work ZonesEstimation of IRI from PCI in Construction Work Zones
Estimation of IRI from PCI in Construction Work Zones
 
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
 
APPROACHES IN USING EXPECTATIONMAXIMIZATION ALGORITHM FOR MAXIMUM LIKELIHOOD ...
APPROACHES IN USING EXPECTATIONMAXIMIZATION ALGORITHM FOR MAXIMUM LIKELIHOOD ...APPROACHES IN USING EXPECTATIONMAXIMIZATION ALGORITHM FOR MAXIMUM LIKELIHOOD ...
APPROACHES IN USING EXPECTATIONMAXIMIZATION ALGORITHM FOR MAXIMUM LIKELIHOOD ...
 
ARABIC HANDWRITTEN CHARACTER RECOGNITION USING STRUCTURAL SHAPE DECOMPOSITION
ARABIC HANDWRITTEN CHARACTER RECOGNITION USING STRUCTURAL SHAPE DECOMPOSITIONARABIC HANDWRITTEN CHARACTER RECOGNITION USING STRUCTURAL SHAPE DECOMPOSITION
ARABIC HANDWRITTEN CHARACTER RECOGNITION USING STRUCTURAL SHAPE DECOMPOSITION
 
An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...An efficient feature extraction method with pseudo zernike moment for facial ...
An efficient feature extraction method with pseudo zernike moment for facial ...
 
Simplified Multimodal Biometric Identification
Simplified Multimodal Biometric IdentificationSimplified Multimodal Biometric Identification
Simplified Multimodal Biometric Identification
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
 
A new analysis of failure modes and effects by fuzzy todim with using fuzzy t...
A new analysis of failure modes and effects by fuzzy todim with using fuzzy t...A new analysis of failure modes and effects by fuzzy todim with using fuzzy t...
A new analysis of failure modes and effects by fuzzy todim with using fuzzy t...
 
Ijarcet vol-2-issue-3-1280-1284
Ijarcet vol-2-issue-3-1280-1284Ijarcet vol-2-issue-3-1280-1284
Ijarcet vol-2-issue-3-1280-1284
 

Viewers also liked

1EqualityStrategies slideshare equality@work
1EqualityStrategies slideshare equality@work1EqualityStrategies slideshare equality@work
1EqualityStrategies slideshare equality@workEquality Strategies Ltd
 
A leaders path to practical service management
A leaders path to practical service management    A leaders path to practical service management
A leaders path to practical service management David Mainville
 
Innovations in Trauma care (India)
Innovations in Trauma care (India)Innovations in Trauma care (India)
Innovations in Trauma care (India)Dr Neelesh Bhandari
 
Biologia celular 2016 aula2 - modificada
Biologia celular 2016   aula2 - modificadaBiologia celular 2016   aula2 - modificada
Biologia celular 2016 aula2 - modificadaFábio Abdalla
 
Nutrition and culinary arts of abms university
Nutrition and culinary arts of abms  universityNutrition and culinary arts of abms  university
Nutrition and culinary arts of abms universityjakson01
 
Debate reseach paper
Debate reseach paperDebate reseach paper
Debate reseach papermeade93
 
Chi 2001 workshop proposal on narrative techniques
Chi 2001 workshop proposal on narrative techniquesChi 2001 workshop proposal on narrative techniques
Chi 2001 workshop proposal on narrative techniquesJohn Thomas
 
Professional Emotion or Legitimate Differences__Research Paper
Professional Emotion or Legitimate Differences__Research PaperProfessional Emotion or Legitimate Differences__Research Paper
Professional Emotion or Legitimate Differences__Research PaperMatthew MacKay
 
Adolescent Text Messaging Research Paper
Adolescent Text Messaging Research PaperAdolescent Text Messaging Research Paper
Adolescent Text Messaging Research PaperMatt Byrd
 
49e1.7404.file
49e1.7404.file49e1.7404.file
49e1.7404.fileTee Taylor
 
A real time facial emotion recognition using 3D sensor and interfacing the re...
A real time facial emotion recognition using 3D sensor and interfacing the re...A real time facial emotion recognition using 3D sensor and interfacing the re...
A real time facial emotion recognition using 3D sensor and interfacing the re...Mounika Kakarla
 
Report on financial research paper
Report on financial research paperReport on financial research paper
Report on financial research paperNilesh Mashru
 
Preoperative nursing care
Preoperative nursing carePreoperative nursing care
Preoperative nursing careASHRAF IBRAHIM
 
Teenage pregnancy and home environment factors in ogbomoso, nigeria
Teenage pregnancy and home environment factors in ogbomoso, nigeriaTeenage pregnancy and home environment factors in ogbomoso, nigeria
Teenage pregnancy and home environment factors in ogbomoso, nigeriaAlexander Decker
 
Город порт Гамбург
Город порт ГамбургГород порт Гамбург
Город порт ГамбургLAZOVOY
 
Parental Awareness of Cyber Bullying
Parental Awareness of Cyber BullyingParental Awareness of Cyber Bullying
Parental Awareness of Cyber BullyingFallan Butler
 
Anger Management Group Therapy for Adolescent Males-Research Paper
Anger Management Group Therapy for Adolescent Males-Research PaperAnger Management Group Therapy for Adolescent Males-Research Paper
Anger Management Group Therapy for Adolescent Males-Research PaperSara Bucknam
 

Viewers also liked (20)

CV -Dhanushka Gunasinghe
CV -Dhanushka GunasingheCV -Dhanushka Gunasinghe
CV -Dhanushka Gunasinghe
 
1EqualityStrategies slideshare equality@work
1EqualityStrategies slideshare equality@work1EqualityStrategies slideshare equality@work
1EqualityStrategies slideshare equality@work
 
A leaders path to practical service management
A leaders path to practical service management    A leaders path to practical service management
A leaders path to practical service management
 
Innovations in Trauma care (India)
Innovations in Trauma care (India)Innovations in Trauma care (India)
Innovations in Trauma care (India)
 
Biologia celular 2016 aula2 - modificada
Biologia celular 2016   aula2 - modificadaBiologia celular 2016   aula2 - modificada
Biologia celular 2016 aula2 - modificada
 
Nutrition and culinary arts of abms university
Nutrition and culinary arts of abms  universityNutrition and culinary arts of abms  university
Nutrition and culinary arts of abms university
 
Debate reseach paper
Debate reseach paperDebate reseach paper
Debate reseach paper
 
Chi 2001 workshop proposal on narrative techniques
Chi 2001 workshop proposal on narrative techniquesChi 2001 workshop proposal on narrative techniques
Chi 2001 workshop proposal on narrative techniques
 
Professional Emotion or Legitimate Differences__Research Paper
Professional Emotion or Legitimate Differences__Research PaperProfessional Emotion or Legitimate Differences__Research Paper
Professional Emotion or Legitimate Differences__Research Paper
 
Adolescent Text Messaging Research Paper
Adolescent Text Messaging Research PaperAdolescent Text Messaging Research Paper
Adolescent Text Messaging Research Paper
 
49e1.7404.file
49e1.7404.file49e1.7404.file
49e1.7404.file
 
Teenage Kicks: New (Old) Evidence on the Pill and Teenage Childbearing
Teenage Kicks: New (Old) Evidence on the Pill and Teenage ChildbearingTeenage Kicks: New (Old) Evidence on the Pill and Teenage Childbearing
Teenage Kicks: New (Old) Evidence on the Pill and Teenage Childbearing
 
A real time facial emotion recognition using 3D sensor and interfacing the re...
A real time facial emotion recognition using 3D sensor and interfacing the re...A real time facial emotion recognition using 3D sensor and interfacing the re...
A real time facial emotion recognition using 3D sensor and interfacing the re...
 
Report on financial research paper
Report on financial research paperReport on financial research paper
Report on financial research paper
 
Preoperative nursing care
Preoperative nursing carePreoperative nursing care
Preoperative nursing care
 
Teenage pregnancy and home environment factors in ogbomoso, nigeria
Teenage pregnancy and home environment factors in ogbomoso, nigeriaTeenage pregnancy and home environment factors in ogbomoso, nigeria
Teenage pregnancy and home environment factors in ogbomoso, nigeria
 
Reino Monera (bacterias)
Reino Monera (bacterias)Reino Monera (bacterias)
Reino Monera (bacterias)
 
Город порт Гамбург
Город порт ГамбургГород порт Гамбург
Город порт Гамбург
 
Parental Awareness of Cyber Bullying
Parental Awareness of Cyber BullyingParental Awareness of Cyber Bullying
Parental Awareness of Cyber Bullying
 
Anger Management Group Therapy for Adolescent Males-Research Paper
Anger Management Group Therapy for Adolescent Males-Research PaperAnger Management Group Therapy for Adolescent Males-Research Paper
Anger Management Group Therapy for Adolescent Males-Research Paper
 

Similar to Research on Emotion Recognition for Facial Expression Images Based on Hidden Markov Model

One-Sample Face Recognition Using HMM Model of Fiducial Areas
One-Sample Face Recognition Using HMM Model of Fiducial AreasOne-Sample Face Recognition Using HMM Model of Fiducial Areas
One-Sample Face Recognition Using HMM Model of Fiducial AreasCSCJournals
 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET Journal
 
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...cscpconf
 
Facial landmarking localization for emotion recognition using bayesian shape ...
Facial landmarking localization for emotion recognition using bayesian shape ...Facial landmarking localization for emotion recognition using bayesian shape ...
Facial landmarking localization for emotion recognition using bayesian shape ...csandit
 
Thermal Imaging Emotion Recognition final report 01
Thermal Imaging Emotion Recognition final report 01Thermal Imaging Emotion Recognition final report 01
Thermal Imaging Emotion Recognition final report 01Ai Zhang
 
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...IRJET Journal
 
IRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A ReviewIRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A ReviewIRJET Journal
 
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
 
AN ALGORITHM TO DETECT DRIVER’S DROWSINESS BASED ON NODDING BEHAVIOUR
AN ALGORITHM TO DETECT DRIVER’S DROWSINESS BASED ON NODDING BEHAVIOURAN ALGORITHM TO DETECT DRIVER’S DROWSINESS BASED ON NODDING BEHAVIOUR
AN ALGORITHM TO DETECT DRIVER’S DROWSINESS BASED ON NODDING BEHAVIOURijscmcj
 
5116ijscmc01
5116ijscmc015116ijscmc01
5116ijscmc01ijscmcj
 
An algorithm to detect drivers
An algorithm to detect driversAn algorithm to detect drivers
An algorithm to detect driversijscmcj
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...CSCJournals
 
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...SubmissionResearchpa
 
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...ieijjournal
 
EMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWEMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWIRJET Journal
 
H IDDEN M ARKOV M ODEL A PPROACH T OWARDS E MOTION D ETECTION F ROM S PEECH S...
H IDDEN M ARKOV M ODEL A PPROACH T OWARDS E MOTION D ETECTION F ROM S PEECH S...H IDDEN M ARKOV M ODEL A PPROACH T OWARDS E MOTION D ETECTION F ROM S PEECH S...
H IDDEN M ARKOV M ODEL A PPROACH T OWARDS E MOTION D ETECTION F ROM S PEECH S...csandit
 
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
 
IRJET-Facial Expression Recognition using Efficient LBP and CNN
IRJET-Facial Expression Recognition using Efficient LBP and CNNIRJET-Facial Expression Recognition using Efficient LBP and CNN
IRJET-Facial Expression Recognition using Efficient LBP and CNNIRJET Journal
 

Similar to Research on Emotion Recognition for Facial Expression Images Based on Hidden Markov Model (20)

One-Sample Face Recognition Using HMM Model of Fiducial Areas
One-Sample Face Recognition Using HMM Model of Fiducial AreasOne-Sample Face Recognition Using HMM Model of Fiducial Areas
One-Sample Face Recognition Using HMM Model of Fiducial Areas
 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: Review
 
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
FACIAL LANDMARKING LOCALIZATION FOR EMOTION RECOGNITION USING BAYESIAN SHAPE ...
 
Facial landmarking localization for emotion recognition using bayesian shape ...
Facial landmarking localization for emotion recognition using bayesian shape ...Facial landmarking localization for emotion recognition using bayesian shape ...
Facial landmarking localization for emotion recognition using bayesian shape ...
 
Thermal Imaging Emotion Recognition final report 01
Thermal Imaging Emotion Recognition final report 01Thermal Imaging Emotion Recognition final report 01
Thermal Imaging Emotion Recognition final report 01
 
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
IRJET- Characteristics and Mood Prediction of Human by Signature and Facial E...
 
IRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A ReviewIRJET- Multi Image Morphing: A Review
IRJET- Multi Image Morphing: A Review
 
50220130402003
5022013040200350220130402003
50220130402003
 
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...
 
AN ALGORITHM TO DETECT DRIVER’S DROWSINESS BASED ON NODDING BEHAVIOUR
AN ALGORITHM TO DETECT DRIVER’S DROWSINESS BASED ON NODDING BEHAVIOURAN ALGORITHM TO DETECT DRIVER’S DROWSINESS BASED ON NODDING BEHAVIOUR
AN ALGORITHM TO DETECT DRIVER’S DROWSINESS BASED ON NODDING BEHAVIOUR
 
5116ijscmc01
5116ijscmc015116ijscmc01
5116ijscmc01
 
An algorithm to detect drivers
An algorithm to detect driversAn algorithm to detect drivers
An algorithm to detect drivers
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
 
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
Explaining Aluminous Ascientification Of Significance Examples Of Personal St...
 
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
An Efficient Feature Extraction Method With Local Region Zernike Moment for F...
 
EMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEWEMOTION RECOGNITION SYSTEMS: A REVIEW
EMOTION RECOGNITION SYSTEMS: A REVIEW
 
Ijetcas14 351
Ijetcas14 351Ijetcas14 351
Ijetcas14 351
 
H IDDEN M ARKOV M ODEL A PPROACH T OWARDS E MOTION D ETECTION F ROM S PEECH S...
H IDDEN M ARKOV M ODEL A PPROACH T OWARDS E MOTION D ETECTION F ROM S PEECH S...H IDDEN M ARKOV M ODEL A PPROACH T OWARDS E MOTION D ETECTION F ROM S PEECH S...
H IDDEN M ARKOV M ODEL A PPROACH T OWARDS E MOTION D ETECTION F ROM S PEECH S...
 
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-Facial Expression Recognition using Efficient LBP and CNN
IRJET-Facial Expression Recognition using Efficient LBP and CNNIRJET-Facial Expression Recognition using Efficient LBP and CNN
IRJET-Facial Expression Recognition using Efficient LBP and CNN
 

More from Editor IJMTER

A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIPEditor IJMTER
 
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...Editor IJMTER
 
Analysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentAnalysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentEditor IJMTER
 
A Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationA Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationEditor IJMTER
 
Aging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetAging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetEditor IJMTER
 
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...Editor IJMTER
 
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESA CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESEditor IJMTER
 
Sustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialSustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialEditor IJMTER
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTEditor IJMTER
 
Textual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisTextual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisEditor IJMTER
 
Testing of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsTesting of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsEditor IJMTER
 
Survey on Malware Detection Techniques
Survey on Malware Detection TechniquesSurvey on Malware Detection Techniques
Survey on Malware Detection TechniquesEditor IJMTER
 
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICESURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICEEditor IJMTER
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSEditor IJMTER
 
Survey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkSurvey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkEditor IJMTER
 
Step up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveStep up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveEditor IJMTER
 
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONSPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONEditor IJMTER
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeEditor IJMTER
 
Software Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisSoftware Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisEditor IJMTER
 
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeSoftware Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeEditor IJMTER
 

More from Editor IJMTER (20)

A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIPA NEW DATA ENCODER AND DECODER SCHEME FOR  NETWORK ON CHIP
A NEW DATA ENCODER AND DECODER SCHEME FOR NETWORK ON CHIP
 
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
A RESEARCH - DEVELOP AN EFFICIENT ALGORITHM TO RECOGNIZE, SEPARATE AND COUNT ...
 
Analysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX EnvironmentAnalysis of VoIP Traffic in WiMAX Environment
Analysis of VoIP Traffic in WiMAX Environment
 
A Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-DuplicationA Hybrid Cloud Approach for Secure Authorized De-Duplication
A Hybrid Cloud Approach for Secure Authorized De-Duplication
 
Aging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the InternetAging protocols that could incapacitate the Internet
Aging protocols that could incapacitate the Internet
 
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
A Cloud Computing design with Wireless Sensor Networks For Agricultural Appli...
 
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMESA CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
A CAR POOLING MODEL WITH CMGV AND CMGNV STOCHASTIC VEHICLE TRAVEL TIMES
 
Sustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building MaterialSustainable Construction With Foam Concrete As A Green Green Building Material
Sustainable Construction With Foam Concrete As A Green Green Building Material
 
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TESTUSE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
USE OF ICT IN EDUCATION ONLINE COMPUTER BASED TEST
 
Textual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative AnalysisTextual Data Partitioning with Relationship and Discriminative Analysis
Textual Data Partitioning with Relationship and Discriminative Analysis
 
Testing of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different ProcessorsTesting of Matrices Multiplication Methods on Different Processors
Testing of Matrices Multiplication Methods on Different Processors
 
Survey on Malware Detection Techniques
Survey on Malware Detection TechniquesSurvey on Malware Detection Techniques
Survey on Malware Detection Techniques
 
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICESURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
SURVEY OF TRUST BASED BLUETOOTH AUTHENTICATION FOR MOBILE DEVICE
 
SURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODSSURVEY OF GLAUCOMA DETECTION METHODS
SURVEY OF GLAUCOMA DETECTION METHODS
 
Survey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor NetworkSurvey: Multipath routing for Wireless Sensor Network
Survey: Multipath routing for Wireless Sensor Network
 
Step up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor DriveStep up DC-DC Impedance source network based PMDC Motor Drive
Step up DC-DC Impedance source network based PMDC Motor Drive
 
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATIONSPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
SPIRITUAL PERSPECTIVE OF AUROBINDO GHOSH’S PHILOSOPHY IN TODAY’S EDUCATION
 
Software Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing SchemeSoftware Quality Analysis Using Mutation Testing Scheme
Software Quality Analysis Using Mutation Testing Scheme
 
Software Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global AnalysisSoftware Defect Prediction Using Local and Global Analysis
Software Defect Prediction Using Local and Global Analysis
 
Software Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking SchemeSoftware Cost Estimation Using Clustering and Ranking Scheme
Software Cost Estimation Using Clustering and Ranking Scheme
 

Recently uploaded

NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024EMMANUELLEFRANCEHELI
 
Working Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfWorking Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfSkNahidulIslamShrabo
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...archanaece3
 
handbook on reinforce concrete and detailing
handbook on reinforce concrete and detailinghandbook on reinforce concrete and detailing
handbook on reinforce concrete and detailingAshishSingh1301
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...mikehavy0
 
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样A
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashidFaiyazSheikh
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdfAlexander Litvinenko
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfJNTUA
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书c3384a92eb32
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Stationsiddharthteach18
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Christo Ananth
 
Circuit Breakers for Engineering Students
Circuit Breakers for Engineering StudentsCircuit Breakers for Engineering Students
Circuit Breakers for Engineering Studentskannan348865
 
Introduction-to- Metrology and Quality.pptx
Introduction-to- Metrology and Quality.pptxIntroduction-to- Metrology and Quality.pptx
Introduction-to- Metrology and Quality.pptxProfASKolap
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
Databricks Generative AI Fundamentals .pdf
Databricks Generative AI Fundamentals  .pdfDatabricks Generative AI Fundamentals  .pdf
Databricks Generative AI Fundamentals .pdfVinayVadlagattu
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptjigup7320
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Toolssoginsider
 

Recently uploaded (20)

NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
Working Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdfWorking Principle of Echo Sounder and Doppler Effect.pdf
Working Principle of Echo Sounder and Doppler Effect.pdf
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...
 
handbook on reinforce concrete and detailing
handbook on reinforce concrete and detailinghandbook on reinforce concrete and detailing
handbook on reinforce concrete and detailing
 
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
☎️Looking for Abortion Pills? Contact +27791653574.. 💊💊Available in Gaborone ...
 
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
一比一原版(NEU毕业证书)东北大学毕业证成绩单原件一模一样
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
 
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
一比一原版(Griffith毕业证书)格里菲斯大学毕业证成绩单学位证书
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
Call for Papers - Journal of Electrical Systems (JES), E-ISSN: 1112-5209, ind...
 
Circuit Breakers for Engineering Students
Circuit Breakers for Engineering StudentsCircuit Breakers for Engineering Students
Circuit Breakers for Engineering Students
 
Introduction-to- Metrology and Quality.pptx
Introduction-to- Metrology and Quality.pptxIntroduction-to- Metrology and Quality.pptx
Introduction-to- Metrology and Quality.pptx
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Databricks Generative AI Fundamentals .pdf
Databricks Generative AI Fundamentals  .pdfDatabricks Generative AI Fundamentals  .pdf
Databricks Generative AI Fundamentals .pdf
 
Adsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) pptAdsorption (mass transfer operations 2) ppt
Adsorption (mass transfer operations 2) ppt
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 

Research on Emotion Recognition for Facial Expression Images Based on Hidden Markov Model

  • 1. Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com @IJMTER-2014, All rights Reserved 683 e-ISSN: 2349-9745 p-ISSN: 2393-8161 Research on Emotion Recognition for Facial Expression Images Based on Hidden Markov Model Jing Mu1 , Fang Chen2 , Changyuan Wang3 1,2,3 School of Computer Science and Engineering, Xi’an Technological University Abstract—This paper introduces emotion recognition for facial expression images using Hidden Markov Model (HMM). Firstly, facial expression images are transformed using discrete cosine transformation and feature is extraction; then HMMs of facial expression images are constructed, and the observation vectors are generated using sub-window, hence, process of emotion recognition for facial expression images is realized. The experiments on JAFFE database are made to recognize the seven emotions of the subjects, the recognition rates are above 80%, so emotion recognition for facial expression images based on HMM is an effective method. Keywords- Facial expression; Feature extraction; Hidden Markov model; Emotion recognition I. INTRODUCTION Facial expression plays a principal role in human interaction and communication since it contains critical and necessary information regarding emotion. Recently, emotion recognition for facial expression images is research hotspot, but the task of automatically recognizing different facial expressions in human-computer environment is challenging. A variety of system have been developed to perform facial expression recognition, Reference [1] gave a survey on face recognition. The basic method of facial expression recognition is pixel based method. The advantages of pixel intensity values as features are that they are easy to be obtained and they have the same dimensions as the image data. But the disadvantages of pixel values are they tend to be sensitive to image noise as well as image rotations or shifts, and changes in illumination, and they furthermore induce large dimensions on observation vectors. So, some improved method is proposed, such as: geometric feature-based method [2-5]. In Reference [2, 5] Gabor filter are made use of at different scales and orientations, and applied 34 fiducial points for each convolved image to construct the feature vector for representing each facial image. Gabor wavelet coefficients and geometric positions are used to construct the feature vector for each image and applied two-layer perceptron to distinguish seven different facial expressions in [5]. Linear discriminant analysis (LDA) proposed is used to identify seven different facial expressions [6], principal component analysis (PCA) is applied to reduce the dimensionality of feature vectors [7], and independent component analysis (ICA) is proposed [2], and HMM-based face recognition system [8-11]. In the HMM-based face recognition system, each of the significant facial regions such as hair, forehead, eyes, nose and mouth for a frontal face is assigned to a state in a left-to-right one-dimensional continuous HMM.
  • 2. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 684 In the paper, we presents a face recognition system using an HMM approach on the JAFFE (Japanese Female Facial Expression) database [12] because the database is commonly used in measuring the performance of facial expression recognition systems. We use a face recognition system on the JAFFE database to recognize seven main facial expressions: happy, neutral, angry, disgust, fear, sad and surprise. The data compression tool is obtained using the discrete cosine transformation (DCT) for low computation, then an efficient method for extracting the observation vectors using the DCT coefficients is presented. Compared to the classical pixels-based methods, the HMM-based approach offers a more flexible framework for recognition, and can be used more efficiently in facial expression recognition. The rest of the paper is organized as follows. In Section 2 we describe emotion recognition for facial expression images based on HMM. We make experiments in detail in Section 3. Finally, Section 4 concludes the paper. II. EMOTION RECOGNITION FOR FACIAL EXPRESSION IMAGES BASED ON HMM 2.1. Description of HMM The elements of a HMM are described as follows [8]: 1) N , the number of states in the model, if S is the set of states, then we denote the individual states as 1 2{ }NS S S S , , , , and the state at time t as tq ,1 t T  , here, T is the length of the observation sequence. 2) M , the number of distinct observation symbols per state, the set of individual symbols are denoted as 1 2{ }MV v v v , , , ; 3) A , the state transition probability matrix { }ijaA ; where 1[ | ]ij t j t ia P q S q S   , 1 ,i j N  , with the constraint 0 1ija  , and 1 1,1 N ij j a i N     . 4) B , The observation symbol probability distribution in state j : { ( )}j kb vB , where ( ) [ ]j k k t jb v P v at t q S  ,1 ,1j N k M    . 5) Initial state distribution: 1{ }, [ ],1i i iP q S j N     π . A complete specification of a HMM can be as { , , , , }N M  A B π . For convenience, using a shorthand notation, a HMM is defined as the triplet { , , }  A B π . 2.2 Three basic problems for HMMs Given appropriate parameterizations of a HMM and an observation sequence as follows: 1 2{ }TO O OO , , , , tO is observation. There are three basic problems described in the following: Problem 1:Given the observation sequence 1 2{ }TO O OO , , , and a model { , , }  A B π , how to ( | }P O , the probability of the observation sequence, given the model, how is it efficiently computed? Problem 2:Given the observation sequence 1 2{ }TO O OO , , , and model { , , }  A B π , how do we choose a corresponding state sequence 1 2 Tq q qQ which is optimal in some meaningful sense? Problem 3:How do we adjust the model parameters { , , }  A B π to maximize ( | }P O ?
  • 3. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 685 Problem1 is the evaluation problem, namely given a model and a sequence of observations, we usually use the forward-backward procedure to solve the problem. Problem 2 is to find the optimal state sequence associated with the given observation sequence. The difficulty lies with the definition of the optimal state sequence. There are several possible optimality criteria. In practice, a formal technique for finding this single best state sequence is used based on dynamic programming methods, and is called the Viterbi algorithm. Problem 3 is to adjust the model parameters ( , , )A B π to maximize the probability of the observation sequence given the model, i.e. re-estimation of HMM parameters, the iterative procedure such as the Baum-Welch is usually used to choose { , , }  A B π such that ( | }P O is locally maximized. 2.3 Emotion recognition for facial expression images based on HMM 2.3.1 Face expression image HMM For frontal face images, the significant facial regions (forehead, eyes, nose, mouth, and chin) come in a natural order from top to bottom. Each of these facial regions is a state in a left to right 1D continuous HMM. The state structure of the face model and the non-zero transition probabilities ija are shown in Figure 1. 12345 Forehead Eye Nose Mouth Chin a11a22a33a44 a55 a12a23a34a45 Figure 1. Left to right HMM for face recognition 2.3.2 Feature extraction using discrete cosine transformation The selection of suitable DCT coefficients from pictures in JAFFE databases was evaluated as a feature extraction method. The DCT transform can be represented as a weighted sum of cosine bases to image. The DCT delivers better energy compression, so the DCT coefficients are always real valued, and the coefficients are nearly uncorrelated. The DCT compression properties and its decorrelation properties make it an attractive technique for the extraction of the observation vectors. Each face image of width X and height Y is divided into overlapping of height L and width P. The amount of overlap between consecutive blocks is Q and M, as described in Figure 2. We obtain an efficient set of observation vectors using DCT coefficients extracted from each block. Using DCT transformation, we can obtain a DCT coefficient matrix for image block. These coefficients represent the energy contribution by different frequencies. The first coefficient  0,0C represents the “DC” component. The rest of the coefficients represent the different “AC” components, as contributed by each of the frequencies present. The compression property of the
  • 4. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 686 DCT allows a block of pixels to be represented by just a few DCT coefficients, and still obtain more information than would be present. In order to extract the coefficients which contain the most data about the block of data transformed, the DCT coefficient matrix needs to be scanned in a zig-zag pattern. This is because the contributing frequencies are arranged from low to high as indicated by the zig-zag pattern. oi oi+1 or X Y P L M Q Figure 2. Face image parameterization and block extraction In this paper, we use a sliding window of 8×8 pixels to scan over a picture with the standard overlap of 50% in both the horizontal and vertical directions. For each window of 8×8 pixels, a DCT coefficient matrix of the same size was obtained. This means that an image of Y rows and X columns there are (2 1)(2 1)D X Y N N N    (1) Number of 8×8 DCT coefficient blocks (with N=8 being the size of the window). These DCT coefficient blocks are the reduced by keeping their first 15 coefficients [9] by following the zig-zag pattern. Thus every 64 values are reduced to 15L  values and single observation used to represent the data of block (a, b) is now the vector: (a,b) (a,b) (a,b) 0 1 1[ ]Lc c c X (2) A complete observation sequence is obtained consisting of DN these vectors. According the observation sequence obtained, we trained the HMMs; then we recognize the test images. III. EXPERIMENTS The image database we use in our experiments is the JAFFE [12]. The database contains 213 grayscale facial expression images of ten young Japanese females. The ten Japanese females are numbered as KA, KL, KM, KR, MK, NA, NM, TM, UY, and YM. There are seven different facial expressions, such as neutral, happy, angry, disgust, fear, sad and surprise. Each female has two to four examples for each expression. Each image is of size 256×256. Many References such as [2, 5- 7] used this database as the benchmark.
  • 5. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 687 Now, we use HMM based method to recognize the emotion for facial expression images in the JAFFE database. The experimental results are showed in Table 1. Figure 3 presents some of the recognition results. The crossed images present incorrect classifications, while the rest of images are examples of correct classification. Table.1 shows that the recognition rates of the method are above 90% to the emotion of facial images for KA, KL, KM, MK, NM, TM, the reason is that those females have the exaggerated facial expressions, and exaggerated facial expressions have much information, the difference of different facial expression images is quite obvious, so the recognition rate of the method is high; the recognition rate of the method to KR, NA, UY is above 80%, but to YM is only 63.6%, because the facial expressions of YM has little change and have less the effective information, such as “fear” is recognized to “sad”, and “Happy” is to “sad”. From Table 1, we see that the total recognition rate is 87.3%, and this demonstrates that the HMM base method is an effective algorithm. TABLE 1. Emotion recognition rate of JAFFE database Personal No Recognition Rate KA 91.3% KL 95.5% KM 90.9% KR 85% MK 95.2% NA 85.7% NM 100% TM 95.2% UY 80.1% YM 63.6% Total recognition rate 87.3% Figure 3. Wrong classifications on facial expression images from JAFFE database using HMM based method IV. CONCLUSIONS We investigate DCT based feature representation, which uses an efficient set of observation vectors based on the extraction of the DCT coefficients, then use the HMM based expression classification schemes to recognize seven emotions for facial images on the JAFFE database.
  • 6. International Journal of Modern Trends in Engineering and Research (IJMTER) Volume 02, Issue 01, [January - 2015] e-ISSN: 2349-9745, p-ISSN: 2393-8161 @IJMTER-2014, All rights Reserved 688 Experimental results show that the recognition rate of the system is 87.3%, the proposed system using HMM based method has better performance. So the HMM modeling of human faces appears to be a promising method for face recognition under a wider range of facial expression, such as aeronautics and astronautics, medical treatment of patients, human-computer interaction and emotional robot, and has the potential value. ACKNOWLEDGMENT The authors would like to thank the support of the Key Foundation of Xi’an Technological University under Grant XAGDXJJ1219 and Special fund of Educational Department of Shaanxi Province under Grant 14JK1347. REFERENCES [1]. R.Chellappa, C.Wilson, and S.sirohey. Human and machine recognition of faces: a survey. Proceedings of IEEE.vol.83, no.5, pp. 705-740, 1995. [2]. I.Bucia, C.Kotropoulos and I.Pitas, ICA and Gabor representation for facial expression recognition, Proc. IEEE Int.Conf.Image Processing, vol.2, pp.855-858, 2003. [3]. Q.Liu. Research on facial expression recognition based on Gabor. Suzhou University, 2009. [4]. H.Lu, Research on facial feature extraction and recognition in automatic facial expression analysis system. Southeast University, 2006. [5]. Z. Zhang, M. Lyons, M. Schuster and S. Akamatsu, Comparison between geometry based and Gabor-wavelets- based facial expression recognition using multi-layer perceptron, Proc. IEEE Int. Conf. Automatic Face and Gesture Recognition, Nara, pp.454-459, 1998. [6]. M.Lyons, J.Budynek and S.Akamatsu, Automatic classification of single facial image. IEEE Trans. Patt.Anal. Mach.Intell. vol.21,no.12, pp.1357-1362,1999. [7]. S. Dubuisson, F. Davoine and M. Masson, A solution for facial expression representation and recognition, Sign. Process: Imag. Commun. vol.17,no.9, pp. 657-673,2002. [8]. L.Rabiner. A Tutorial on Hidden Markov Models and Selected Applications in Speech Recognition. Proceedings of the IEEE, vol.77, no.2, pp.257-286, 1989. [9]. J. Ballot. Face Recognition Using hidden Markov models, Master, University of Stellenbosch, 2005. [10]. C. Sanderson. Face processing &frontal face verification. IDIAP-RR 20, IDIAP, 2003. [11]. F. Samaria. Face recognition using hidden Markov models, University of Cambridge, 1994. [12]. M. Lyons, M. Kamachi and J.Gyoba. Japanese Female Facial Expressions (JAFFE), Database of digital images, 1997.