Age Estimation using Local Matched Filter Binary Pattern

Size: px
Start display at page:

Download "Age Estimation using Local Matched Filter Binary Pattern"

Transcription

1 Age Estimation using Local Matched Filter Binary Pattern Imad Mohamed Ouloul,KarimAfdel, Abdellah Amghar Laboratory MTI University Ibnou Zohr B.P 8106, Agadir, Morocco Laboratory SIV University Ibnou Zohr B.P 8106, Agadir, Morocco Abstract The automatic age estimation systems from facial images are often very complex and difficult to achieve, because of the aging process complexity. Such a system can be used in security, man-machine interactions, and biometrics. Research in this field has advanced during the last years. This paper proposes an age estimation system based on the shape and gray level texture intensity, extracted from facial images. The main contribution of this work is the design of a new descriptor named Local Matched Filter Binary Pattern, which detects and encodes face areas containing wrinkles. This descriptor, combined with parameters extracted by the active appearance model, enables the design of a high discriminative age. The experiments performed on the FG-net database, and the compared results approved this descriptor s efficiency in age estimation. Keywords Age Estimation, Local Matched Filter binary pattern, Active Appearance Model I. INTRODUCTION The automatic age estimation systems from facial images recently attracted the attention of researchers in image processing, specialized in computer vision. This system has many applications, which are related to biometrics, demographic analysis, security, vending machines control, surveillance, access control to adult websites, etc. However, the development of such a system has two major problems. First, there is a difficulty in predicting the aging process due to the large number of the involved factors (race, gender, health, gene, climate, social status, etc). The face contains two types of features which serve in the age estimation task : the shape, which represents the geometric configuration of facial landmarks; and the texture (flat area, wrinkles, and age spots), which reflects the state of the facial skin. The changes that each facial feature experiences are different. The shape variation is limited to a period from birth to 21 years old, and the texture variations start from 25 years old onward. In general, an age estimation system consists of two steps, the facial features extractions and age prediction. In the first step, the age discriminative features are extracted using the texture descriptors LBP [1], GW [2], LPQ [3], or models of facial representation like anthropocentrism model [4], AAM [5], and aging pattern subspace [6]. In the second step, the prediction can be achieved by three different approaches, classification, regression, or hierarchical [7]. This latter approach (combining both classification and regression) divides the images into several age groups with a distinct regression for each group [8]. In [9] A. latins et al has experimentally proven that the hierarchical approach is the most efficient for age estimation. Texture descriptors have shown their performance in the field of facial recognition and detection. However, they are far from being efficient on their own for age estimation, because these descriptors do not take shape features under consideration. On the other hand, facial representation models combine both the shape and global texture; but the major issue with this model is the smoothening of facial wrinkles. To overcome this problem, a combination of a texture descriptor and a facial representation model is achieved to build a high discriminative age [2], [3]. This paper presents a new descriptor efficient for facial wrinkles, named Local Matched Filter Binary Pattern (LMFBP). This descriptor enables both the detection and extraction of wrinkles. This matched filter handles the detection task, while the local binary pattern enables wrinkle extraction and presents them in a histogram, which is used to train the classifier. The matched filter is proposed in the signal processing to detect signals whose form is predetermined. It was used for the first time by O Gorman et al in image processing for fingerprint detection [10], and then by Chaudhuri et al in retinal images detection [11]. Furthermore, LBP [12] is one of the most frequently used texture descriptor. It enables texture encoding by finding the difference between a given pixel and its neighboring pixel. The rest of this paper is organized as follows : a brief presentation of the most significant works in section 2, a description of LMFBP based age estimation system is achieved in section 3, a presentation of the experimental results and analysis in section 4, and a conclusion in section 5. II. RELATED WORK The first published work relating to age estimation was proposed by Kown et al in [4]. The basic idea of this work is limited to estimate age classes (child, young, senior, adult) of each face from a comparison of facial anthropometric measures. Kown et al s work is far from being applied to the real world due to the extraction difficulty of anthropometric measures from images taken in non-controlled environments (face pose change). In [13], latins et al have proposed an aging function able of age estimation using a feature combination of the active appearance model. Furthermore, Lantis et al have /16/$ IEEE

2 achieved a classifier comparison for age estimation in [9]. In this comparison, the hierarchical approach provided the best performance. In [6] Geng et al proposed a method named AGing pattern Subspace (AGES). The main idea of this method is to build a representative Subspace. First, PCA is performed to a set of facial images of a single individual (sorted in ascending age order), then the age estimation is achieved by projecting facial images in the Subspace (preconstructed in the learning phase). An extended AGES version in proposed in[14]. The major difference between the two versions is the AAM usage to build a representative Subspace instead of the PCA. In [1], LBP is used for encoding the facial image s texture into a histogram. The extended LBP version is used [13] for extracting uniform patterns and/or invariant rotation patterns. Txia et al in [5] used predefined patches in facial images to extract a high discriminative robust to facial appearance variations between men and women. In general the image patches extraction is based on facial landmarks detection by AAM or ASM. III. PROPOSED APPROACH FOR AGE ESTIMATION The age estimation system that we are introducing consists of two phases. An overview of our approach is shown in figure 1. In the first phase, we use AAM to encode the shape and gray level intensity of the facial image. To overcome the problem of smoothening local details of texture, we also use Local Matched Filter Binary Pattern to detect local features (wrinkles and sagging skin) from aligned images. After the features extraction, a normalization and dimension reduction is performed. In the second phase, the prediction is performed by a hierarchical approach, which consists of using classification and regression successively. In the prediction phase, the facial features are divided into age groups, then a distinct regression for each group is performed. A description of the main elements will be presented. A. Active appearance model The Active appearance model is proposed by Cootes et al in [15]. This model combines variations of both shape and texture. It is widely used to interpret and describe deformable objects [16], and to achieve face recognition and age estimation. The appearance model is generated as follows : in the learning phase, the manually annotated points in each image (figure 2(a)) are aligned into a common co-coordinate frame; then PCA is performed to the whole set of points to build a model that describes the shape variation. This model allows to estimate the shape of any given image using this equation 1. s = s + P s b s (1) where s is the estimated shape, s is the mean shape of dataset, P s is the eigenvalue of shape variation, and b s is the vector of shape parameters. However, in order to generate a model that describes texture variation, the whole set of learning images is warped using triangulation (figure 2(b)). Then a normalization and gray level intensity estimation in each triangle is performed. Next, PCA is performed to generate Fig. 1. overview of the proposed system for automatic age estimation (a) Fig. 2. sample FG-net image: (a) image with 68 landmarks, (b) image triangulation based on landmarks a model that describes gray level variations of any given image using this equation 2. (b) g =ḡ + P g b g (2) where g is the gray level intensity, ḡ is the mean gray level intensity of learning images, P g is the eigenvalue of texture variation, and b g is the vector of texture parameters. Lastly, PCA performs a vector parameter combination of both shape and texture b = [b s b g ] to generate an appearance model capable of describing shape and texture variations of each image using this equation 3. b = Qc (3) where Q is the eigenvalue variation of b, and c is the appearance parameters matrix, which controls the shape and texture of a given image. B. Facial image alignment The human face can be divided into three regions. The first gathers wrinkle and sagging skin zones, which are always visible. The second regroups facial zones that might contain wrinkles, but are susceptible to be concealed by facial hair (men) or fringe hair (women). Lastly, the third contains zones

