Automatic Pose Correction for Local Feature-Based Face Authentication

Size: px
Start display at page:

Download "Automatic Pose Correction for Local Feature-Based Face Authentication"

Transcription

1 Automatic Pose Correction for Local Feature-Based Face Authentication Daniel González-Jiménez 1, Federico Sukno 2, José LuisAlba-Castro 1, and Alejandro Frangi 2 1 Departamento de Teoría de la Señal y Comunicaciones, Universidad de Vigo, Spain {danisub, jalba}@gts.tsc.uvigo.es 2 Departamento de Tecnología, Universidad Pompeu Fabra, Barcelona, Spain {federico.sukno, alejandro.frangi}@upf.edu Abstract. In this paper, we present an automatic face authentication system. Accurate segmentation of prominent facial features is accomplished by means of an extension of the Active Shape Model (ASM) approach, the so-called Active Shape Model with Invariant Optimal Features (IOF-ASM). Once the face has been segmented, a pose correction step is applied, so that frontal face images are synthesized. For the generation of these virtual images, we make use of a subset of the shape parameters extracted from a training dataset and Thin Plate Splines texture mapping. Afterwards, sets of local features are computed from these virtual images. The performance of the system is demonstrated on configurations I and II of the XM2VTS database. Keywords: Face Authentication, Automatic Segmentation, Pose Correction. 1 Introduction Although many algorithms have been proposed during the last decade, the general face recognition problem still remains unsolved because of several causes that affect the performance of face-based biometric approaches, such as illumination and pose variations, expression changes, etc [19]. Moreover, face recognition algorithms must be supplied with cropped images that ideally contain only face pixels, i.e. there must exist a previous step that locates the face (and perhaps a set of facial features) within the input image. Face authentication contests like [17] have shown that there is a general degradation in performance when changing between manual registration of faces and using automatic detection before authentication. In this paper, we address two aspects of the face authentication problem: automatic face modelling from still images and pose correction. One of the most popular approaches for statistical modelling are the active models of shape and appearance, introduced by Cootes et al. in [11,12]. These techniques allow for detailed modelling of a wide range of objects, as long as an appropriate training set is available. Their application to facial images has been previously exploited [16,15] to locate the main facial features (e.g. eyes, F.J. Perales and R.B. Fisher (Eds.): AMDO 26, LNCS 469, pp , 26. c Springer-Verlag Berlin Heidelberg 26

2 Automatic Pose Correction for Local Feature-Based Face Authentication 357 nose, lips) and recover shape and texture parameters. In this work we use the Active Shape Models with Invariant Optimal Features (IOF-ASM), an extension of Active Shape Models (ASM) that improves segmentation accuracy by means of a non-linear texture model based on local image structure [21]. As stated above, the presence of pose differences within the input images is one of the main factors that degrades the performance of face recognition systems. Up to now, the most practical and successful algorithms dealing with pose-invariant face recognition are those which make use of prior knowledge of the class of faces such as [1], where an individual eigenspace is constructed for each pose. Another approach is presented in [2], where from a single image of a subject and making use of face class information, virtual views facing different poses are synthesized, which are then used in a view-based recognizer. In [3], a morphable 3D face model was fitted to the input images. Among others, the parameters that account for pose are subject to modification, so that virtual images facing the adequate pose can be synthesized. The main drawbacks of this method are the need of a 3D face training database and the high computational complexity. Using a training dataset of face images, we built a Point Distribution Model and, from the main modes of variation, the parameters responsible for the pose of the face (namely the pose parameters) were identified. Using the segmentation results provided by the IOF-ASM approach, our system compensates for pose variations by normalizing these pose parameters and synthesizing virtual frontal images through texture mapping. Sets of local features are extracted from these virtual images by means of a two-stage approach. Experiments on the XM2VTS database showed how this simple strategy softens (moderated) pose effects, achieving error rates comparable to the state of the art. The paper is organized as follows: Section 2 presents the statistical modelling of the face and the approach used for segmenting facial features. In Section 3, the synthesis of pose corrected face images is addressed, while section 4 explains the two stages of feature extraction. In Section 5, we show our experimental results over the XM2VTS database [18]. Finally, conclusions are drawn in Section 6. 2 Statistical Face Modelling 2.1 A Point Distribution Model for Faces A Point Distribution Model (PDM) of a face is generated from a set of training examples. For each training image I i, N landmarks are located and their coordinates are stored, conforming a vector X i =(x 1i,x 2i,...,x Ni,y 1i,y 2i,...,y Ni ). The pair (x ji,y ji ) represents the coordinates of the j-th landmark in the i-th training image. After aligning all training examples, a Principal Components Analysis is performed in order to find the most important modes of shape variation. As a consequence, any training shape X i can be approximately reconstructed as: X i = X + Pb, (1) where X stands for the mean shape, P is a matrix whose columns are unit eigenvectors of the first t modes of variation found in the training set, and b is the

3 358 D. González-Jiménez et al Fig. 1. Effect of varying pose parameters. rotations in depth parameter (first row) and elevation parameter (second row). The middle column shows the average face shape, while the left and right columns are generated displacing the corresponding parameters by ±5 times the standard deviation of the training set. vector of parameters that define the actual shape of X i. Notice that the k-th component from b (b k,k =1, 2,...,t)weighsthek-th mode of variation. Examining the shapes generated by varying b k within suitable limits, we find those parameters responsible for pose, as indicated in figure 1. Note that, although a given eigenvector should not be assigned to an unique mode of facial variation, it is clear that the eigenvectors shown in this figure are mainly related to pose changes. Let b pose be the set of parameters which accounts for pose variation. Since P T P = I, then b = P T ( X i X ), (2) i.e. given any shape, it is possible to obtain its vector of parameters b and, in particular, we are able to find its pose (i.e. b pose ). We built a 62-point PDM using the set of manual annotated landmarks 1 from the training images shared by both configurations I and II [9] of the XM2VTS database[18]. 2.2 IOF-ASM When a new image containing a face is presented to the system, the vector of shape parameters that fits the data, b, should be computed automatically. Active Shape Models with Invariant Optimal Features (IOF-ASM) is a statistical modelling method specifically designed and tested to handle the complexities of facial images. The algorithm learns the shape statistics as in the original ASMs [11] but improves the local texture description by using a set of differential 1

