SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 7, No. 4, August 2017, pp. 1915~1922
ISSN: 2088-8708, DOI: 10.11591/ijece.v7i4.pp1915-1922  1915
Journal homepage: http://iaesjournal.com/online/index.php/IJECE
Unimodal Multi-Feature Fusion and one-dimensional Hidden
Markov Models for Low-Resolution Face Recognition
Othmane El Meslouhi1
, Zineb Elgarrai2
, Mustapha Kardouchi3
, Hakim Allali4
1,4
Lab.SIE FPO of Ibn Zohr University Agadir, Morocco
2
FST of Hassan 1st
University Settat, Morocco
3
Département d’Informatique of Université de Moncton, Canada
Article Info ABSTRACT
Article history:
Received Jan 6, 2017
Revised Mar 10, 2017
Accepted Mar 24, 2017
The objective of low-resolution face recognition is to identify faces from
small size or poor quality images with varying pose, illumination, expression,
etc. In this work, we propose a robust low face recognition technique based
on one-dimensional Hidden Markov Models. Features of each facial image
are extracted using three steps: firstly, both Gabor filters and Histogram of
Oriented Gradients (HOG) descriptor are calculated. Secondly, the size of
these features is reduced using the Linear Discriminant Analysis (LDA)
method in order to remove redundant information. Finally, the reduced
features are combined using Canonical Correlation Analysis (CCA) method.
Unlike existing techniques using HMMs, in which authors consider each
state to represent one facial region (eyes, nose, mouth, etc), the proposed
system employs 1D-HMMs without any prior knowledge about the
localization of interest regions in the facial image. Performance of the
proposed method will be measured using the AR database.
Keyword:
1D-HMMs
Canonical correlation analysis
Face recognition
Interpolation
Low-resolution
Copyright © 2017 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Othmane El Meslouhi,
Lab.SIE FPO of Ibn Zohr University Agadir,
Morocco.
Email: o.elmeslouhi@uiz.ac.ma
1. INTRODUCTION
Face recognition (FR) is the process of automatically identifying or verifying a person from his
facial image. In real life application, such as, video surveillance cameras (placed in banks, supermarkets or
in public streets), subjects are far from cameras, so face regions tend to be small. Machine face identification
from this kind of images becomes an important scientific issue to solve. This issue is called low-resolution
face recognition.
Like classical face recognition systems, low-resolution face recognition procedure consists of 2
major tasks: features extraction and classifier designing. Both have a significant impact on the reliability of
recognition method.
However, a low-resolution face recognition system needs to consider the particular problem of
dimensional mismatch between probe (with low-resloution) and gallery (generally with high-resolution)
images before extracting face features. This issue can be resolved by using three main ways: (1) Applying
interpolation or super-resolution to the probe facial images, (2) projecting both probe and gallery facial
images into an inter-resolution space or (3) downsampling all gallery images and then perform matching in
low resolution. An overview of this methods is given in [1].
For the features extraction and classification tasks, various approaches have been proposed such as:
RQCr color features with nearest neighbor classifier [2], Local Frequency Descriptor with nearest neighbor
classifier [3] and Support Vector Data Description with support vector machines (SVM) classifier [4].
 ISSN: 2088-8708
IJECE Vol. 7, No. 4, August 2017 : 1915 – 1922
1916
In this paper, we use the cubic interpolation to increase the special resolution of LR images to deal
with the dimensional mismatch problem. This choice is justified by the fact that it’s extremely fast and it can
be applied on a single image unlike super-resolution techniques which use gallery set of LR or HR images.
Regarding the facial features extraction, the proposed system extract facial features by fusing two local
descriptors: Gabor wavelets [5], [6] and HOG descriptors [7]. Gabor wavelets (filters) are invariant to
rotation, scale and translation. In addition, they are robust to image noise. Also, Histograms of Oriented
Gradients (HOG) are robust against illumination variations [8]. Their complementary nature makes them
good candidate for combination. Concerning the classification tasks, we use one dimensional Hidden Markov
Model to deal with the classification task. Our approach differs from existing methods using HMMs in that it
doesn’t need any prior knowledge about the localization of interest regions in the facial images. This
advantage makes our approach fully automatic and robust even the presence of no frontal facial images.
The following section gives a detailed description of the proposed system. Experimental results are
presented in section 3. Finally, we conclude this paper in section 4.
2. COMBINING GABOR AND HOG FEATURES FOR HIDDEN MARKOV MODEL
RECOGNITION
This section describes the components of our face recognition system in detail: Gabor and HOG
features, LDA dimensionality reduction, feature fusion using the Canonical Correlation Analysis (CCA)
method and Hidden Markov Model for recognition. The stages of processing are diagrammed in Figure 1.
Figure 1. The overall of the proposed face recognition system.
Features extraction:
a. Gabor Features Representation: Gabor wavelet representation of face images derives desirable features
gained by spatial frequency, spatial locality, and orientation selectivity. These discriminative features
extracted from the Gabor filtered images could be robust to illumination and facial expression changes. A
Gabor wavelet filter is a Gaussian kernel function modulated by a sinusoidal plane wave [5]:
( )
‖ ‖
‖ ‖ ‖ ‖
[ ] (1)
Where ( ) is the pixel with coordinate (x, y) in the image plan. u and v define orientation
and scale of the Gabor kernels. ‖ ‖ denotes the norm operator.
A large number of local features can be generated by varying parameters associated with the
position, scale, and orientation of the filters. For example, the magnitude response of the convolution of an
image with 40 banks of Gabor kernels (8 orientations and 5 scales) is 40 magnitude maps in the same size as
the original image, as illustrated in the Figure 2.
IJECE ISSN: 2088-8708 
Unimodal Multi-Feature Fusion and One-dimensional Hidden Markov Models …. (Othmane El Meslouhi)
1917
Figure 2. An example of the Gabor magnitude output: (a) the initial image (b) the magnitude output of the
filtering operation with a bank of 40 Gabor filters.
b. Histogram of Oriented Gradients Features (HOG): The HOG descriptor is a local statistic of the
orientations of the image gradients. It is characterized by its invariance to rotation and illumination changes.
The HOG feature divides the image into many cells, in each of them a histogram counts the occurrences of
pixels orientations given by their gradients. The final HOG descriptor is then built with combination of these
histograms [7]. Figure 3 shows an example of facial image with extracted HOG descriptor.
Figure 3. An example of HOG descriptor from a facial image: (a) Facial image, (b) Facial image with HOG
descriptor.
c. Feature Reduction: The dimensions of Gabor and HOG feature vectors are too high, which is far too
extensive for efficient processing and storage. To overcome this issue, many techniques are proposed in the
literature: Principal Component Analysis (PCA) [9], Independent Component Analysis (ICA) [10], Linear
Discriminant Analysis (LDA) [11-13]. In this paper, the employed dimensionality reduction technique is the
Linear Discriminant Analysis (LDA). It aims at finding a feature representation by which the within-class
distance is minimized and the between-class distance is maximized [14]. In order to avoid singularity issues,
when computing the inverse of the within-class scatter matrix, the LDA reduction method is implemented in
the Principal Component Analysis (PCA) subspace as suggested in [15].
d. Feature fusion using canonical correlation analysis: In this stage, we combine the two reduced feature
vectors to obtain a single one, which is more discriminative than using only one feature modality. This is
achieved by using a feature fusion technique based on Canonical Correlation Analysis (CCA) [16]. Canonical
correlation analysis has been widely used to analyze associations between two sets of variables.
Given two column vectors ( ) and ( ) of random variables with finite second
moments, one may define the cross-covariance ( ) to be the matrix whose ( ) entry
is the covariance ( ).
 ISSN: 2088-8708