3 (a) (b) (c) Fig. 3. Facial image alignment : (a) before alignment, (b) after alignment, (c) Areas extracted for processing that rarely develop wrinkles (mouth, ears, eyebrows...). In order to develop a useful age estimation system for men and women, we adopt a strategy that consists of using only first region zones (figure 3(a)). These wrinkle zones are cropped based on the landmarks positions [17] detected by the active appearance model. However, face pose changes render the cropping task impossible. To overcome this problem, we make an image alignment based on the eyes relative position (figure 3(b), 3(c)). In our case, the alignment is achieved by a rotation estimated in this equation 4. ( ) x2 x θ = ± arctan (4) y 2 y where θ is the rotation angle, p(x i,y i ) i=1,2 is the eyes position in the Cartesian plan, and c(x, y) is the segment s midpoint connecting both eyes. C. Local Matched Filter Binary Pattern In this sub-section we introduce the Local Matched Filter Binary Pattern descriptor, which we proposed for the detection and extraction of facial wrinkles. Our descriptor is based on the combination of the matched filter and the texture LBP descriptor. The matched filter is proposed for the first time in signal processing to detect signals drowning in Gaussian noise, provided that the signal s mathematical function is predetermined. The matched filter s first applications on images was realized in these works [10], [11], for fingerprint detection and retina image. The main idea of the matched filter is to return the maximum response when the desired shape is found. The achieved observations on a set of facial images (figure 4) enabled us to postulate that wrinkles can be decomposed into others of smaller size and shape closer to Gaussian kernel, regardless the wrinkles actual shape and size. For this reason, the facial wrinkles detection can be implemented by the use of a Gaussian kernel (equation 5). ( ) x 2 G(x, y) = exp 2s 2 for y <L/2 (5) where L is the filter length following the direction y, and s is the parameter that controls the Gaussian kernel s width. In order to detect facial wrinkles in all directions, we generate first a filter bank by a rotation of the Gaussian kernel. We then perform a convolution between the bank and the image to be analyzed. Thereby, the matched filter s response is the local maximum of all the bank s responses (figure 4). On the other hand, the second part of our approach is dedicated to extracting wrinkle containing zones. To perform this task, we were inspired by the works [18], [19], [20], [21] based on Local Binary Pattern[12] for texture description. Therefore, the main idea that we adopted consists of encoding the matched filter s response using Local Binary Pattern. This descriptor is widely used in literature, due to its efficiency for texture description and its simple implementation. D. Age prediction The automatic age estimation is a difficult challenge [6], because of the important number of variables put into play in the aging process. Furthermore, this process can vary considerably between different age phases. In the first and second age phases, changes are generally in the geometric shape. Therefore, the first signs of texture change begin at the second phase s end [2], [23]. To achieve an efficient age estimation system, we adopt the hierarchical approach for prediction. This approach had proven its efficiency in various other works [9]. The hierarchical approach s practical implementation is achieved in two stages. First, the features extracted from facial images are trained to build a classifier that describes age classes using radial kernel SVM. In addition, each group s features are trained anew to build a regressor able of age estimation using linear kernel SVR. The major advantage of this approach is in the reduction of the estimation s margin error, by limiting age phases in each group. IV. EXPERIMENTAL RESULTS A. Database In order to evaluate our system s performance, we use FGnet database. This database is publicly available for academic use. The first release of the FG-net was in From that time, FG-net became the standard for evaluation in this field. This database contains 1002 images divided on 82 subject. In each image, 68 landmarks, which describe the face s geometric shape, are manually annotated. Age distribution in this database ranges from 0 to 69 years old [24]. The figure 5 shows examples of images in ascending age order. From a practical standpoint, we use two metrics to measure the system s performance. The first is the MAE (equation 6) which represents the Mean Absolute Error between the ground truth and the estimated age, and the second is the Cumulative Score (equation 7) which defines the percentage of images whose mean absolute error is low than or equal to a given threshold. MAE = 1 n t i=1 ˆt i=1 (6) N i=1 where ˆt is the estimated age, t is the ground truth age, and N the image number CS(t) = N age<t N 100 (7)