4 Automatic Pose Correction for Local Feature-Based Face Authentication 359 Algorithm 1. IOF-ASM matching to a new image 1: Compute invariants for the whole image 2: T = Initial transformation guess for face position and size 3: X = X (modelshape = meanshape) 4: for i =1tonumberof iterations do 5: Project shape to image coordinates: Y = TX 6: for l =1tonumberof landmarks do 7: Sample invariants around l-th landmark 8: Determine best candidate point to place the landmark 9: if the best candidate is good enough then 1: Move the landmark to the best candidate point 11: else 12: Keep previous landmark position (do not move) 13: end if 14: end for 15: Let the shape with new positions be Y e 16: Update T and PDM parameters: b e = P T (T 1 Y e X) 17: Apply PDM constraints: b = PdmConstrain( b,β) e 18: Get new model shape: X = X + Pb 19: end for invariants combined with non-linear classifiers. As a result, IOF-ASM produces a more accurate segmentation of the facial features [21]. The matching procedure is summarized in Algorithm 1. In line 1 the image is preprocessed to obtain a set of differential invariants. These invariants are the core of the method and they consist on combinations of partial derivatives that result invariant to rigid transformations [22,2]. Moreover, IOF-ASM uses a minimal set of order K so that any other algebraic invariant up to order K can be reduced to a linear combination of elements of this minimal set [13]. The other key point of the algorithm is between lines 1 and 1. For each landmark, an image-driven search is performed to determine the best position for it to be placed. The process starts by sampling the invariants in a neighborhood of the landmark (line 1). In IOF-ASM this neighborhood is represented by a rectangular grid, whose dimensions are parameters of the model. A non-linear texture classifier analyzes the sampled data to determine if the local structure of the image is compatible with the one learnt during training for this landmark. A predefined number of displacements are allowed for the position of the landmark (perpendicularly to the boundary, as in [11]), so that the texture classifier analyzes several candidate positions. Once the best candidate is found, say (x B,y B ), the matching between its local image structure and the one learnt during training is verified (line 1) by means of a robust metric [14]. The applied metric consists on the evaluation of the sampled data grouped according to its distance perpendicularly to the shape boundary. Grouping this way, the samples can be organized in a one-dimensional profile of length l P. Based on the output from the texture classifier, each position on this profile will result as a supporting point or an outlier (the supporting points are those profile points suggesting

5 36 D. González-Jiménez et al. that (x B,y B ) is the best position for the landmark to be placed, while outliers indicate a different position and, therefore, suggest that (x B,y B ) is incorrect). If the supporting points are (at least) two thirds of l P, then the matching is considered accurate and the landmark is moved to the new position. Otherwise the matching is not trustworthy (i.e. the image structure does not clearly suggests a landmark) and the landmark position is kept unchanged (see [21] for details). The PDM constraints of line 1 ensure that the obtained shape is plausible according to the learnt statistics (i.e. it looks like a face). For this purpose, each component of b is limited so that b k β λ k, (1 k t); where t is the number of modes of variation of the PDM, λ k is the eigenvalue associated to the k-th mode and β is a constant, usually set between 1 and 3, that controls the degree of flexibility of the PDM (see [11]). 3 Correcting Pose Variations in Face Images Once the flexible shape model (with coordinates X) has been fitted to the face image I, the shape parameters b are extracted using equation (2). In particular, we are interested in the subset of parameters describing the pose (b pose ). In order to generate a frontal mesh, these parameters are set to zero 2. Hence, we obtain a new vector of parameters ˆb and, through equation 1, the frontal face mesh ˆX. Given the original face I, the coordinates of its respective fitted flexible shape model, X, and the new set of coordinates, ˆX, a virtual face image Î must be synthesized by warping the original face onto the new shape. For this purpose, we used a method developed in [4], based on thin plate splines. Provided the set of correspondences between X and ˆX, the original face I is allowed to be deformed so that the original landmarks are moved to fit the new shape. The full procedure of pose normalization is shown in figure 2. Test image X Pose X Normalization IOF ASM Fitting I I TPS Warping Fig. 2. Block diagram for pose normalization. TPS stands for Thin Plate Splines. 2 We will use the term frontal when referring to the pose of the mean shape of the PDM. However, the only requirement of the method is that all shapes can be mapped to a common view, then there is not a need for a strictly frontal mean-shape.

6 Automatic Pose Correction for Local Feature-Based Face Authentication Advantages over Warping onto a Mean Shape When warping an image onto the average shape ( X) of a training set, all shape parameters are set to zero. In other words, the fitted flexible shape model is forced to be moved to the coordinates of X. Holistic approaches such as PCA need all images to be embedded into a given reference frame (an average shape for instance), in order to represent these images as vectors of ordered pixels. The problem arises when the subject s shape differs enough from the average shape, as the warped image may appear geometrically distorted, and subject-specific information may be removed. Given that our method is not holistic but uses local features instead, the reference-frame constraint is avoided and the distortion is minimized by modifying only pose parameters rather than the whole shape. 4 Feature Extraction Once the normalization process has finished, we must proceed to extract features from the virtual frontal images Î. Up to now, most algorithms encoding local information have been based on localizing a pre-defined set of landmarks and extracting features from the regions surrounding those points. The key idea behind our approach relies on selecting an own and discriminative set of points per client, where features should be extracted. The choice of this set is accomplished through a two-layer strategy, whose stages are explained below. Layer I: Shape-driven selection and matching. In the first step, a preliminary selection of facial points is accomplished through the use of shape information [5]. Lines depicting face structure are extracted by thresholding the response Ridges & Valleys Thresholding Sampling A) Layer I B) Layers I+II Fig. 3. A) Layer I: A ridge and valley detector is applied to the original image (top left), and its response is shown on the right. Thresholding this representation leads to a set of lines depicting face structure (bottom left). The set of points P is obtained by sampling from these lines (bottom right). B) Layers I+II: Final set of points after layer II is applied.