IJECE Vol. 7, No. 4, August 2017 : 1915 – 1922
1918
Canonical-correlation analysis attempt to find vectors and such that the random variables U and
maximize the correlation ρ = ( , ) = ( ) and are defined by [8]:
(2)
(3)
Where, ( ), ( ), and
After some steps of calculation, the solution is therefore:
1) is the eigenvector with the maximum eigenvalue for the matrix .
2) is the eigenvector with the maximum eigenvalue for the matrix .
e. Feature classification: An HMM, which was developed by Baum and Petrie [17], is a probabilistic
model in which the system is assumed to be a Markov process with hidden states. HMM is used for
representing probability distribution over sequences of observations. The following key elements characterize
an HMM:
a. the number of states of the model.
b. is an state transition matrix that gives the state transition probabilities between states.
c. is an emission probability matrix while being in a particular state.
d. is a matrix, called initial state probability matrix, and it gives the probability of being
in a particular state at the start of the process.
As mentioned above, a left to right 1D Hidden Markov Model is used in our system to achieve the
recognition task. The Figure 4 shows an example of a Left-Right 1D-HMM with N states.
Figure 4. An example of a Left-Right 1D-HMM with N states.
In our system, the number of states N depends to the dataset subject number. The entry state 1 and
the exit state N are non-emitting. The transition matrix will have rows and columns. Finally we
assume that each observation probability distribution is represented with single Gaussian distributions. All
these parameters will be estimated during the training step using an iterative procedure, known as Baum-
Welch algorithm [18]. Also, each subject will be represented with one model. Finally, the recognition step is
achieved using the Viterbi algorithm [18] to find the highest likelihood score between features in the testing
sets and models obtained in the training step.
3. EXPERIMENTAL RESULTS
The experiment was designed with the aim of validating the effectiveness of the proposed system.
We performed experiments using the cropped AR face database [19]. The AR face database contains over
3,200 frontal color face images of 126 subjects (26 different images for each person), including different
facial expressions, with various occlusions and under different lighting conditions. Most of the pictures were
recorded in two sessions (separated by two weeks). All images were taken by the same camera under tightly
controlled conditions of illumination and viewpoint. For our experiments, like in the work of [19], in the first
time, 100 different subjects (50 males and 50 females) were randomly selected from this database, then, all
selected images were segmented using an oval-shaped mask and finally all color images are transformed into
gray images. Figure 5 shows some sample images of one subject extracted from the obtained face database.
IJECE ISSN: 2088-8708 
Unimodal Multi-Feature Fusion and One-dimensional Hidden Markov Models …. (Othmane El Meslouhi)
1919
Figure 5. Images of one subject in the AR face database.
In this experiments, we investigate the face recognition as a function of the image resolution.
Instead of taking images from faces which have different distances to the camera, we have tried to simulate
the effect of lowering the resolution. From original pictures with the resolution of pixels, all of
pictures have been downsampled 2, 4, 8, 16 and even 32 times. It corresponds to resolutions ,
, , , and respectively. Since extracting features from facial with lowest
resolution would lead to serious quantization errors, we decided to upscale all images to the same resolution.
After downscaling, we scaled the image up to original size (i.e ) for face recognition using a cubic
interpolation [20]. The results can be seen in Figure 6.
Figure 6. Samples for downsampled face image: (a) the original face image . (b) downsampling the
image in a by a factor of 1/2 to the size . (c) by factor of 1/4 to the size . (d) by factor of 1/8
to the size . (e) by factor of 1/16 to the size . (f) by factor of 1/32 to the size .
The experimental results presented in this section are divided into three parts. The aim of the first set
of experiments is to see whether the system converges quickly or not. Recognition rates given at different
epochs are plotted in Fgure 7 showing that the system converges at the end of the second epoch.
In second experiment, we make a comparison between the combined Gabor+HOG descriptor with
isolated descriptors Gabor, HOG and LBP (Local Binary Patterns) for different resolution. We notice that the
features size of all those descriptors is reduced using LDA method. The comparison results are shown in
Table 1.
From this table, we notice that the results obtained by the combined Gabor+HOG features
outperform those obtained using separated Gabor, HOG and LBP descriptors in AR database for all facial
image resolution.
Finally, as shown in Table 2, Table 3, Table 4 and Table 5, we calculated recognition rate according
to the size of training image set and the resolution obtained by the 1D-HMM classifier and other three
 ISSN: 2088-8708