4 Fig. 4. the first line contains images with wrinkles [22]. the second line represents wrinkle detection results by Matched Filter TABLE I RESULTS BEFORE AAM AND LMFBP COMBINATION Acc. Classification (%) MAE AAM LMFBP Fig. 5. sample images from fg-net dataset classified in ascending age order where N age<t is the image number whose estimated age error is low than or equal to a given threshold. B. Results and Analysis In this section, we present the results of the experiments performed on the FG-net database. We used 75% of this database in the learning phase, and 25% in testing. In the performed experiments, we adopted a 5-fold cross validation to optimize the classification and regression parameters respectively for SVM and SVR. In order to avoid the intraclass similarities between images, we followed the Leave- One-Person-Out (LOPO) protocol which consists of using all images of one individual either in the learning phase or in testing [24]. Table I represents the obtained results before the combination of the active appearance model and the local matched filter binary pattern. This first experience shows us that the classification accuracy and the MAE, obtained by the active appearance model, outperforms the LMFBP s results. These results are justified by the parameter s features extracted by AAM, which combine both shape and texture variations. This makes the system more apt to differentiate between age phases (child, young, senior, adult), contrary to the LMFBP s generated parameters which describe only texture variation from local view (wrinkles). In the second experimental phase, we combined the AAM and LMFBP parameters. We used PCA to reduce the descriptor s consequent size. Figure 6 shows the classification precision s variations by SVM depending on the descriptor s size. Figure 7 reflects our system s MAE. These curves analysis shows us that the outperformance state of our estimation system is achieved by the use of 93% of the descriptor s variation. Another important point is that the finale size of the descriptor, used by the system in age estimation, is of low dimension; hence limiting the system resources consumption. Furthermore, the cumulative score, presented in figure 8, shows that the system was able to make an age estimation whose error is low than or equal to 5 Fig. 6. the curve shows age group classification results by radial kernel SVM TABLE II COMPARISON OF OUR METHOD S RESULTS TO OTHER PREVIOUS WORKS Methods of Age estimation MAE MIR [24] 9.49 AGES [14] 6.77 SBAE [8] 6.20 RUL[24] 5.78 LD [24] 5.77 LMFBP 5.09 FO (LOPO) [3] 4.78 years old for 70% of images in testing. Another comparative study, represented in table II, proves that our developed system outperforms many other approaches present in the literature. V. CONCLUSION AND PERSPECTIVE In this paper we developed an automatic age estimation system based on LMFBP. The performed experiments on the FG-net database, along with the comparisons, validated our approach s utility in age estimation. In addition, the

5 Fig. 7. the Mean Absolut Error of the proposed system for age estimation Fig. 8. Cumulative Score curve of the different components used by the proposed approach descriptor s low dimension and efficiency motivated us in a future material implementation of our system in a FPGA, in order to make a mobile environment. ACKNOWLEDGMENT This work is supported by CNRST and through PPR2-2015/ Prototype de système d authentifications basé sur la biométrie utilisant le visage REFERENCES [1] A. Günay and V. V. Nabiyev, Automatic age classification with lbp, in Computer and Information Sciences, ISCIS rd International Symposium on, pp. 1 4, IEEE, [2] S.E.Choi,Y.J.Lee,S.J.Lee,K.R.Park,andJ.Kim, Ageestimation using a hierarchical classifier based on global and local facial features, Pattern Recognition, vol. 44, no. 6, pp , [3] J. K. Pontes, A. S. Britto, C. Fookes, and A. L. Koerich, A flexible hierarchical approach for facial age estimation based on multiple features, Pattern Recognition, [4] Y. H. Kwon and N. D. V. Lobo, Age classification from facial images, in Computer Vision and Pattern Recognition, Proceedings CVPR 94., 1994 IEEE Computer Society Conference on, pp , IEEE, [5] J.-D. Txia and C.-L. Huang, Age estimation using aam and local facial features, in 2009 Fifth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, pp , IEEE, [6] X. Geng, Z.-H. Zhou, Y. Zhang, G. Li, and H. Dai, Learning from facial aging patterns for automatic age estimation, in Proceedings of the 14th annual ACM international conference on Multimedia, pp , ACM, [7] Y. Fu, G. Guo, and T. S. Huang, Age synthesis and estimation via faces: A survey, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 32, no. 11, pp , [8] P. Thukral, K. Mitra, and R. Chellappa, A hierarchical approach for human age estimation, in Acoustics, Speech and Signal Processing (ICASSP), 2012 IEEE International Conference on, pp , IEEE, [9] A. Lanitis, C. Draganova, and C. Christodoulou, Comparing different classifiers for automatic age estimation, Systems, Man, and Cybernetics, Part B: Cybernetics, IEEE Transactions on, vol. 34, no. 1, pp , [10] L. O Gorman and J. V. Nickerson, Matched filter design for fingerprint image enhancement, in Acoustics, Speech, and Signal Processing, ICASSP-88., 1988 International Conference on, pp , IEEE, [11] S. Chaudhuri, S. Chatterjee, N. Katz, M. Nelson, and M. Goldbaum, Detection of blood vessels in retinal images using two-dimensional matched filters, Medical Imaging, IEEE Transactions on, vol. 8, no. 3, pp , [12] T. Ojala, M. Pietikäinen, and T. Mäenpää, Multiresolution gray-scale and rotation invariant texture classification with local binary patterns, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 24, no. 7, pp , [13] A. Lanitis, C. J. Taylor, and T. F. Cootes, Toward automatic simulation of aging effects on face images, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 24, no. 4, pp , [14] X. Geng, Z.-H. Zhou, and K. Smith-Miles, Automatic age estimation based on facial aging patterns, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol. 29, no. 12, pp , [15] T. F. Cootes, G. J. Edwards, and C. J. Taylor, Active appearance models, IEEE Transactions on Pattern Analysis & Machine Intelligence, no. 6, pp , [16] T. F. Cootes, G. J. Edwards, and C. J. Taylor, Active appearance models, in Computer VisionECCV98, pp , Springer, [17] J.-D. Txia and C.-L. Huang, Age estimation using aam and local facial features, in 2009 Fifth International Conference on Intelligent Information Hiding and Multimedia Signal Processing, pp , IEEE, [18] W. Zhang, S. Shan, W. Gao, X. Chen, and H. Zhang, Local gabor binary pattern histogram sequence (lgbphs): A novel non-statistical model for face representation and recognition, in Computer Vision, ICCV Tenth IEEE International Conference on, vol. 1, pp , IEEE, [19] L. Zhang, Z. Zhou, and H. Li, Binary gabor pattern: An efficient and robust descriptor for texture classification, in Image Processing (ICIP), th IEEE International Conference on, pp , IEEE, [20] T. Senechal, V. Rapp, H. Salam, R. Seguier, K. Bailly, and L. Prevost, Facial action recognition combining heterogeneous features via multikernel learning, Systems, Man, and Cybernetics, Part B: Cybernetics, IEEE Transactions on, vol. 42, no. 4, pp , [21] T. R. Almaev and M. F. Valstar, Local gabor binary patterns from three orthogonal planes for automatic facial expression recognition, in Affective Computing and Intelligent Interaction (ACII), 2013 Humaine Association Conference on, pp , IEEE, [22] M. Minear and D. C. Park, A lifespan database of adult facial stimuli, Behavior Research Methods, Instruments, & Computers, vol. 36, no. 4, pp , [23] I. M. Ouloul, K. Afdel, A. Amghar, and Z. Moutakki, Automatic face recognition with aging using the invariant features, in th International Conference on Information & Communication Technology and Accessibility (ICTA), pp. 1 5, IEEE, [24] G. Panis, A. Lanitis, N. Tsapatsoulis, and T. F. Cootes, Overview of research on facial ageing using the fg-net ageing database, IET Biometrics, 2015.