7 362 D. González-Jiménez et al. of a ridge and valley detector, and a set of points P = {p 1, p 2,...,p n } is chosen automatically by sampling from these lines. Figure 3-A illustrates this procedure. Then, a set of multi-scale and multi-orientation Gabor features (so-called jet) is computed at each shape driven point. Let J pi be the jet obtained from point p i. Given the two faces to be compared, say Îtrain and Îtest, their respective sets of points are computed: P train = {p 1, p 2,...,p n } and P test = {q 1, q 2,...,q n }, and a shape matching algorithm based on shape contexts [6] is used to calculate the correspondences between the two sets of points, ξ (i) :p i = q ξ(i). Hence, jet J pi will be compared to J qξ(i). The comparison between J pi and J qξ(i) is given by the normalized dot product (< J pi, J qξ(i) >), but taking into account that only the moduli of jet coefficients are used. Layer II: Accuracy-based selection. Some previous approaches have been focusedonidentifyingwhichfeatureswere the most important for authentication purposes. Among others, [8], [7] have selected and weighted the nodes from a rectangular grid based on a Linear Discriminant Analysis (LDA). This kind of analysis is possible due to the fact that a given node represents the same facial region in every image. In our case, we can not assume this, so a different method is needed in order to select the most discriminative points. The problem can be formulated as follows. Given: a training image for client C, sayîtrain, } a set of images of the same client {Îc j,j =1,...,N c,and {Îim } a set of imposter images j,j =1,...,N im, we want to find which subset, P P train, is the most discriminative. As long as each p i from P train has a correspondent point in any other image, we evaluate the individual classification accuracy of its associated jet J pi, so that only the locations whose jets are good at discriminating between clients and imposters are preserved. With the set of images given above, we have N c client accesses and N im imposter trials for jet J pi to classify. We measure the False Acceptance Rate (FAR i ) and the False Rejection Rate (FRR i ) for this jet and, if the Total Error Rate (TER i =FAR i +FRR i ) exceeds a threshold τ, jetj pi will be discarded. Finally, only a subset of points, P, is chosen per image, and the score between Î train and Îtest is given by: S = f n { < Jpi, J qξ(i) >} p i P (3) where f n stands for a generic combination rule of the n dot products. Figure 3-B presents the set of points that was chosen after both layer selection. 5 Experimental Results on the XM2VTS Database The proposed method was tested using the XM2VTS database on configurations I and II of the Lausanne protocol [9]. The XM2VTS database contains image

8 Automatic Pose Correction for Local Feature-Based Face Authentication 363 Table 1. False Acceptance Rate (FAR), False Rejection Rate (FRR) and Total Error Rate (TER) over the test set for our method and automatic approaches from [17] Conf. I Conf. II FAR(%) FRR(%) TER(%) FAR(%) FRR(%) TER(%) UPV ± ±.71 UNIS-NC ± ± 1.15 IDIAP ± ±.71 Pose Corr.(Auto) ± ± 1.15 Pose Corr.(Manual) ± ± 1. No Pose Corr.(Auto) ± ± 1.28 No Pose Corr.(Manual) ± ± 1.28 data recorded on 295 subjects (2 clients, 25 evaluation imposters, and 7 test imposters).the database is divided into three sets: training, evaluation and test. The training set was used to build client models, the PDM, and the IOF- ASM 3, while the evaluation set was used to select the best features and estimate thresholds. Finally, the test set was employed to assess system performance. In all the experiments, n = 13 shape-driven points are computed for every image. However, only n 13 local scores are computed, because of the feature selection explained in Section 4. The median rule [1] was used to fuse these scores, i.e. f n median. Configurations I and II of the Lausanne protocol differ in the distribution of client training and client evaluation data, representing configuration II the most realistic case. In configuration I, there are 3 training images per client, while in configuration II, 4 training images are available. Hence, for a given test image, we get 3 and 4 scores respectively, which can be fused in order to obtain better results. Again, the median rule was used to combine these values, obtaining a final score ready for verification. Table 1 shows a comparison between the proposed method (Pose Corr.(Auto)) and a set of algorithms that entered the competition held in conjunction with the Audio- and Video-based Biometric Person Authentication (AVBPA) conference in 23 [17]. All these algorithms are automatic. In this table, and derived from the work in [24], 9% confidence intervals for the TER measures are also given. As we can see, our approach offers competitive error rates in both configurations (with no statistically significant differences between methods). Furthermore, the last three rows from this table show baseline results: Pose Corr.(Manual): The automatic segmentation provided by IOF-ASM is replaced by manual annotation of landmarks. No Pose Corr.(Auto): Automatic segmentation without pose correction (only in-plane rotations are corrected). No Pose Corr.(Manual): Manual segmentation without pose correction (only in-plane rotations are corrected). 3 The IOF-ASM was built with the same parameters detailed in [21].

9 364 D. González-Jiménez et al. It is clear that the use of IOF-ASM offers accurate results for our task, as the degradation between the error rates with manual and automatic segmentation is small. Moreover, the comparison between lines 4 and 6-7, shows that the use of pose-corrected images improves the performance of the system (even if manual landmarks are used to segment the original faces). 6 Conclusions We have presented an automatic face authentication system that reduces the effect of pose variations by synthesizing frontal face images. The segmentation of the face in the original image is accomplished by means of the IOF-ASM approach. A set of discriminative points and features is then selected in two steps: the shape-driven location stage and the accuracy-based selection step. The quality of the synthesized face (and thus, system performance) mainly depends on the segmentation accuracy, which is intimately related to the degree of pose variation in the input image and the dataset used for training. The achieved results on the XM2VTS database demonstrate the usefulness of the method in a limited range of pose variations, offering state-of-the-art error rates. As a main future research line, we plan to work on video-sequences in which facial features will be tracked in a frame-by-frame basis through the combination of IOF-ASM segmentation and a robust face tracker [25]. Acknowledgments This work is framed within the RAVIV project from Biosecure NoE, and has also been partially funded by grants TEC , TIC C2 and FIT from the Spanish Ministry of Science and Technology. FS is supported by a BSCH grant. AF holds a Ramón y Cajal Research Fellowship. References 1. Pentland, A. et al. View-based and Modular Eigenspaces for Face Recognition. In Proc. IEEE Conference on Computer Vision and Pattern Recognition, 1994, pp Beymer, D.J. and Poggio, T. Face Recognition from One Example View. In Proc. International Conference on Computer Vision, 1995, pp Blanz, V. and Vetter, T. A Morphable model for the synthesis of 3D faces. In Proc. SIGGRAPH, 1999, pp Bookstein, Fred L. Principal Warps: Thin-Plate Splines and the Decomposition of Deformations. In IEEE Transactions on Pattern Analysis and Machine Intelligence 11, 6 (1989), González-Jiménez, D., Alba-Castro, J.L., Shape Contexts and Gabor Features for Face Description and Authentication, in Proc. IEEE ICIP 25, pp Belongie, S., Malik, J., Puzicha J. Shape Matching and Object Recognition Using Shape Contexts. In IEEE Transactions on Pattern Analysis and Machine Intelligence 24, 24 (22),

10 Automatic Pose Correction for Local Feature-Based Face Authentication Duc, B., Fischer, S., and Bigun, S. Face authentication with sparse grid gabor information. In IEEE Proc. ICASSP, (Munich 1997), vol. 4, pp Argones-Rúa, E., Kittler, J., Alba-Castro, J.L., González-Jiménez, D. Information fusion for local Gabor features based frontal face verification. In Proc. International Conference on Biometrics (ICB), Hong Kong 26, (Springer), pp Luttin, J. and Maître, G. Evaluation protocol for the extended M2VTS database (XM2VTSDB). Technical report RR-21, IDIAP, Kittler, J., Hatef, M., Duin, R., and Matas, J. On Combining Classifiers. In IEEE Transactions on Pattern Analysis and Machine Intelligence 2, 3 (1998), Cootes, T., Taylor, C., Cooper, D., and Graham, J. Active shape models - their training and application. Computer Vision and Image Understanding 61, 1 (1995), Cootes, T., Edwards, G., and Taylor, C. Active appearance models. In Proc. European Conference on Computer Vision (Springer, 1998), vol. 2, pp Florack, L. The Syntactical Structure of Scalar Images. PhD thesis, Utrecht University, Utrecht, The Nedherlands, Huber, P. Robust Statistics. Wiley, New York, Kang, H., Cootes, T., and Taylor, C. A comparison of face verification algorithms using appearance models. In Proc. British Machine Vision Conference (Cardiff, UK, 22), vol. 2, pp Lanitis, A., Taylor, C., and Cootes, T. Automatic interpretation and coding of face images using flexible models. IEEE Transactions on Pattern Analysis and Machine Intelligence 19, 7 (1997), Messer, K., Kittler, J., Sadeghi, M., Marcel, S., Marcel, C., Bengio, S., Cardinaux, F., Sanderson, C., Czyz, J., Vandendorpe, L., and al. Face verification competition on the XM2VTS database. In Proc. 4th International Conference on Audio- and Video-based Biometric Person Authentication (AVBPA) Guildford, UK (23), pp Messer,K.,Matas,J.,Kittler,J.,Luettin,J.,andMaitre,G. XM2VTSDB:The extended M2VTS database. In Proc. International Conference on Audio- and Video-Based Person Authentication (1999), pp Philips, P., Moon, H., Rizvi, S., and Rauss, P. The FERET evaluation methodology for face recognition algorithms. IEEE Transactions on Pattern Analysis and Machine Intelligence 22(1) (2), Schmid, C., and Mohr, R. Local greyvalue invariants for image retrieval. IEEE Transactions on Pattern Analysis and Machine Intelligence 19(5) (1997), Sukno, F., Ordas, S., Butakoff, C., Cruz, S., and Frangi, A. Active shape models with invariant optimal features IOF-ASMs. In Proc. Audio- and Video-Based Biometric Person Authentication (New York, USA, 25), Springer, pp Walker, K., Cootes, T., and Taylor, C. J. Correspondence using distinct points based on image invariants. In British Machine Vision Conference (1997), vol. 1, pp Wiskott, L., Fellows, J.-M., Kruger, N., and von der Malsburg, C. Face recognition by elastic bunch graph matching. IEEE Transactions on Pattern Analysis and Machine Intelligence 19, 7 (1997), Bengio, S. Mariéthoz, J. A statistical significance test for person authentication. In Proc. Odyssey, 24, pp Baker, S. and Matthews, I. Equivalence and Efficiency of Image Alignment Algorithms. In Proc. IEEE Conference on Computer Vision and Pattern Recognition, 21, vol. 1, pp

General Pose Face Recognition Using Frontal Face Model

General Pose Face Recognition Using Frontal Face Model General Pose Face Recognition Using Frontal Face Model Jean-Yves Guillemaut 1, Josef Kittler 1, Mohammad T. Sadeghi 2, and William J. Christmas 1 1 School of Electronics and Physical Sciences, University

More information

SINCE their publication more than a decade ago, Active

SINCE their publication more than a decade ago, Active 2442 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 17, NO. 12, DECEMBER 2008 Reliability Estimation for Statistical Shape Models Federico M. Sukno and Alejandro F. Frangi, Senior Member, IEEE Abstract One

More information

Feature Detection and Tracking with Constrained Local Models

Feature Detection and Tracking with Constrained Local Models Feature Detection and Tracking with Constrained Local Models David Cristinacce and Tim Cootes Dept. Imaging Science and Biomedical Engineering University of Manchester, Manchester, M3 9PT, U.K. david.cristinacce@manchester.ac.uk

More information

Distance Measures for Gabor Jets-Based Face Authentication: A Comparative Evaluation

Distance Measures for Gabor Jets-Based Face Authentication: A Comparative Evaluation Distance Measures for Gabor Jets-Based Face Authentication: A Comparative Evaluation Daniel González-Jiménez 1, Manuele Bicego 2, J.W.H. Tangelder 3, B.A.M Schouten 3,OnkarAmbekar 3,JoséLuisAlba-Castro

More information

Performance Characterisation of Face Recognition Algorithms and Their Sensitivity to Severe Illumination Changes

Performance Characterisation of Face Recognition Algorithms and Their Sensitivity to Severe Illumination Changes Performance Characterisation of Face Recognition Algorithms and Their Sensitivity to Severe Illumination Changes Kieron Messer 1, Josef Kittler 1, James Short 1,G.Heusch 2, Fabien Cardinaux 2, Sebastien

More information

In Between 3D Active Appearance Models and 3D Morphable Models

In Between 3D Active Appearance Models and 3D Morphable Models In Between 3D Active Appearance Models and 3D Morphable Models Jingu Heo and Marios Savvides Biometrics Lab, CyLab Carnegie Mellon University Pittsburgh, PA 15213 jheo@cmu.edu, msavvid@ri.cmu.edu Abstract

More information

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM Hazim Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs, University of Karlsruhe Am Fasanengarten 5, 76131, Karlsruhe, Germany

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

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

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

Combining Gabor Features: Summing vs.voting in Human Face Recognition *

Combining Gabor Features: Summing vs.voting in Human Face Recognition * Combining Gabor Features: Summing vs.voting in Human Face Recognition * Xiaoyan Mu and Mohamad H. Hassoun Department of Electrical and Computer Engineering Wayne State University Detroit, MI 4822 muxiaoyan@wayne.edu

More information

An Automatic Face Identification System Using Flexible Appearance Models

An Automatic Face Identification System Using Flexible Appearance Models An Automatic Face Identification System Using Flexible Appearance Models A. Lanitis, C.J.Taylor and T.F.Cootes Dpt. of Medical Biophysics, University of Manchester email: lan@wiau.mb.man.ac.uk We describe

More information

Subject-Oriented Image Classification based on Face Detection and Recognition

Subject-Oriented Image Classification based on Face Detection and Recognition 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

Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation

Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation Pose Normalization for Robust Face Recognition Based on Statistical Affine Transformation Xiujuan Chai 1, 2, Shiguang Shan 2, Wen Gao 1, 2 1 Vilab, Computer College, Harbin Institute of Technology, Harbin,

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

Classification of Face Images for Gender, Age, Facial Expression, and Identity 1

Classification of Face Images for Gender, Age, Facial Expression, and Identity 1 Proc. Int. Conf. on Artificial Neural Networks (ICANN 05), Warsaw, LNCS 3696, vol. I, pp. 569-574, Springer Verlag 2005 Classification of Face Images for Gender, Age, Facial Expression, and Identity 1

More information

Face View Synthesis Across Large Angles

Face View Synthesis Across Large Angles Face View Synthesis Across Large Angles Jiang Ni and Henry Schneiderman Robotics Institute, Carnegie Mellon University, Pittsburgh, PA 1513, USA Abstract. Pose variations, especially large out-of-plane

More information

Nonrigid Surface Modelling. and Fast Recovery. Department of Computer Science and Engineering. Committee: Prof. Leo J. Jia and Prof. K. H.

Nonrigid Surface Modelling. and Fast Recovery. Department of Computer Science and Engineering. Committee: Prof. Leo J. Jia and Prof. K. H. Nonrigid Surface Modelling and Fast Recovery Zhu Jianke Supervisor: Prof. Michael R. Lyu Committee: Prof. Leo J. Jia and Prof. K. H. Wong Department of Computer Science and Engineering May 11, 2007 1 2

More information

3D Active Appearance Model for Aligning Faces in 2D Images

3D Active Appearance Model for Aligning Faces in 2D Images 3D Active Appearance Model for Aligning Faces in 2D Images Chun-Wei Chen and Chieh-Chih Wang Abstract Perceiving human faces is one of the most important functions for human robot interaction. The active

More information

Figure 1. Example sample for fabric mask. In the second column, the mask is worn on the face. The picture is taken from [5].

Figure 1. Example sample for fabric mask. In the second column, the mask is worn on the face. The picture is taken from [5]. ON THE VULNERABILITY OF FACE RECOGNITION SYSTEMS TO SPOOFING MASK ATTACKS Neslihan Kose, Jean-Luc Dugelay Multimedia Department, EURECOM, Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

More information

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method Parvin Aminnejad 1, Ahmad Ayatollahi 2, Siamak Aminnejad 3, Reihaneh Asghari Abstract In this work, we presented a novel approach

More information

Rapid 3D Face Modeling using a Frontal Face and a Profile Face for Accurate 2D Pose Synthesis

Rapid 3D Face Modeling using a Frontal Face and a Profile Face for Accurate 2D Pose Synthesis Rapid 3D Face Modeling using a Frontal Face and a Profile Face for Accurate 2D Pose Synthesis Jingu Heo and Marios Savvides CyLab Biometrics Center Carnegie Mellon University Pittsburgh, PA 15213 jheo@cmu.edu,

More information

Coarse-to-Fine Statistical Shape Model by Bayesian Inference

Coarse-to-Fine Statistical Shape Model by Bayesian Inference Coarse-to-Fine Statistical Shape Model by Bayesian Inference Ran He, Stan Li, Zhen Lei and ShengCai Liao Institute of Automation, Chinese Academy of Sciences, Beijing, China. {rhe@nlpr.ia.ac.cn} Abstract.

More information

Component-based Face Recognition with 3D Morphable Models

Component-based Face Recognition with 3D Morphable Models Component-based Face Recognition with 3D Morphable Models B. Weyrauch J. Huang benjamin.weyrauch@vitronic.com jenniferhuang@alum.mit.edu Center for Biological and Center for Biological and Computational

More information

A Comparative Evaluation of Active Appearance Model Algorithms

A Comparative Evaluation of Active Appearance Model Algorithms A Comparative Evaluation of Active Appearance Model Algorithms T.F. Cootes, G. Edwards and C.J. Taylor Dept. Medical Biophysics, Manchester University, UK tcootes@server1.smb.man.ac.uk Abstract An Active

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

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

Active Appearance Models

Active Appearance Models Active Appearance Models Edwards, Taylor, and Cootes Presented by Bryan Russell Overview Overview of Appearance Models Combined Appearance Models Active Appearance Model Search Results Constrained Active

More information

Active Wavelet Networks for Face Alignment

Active Wavelet Networks for Face Alignment Active Wavelet Networks for Face Alignment Changbo Hu, Rogerio Feris, Matthew Turk Dept. Computer Science, University of California, Santa Barbara {cbhu,rferis,mturk}@cs.ucsb.edu Abstract The active appearance

More information

Global fitting of a facial model to facial features for model based video coding

Global fitting of a facial model to facial features for model based video coding Global fitting of a facial model to facial features for model based video coding P M Hillman J M Hannah P M Grant University of Edinburgh School of Engineering and Electronics Sanderson Building, King

More information

Face Recognition Using Phase-Based Correspondence Matching

Face Recognition Using Phase-Based Correspondence Matching Face Recognition Using Phase-Based Correspondence Matching Koichi Ito Takafumi Aoki Graduate School of Information Sciences, Tohoku University, 6-6-5, Aramaki Aza Aoba, Sendai-shi, 98 8579 Japan ito@aoki.ecei.tohoku.ac.jp

More information

Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms

Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms Illumination invariant face recognition and impostor rejection using different MINACE filter algorithms Rohit Patnaik and David Casasent Dept. of Electrical and Computer Engineering, Carnegie Mellon University,

More information

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition Linear Discriminant Analysis in Ottoman Alphabet Character Recognition ZEYNEB KURT, H. IREM TURKMEN, M. ELIF KARSLIGIL Department of Computer Engineering, Yildiz Technical University, 34349 Besiktas /

More information

Better than best: matching score based face registration

Better than best: matching score based face registration Better than best: based face registration Luuk Spreeuwers University of Twente Fac. EEMCS, Signals and Systems Group Hogekamp Building, 7522 NB Enschede The Netherlands l.j.spreeuwers@ewi.utwente.nl Bas

More information

Client Dependent GMM-SVM Models for Speaker Verification

Client Dependent GMM-SVM Models for Speaker Verification Client Dependent GMM-SVM Models for Speaker Verification Quan Le, Samy Bengio IDIAP, P.O. Box 592, CH-1920 Martigny, Switzerland {quan,bengio}@idiap.ch Abstract. Generative Gaussian Mixture Models (GMMs)

More information

Component-based Face Recognition with 3D Morphable Models

Component-based Face Recognition with 3D Morphable Models Component-based Face Recognition with 3D Morphable Models Jennifer Huang 1, Bernd Heisele 1,2, and Volker Blanz 3 1 Center for Biological and Computational Learning, M.I.T., Cambridge, MA, USA 2 Honda

More information

Face Recognition Using Active Appearance Models

Face Recognition Using Active Appearance Models Face Recognition Using Active Appearance Models G.J. Edwards, T.F. Cootes, and C.J. Taylor Wolfson Image Analysis Unit, Department of Medical Biophysics, University of Manchester, Manchester M13 9PT, U.K.

More information

Facial Feature Detection

Facial Feature Detection Facial Feature Detection Rainer Stiefelhagen 21.12.2009 Interactive Systems Laboratories, Universität Karlsruhe (TH) Overview Resear rch Group, Universität Karlsruhe (TH H) Introduction Review of already

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

An Automatic Face Recognition System in the Near Infrared Spectrum

An Automatic Face Recognition System in the Near Infrared Spectrum An Automatic Face Recognition System in the Near Infrared Spectrum Shuyan Zhao and Rolf-Rainer Grigat Technical University Hamburg Harburg Vision Systems, 4-08/1 Harburger Schloßstr 20 21079 Hamburg, Germany

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

IN many automatic systems for face analysis, following the

IN many automatic systems for face analysis, following the IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 29, NO. 7, JULY 2007 1105 Active Shape Models with Invariant Optimal Features: Application to Facial Analysis Federico M. Sukno, Sebastián

More information

Extrapolating Single View Face Models for Multi-View Recognition

Extrapolating Single View Face Models for Multi-View Recognition Extrapolating Single View Face Models for Multi-View Recognition Conrad Sanderson 1,, 3 and Samy Bengio 3 1 Electrical and Electronic Engineering, University of Adelaide, SA 5005, Australia CRC for Sensor

More information

Occluded Facial Expression Tracking

Occluded Facial Expression Tracking Occluded Facial Expression Tracking Hugo Mercier 1, Julien Peyras 2, and Patrice Dalle 1 1 Institut de Recherche en Informatique de Toulouse 118, route de Narbonne, F-31062 Toulouse Cedex 9 2 Dipartimento

More information

On Modeling Variations for Face Authentication

On Modeling Variations for Face Authentication On Modeling Variations for Face Authentication Xiaoming Liu Tsuhan Chen B.V.K. Vijaya Kumar Department of Electrical and Computer Engineering, Carnegie Mellon University, Pittsburgh, PA 15213 xiaoming@andrew.cmu.edu

More information

REAL-TIME FACE SWAPPING IN VIDEO SEQUENCES: MAGIC MIRROR

REAL-TIME FACE SWAPPING IN VIDEO SEQUENCES: MAGIC MIRROR REAL-TIME FACE SWAPPING IN VIDEO SEQUENCES: MAGIC MIRROR Nuri Murat Arar1, Fatma Gu ney1, Nasuh Kaan Bekmezci1, Hua Gao2 and Hazım Kemal Ekenel1,2,3 1 Department of Computer Engineering, Bogazici University,

More information

On-line, Incremental Learning of a Robust Active Shape Model

On-line, Incremental Learning of a Robust Active Shape Model On-line, Incremental Learning of a Robust Active Shape Model Michael Fussenegger 1, Peter M. Roth 2, Horst Bischof 2, Axel Pinz 1 1 Institute of Electrical Measurement and Measurement Signal Processing

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

Video-Based Online Face Recognition Using Identity Surfaces

Video-Based Online Face Recognition Using Identity Surfaces Video-Based Online Face Recognition Using Identity Surfaces Yongmin Li, Shaogang Gong and Heather Liddell Department of Computer Science, Queen Mary, University of London, London E1 4NS, UK Email: yongmin,sgg,heather

More information

Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition

Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition Selection of Location, Frequency and Orientation Parameters of 2D Gabor Wavelets for Face Recognition Berk Gökberk, M.O. İrfanoğlu, Lale Akarun, and Ethem Alpaydın Boğaziçi University, Department of Computer

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

Low Dimensional Surface Parameterisation with Applications in Biometrics

Low Dimensional Surface Parameterisation with Applications in Biometrics Low Dimensional Surface Parameterisation with Applications in Biometrics Wei Quan, Bogdan J. Matuszewski, Lik-Kwan Shark, Djamel Ait-Boudaoud Applied Digital Signal and Image Processing Centre University

More information

ICA vs. PCA Active Appearance Models: Application to Cardiac MR Segmentation

ICA vs. PCA Active Appearance Models: Application to Cardiac MR Segmentation ICA vs. PCA Active Appearance Models: Application to Cardiac MR Segmentation M. Üzümcü 1, A.F. Frangi 2, M. Sonka 3, J.H.C. Reiber 1, B.P.F. Lelieveldt 1 1 Div. of Image Processing, Dept. of Radiology

More information

NIST. Support Vector Machines. Applied to Face Recognition U56 QC 100 NO A OS S. P. Jonathon Phillips. Gaithersburg, MD 20899

NIST. Support Vector Machines. Applied to Face Recognition U56 QC 100 NO A OS S. P. Jonathon Phillips. Gaithersburg, MD 20899 ^ A 1 1 1 OS 5 1. 4 0 S Support Vector Machines Applied to Face Recognition P. Jonathon Phillips U.S. DEPARTMENT OF COMMERCE Technology Administration National Institute of Standards and Technology Information

More information

K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion

K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion K-Nearest Neighbor Classification Approach for Face and Fingerprint at Feature Level Fusion Dhriti PEC University of Technology Chandigarh India Manvjeet Kaur PEC University of Technology Chandigarh India

More information

variations labeled graphs jets Gabor-wavelet transform

variations labeled graphs jets Gabor-wavelet transform Abstract 1 For a computer vision system, the task of recognizing human faces from single pictures is made difficult by variations in face position, size, expression, and pose (front, profile,...). We present

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

Linear Discriminant Analysis for 3D Face Recognition System

Linear Discriminant Analysis for 3D Face Recognition System Linear Discriminant Analysis for 3D Face Recognition System 3.1 Introduction Face recognition and verification have been at the top of the research agenda of the computer vision community in recent times.

More information

FACE recognition has been competing with other biometric

FACE recognition has been competing with other biometric 1096 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 16, NO. 9, SEPTEMBER 2006 Design and Fusion of Pose-Invariant Face-Identification Experts Tae-Kyun Kim and Josef Kittler, Member,

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

Head Frontal-View Identification Using Extended LLE

Head Frontal-View Identification Using Extended LLE Head Frontal-View Identification Using Extended LLE Chao Wang Center for Spoken Language Understanding, Oregon Health and Science University Abstract Automatic head frontal-view identification is challenging

More information

A Hierarchical Face Identification System Based on Facial Components

A Hierarchical Face Identification System Based on Facial Components A Hierarchical Face Identification System Based on Facial Components Mehrtash T. Harandi, Majid Nili Ahmadabadi, and Babak N. Araabi Control and Intelligent Processing Center of Excellence Department of

More information

Human pose estimation using Active Shape Models

Human pose estimation using Active Shape Models Human pose estimation using Active Shape Models Changhyuk Jang and Keechul Jung Abstract Human pose estimation can be executed using Active Shape Models. The existing techniques for applying to human-body

More information

Robust Face Detection Based on Convolutional Neural Networks

Robust Face Detection Based on Convolutional Neural Networks Robust Face Detection Based on Convolutional Neural Networks M. Delakis and C. Garcia Department of Computer Science, University of Crete P.O. Box 2208, 71409 Heraklion, Greece {delakis, cgarcia}@csd.uoc.gr

More information

Individual discriminative face recognition models based on subsets of features

Individual discriminative face recognition models based on subsets of features Individual discriminative face recognition models based on subsets of features Line H. Clemmensen 1, David D. Gomez 2, and Bjarne K. Ersbøll 1 1 Informatics and Mathematical Modelling, Technical University

More information

Shape and Texture Based Countermeasure to Protect Face Recognition Systems Against Mask Attacks

Shape and Texture Based Countermeasure to Protect Face Recognition Systems Against Mask Attacks 2013 IEEE Conference on Computer Vision and Pattern Recognition Workshops Shape and Texture Based Countermeasure to Protect Face Recognition Systems Against Mask Attacks Neslihan Kose and Jean-Luc Dugelay

More information

Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images

Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images Image Based Feature Extraction Technique For Multiple Face Detection and Recognition in Color Images 1 Anusha Nandigam, 2 A.N. Lakshmipathi 1 Dept. of CSE, Sir C R Reddy College of Engineering, Eluru,

More information

from: N.J., Smelter, & P.B., Baltes (Eds.) (2001). Encyclopedia of the Social and Behavioral Sciences. London: Elsevier Science.

from: N.J., Smelter, & P.B., Baltes (Eds.) (2001). Encyclopedia of the Social and Behavioral Sciences. London: Elsevier Science. from: N.J., Smelter, & P.B., Baltes (Eds.) (2001). Encyclopedia of the Social and Behavioral Sciences. London: Elsevier Science. Article Title: Models of Face Recognition By: Alice J. O Toole & Hervé Abdi

More information

Unconstrained Face Recognition using MRF Priors and Manifold Traversing

Unconstrained Face Recognition using MRF Priors and Manifold Traversing Unconstrained Face Recognition using MRF Priors and Manifold Traversing Ricardo N. Rodrigues, Greyce N. Schroeder, Jason J. Corso and Venu Govindaraju Abstract In this paper, we explore new methods to

More information

Biometrics Technology: Multi-modal (Part 2)

Biometrics Technology: Multi-modal (Part 2) Biometrics Technology: Multi-modal (Part 2) References: At the Level: [M7] U. Dieckmann, P. Plankensteiner and T. Wagner, "SESAM: A biometric person identification system using sensor fusion ", Pattern

More information

Model Based Analysis of Face Images for Facial Feature Extraction

Model Based Analysis of Face Images for Facial Feature Extraction Model Based Analysis of Face Images for Facial Feature Extraction Zahid Riaz, Christoph Mayer, Michael Beetz, and Bernd Radig Technische Universität München, Boltzmannstr. 3, 85748 Garching, Germany {riaz,mayerc,beetz,radig}@in.tum.de

More information

IMPROVED PDF BASED FACE RECOGNITION USING DATA FUSION

IMPROVED PDF BASED FACE RECOGNITION USING DATA FUSION INTERNATIONAL JOURNAL OF ELECTRONICS; MECHANICAL and MECHATRONICS ENGINEERING Vol.2 Num.2 pp.(195-2) IMPROVED PDF BASED FACE RECOGNITION USING DATA FUSION Hasan DEMIREL1 Gholamreza ANBARJAFARI2 1 Department

More information

Sparse Shape Registration for Occluded Facial Feature Localization

Sparse Shape Registration for Occluded Facial Feature Localization Shape Registration for Occluded Facial Feature Localization Fei Yang, Junzhou Huang and Dimitris Metaxas Abstract This paper proposes a sparsity driven shape registration method for occluded facial feature

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

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model TAE IN SEOL*, SUN-TAE CHUNG*, SUNHO KI**, SEONGWON CHO**, YUN-KWANG HONG*** *School of Electronic Engineering

More information

A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION

A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION A. Hadid, M. Heikkilä, T. Ahonen, and M. Pietikäinen Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering

More information

Active Appearance Models

Active Appearance Models IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 23, NO. 6, JUNE 2001 681 Active Appearance Models Timothy F. Cootes, Gareth J. Edwards, and Christopher J. Taylor AbstractÐWe describe

More information

Selecting Models from Videos for Appearance-Based Face Recognition

Selecting Models from Videos for Appearance-Based Face Recognition Selecting Models from Videos for Appearance-Based Face Recognition Abdenour Hadid and Matti Pietikäinen Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O.

More information

Decorrelated Local Binary Pattern for Robust Face Recognition

Decorrelated Local Binary Pattern for Robust Face Recognition International Journal of Advanced Biotechnology and Research (IJBR) ISSN 0976-2612, Online ISSN 2278 599X, Vol-7, Special Issue-Number5-July, 2016, pp1283-1291 http://www.bipublication.com Research Article

More information

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION

CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION CHAPTER 3 DISPARITY AND DEPTH MAP COMPUTATION In this chapter we will discuss the process of disparity computation. It plays an important role in our caricature system because all 3D coordinates of nodes

More information

Face Detection Using Convolutional Neural Networks and Gabor Filters

Face Detection Using Convolutional Neural Networks and Gabor Filters Face Detection Using Convolutional Neural Networks and Gabor Filters Bogdan Kwolek Rzeszów University of Technology W. Pola 2, 35-959 Rzeszów, Poland bkwolek@prz.rzeszow.pl Abstract. This paper proposes

More information

Abstract We present a system which automatically generates a 3D face model from a single frontal image of a face. Our system consists of two component

Abstract We present a system which automatically generates a 3D face model from a single frontal image of a face. Our system consists of two component A Fully Automatic System To Model Faces From a Single Image Zicheng Liu Microsoft Research August 2003 Technical Report MSR-TR-2003-55 Microsoft Research Microsoft Corporation One Microsoft Way Redmond,

More information

Thermal Face Recognition Matching Algorithms Performance

Thermal Face Recognition Matching Algorithms Performance Thermal Face Recognition Matching Algorithms Performance Jan Váňa, Martin Drahanský, Radim Dvořák ivanajan@fit.vutbr.cz, drahan@fit.vutbr.cz, idvorak@fit.vutbr.cz Faculty of Information Technology Brno

More information

Face Recognition for Different Facial Expressions Using Principal Component analysis

Face Recognition for Different Facial Expressions Using Principal Component analysis Face Recognition for Different Facial Expressions Using Principal Component analysis ASHISH SHRIVASTAVA *, SHEETESH SAD # # Department of Electronics & Communications, CIIT, Indore Dewas Bypass Road, Arandiya

More information

A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION

A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION A GENERIC FACE REPRESENTATION APPROACH FOR LOCAL APPEARANCE BASED FACE VERIFICATION Hazim Kemal Ekenel, Rainer Stiefelhagen Interactive Systems Labs, Universität Karlsruhe (TH) 76131 Karlsruhe, Germany

More information

A New Shape Matching Measure for Nonlinear Distorted Object Recognition

A New Shape Matching Measure for Nonlinear Distorted Object Recognition A New Shape Matching Measure for Nonlinear Distorted Object Recognition S. Srisuky, M. Tamsriy, R. Fooprateepsiri?, P. Sookavatanay and K. Sunaty Department of Computer Engineeringy, Department of Information

More information

Automatic Construction of Active Appearance Models as an Image Coding Problem

Automatic Construction of Active Appearance Models as an Image Coding Problem Automatic Construction of Active Appearance Models as an Image Coding Problem Simon Baker, Iain Matthews, and Jeff Schneider The Robotics Institute Carnegie Mellon University Pittsburgh, PA 1213 Abstract

More information

Face Authentication Competition on the BANCA Database

Face Authentication Competition on the BANCA Database Face Authentication Competition on the BANCA Database Kieron Messer 1, Josef Kittler 1, Mohammad Sadeghi 1, Miroslav Hamouz 1, Alexey Kostyn 1, Sebastien Marcel 2, Samy Bengio 2, Fabien Cardinaux 2, Conrad

More information

Applications Video Surveillance (On-line or off-line)

Applications Video Surveillance (On-line or off-line) Face Face Recognition: Dimensionality Reduction Biometrics CSE 190-a Lecture 12 CSE190a Fall 06 CSE190a Fall 06 Face Recognition Face is the most common biometric used by humans Applications range from

More information

Fusion of Gabor Feature Based Classifiers for Face Verification

Fusion of Gabor Feature Based Classifiers for Face Verification Fourth Congress of Electronics, Robotics and Automotive Mechanics Fusion of Gabor Feature Based Classifiers for Face Verification Ángel Serrano, Cristina Conde, Isaac Martín de Diego, Enrique Cabello Face

More information

Three-Dimensional Face Recognition: A Fishersurface Approach

Three-Dimensional Face Recognition: A Fishersurface Approach Three-Dimensional Face Recognition: A Fishersurface Approach Thomas Heseltine, Nick Pears, Jim Austin Department of Computer Science, The University of York, United Kingdom Abstract. Previous work has

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

Comparison of face recognition algorithms in terms of the learning set selection

Comparison of face recognition algorithms in terms of the learning set selection Comparison of face recognition algorithms in terms of the learning set selection Simon Gangl Domen Mongus Supervised by: Borut Žalik Laboratory for Geometric Modelling and Multimedia Algorithms Faculty

More information

Learning Patch Dependencies for Improved Pose Mismatched Face Verification

Learning Patch Dependencies for Improved Pose Mismatched Face Verification Learning Patch Dependencies for Improved Pose Mismatched Face Verification Simon Lucey Tsuhan Chen Carnegie Mellon University slucey@ieee.org, tsuhan@cmu.edu Abstract Gallery Image Probe Image Most pose

More information

Genetic Model Optimization for Hausdorff Distance-Based Face Localization

Genetic Model Optimization for Hausdorff Distance-Based Face Localization c In Proc. International ECCV 2002 Workshop on Biometric Authentication, Springer, Lecture Notes in Computer Science, LNCS-2359, pp. 103 111, Copenhagen, Denmark, June 2002. Genetic Model Optimization

More information

Illumination Invariant Face Alignment Using Multi-band Active Appearance Model

Illumination Invariant Face Alignment Using Multi-band Active Appearance Model Illumination Invariant Face Alignment Using Multi-band Active Appearance Model Fatih Kahraman 1 and Muhittin Gökmen 2 1 Istanbul Technical University, Institute of Informatics, Computer Science, 80626

More information

CHAPTER 5 GLOBAL AND LOCAL FEATURES FOR FACE RECOGNITION

CHAPTER 5 GLOBAL AND LOCAL FEATURES FOR FACE RECOGNITION 122 CHAPTER 5 GLOBAL AND LOCAL FEATURES FOR FACE RECOGNITION 5.1 INTRODUCTION Face recognition, means checking for the presence of a face from a database that contains many faces and could be performed

More information

Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information

Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information Mustafa Berkay Yilmaz, Hakan Erdogan, Mustafa Unel Sabanci University, Faculty of Engineering and Natural

More information

Categorization by Learning and Combining Object Parts

Categorization by Learning and Combining Object Parts Categorization by Learning and Combining Object Parts Bernd Heisele yz Thomas Serre y Massimiliano Pontil x Thomas Vetter Λ Tomaso Poggio y y Center for Biological and Computational Learning, M.I.T., Cambridge,

More information

Lucas-Kanade Scale Invariant Feature Transform for Uncontrolled Viewpoint Face Recognition

Lucas-Kanade Scale Invariant Feature Transform for Uncontrolled Viewpoint Face Recognition Lucas-Kanade Scale Invariant Feature Transform for Uncontrolled Viewpoint Face Recognition Yongbin Gao 1, Hyo Jong Lee 1, 2 1 Division of Computer Science and Engineering, 2 Center for Advanced Image and

More information