IJECE Vol. 7, No. 4, August 2017 : 1915 – 1922
1920
classifiers: Support Vector Machine (SVM) with Radial Basic Function (RDF) Kernel, AdaBoost and
Decision Tree Classifiers. From these tables, we can see that the accuracies obtained by the 1D-HMM
classifier, in general, outperform the SVM, AdaBoost and Decision Tree Classifiers.
Figure 7. Recognition Rate vs. The number of training epochs.
Table 1. Best face recognition rates using different descriptors with different image resolution
Descriptors
Experimental Datasets
LBP 12.03% 50% 77.26% 92.23% 91.35% 95.43%
HOG 22.45% 55.14% 88.5% 98.89% 99.81% 99.81%
Gabor 13.36% 53.23% 59.37% 94.95% 99.44% 100%
Gabor+HOG 27.64% 65.49% 89.05% 99.63% 100% 100%
Table 2. Face recognition rates of four classifiers with different Image resolution using 5 training images
Classifiers
Experimental Datasets
SVM 0.07% 11% 45.48% 77.45% 84.83% 92.03%
AdaBoost 0.024% 3.3% 3.8% 3.5% 2.9% 3.5%
Decision Tree 0.05% 7.2% 11% 12.92% 15.9% 10.2%
1D-HMM 12.05% 19.53% 45.87% 85.03% 90.28% 93.49%
Table 3. Face recognition rates of four classifiers with different Image resolution using 10 training images.
Classifiers
Experimental Datasets
SVM 0.13% 20.8% 52.42% 90.3% 97.19% 98.72%
AdaBoost 0.03% 3.4% 6.1% 5.22% 9.18% 4.6%
Decision Tree 0.07% 10.58% 9.7% 16.45% 11.2% 16.83%
1D-HMM 17.86% 32% 62.37% 95.03% 98.01% 98.85%
Table 4. Face recognition rates of four classifiers with different Image resolution using 15 training images
Classifiers
Experimental Datasets
SVM 18.9% 37.1% 73.84% 99.44% 100% 100%
AdaBoost 5.19% 5.7% 3.33% 7.2% 6.67% 5.9%
Decision Tree 5.5% 11.13% 17.6% 14.65% 20% 23%
1D-HMM 20.59% 46.75% 80.71% 99.63% 100% 100%
Table 5. Face recognition rates of four classifiers with different Image resolution using 20 training images
Classifiers
Experimental Datasets
SVM 10% 31.29% 75.85% 100% 100% 100%
AdaBoost 2% 5.4% 6.46% 5.4% 8.1% 5.1%
Decision Tree 6.12% 9.18% 18.02% 19.38% 18.36% 17.6%
1D-HMM 16% 48.64% 90.48% 100% 100% 100%
IJECE ISSN: 2088-8708 
Unimodal Multi-Feature Fusion and One-dimensional Hidden Markov Models …. (Othmane El Meslouhi)
1921
4. CONCLUSION
A low face recognition system based on 1D-HMMs was presented in this paper. First, the system
extract facial features using Gabor and HOG descriptors. Then it combines them using CCA fusion technique
to obtain one feature vector after dimensionality reduction step using LDA method.
The standard database AR is used to evaluate the proposed system. The obtained recognition rates
by the combined features and 1D-HMMs classifier outperform these obtained by isolated descriptors and
some classical classifiers for all facial image resolutions.
Our future research will be focused on using the proposed system in real time context in order to
integrate it in video surveillance cameras security application.
REFERENCES
[1] Z. Wang, et al., “Low-Resolution face Recognition: A Review,” The Visual Computer, vol. 30, no. 4, pp. 359–386,
2014.
[2] J. Y. Choi, et al., “Color face Recognition for Degraded face Images,” IEEE Transactions on Systems, Man, and
Cybernetics, Part B (Cybernetics), vol. 39, no. 5, pp. 1217–1230, Oct 2009.
[3] T. Ahonen, et al., “Recognition of Blurred faces using local phase Quantization,” Pattern Recognition, 2008. ICPR
2008. 19th International Conference on, pp. 1–4, 2008.
[4] S.-W. Lee et al., “Low Resolution face Recognition based on Support Vector Data Description,” Pattern
Recognition, vol. 39, no. 9, pp. 1809 – 1812, 2006.
[5] C. Liu, et al., “Gabor Feature based Classification using the Enhanced Fsher Linear Discriminant Model for face
Recognition,” Trans. Img. Proc., vol. 11, no. 4, pp. 467–476, Apr. 2002.
[6] H. Kusuma, et al. “Gabor-based face Recognition with Illumination Variation using Subspace-linear Discriminant
Analysis”, TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 10, no. 1, pp 119-128,
2012.
[7] C. Shu, et al., “Histogram of the Oriented Gradient for face Recognition,” Tsinghua Science and Technology,
vol. 16, no. 2, pp. 216–224, April 2011.
[8] M. Haghighat, et al., “Fully Automatic face Normalization and single Sample face Recognition in Unconstrained
Environments,” Expert Systemswith Applications, vol. 47, no. C, pp. 23–34, Apr. 2016.
[9] K. Kim, “Face Recognition using Principle Component Analysis,” International Conference on Computer Vision
and Pattern Recognition, 1996, pp. 586–591.
[10] M. S. Bartlett, et al., “Face Recognition by Independent Component Analysis,” Neural Networks, IEEE
Transactions on, vol. 13, no. 6, pp. 1450–1464, 2002.
[11] D. L. Swets, et al., “Using Discriminant Eigenfeatures for Image Retrieval,” IEEE Trans. Pattern Anal. Mach.
Intell., vol. 18, no. 8, pp. 831–836, Aug. 1996.
[12] P. N. Belhumeur, et al., “Eigenfaces vs. Fisherfaces: Recognition using class specific linear Projection,” IEEE
Trans. Pattern Anal. Mach. Intell., vol. 19, no. 7, pp. 711–720, Jul. 1997.
[13] I. Wijaya, et al. “Face Recognition Using Holistic Features and LDA Simplification”, TELKOMNIKA
(Telecommunication Computing Electronics and Control), vol. 10, no 4, p. 771-782, 2012.
[14] T. Savič, et al., “Personal Recognition based on an Image of the Palmar Surface of the hand”, Pattern Recognition,
pp. 3152–3163, 2007.
[15] P. N. Belhumeur, et al., “Eigenfaces vs. Fisherfaces: Recognition using class specific linear Projection,” IEEE
Trans. Pattern Anal. Mach. Intell., vol. 19, no. 7, pp. 711–720, Jul. 1997.
[16] Q.-S. Sun, et al., “A new Method of Feature Fusion and its Application in Image Recognition,” Pattern
Recognition., vol. 38, no. 12, pp. 2437–2448, 2005.
[17] L. E. Baum, et al., “Statistical Inference for Probabilistic Functions of Finite State Markov Chains,” Annals of
Mathematical Statistics, vol. 37, pp. 1554–1563, 1966.
[18] 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.
[19] A. M. Martinez, et al., “Pca versus lda,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 23, no. 2, pp. 228–233,
2001.
[20] R. Keys, “Cubic Convolution Interpolation for Digital Image Processing,” IEEE Transactions on Acoustics,
Speech, and Signal Processing, vol. 29, no. 6, pp. 1153–1160, Dec 1981.
 ISSN: 2088-8708