Facial Age Estimation Based on KNN-SVR Regression and AAM Parameters

Facial Age Estimation Based on KNN-SVR Regression and AAM Parameters 画像の認識 理解シンポジウム (MIRU2012) 2012 年 8 月 Facial Age Estimation Based on KNN-SVR Regression and AAM Parameters Songzhu Gao Tetsuya Takiguchi and Yasuo Ariki Graduate School of System Informatics, Kobe University,

More information

Face Alignment Under Various Poses and Expressions

Face Alignment Under Various Poses and Expressions Face Alignment Under Various Poses and Expressions Shengjun Xin and Haizhou Ai Computer Science and Technology Department, Tsinghua University, Beijing 100084, China ahz@mail.tsinghua.edu.cn Abstract.

More information

Cross-pose Facial Expression Recognition

Cross-pose Facial Expression Recognition Cross-pose Facial Expression Recognition Abstract In real world facial expression recognition (FER) applications, it is not practical for a user to enroll his/her facial expressions under different pose

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Face Verification with Aging Using AdaBoost and Local Binary Patterns

Face Verification with Aging Using AdaBoost and Local Binary Patterns Face Verification with Aging Using AdaBoost and Local Binary Patterns ABSTRACT Gayathri Mahalingam Video/Image Modeling and Synthesis (VIMS) Laboratory Dept. of Computer Science University of Delaware

More information

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS Kirthiga, M.E-Communication system, PREC, Thanjavur R.Kannan,Assistant professor,prec Abstract: Face Recognition is important

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

A Practical Approach for Determination of Human Gender & Age

A Practical Approach for Determination of Human Gender & Age Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 6, June 2014, pg.816

More information

The Pennsylvania State University. The Graduate School. Department of Computer Science and Engineering AGE ESTIMATION IN FACIAL IMAGES.

The Pennsylvania State University. The Graduate School. Department of Computer Science and Engineering AGE ESTIMATION IN FACIAL IMAGES. The Pennsylvania State University The Graduate School Department of Computer Science and Engineering AGE ESTIMATION IN FACIAL IMAGES A Thesis in Computer Science and Engineering by Venkata Soumya Pisupati

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

Evaluating the Performance of Face-Aging Algorithms

Evaluating the Performance of Face-Aging Algorithms Evaluating the Performance of Face-Aging Algorithms Andreas Lanitis Department of Multimedia and Graphic Arts, Cyprus University of Technology, P.O. Box 50329, 3036, Lemesos, Cyprus andreas.lanitis@cut.ac.cy

More information

MORPH-II: Feature Vector Documentation

MORPH-II: Feature Vector Documentation MORPH-II: Feature Vector Documentation Troy P. Kling NSF-REU Site at UNC Wilmington, Summer 2017 1 MORPH-II Subsets Four different subsets of the MORPH-II database were selected for a wide range of purposes,

More information

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES LBP AND PCA BASED ON FACE RECOGNITION SYSTEM Ashok T. Gaikwad Institute of Management Studies and Information Technology, Aurangabad, (M.S), India ABSTRACT

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 46 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 46 (2015 ) 1754 1761 International Conference on Information and Communication Technologies (ICICT 2014) Age Estimation

More information

HUMAN S FACIAL PARTS EXTRACTION TO RECOGNIZE FACIAL EXPRESSION

HUMAN S FACIAL PARTS EXTRACTION TO RECOGNIZE FACIAL EXPRESSION HUMAN S FACIAL PARTS EXTRACTION TO RECOGNIZE FACIAL EXPRESSION Dipankar Das Department of Information and Communication Engineering, University of Rajshahi, Rajshahi-6205, Bangladesh ABSTRACT Real-time

More information

TEXTURE CLASSIFICATION METHODS: A REVIEW

TEXTURE CLASSIFICATION METHODS: A REVIEW TEXTURE CLASSIFICATION METHODS: A REVIEW Ms. Sonal B. Bhandare Prof. Dr. S. M. Kamalapur M.E. Student Associate Professor Deparment of Computer Engineering, Deparment of Computer Engineering, K. K. Wagh

More information

Human Facial Age Classification Using Active Shape Model, Geometrical Feature, and Support Vector Machine on Early Growth Stage

Human Facial Age Classification Using Active Shape Model, Geometrical Feature, and Support Vector Machine on Early Growth Stage Open Access Journal of Information Systems (OAJIS) Available at http://is.its.ac.id/pubs/oajis/index.php The Third Information Systems International Conference Human Facial Age Classification Using Active

More information

A Real Time Facial Expression Classification System Using Local Binary Patterns

A Real Time Facial Expression Classification System Using Local Binary Patterns A Real Time Facial Expression Classification System Using Local Binary Patterns S L Happy, Anjith George, and Aurobinda Routray Department of Electrical Engineering, IIT Kharagpur, India Abstract Facial

More information

DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS

DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS DISTANCE MAPS: A ROBUST ILLUMINATION PREPROCESSING FOR ACTIVE APPEARANCE MODELS Sylvain Le Gallou*, Gaspard Breton*, Christophe Garcia*, Renaud Séguier** * France Telecom R&D - TECH/IRIS 4 rue du clos

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

Human Age Manifold Learning scheme and Curve Fitting for aging features

Human Age Manifold Learning scheme and Curve Fitting for aging features Vol.1, Issue2, pp-490-494 ISSN: 2249-6645 Human Age Manifold Learning scheme and Curve Fitting for aging features 1 E.Kannan, 2 Resmi.R.Nair, 3 P.Visu and 4 S.Koteeswaran 1 Dean, Dept of CSE, Vel Tech

More information

Age Group Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha

Age Group Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha Estimation using Face Features Ranjan Jana, Debaleena Datta, Rituparna Saha Abstract Recognition of the most facial variations, such as identity, expression and gender has been extensively studied. Automatic

More information

An Efficient LBP-based Descriptor for Facial Depth Images applied to Gender Recognition using RGB-D Face Data

An Efficient LBP-based Descriptor for Facial Depth Images applied to Gender Recognition using RGB-D Face Data An Efficient LBP-based Descriptor for Facial Depth Images applied to Gender Recognition using RGB-D Face Data Tri Huynh, Rui Min, Jean-Luc Dugelay Department of Multimedia Communications, EURECOM, Sophia

More information

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features S.Sankara vadivu 1, K. Aravind Kumar 2 Final Year Student of M.E, Department of Computer Science and Engineering, Manonmaniam

More information

Generic Face Alignment Using an Improved Active Shape Model

Generic Face Alignment Using an Improved Active Shape Model Generic Face Alignment Using an Improved Active Shape Model Liting Wang, Xiaoqing Ding, Chi Fang Electronic Engineering Department, Tsinghua University, Beijing, China {wanglt, dxq, fangchi} @ocrserv.ee.tsinghua.edu.cn

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Author Zhang, Bai-ling, Leung, Clement, Gao, Yongsheng Published 2006 Conference Title ICPR2006: 18th International Conference

More information

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks Neslihan Kose, Jean-Luc Dugelay Multimedia Department EURECOM Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

More information

An Algorithm based on SURF and LBP approach for Facial Expression Recognition

An Algorithm based on SURF and LBP approach for Facial Expression Recognition ISSN: 2454-2377, An Algorithm based on SURF and LBP approach for Facial Expression Recognition Neha Sahu 1*, Chhavi Sharma 2, Hitesh Yadav 3 1 Assistant Professor, CSE/IT, The North Cap University, Gurgaon,

More information

Implementation of a Face Recognition System for Interactive TV Control System

Implementation of a Face Recognition System for Interactive TV Control System Implementation of a Face Recognition System for Interactive TV Control System Sang-Heon Lee 1, Myoung-Kyu Sohn 1, Dong-Ju Kim 1, Byungmin Kim 1, Hyunduk Kim 1, and Chul-Ho Won 2 1 Dept. IT convergence,

More information

Facial Image-based Age Estimation

Facial Image-based Age Estimation Facial Image-based Age Estimation Study Thesis of Matthias Steiner At the faculty of Computer Science Institute for Anthropomatics Facial Image Processing and Analysis Advisor: Dr. Hazım Kemal Ekenel Time:

More information

International Journal of Advance Engineering and Research Development PREDICTING AGE USING HUMAN FACIAL IMAGES

International Journal of Advance Engineering and Research Development PREDICTING AGE USING HUMAN FACIAL IMAGES Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 03, March -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 PREDICTING

More information

Robust Facial Expression Classification Using Shape and Appearance Features

Robust Facial Expression Classification Using Shape and Appearance Features Robust Facial Expression Classification Using Shape and Appearance Features S L Happy and Aurobinda Routray Department of Electrical Engineering, Indian Institute of Technology Kharagpur, India Abstract

More information

Texture Features in Facial Image Analysis

Texture Features in Facial Image Analysis Texture Features in Facial Image Analysis Matti Pietikäinen and Abdenour Hadid Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O. Box 4500, FI-90014 University

More information

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION 1 CHETAN BALLUR, 2 SHYLAJA S S P.E.S.I.T, Bangalore Email: chetanballur7@gmail.com, shylaja.sharath@pes.edu Abstract

More information

Heat Kernel Based Local Binary Pattern for Face Representation

Heat Kernel Based Local Binary Pattern for Face Representation JOURNAL OF LATEX CLASS FILES 1 Heat Kernel Based Local Binary Pattern for Face Representation Xi Li, Weiming Hu, Zhongfei Zhang, Hanzi Wang Abstract Face classification has recently become a very hot research

More information

Multi-Task Warped Gaussian Process for Personalized Age Estimation

Multi-Task Warped Gaussian Process for Personalized Age Estimation Multi-Task Warped Gaussian Process for Personalized Age Estimation Yu Zhang & Dit-Yan Yeung Department of Computer Science and Engineering, Hong Kong University of Science and Technology {zhangyu,dyyeung}@cse.ust.hk

More information

Learning Ordinal Discriminative Features for Age Estimation

Learning Ordinal Discriminative Features for Age Estimation Learning Ordinal Discriminative Features for Age Estimation Changsheng Li,QingshanLiu,JingLiu, Hanqing Lu NLPR, Institute of Automation, Chinese Academy of Sciences, Beijing, China, 100190 CICE, Nanjing

More information

An Efficient Face Recognition Using SIFT Descriptor in RGB-D Images

An Efficient Face Recognition Using SIFT Descriptor in RGB-D Images International Journal of Electrical and Computer Engineering (IJECE) Vol. 5, No. 6, December 2015, pp. 1227~1233 ISSN: 2088-8708 1227 An Efficient Face Recognition Using SIFT Descriptor in RGB-D Images

More information

Investigating Age Invariant Face Recognition Based on Periocular Biometrics

Investigating Age Invariant Face Recognition Based on Periocular Biometrics Investigating Age Invariant Face Recognition Based on Periocular Biometrics Felix Juefei-Xu 1, Khoa Luu 1,2, Marios Savvides1, Tien D. Bui2, and Ching Y. Suen2 1 CyLab Biometrics Center, Carnegie Mellon