IJECE Vol. 7, No. 4, August 2017 : 1915 – 1922
1922
BIOGRAPHIES OF AUTHORS
Othmane Elmeslouhi is an Associate Professor in the Mathematics and Computer Science
Department of the Polydisciplinary Faculty Ouarzazate of Ibn Zohr University, Morocco. He has a
PhD from the FST of Hassan 1st
University, Morocco, in computer engineering. His research interests
include : Big Data, Computer Vision, Pattern Recognition and Medical Imaging.
E-mail: o.elmeslouhi@uiz.ac.ma
Zineb Elgarrai received her engineer degree in Computer science in 2009 at the National School of
computer science and systems analysis (ENSIAS) School, Rabat, Morocco. In 2012 she joined the
LAVETE Laboratory of FST of Hassan 1st
University, Settat, Morocco. Her actual main research
interests concern Face Recognition and Computer Vision.
E-mail: elgarrai@gmail.com
Mustapha Kardouchi is a full professor at the Computer Science Departement, Moncton University,
Canada. His research interests are primarily in the field of Computer Vision with a focus on Image
Recognition and Video Analysis.
E-mail : mustapha.kardouchi@umoncton.ca
Hakim Allali was born in Morocco on 1966. He received the Ph.D degree from Claude Bernard Lyon
I University (France) in 1993 and the “Docteur d’Etat” degree from Hassan II-Mohamedia University,
Casablanca (Morocco) in 1997. He is currently Professor at Faculty of Sciences and Technologies of
Hassan 1st
University of Settat (Morocco) and director of LAVETE Laboratory. His research interests
include technology enhanced learning, modeling, image processing, computer networking and GIS.
E-mail: hakimallali@hotmail.fr

More Related Content

What's hot

Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceeSAT Publishing House
 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...sipij
 
LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...
LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...
LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...aciijournal
 
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
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitioniaemedu
 
A03501001006
A03501001006A03501001006
A03501001006theijes
 
Face Recognition using Feature Descriptors and Classifiers
Face Recognition using Feature Descriptors and ClassifiersFace Recognition using Feature Descriptors and Classifiers
Face Recognition using Feature Descriptors and ClassifiersJournal For Research
 
Classifier fusion method to recognize
Classifier fusion method to recognizeClassifier fusion method to recognize
Classifier fusion method to recognizeIJCI JOURNAL
 
Face Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of InternetFace Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of Internetijceronline
 
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSOBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSijcseit
 
The Framework of Image Recognition based on Modified Freeman Chain Code
The Framework of Image Recognition based on Modified Freeman Chain CodeThe Framework of Image Recognition based on Modified Freeman Chain Code
The Framework of Image Recognition based on Modified Freeman Chain CodeCSCJournals
 

What's hot (16)

Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillance
 
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
A NOVEL PROBABILISTIC BASED IMAGE SEGMENTATION MODEL FOR REALTIME HUMAN ACTIV...
 
LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...
LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...
LOCAL REGION PSEUDO-ZERNIKE MOMENT- BASED FEATURE EXTRACTION FOR FACIAL RECOG...
 
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
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
A03501001006
A03501001006A03501001006
A03501001006
 
Face Recognition using Feature Descriptors and Classifiers
Face Recognition using Feature Descriptors and ClassifiersFace Recognition using Feature Descriptors and Classifiers
Face Recognition using Feature Descriptors and Classifiers
 
Classifier fusion method to recognize
Classifier fusion method to recognizeClassifier fusion method to recognize
Classifier fusion method to recognize
 
Face Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of InternetFace Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of Internet
 
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONSOBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
OBJECT SEGMENTATION USING MULTISCALE MORPHOLOGICAL OPERATIONS
 
Object Recognition Using Shape Context with Canberra Distance
Object Recognition Using Shape Context with Canberra DistanceObject Recognition Using Shape Context with Canberra Distance
Object Recognition Using Shape Context with Canberra Distance
 
B04410814
B04410814B04410814
B04410814
 