More information

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017 RESEARCH ARTICLE OPEN ACCESS Facial expression recognition based on completed LBP Zicheng Lin 1, Yuanliang Huang 2 1 (College of Science and Engineering, Jinan University, Guangzhou, PR China) 2 (Institute

More information

2013, IJARCSSE All Rights Reserved Page 213

2013, IJARCSSE All Rights Reserved Page 213 Volume 3, Issue 9, September 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com International

More information

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS Jaya Susan Edith. S 1 and A.Usha Ruby 2 1 Department of Computer Science and Engineering,CSI College of Engineering, 2 Research

More information

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 2, Ver. II (Mar. - Apr. 2015), PP 31-35 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Face Recognition Using SIFT-

More information

Describable Visual Attributes for Face Verification and Image Search

Describable Visual Attributes for Face Verification and Image Search Advanced Topics in Multimedia Analysis and Indexing, Spring 2011, NTU. 1 Describable Visual Attributes for Face Verification and Image Search Kumar, Berg, Belhumeur, Nayar. PAMI, 2011. Ryan Lei 2011/05/05

More information

Age Estimation by Multi-scale Convolutional Network

Age Estimation by Multi-scale Convolutional Network Age Estimation by Multi-scale Convolutional Network Dong Yi, Zhen Lei, and Stan Z. Li Center for Biometrics and Security Research & National Laboratory of Pattern Recognition, Institute of Automation,

More information

Ranking with Uncertain Labels and Its Applications

Ranking with Uncertain Labels and Its Applications Ranking with Uncertain Labels and Its Applications Shuicheng Yan 1, Huan Wang 2, Jianzhuang Liu, Xiaoou Tang 2, and Thomas S. Huang 1 1 ECE Department, University of Illinois at Urbana Champaign, USA {scyan,

More information

Gender Classification Technique Based on Facial Features using Neural Network

Gender Classification Technique Based on Facial Features using Neural Network Gender Classification Technique Based on Facial Features using Neural Network Anushri Jaswante Dr. Asif Ullah Khan Dr. Bhupesh Gour Computer Science & Engineering, Rajiv Gandhi Proudyogiki Vishwavidyalaya,

More information

An Acceleration Scheme to The Local Directional Pattern

An Acceleration Scheme to The Local Directional Pattern An Acceleration Scheme to The Local Directional Pattern Y.M. Ayami Durban University of Technology Department of Information Technology, Ritson Campus, Durban, South Africa ayamlearning@gmail.com A. Shabat

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

Graph Matching Iris Image Blocks with Local Binary Pattern Graph Matching Iris Image Blocs with Local Binary Pattern Zhenan Sun, Tieniu Tan, and Xianchao Qiu Center for Biometrics and Security Research, National Laboratory of Pattern Recognition, Institute of

More information

A New Feature Local Binary Patterns (FLBP) Method

A New Feature Local Binary Patterns (FLBP) Method A New Feature Local Binary Patterns (FLBP) Method Jiayu Gu and Chengjun Liu The Department of Computer Science, New Jersey Institute of Technology, Newark, NJ 07102, USA Abstract - This paper presents

More information

AAM Based Facial Feature Tracking with Kinect

AAM Based Facial Feature Tracking with Kinect BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 3 Sofia 2015 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2015-0046 AAM Based Facial Feature Tracking

More information

Part-based Face Recognition Using Near Infrared Images

Part-based Face Recognition Using Near Infrared Images Part-based Face Recognition Using Near Infrared Images Ke Pan Shengcai Liao Zhijian Zhang Stan Z. Li Peiren Zhang University of Science and Technology of China Hefei 230026, China Center for Biometrics

More information

Periocular Biometrics: When Iris Recognition Fails

Periocular Biometrics: When Iris Recognition Fails Periocular Biometrics: When Iris Recognition Fails Samarth Bharadwaj, Himanshu S. Bhatt, Mayank Vatsa and Richa Singh Abstract The performance of iris recognition is affected if iris is captured at a distance.

More information

Eye Detection by Haar wavelets and cascaded Support Vector Machine

Eye Detection by Haar wavelets and cascaded Support Vector Machine Eye Detection by Haar wavelets and cascaded Support Vector Machine Vishal Agrawal B.Tech 4th Year Guide: Simant Dubey / Amitabha Mukherjee Dept of Computer Science and Engineering IIT Kanpur - 208 016

More information

Pattern Recognition 44 (2011) Contents lists available at ScienceDirect. Pattern Recognition. journal homepage:

Pattern Recognition 44 (2011) Contents lists available at ScienceDirect. Pattern Recognition. journal homepage: Pattern Recognition 44 (2011) 1262 1281 Contents lists available at ScienceDirect Pattern Recognition journal homepage: www.elsevier.com/locate/pr Age estimation using a hierarchical classifier based on

More information

Facial Feature Extraction Based On FPD and GLCM Algorithms

Facial Feature Extraction Based On FPD and GLCM Algorithms Facial Feature Extraction Based On FPD and GLCM Algorithms Dr. S. Vijayarani 1, S. Priyatharsini 2 Assistant Professor, Department of Computer Science, School of Computer Science and Engineering, Bharathiar

More information

Part-based Face Recognition Using Near Infrared Images

Part-based Face Recognition Using Near Infrared Images Part-based Face Recognition Using Near Infrared Images Ke Pan Shengcai Liao Zhijian Zhang Stan Z. Li Peiren Zhang University of Science and Technology of China Hefei 230026, China Center for Biometrics

More information

Image Retrieval Based on LBP Pyramidal Multiresolution using Reversible Watermarking

Image Retrieval Based on LBP Pyramidal Multiresolution using Reversible Watermarking Image Retrieval Based on LBP Pyramidal Multiresolution using Reversible Watermarking H. Ouahi* 1, K. Afdel* 2,M.Machkour* 3 * Laboratory Computing Systems & Vision LabSiv University Ibn Zohr of Agadir

More information

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing)

AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) AN EXAMINING FACE RECOGNITION BY LOCAL DIRECTIONAL NUMBER PATTERN (Image Processing) J.Nithya 1, P.Sathyasutha2 1,2 Assistant Professor,Gnanamani College of Engineering, Namakkal, Tamil Nadu, India ABSTRACT

More information

Facial Expression Recognition with Emotion-Based Feature Fusion

Facial Expression Recognition with Emotion-Based Feature Fusion Facial Expression Recognition with Emotion-Based Feature Fusion Cigdem Turan 1, Kin-Man Lam 1, Xiangjian He 2 1 The Hong Kong Polytechnic University, Hong Kong, SAR, 2 University of Technology Sydney,

More information

Face Quality Assessment System in Video Sequences

Face Quality Assessment System in Video Sequences Face Quality Assessment System in Video Sequences Kamal Nasrollahi, Thomas B. Moeslund Laboratory of Computer Vision and Media Technology, Aalborg University Niels Jernes Vej 14, 9220 Aalborg Øst, Denmark

More information

Automatic Modelling Image Represented Objects Using a Statistic Based Approach

Automatic Modelling Image Represented Objects Using a Statistic Based Approach Automatic Modelling Image Represented Objects Using a Statistic Based Approach Maria João M. Vasconcelos 1, João Manuel R. S. Tavares 1,2 1 FEUP Faculdade de Engenharia da Universidade do Porto 2 LOME

More information

Robust biometric image watermarking for fingerprint and face template protection

Robust biometric image watermarking for fingerprint and face template protection Robust biometric image watermarking for fingerprint and face template protection Mayank Vatsa 1, Richa Singh 1, Afzel Noore 1a),MaxM.Houck 2, and Keith Morris 2 1 West Virginia University, Morgantown,

More information

Biometric Palm vein Recognition using Local Tetra Pattern

Biometric Palm vein Recognition using Local Tetra Pattern Biometric Palm vein Recognition using Local Tetra Pattern [1] Miss. Prajakta Patil [1] PG Student Department of Electronics Engineering, P.V.P.I.T Budhgaon, Sangli, India [2] Prof. R. D. Patil [2] Associate

More information

Face Recognition based Only on Eyes Information and Local Binary Pattern

Face Recognition based Only on Eyes Information and Local Binary Pattern Face Recognition based Only on Eyes Information and Local Binary Pattern Francisco Rosario-Verde, Joel Perez-Siles, Luis Aviles-Brito, Jesus Olivares-Mercado, Karina Toscano-Medina, and Hector Perez-Meana

More information

Enhanced Active Shape Models with Global Texture Constraints for Image Analysis

Enhanced Active Shape Models with Global Texture Constraints for Image Analysis Enhanced Active Shape Models with Global Texture Constraints for Image Analysis Shiguang Shan, Wen Gao, Wei Wang, Debin Zhao, Baocai Yin Institute of Computing Technology, Chinese Academy of Sciences,

More information

Gabor Surface Feature for Face Recognition

Gabor Surface Feature for Face Recognition Gabor Surface Feature for Face Recognition Ke Yan, Youbin Chen Graduate School at Shenzhen Tsinghua University Shenzhen, China xed09@gmail.com, chenyb@sz.tsinghua.edu.cn Abstract Gabor filters can extract

More information

A NEW ACTIVE LEARNING TECHNIQUE USING FURTHEST NEAREST NEIGHBOUR CRITERION FOR K-NN AND SVM CLASSIFIERS

A NEW ACTIVE LEARNING TECHNIQUE USING FURTHEST NEAREST NEIGHBOUR CRITERION FOR K-NN AND SVM CLASSIFIERS A NEW ACTIVE LEARNING TECHNIQUE USING FURTHEST NEAREST NEIGHBOUR CRITERION FOR K-NN AND SVM CLASSIFIERS Indu. M. T 1, Prof. S. Bhuvana 2, Prof. P. Tamije Selvy 3 and Dr. R. Radhakrishnan 4 1 PG Student,

More information

Fast Face Recognition Based on 2D Fractional Fourier Transform

Fast Face Recognition Based on 2D Fractional Fourier Transform Fast Face Recognition Based on 2D Fractional Fourier Transform 12 Department of Information Science and Engineering, Wuhan University of Science and Technology, Wuhan, 4381, China E-mail: 76472466@qq.com

More information

Cost-alleviative Learning for Deep Convolutional Neural Network-based Facial Part Labeling

Cost-alleviative Learning for Deep Convolutional Neural Network-based Facial Part Labeling [DOI: 10.2197/ipsjtcva.7.99] Express Paper Cost-alleviative Learning for Deep Convolutional Neural Network-based Facial Part Labeling Takayoshi Yamashita 1,a) Takaya Nakamura 1 Hiroshi Fukui 1,b) Yuji

More information

Radially Defined Local Binary Patterns for Hand Gesture Recognition

Radially Defined Local Binary Patterns for Hand Gesture Recognition Radially Defined Local Binary Patterns for Hand Gesture Recognition J. V. Megha 1, J. S. Padmaja 2, D.D. Doye 3 1 SGGS Institute of Engineering and Technology, Nanded, M.S., India, meghavjon@gmail.com

More information

Face Recognition with Local Binary Patterns

Face Recognition with Local Binary Patterns Face Recognition with Local Binary Patterns Bachelor Assignment B.K. Julsing University of Twente Department of Electrical Engineering, Mathematics & Computer Science (EEMCS) Signals & Systems Group (SAS)

More information

Masked Face Detection based on Micro-Texture and Frequency Analysis

Masked Face Detection based on Micro-Texture and Frequency Analysis International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Masked

More information

Recognizing Micro-Expressions & Spontaneous Expressions

Recognizing Micro-Expressions & Spontaneous Expressions Recognizing Micro-Expressions & Spontaneous Expressions Presentation by Matthias Sperber KIT University of the State of Baden-Wuerttemberg and National Research Center of the Helmholtz Association www.kit.edu

More information

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN ISSN: 976-92 (ONLINE) ICTACT JOURNAL ON IMAGE AND VIDEO PROCESSING, FEBRUARY 27, VOLUME: 7, ISSUE: 3 FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN A. Geetha, M. Mohamed Sathik 2 and Y. Jacob

More information

Facial Expression Recognition Based on Local Directional Pattern Using SVM Decision-level Fusion

Facial Expression Recognition Based on Local Directional Pattern Using SVM Decision-level Fusion Facial Expression Recognition Based on Local Directional Pattern Using SVM Decision-level Fusion Juxiang Zhou 1, Tianwei Xu 2, Jianhou Gan 1 1. Key Laboratory of Education Informalization for Nationalities,

More information

Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations

Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations Mehran Motmaen motmaen73@gmail.com Majid Mohrekesh mmohrekesh@yahoo.com Mojtaba Akbari mojtaba.akbari@ec.iut.ac.ir

More information

A Keypoint Descriptor Inspired by Retinal Computation

A Keypoint Descriptor Inspired by Retinal Computation A Keypoint Descriptor Inspired by Retinal Computation Bongsoo Suh, Sungjoon Choi, Han Lee Stanford University {bssuh,sungjoonchoi,hanlee}@stanford.edu Abstract. The main goal of our project is to implement

More information

Disguised Face Identification Based Gabor Feature and SVM Classifier

Disguised Face Identification Based Gabor Feature and SVM Classifier Disguised Face Identification Based Gabor Feature and SVM Classifier KYEKYUNG KIM, SANGSEUNG KANG, YUN KOO CHUNG and SOOYOUNG CHI Department of Intelligent Cognitive Technology Electronics and Telecommunications

More information

Intensity-Depth Face Alignment Using Cascade Shape Regression