H0334749
H0334749H0334749
H0334749
 
Y34147151
Y34147151Y34147151
Y34147151
 
The Framework of Image Recognition based on Modified Freeman Chain Code
The Framework of Image Recognition based on Modified Freeman Chain CodeThe Framework of Image Recognition based on Modified Freeman Chain Code
The Framework of Image Recognition based on Modified Freeman Chain Code
 
A0150106
A0150106A0150106
A0150106
 

Similar to Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Low-Resolution Face Recognition

CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMSCLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMSsipij
 
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMSCLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMSsipij
 
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...IOSR Journals
 
Classification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization AlgorithmsClassification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization Algorithmssipij
 
Classification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization AlgorithmsClassification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization Algorithmssipij
 
Classification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization AlgorithmsClassification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization Algorithmssipij
 
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONFPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONijcseit
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...IJCSEIT Journal
 
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...sipij
 
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
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposureiosrjce
 
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET Journal
 
Method of optimization of the fundamental matrix by technique speeded up rob...
Method of optimization of the fundamental matrix by technique  speeded up rob...Method of optimization of the fundamental matrix by technique  speeded up rob...
Method of optimization of the fundamental matrix by technique speeded up rob...IJECEIAES
 
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...CSCJournals
 
An efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAn efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAlexander Decker
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...IJMER
 

Similar to Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Low-Resolution Face Recognition (20)

Af35178182
Af35178182Af35178182
Af35178182
 
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMSCLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
 
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMSCLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
CLASSIFICATION AND COMPARISON OF LICENSE PLATES LOCALIZATION ALGORITHMS
 
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
Medial Axis Transformation based Skeletonzation of Image Patterns using Image...
 
Classification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization AlgorithmsClassification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization Algorithms
 
Classification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization AlgorithmsClassification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization Algorithms
 
Classification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization AlgorithmsClassification and Comparison of License Plates Localization Algorithms
Classification and Comparison of License Plates Localization Algorithms
 
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONFPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...
 
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
GABOR WAVELETS AND MORPHOLOGICAL SHARED WEIGHTED NEURAL NETWORK BASED AUTOMAT...
 
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)
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
I010634450
I010634450I010634450
I010634450
 
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
 
Method of optimization of the fundamental matrix by technique speeded up rob...
Method of optimization of the fundamental matrix by technique  speeded up rob...Method of optimization of the fundamental matrix by technique  speeded up rob...
Method of optimization of the fundamental matrix by technique speeded up rob...
 
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
Research on Image Classification Model of Probability Fusion Spectrum-Spatial...
 
Research Analysis and Design of Geometric Transformations using Affine Geometry
Research Analysis and Design of Geometric Transformations using Affine GeometryResearch Analysis and Design of Geometric Transformations using Affine Geometry
Research Analysis and Design of Geometric Transformations using Affine Geometry
 
An efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithmAn efficient image segmentation approach through enhanced watershed algorithm
An efficient image segmentation approach through enhanced watershed algorithm
 