Intensity-Depth Face Alignment Using Cascade Shape Regression Intensity-Depth Face Alignment Using Cascade Shape Regression Yang Cao 1 and Bao-Liang Lu 1,2 1 Center for Brain-like Computing and Machine Intelligence Department of Computer Science and Engineering Shanghai

More information

Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition

Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition Emotion Recognition In The Wild Challenge and Workshop (EmotiW 2013) Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition Mengyi Liu, Ruiping Wang, Zhiwu Huang, Shiguang Shan,

More information

Feature-Aging for Age-Invariant Face Recognition

Feature-Aging for Age-Invariant Face Recognition Feature-Aging for Age-Invariant Face Recognition Huiling Zhou, Kwok-Wai Wong, and Kin-Man Lam, Centre for Signal Processing, Department of Electronic and Information Engineering, The Hong Kong Polytechnic

More information

CROWD DENSITY ANALYSIS USING SUBSPACE LEARNING ON LOCAL BINARY PATTERN. Hajer Fradi, Xuran Zhao, Jean-Luc Dugelay

CROWD DENSITY ANALYSIS USING SUBSPACE LEARNING ON LOCAL BINARY PATTERN. Hajer Fradi, Xuran Zhao, Jean-Luc Dugelay CROWD DENSITY ANALYSIS USING SUBSPACE LEARNING ON LOCAL BINARY PATTERN Hajer Fradi, Xuran Zhao, Jean-Luc Dugelay EURECOM, FRANCE fradi@eurecom.fr, zhao@eurecom.fr, dugelay@eurecom.fr ABSTRACT Crowd density

More information

II. LITERATURE REVIEW

II. LITERATURE REVIEW Matlab Implementation of Face Recognition Using Local Binary Variance Pattern N.S.Gawai 1, V.R.Pandit 2, A.A.Pachghare 3, R.G.Mundada 4, S.A.Fanan 5 1,2,3,4,5 Department of Electronics & Telecommunication

More information

FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM

FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM ABSTRACT Alexandru Blanda 1 This work presents a method of facial recognition, based on Local Binary Models. The idea of using this algorithm

More information

Age Estimation Based on A Single Network with Soft Softmax of Aging Modeling

Age Estimation Based on A Single Network with Soft Softmax of Aging Modeling Age Estimation Based on A Single Network with Soft Softmax of Aging Modeling Zichang Tan 1,2, Shuai Zhou 1,3, Jun Wan 1,2, Zhen Lei 1,2, and Stan Z. Li 1,2 1 Center for Biometrics and Security Research

More information

Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis

Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis N.Padmapriya, Ovidiu Ghita, and Paul.F.Whelan Vision Systems Laboratory,

More information

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Sowmya. A (Digital Electronics (MTech), BITM Ballari), Shiva kumar k.s (Associate Professor,

More information

Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi Sib

Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi Sib 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 201) Facial expression recognition based on two-step feature histogram optimization Ling Gana, Sisi

More information

Segmentation and Normalization of Human Ears using Cascaded Pose Regression

Segmentation and Normalization of Human Ears using Cascaded Pose Regression Segmentation and Normalization of Human Ears using Cascaded Pose Regression Anika Pflug and Christoph Busch anika.pflug@cased.de christoph.busch@hig.no University of Applied Sciences Darmstadt - CASED,

More information

Person-Independent Facial Expression Recognition Based on Compound Local Binary Pattern (CLBP)

Person-Independent Facial Expression Recognition Based on Compound Local Binary Pattern (CLBP) The International Arab Journal of Information Technology, Vol. 11, No. 2, March 2014 195 Person-Independent Facial Expression Recognition Based on Compound Local Binary Pattern (CLBP) Faisal Ahmed 1, Hossain

More information

DA Progress report 2 Multi-view facial expression. classification Nikolas Hesse

DA Progress report 2 Multi-view facial expression. classification Nikolas Hesse DA Progress report 2 Multi-view facial expression classification 16.12.2010 Nikolas Hesse Motivation Facial expressions (FE) play an important role in interpersonal communication FE recognition can help

More information

An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class

An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class D.R.MONISHA 1, A.USHA RUBY 2, J.GEORGE CHELLIN CHANDRAN 3 Department of Computer

More information

Complete Local Binary Pattern for Representation of Facial Expression Based on Curvelet Transform

Complete Local Binary Pattern for Representation of Facial Expression Based on Curvelet Transform Proc. of Int. Conf. on Multimedia Processing, Communication& Info. Tech., MPCIT Complete Local Binary Pattern for Representation of Facial Expression Based on Curvelet Transform Nagaraja S., Prabhakar

More information

Recognition of Animal Skin Texture Attributes in the Wild. Amey Dharwadker (aap2174) Kai Zhang (kz2213)

Recognition of Animal Skin Texture Attributes in the Wild. Amey Dharwadker (aap2174) Kai Zhang (kz2213) Recognition of Animal Skin Texture Attributes in the Wild Amey Dharwadker (aap2174) Kai Zhang (kz2213) Motivation Patterns and textures are have an important role in object description and understanding

More information

Detecting Facial Wrinkles based on Gabor Filter using Geometric Constraints

Detecting Facial Wrinkles based on Gabor Filter using Geometric Constraints Detecting Facial Wrinkles based on Gabor Filter using Geometric Constraints Ashwini Jalindar Mawale 1, Archana Chaugule 2 1 ME Computer Engineering DYPIET, Savitribai Phule Pune University, Pune, India

More information

Facial Recognition Using Active Shape Models, Local Patches and Support Vector Machines

Facial Recognition Using Active Shape Models, Local Patches and Support Vector Machines Facial Recognition Using Active Shape Models, Local Patches and Support Vector Machines Utsav Prabhu ECE Department Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA-15213 uprabhu@andrew.cmu.edu

More information

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction

Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Face Recognition At-a-Distance Based on Sparse-Stereo Reconstruction Ham Rara, Shireen Elhabian, Asem Ali University of Louisville Louisville, KY {hmrara01,syelha01,amali003}@louisville.edu Mike Miller,

More information

Digital Vision Face recognition

Digital Vision Face recognition Ulrik Söderström ulrik.soderstrom@tfe.umu.se 27 May 2007 Digital Vision Face recognition 1 Faces Faces are integral to human interaction Manual facial recognition is already used in everyday authentication

More information