A04430105
A04430105A04430105
A04430105
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
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
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
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...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 

Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Low-Resolution Face Recognition

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 7, No. 4, August 2017, pp. 1915~1922 ISSN: 2088-8708, DOI: 10.11591/ijece.v7i4.pp1915-1922  1915 Journal homepage: http://iaesjournal.com/online/index.php/IJECE Unimodal Multi-Feature Fusion and one-dimensional Hidden Markov Models for Low-Resolution Face Recognition Othmane El Meslouhi1 , Zineb Elgarrai2 , Mustapha Kardouchi3 , Hakim Allali4 1,4 Lab.SIE FPO of Ibn Zohr University Agadir, Morocco 2 FST of Hassan 1st University Settat, Morocco 3 Département d’Informatique of Université de Moncton, Canada Article Info ABSTRACT Article history: Received Jan 6, 2017 Revised Mar 10, 2017 Accepted Mar 24, 2017 The objective of low-resolution face recognition is to identify faces from small size or poor quality images with varying pose, illumination, expression, etc. In this work, we propose a robust low face recognition technique based on one-dimensional Hidden Markov Models. Features of each facial image are extracted using three steps: firstly, both Gabor filters and Histogram of Oriented Gradients (HOG) descriptor are calculated. Secondly, the size of these features is reduced using the Linear Discriminant Analysis (LDA) method in order to remove redundant information. Finally, the reduced features are combined using Canonical Correlation Analysis (CCA) method. Unlike existing techniques using HMMs, in which authors consider each state to represent one facial region (eyes, nose, mouth, etc), the proposed system employs 1D-HMMs without any prior knowledge about the localization of interest regions in the facial image. Performance of the proposed method will be measured using the AR database. Keyword: 1D-HMMs Canonical correlation analysis Face recognition Interpolation Low-resolution Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Othmane El Meslouhi, Lab.SIE FPO of Ibn Zohr University Agadir, Morocco. Email: o.elmeslouhi@uiz.ac.ma 1. INTRODUCTION Face recognition (FR) is the process of automatically identifying or verifying a person from his facial image. In real life application, such as, video surveillance cameras (placed in banks, supermarkets or in public streets), subjects are far from cameras, so face regions tend to be small. Machine face identification from this kind of images becomes an important scientific issue to solve. This issue is called low-resolution face recognition. Like classical face recognition systems, low-resolution face recognition procedure consists of 2 major tasks: features extraction and classifier designing. Both have a significant impact on the reliability of recognition method. However, a low-resolution face recognition system needs to consider the particular problem of dimensional mismatch between probe (with low-resloution) and gallery (generally with high-resolution) images before extracting face features. This issue can be resolved by using three main ways: (1) Applying interpolation or super-resolution to the probe facial images, (2) projecting both probe and gallery facial images into an inter-resolution space or (3) downsampling all gallery images and then perform matching in low resolution. An overview of this methods is given in [1]. For the features extraction and classification tasks, various approaches have been proposed such as: RQCr color features with nearest neighbor classifier [2], Local Frequency Descriptor with nearest neighbor classifier [3] and Support Vector Data Description with support vector machines (SVM) classifier [4].
  • 2.  ISSN: 2088-8708 IJECE Vol. 7, No. 4, August 2017 : 1915 – 1922 1916 In this paper, we use the cubic interpolation to increase the special resolution of LR images to deal with the dimensional mismatch problem. This choice is justified by the fact that it’s extremely fast and it can be applied on a single image unlike super-resolution techniques which use gallery set of LR or HR images. Regarding the facial features extraction, the proposed system extract facial features by fusing two local descriptors: Gabor wavelets [5], [6] and HOG descriptors [7]. Gabor wavelets (filters) are invariant to rotation, scale and translation. In addition, they are robust to image noise. Also, Histograms of Oriented Gradients (HOG) are robust against illumination variations [8]. Their complementary nature makes them good candidate for combination. Concerning the classification tasks, we use one dimensional Hidden Markov Model to deal with the classification task. Our approach differs from existing methods using HMMs in that it doesn’t need any prior knowledge about the localization of interest regions in the facial images. This advantage makes our approach fully automatic and robust even the presence of no frontal facial images. The following section gives a detailed description of the proposed system. Experimental results are presented in section 3. Finally, we conclude this paper in section 4. 2. COMBINING GABOR AND HOG FEATURES FOR HIDDEN MARKOV MODEL RECOGNITION This section describes the components of our face recognition system in detail: Gabor and HOG features, LDA dimensionality reduction, feature fusion using the Canonical Correlation Analysis (CCA) method and Hidden Markov Model for recognition. The stages of processing are diagrammed in Figure 1. Figure 1. The overall of the proposed face recognition system. Features extraction: a. Gabor Features Representation: Gabor wavelet representation of face images derives desirable features gained by spatial frequency, spatial locality, and orientation selectivity. These discriminative features extracted from the Gabor filtered images could be robust to illumination and facial expression changes. A Gabor wavelet filter is a Gaussian kernel function modulated by a sinusoidal plane wave [5]: ( ) ‖ ‖ ‖ ‖ ‖ ‖ [ ] (1) Where ( ) is the pixel with coordinate (x, y) in the image plan. u and v define orientation and scale of the Gabor kernels. ‖ ‖ denotes the norm operator. A large number of local features can be generated by varying parameters associated with the position, scale, and orientation of the filters. For example, the magnitude response of the convolution of an image with 40 banks of Gabor kernels (8 orientations and 5 scales) is 40 magnitude maps in the same size as the original image, as illustrated in the Figure 2.
  • 3. IJECE ISSN: 2088-8708  Unimodal Multi-Feature Fusion and One-dimensional Hidden Markov Models …. (Othmane El Meslouhi) 1917 Figure 2. An example of the Gabor magnitude output: (a) the initial image (b) the magnitude output of the filtering operation with a bank of 40 Gabor filters. b. Histogram of Oriented Gradients Features (HOG): The HOG descriptor is a local statistic of the orientations of the image gradients. It is characterized by its invariance to rotation and illumination changes. The HOG feature divides the image into many cells, in each of them a histogram counts the occurrences of pixels orientations given by their gradients. The final HOG descriptor is then built with combination of these histograms [7]. Figure 3 shows an example of facial image with extracted HOG descriptor. Figure 3. An example of HOG descriptor from a facial image: (a) Facial image, (b) Facial image with HOG descriptor. c. Feature Reduction: The dimensions of Gabor and HOG feature vectors are too high, which is far too extensive for efficient processing and storage. To overcome this issue, many techniques are proposed in the literature: Principal Component Analysis (PCA) [9], Independent Component Analysis (ICA) [10], Linear Discriminant Analysis (LDA) [11-13]. In this paper, the employed dimensionality reduction technique is the Linear Discriminant Analysis (LDA). It aims at finding a feature representation by which the within-class distance is minimized and the between-class distance is maximized [14]. In order to avoid singularity issues, when computing the inverse of the within-class scatter matrix, the LDA reduction method is implemented in the Principal Component Analysis (PCA) subspace as suggested in [15]. d. Feature fusion using canonical correlation analysis: In this stage, we combine the two reduced feature vectors to obtain a single one, which is more discriminative than using only one feature modality. This is achieved by using a feature fusion technique based on Canonical Correlation Analysis (CCA) [16]. Canonical correlation analysis has been widely used to analyze associations between two sets of variables. Given two column vectors ( ) and ( ) of random variables with finite second moments, one may define the cross-covariance ( ) to be the matrix whose ( ) entry is the covariance ( ).
  • 4.  ISSN: 2088-8708 IJECE Vol. 7, No. 4, August 2017 : 1915 – 1922 1918 Canonical-correlation analysis attempt to find vectors and such that the random variables U and maximize the correlation ρ = ( , ) = ( ) and are defined by [8]: (2) (3) Where, ( ), ( ), and After some steps of calculation, the solution is therefore: 1) is the eigenvector with the maximum eigenvalue for the matrix . 2) is the eigenvector with the maximum eigenvalue for the matrix . e. Feature classification: An HMM, which was developed by Baum and Petrie [17], is a probabilistic model in which the system is assumed to be a Markov process with hidden states. HMM is used for representing probability distribution over sequences of observations. The following key elements characterize an HMM: a. the number of states of the model. b. is an state transition matrix that gives the state transition probabilities between states. c. is an emission probability matrix while being in a particular state. d. is a matrix, called initial state probability matrix, and it gives the probability of being in a particular state at the start of the process. As mentioned above, a left to right 1D Hidden Markov Model is used in our system to achieve the recognition task. The Figure 4 shows an example of a Left-Right 1D-HMM with N states. Figure 4. An example of a Left-Right 1D-HMM with N states. In our system, the number of states N depends to the dataset subject number. The entry state 1 and the exit state N are non-emitting. The transition matrix will have rows and columns. Finally we assume that each observation probability distribution is represented with single Gaussian distributions. All these parameters will be estimated during the training step using an iterative procedure, known as Baum- Welch algorithm [18]. Also, each subject will be represented with one model. Finally, the recognition step is achieved using the Viterbi algorithm [18] to find the highest likelihood score between features in the testing sets and models obtained in the training step. 3. EXPERIMENTAL RESULTS The experiment was designed with the aim of validating the effectiveness of the proposed system. We performed experiments using the cropped AR face database [19]. The AR face database contains over 3,200 frontal color face images of 126 subjects (26 different images for each person), including different facial expressions, with various occlusions and under different lighting conditions. Most of the pictures were recorded in two sessions (separated by two weeks). All images were taken by the same camera under tightly controlled conditions of illumination and viewpoint. For our experiments, like in the work of [19], in the first time, 100 different subjects (50 males and 50 females) were randomly selected from this database, then, all selected images were segmented using an oval-shaped mask and finally all color images are transformed into gray images. Figure 5 shows some sample images of one subject extracted from the obtained face database.
  • 5. IJECE ISSN: 2088-8708  Unimodal Multi-Feature Fusion and One-dimensional Hidden Markov Models …. (Othmane El Meslouhi) 1919 Figure 5. Images of one subject in the AR face database. In this experiments, we investigate the face recognition as a function of the image resolution. Instead of taking images from faces which have different distances to the camera, we have tried to simulate the effect of lowering the resolution. From original pictures with the resolution of pixels, all of pictures have been downsampled 2, 4, 8, 16 and even 32 times. It corresponds to resolutions , , , , and respectively. Since extracting features from facial with lowest resolution would lead to serious quantization errors, we decided to upscale all images to the same resolution. After downscaling, we scaled the image up to original size (i.e ) for face recognition using a cubic interpolation [20]. The results can be seen in Figure 6. Figure 6. Samples for downsampled face image: (a) the original face image . (b) downsampling the image in a by a factor of 1/2 to the size . (c) by factor of 1/4 to the size . (d) by factor of 1/8 to the size . (e) by factor of 1/16 to the size . (f) by factor of 1/32 to the size . The experimental results presented in this section are divided into three parts. The aim of the first set of experiments is to see whether the system converges quickly or not. Recognition rates given at different epochs are plotted in Fgure 7 showing that the system converges at the end of the second epoch. In second experiment, we make a comparison between the combined Gabor+HOG descriptor with isolated descriptors Gabor, HOG and LBP (Local Binary Patterns) for different resolution. We notice that the features size of all those descriptors is reduced using LDA method. The comparison results are shown in Table 1. From this table, we notice that the results obtained by the combined Gabor+HOG features outperform those obtained using separated Gabor, HOG and LBP descriptors in AR database for all facial image resolution. Finally, as shown in Table 2, Table 3, Table 4 and Table 5, we calculated recognition rate according to the size of training image set and the resolution obtained by the 1D-HMM classifier and other three
  • 6.  ISSN: 2088-8708 IJECE Vol. 7, No. 4, August 2017 : 1915 – 1922 1920 classifiers: Support Vector Machine (SVM) with Radial Basic Function (RDF) Kernel, AdaBoost and Decision Tree Classifiers. From these tables, we can see that the accuracies obtained by the 1D-HMM classifier, in general, outperform the SVM, AdaBoost and Decision Tree Classifiers. Figure 7. Recognition Rate vs. The number of training epochs. Table 1. Best face recognition rates using different descriptors with different image resolution Descriptors Experimental Datasets LBP 12.03% 50% 77.26% 92.23% 91.35% 95.43% HOG 22.45% 55.14% 88.5% 98.89% 99.81% 99.81% Gabor 13.36% 53.23% 59.37% 94.95% 99.44% 100% Gabor+HOG 27.64% 65.49% 89.05% 99.63% 100% 100% Table 2. Face recognition rates of four classifiers with different Image resolution using 5 training images Classifiers Experimental Datasets SVM 0.07% 11% 45.48% 77.45% 84.83% 92.03% AdaBoost 0.024% 3.3% 3.8% 3.5% 2.9% 3.5% Decision Tree 0.05% 7.2% 11% 12.92% 15.9% 10.2% 1D-HMM 12.05% 19.53% 45.87% 85.03% 90.28% 93.49% Table 3. Face recognition rates of four classifiers with different Image resolution using 10 training images. Classifiers Experimental Datasets SVM 0.13% 20.8% 52.42% 90.3% 97.19% 98.72% AdaBoost 0.03% 3.4% 6.1% 5.22% 9.18% 4.6% Decision Tree 0.07% 10.58% 9.7% 16.45% 11.2% 16.83% 1D-HMM 17.86% 32% 62.37% 95.03% 98.01% 98.85% Table 4. Face recognition rates of four classifiers with different Image resolution using 15 training images Classifiers Experimental Datasets SVM 18.9% 37.1% 73.84% 99.44% 100% 100% AdaBoost 5.19% 5.7% 3.33% 7.2% 6.67% 5.9% Decision Tree 5.5% 11.13% 17.6% 14.65% 20% 23% 1D-HMM 20.59% 46.75% 80.71% 99.63% 100% 100% Table 5. Face recognition rates of four classifiers with different Image resolution using 20 training images Classifiers Experimental Datasets SVM 10% 31.29% 75.85% 100% 100% 100% AdaBoost 2% 5.4% 6.46% 5.4% 8.1% 5.1% Decision Tree 6.12% 9.18% 18.02% 19.38% 18.36% 17.6% 1D-HMM 16% 48.64% 90.48% 100% 100% 100%
  • 7. IJECE ISSN: 2088-8708  Unimodal Multi-Feature Fusion and One-dimensional Hidden Markov Models …. (Othmane El Meslouhi) 1921 4. CONCLUSION A low face recognition system based on 1D-HMMs was presented in this paper. First, the system extract facial features using Gabor and HOG descriptors. Then it combines them using CCA fusion technique to obtain one feature vector after dimensionality reduction step using LDA method. The standard database AR is used to evaluate the proposed system. The obtained recognition rates by the combined features and 1D-HMMs classifier outperform these obtained by isolated descriptors and some classical classifiers for all facial image resolutions. Our future research will be focused on using the proposed system in real time context in order to integrate it in video surveillance cameras security application. REFERENCES [1] Z. Wang, et al., “Low-Resolution face Recognition: A Review,” The Visual Computer, vol. 30, no. 4, pp. 359–386, 2014. [2] J. Y. Choi, et al., “Color face Recognition for Degraded face Images,” IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics), vol. 39, no. 5, pp. 1217–1230, Oct 2009. [3] T. Ahonen, et al., “Recognition of Blurred faces using local phase Quantization,” Pattern Recognition, 2008. ICPR 2008. 19th International Conference on, pp. 1–4, 2008. [4] S.-W. Lee et al., “Low Resolution face Recognition based on Support Vector Data Description,” Pattern Recognition, vol. 39, no. 9, pp. 1809 – 1812, 2006. [5] C. Liu, et al., “Gabor Feature based Classification using the Enhanced Fsher Linear Discriminant Model for face Recognition,” Trans. Img. Proc., vol. 11, no. 4, pp. 467–476, Apr. 2002. [6] H. Kusuma, et al. “Gabor-based face Recognition with Illumination Variation using Subspace-linear Discriminant Analysis”, TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 10, no. 1, pp 119-128, 2012. [7] C. Shu, et al., “Histogram of the Oriented Gradient for face Recognition,” Tsinghua Science and Technology, vol. 16, no. 2, pp. 216–224, April 2011. [8] M. Haghighat, et al., “Fully Automatic face Normalization and single Sample face Recognition in Unconstrained Environments,” Expert Systemswith Applications, vol. 47, no. C, pp. 23–34, Apr. 2016. [9] K. Kim, “Face Recognition using Principle Component Analysis,” International Conference on Computer Vision and Pattern Recognition, 1996, pp. 586–591. [10] M. S. Bartlett, et al., “Face Recognition by Independent Component Analysis,” Neural Networks, IEEE Transactions on, vol. 13, no. 6, pp. 1450–1464, 2002. [11] D. L. Swets, et al., “Using Discriminant Eigenfeatures for Image Retrieval,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 18, no. 8, pp. 831–836, Aug. 1996. [12] P. N. Belhumeur, et al., “Eigenfaces vs. Fisherfaces: Recognition using class specific linear Projection,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 19, no. 7, pp. 711–720, Jul. 1997. [13] I. Wijaya, et al. “Face Recognition Using Holistic Features and LDA Simplification”, TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 10, no 4, p. 771-782, 2012. [14] T. Savič, et al., “Personal Recognition based on an Image of the Palmar Surface of the hand”, Pattern Recognition, pp. 3152–3163, 2007. [15] P. N. Belhumeur, et al., “Eigenfaces vs. Fisherfaces: Recognition using class specific linear Projection,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 19, no. 7, pp. 711–720, Jul. 1997. [16] Q.-S. Sun, et al., “A new Method of Feature Fusion and its Application in Image Recognition,” Pattern Recognition., vol. 38, no. 12, pp. 2437–2448, 2005. [17] L. E. Baum, et al., “Statistical Inference for Probabilistic Functions of Finite State Markov Chains,” Annals of Mathematical Statistics, vol. 37, pp. 1554–1563, 1966. [18] 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. [19] A. M. Martinez, et al., “Pca versus lda,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 23, no. 2, pp. 228–233, 2001. [20] R. Keys, “Cubic Convolution Interpolation for Digital Image Processing,” IEEE Transactions on Acoustics, Speech, and Signal Processing, vol. 29, no. 6, pp. 1153–1160, Dec 1981.
  • 8.  ISSN: 2088-8708 IJECE Vol. 7, No. 4, August 2017 : 1915 – 1922 1922 BIOGRAPHIES OF AUTHORS Othmane Elmeslouhi is an Associate Professor in the Mathematics and Computer Science Department of the Polydisciplinary Faculty Ouarzazate of Ibn Zohr University, Morocco. He has a PhD from the FST of Hassan 1st University, Morocco, in computer engineering. His research interests include : Big Data, Computer Vision, Pattern Recognition and Medical Imaging. E-mail: o.elmeslouhi@uiz.ac.ma Zineb Elgarrai received her engineer degree in Computer science in 2009 at the National School of computer science and systems analysis (ENSIAS) School, Rabat, Morocco. In 2012 she joined the LAVETE Laboratory of FST of Hassan 1st University, Settat, Morocco. Her actual main research interests concern Face Recognition and Computer Vision. E-mail: elgarrai@gmail.com Mustapha Kardouchi is a full professor at the Computer Science Departement, Moncton University, Canada. His research interests are primarily in the field of Computer Vision with a focus on Image Recognition and Video Analysis. E-mail : mustapha.kardouchi@umoncton.ca Hakim Allali was born in Morocco on 1966. He received the Ph.D degree from Claude Bernard Lyon I University (France) in 1993 and the “Docteur d’Etat” degree from Hassan II-Mohamedia University, Casablanca (Morocco) in 1997. He is currently Professor at Faculty of Sciences and Technologies of Hassan 1st University of Settat (Morocco) and director of LAVETE Laboratory. His research interests include technology enhanced learning, modeling, image processing, computer networking and GIS. E-mail: hakimallali@hotmail.fr