A Framework for Long Distance Face Recognition using Dense- and Sparse-Stereo Reconstruction

Size: px
Start display at page:

Download "A Framework for Long Distance Face Recognition using Dense- and Sparse-Stereo Reconstruction"

Transcription

1 A Framework for Long Distance Face Recognition using Dense- and Sparse-Stereo Reconstruction Ham Rara, Shireen Elhabian, Asem Ali, Travis Gault, Mike Miller, Thomas Starr, and Aly Farag CVIP Laboratory, University of Louisville, KY, USA {hmrara01,syelha01,amali003,travis.gault,wmmill06,tlstar01, Abstract. This paper introduces a framework for long-distance face recognition using both dense- and sparse-stereo reconstruction. Two methods to determine correspondences of the stereo pair are used in this paper: (a) dense global stereo-matching using maximum-a-posteriori Markov Random Fields (MAP- MRF) algorithms and (b) Active Appearance Model (AAM) fitting of both images of the stereo pair and using the fitted AAM mesh as the sparse correspondences. Experiments are performed regarding the use of different features extracted from these vertices for face recognition. A comparison between the two approaches (a) and (b) are carried out in this paper. The cumulative rank curves (CMC), which are generated using the proposed framework, confirms the feasibility of the proposed work for long distance recognition of human faces. 1 Introduction Automatic face recognition is a challenging task that has been an attractive research area in the past three decades (for more details see [1]). At the outset, most efforts were directed towards 2D facial recognition which utilizes the projection of the 3D human face onto the 2D image plane acquired by digital cameras. The face recognition problem is then formulated as follows: given a still image, identify or verify one or more persons in the scene using a stored database of face images. The main theme of the solutions provided by different researchers involves detecting one or more faces from the given image, followed by facial feature extraction which can be used for recognition. Challenges involving 2D face recognition are well-documented in the literature. Intra-subject variations such as illumination, expression, pose, makeup, and aging can severely affect a face recognition system. To address pose and illumination, researchers recently are focusing on 3D face recognition [2]. 3D face geometry can either be acquired using 3D sensing devices such as laser scanners [3] or reconstructed from one or more images [4-6]. Although 3D sensing devices have been proven to be effective in 3D face recognition [7], their high cost, limited availability and controlled environment settings have created the need for methods that extract 3D information from acquired 2D face images. Recently, there has been interest in face recognition at-a-distance. Yao, et al. [8] created a face video database, acquired from long distances, high magnifications, and

2 both indoor and outdoor under uncontrolled surveillance conditions. Medioni, et al. [9] presented an approach to identify non-cooperative individuals at a distance by inferring 3D shape from a sequence of images. To realize our objectives and the current lack of existing facial stereo databases, we constructed our own passive stereo acquisition setup [10]. The setup consists of a stereo pair of high resolution cameras (and telephoto lenses) with adjustable baseline. It is designed such that user can remotely pan, tilt, zoom and focus the cameras to converge to the center of the cameras field of views on the subject s nose tip. This system is used to capture stereo pairs of 30 subjects at various distances (3-, 15-, and 33-meter ranges). The paper is organized as follows: Section 2 discusses stereo reconstruction methods (dense and sparse), Section 3 shows the experimental results, Section 4 validates the best method in Sec. 3 using the FRGC database, and later sections deal with discussions and limitations of the proposed approaches, conclusions and future work. 2 Stereo Matching-Based Reconstruction Dense, Global Stereo Matching: The objective of the classical stereo problem is to find the pair of corresponding points p and q that result from the projection of the same scene point (X, Y, Z) to the two images of the stereo-pair. Currently, the state-ofthe-art in stereo matching is achieved by global optimization algorithms [11], where the problem is formulated as a maximum-a-posteriori Markov Random Field (MAP- MRF) scenario. Given the left and right images, the goal is to find the disparity map D, where at each pixel p, the disparity is d p = p x q x. To correctly solve this problem, the constraints of the visual correspondence should be satisfied: (a) uniqueness, where each pixel in the left image corresponds to at most one pixel in the right image and (b) occlusion, where some pixels do not have correspondences. To achieve these constraints, similar to Kolmogorov s approach [12], we treat the two images symmetrically by computing the disparity maps for both images simultaneously. The disparity map D is computed by minimizing the energy function E D = E data D + E smoot h D + E vis D. The terms refer to the penalty, smoothness, and visibility constraint terms [13][14]. To fill the occluded regions, we propose to interpolate between the correctly reconstructed pixels of each scan line using the cubic splines [15] interpolation model. Finally, after getting a dense disparity map from which we get a set of correspondence points, we reconstruct the 3D points of the face [10]. To remove some artifacts of the reconstruction, an additional surface fitting step is done [16]. Sparse-Stereo Reconstruction: The independent AAM version of [17] is used to find sparse correspondences of the left and right images of the stereo pair. The shape s can be expressed as the sum of a base shape s 0 and a linear combination of n shape vectors s i, s = s 0 + i p i s i, where p i are the shape parameters. Similarly, the appearance A x can be expressed as the sum of the base appearance A 0 x and a linear combination of basis images A i x, A x = A 0 x + i λ i A i x, where the pixels x lie on the base mesh s 0. Fitting the AAM to an input image involves minimizing the error image between the input image warped to the base mesh and the appearance

3 A x = A 0 x + i λ i A i x, that is, A 0 x + i λ i A i x I W x; p 2 xεs 0. For this work, the error image is minimized using the project-out version of the inverse compositional image alignment (ICIA) algorithm [17]. To facilitate a successful fitting process, the AAM mesh is initialized according to detected face landmarks (eyes, mouth center, and nose tip). After detecting these facial features, the AAM base mesh is warped to these points. The detection of facial features starts with identifying the possible facial regions in the input image, using a combination of the Viola-Jones detector [18] and the skin detector of [19]. The face is then divided into four equal parts to establish a geometrical constraint of the face. The face landmarks are then identified using variants of the Viola-Jones detector, i.e., the face detector is replaced with the corresponding face landmark (e.g., eye detector) detector [20]. False detections are then removed by taking into account the geometrical structure of the face (i.e., expected facial feature locations). 3 Experimental Results The 3D acquisition system in [10] is used to build a human face database of 30 subjects at different ranges in controlled environments. The database consists of a gallery at 3 meters and three different probe sets at the 3-, 15-, and 33-meter ranges. Table I shows the system parameters at different ranges. Table I: Stereo-based acquisition system parameters Dense, Global Stereo 3D Face Reconstructions: The gallery is constructed by capturing stereo pairs for the 30 subjects at the 3-meter range. We reconstruct the 3D face of each subject using the approach that is described in Section 2. Fig. 1(a) illustrates a sample from this gallery for different subjects. This figure shows the left image of each subject and two different views for the 3D reconstruction with and without the textures. For the dense, global 3D reconstruction approach, only the images from the probe sets 3-meter and 15-meter ranges are considered. The reason behind this is that the methodology from Sec. 2.1 fails to determine acceptable correspondences of the stereo-pair images of the 33-meter range, leading to unacceptable 3D reconstructions. This result has led the authors to propose the second method (sparse-stereo) to deal with stereo-pairs that are difficult to extract dense correspondences. Fig. 1(b) and 1(c) illustrate the samples from these probe sets. Sparse-Stereo 3D Face Reconstructions: The gallery and probe sets are similar to above, except that the 33-meter images are now included in the probe set. The training of the AAM model involves images from the gallery. The vertices of the final

4 Figure 1: Dense 3D reconstructions: (a) 3-meter gallery, (b) 3-meter, and (c) 15-meter probes. AAM mesh on both left and right images can be considered as a set of corresponding pair of points, which can be used for stereo reconstruction. To further refine the correspondences, a local NCC search around each point is performed, using the left image as the reference, to get better correspondences. Fig. 2 shows stereo reconstruction results of three subjects, visualized with the x-y, x-z, and y-z projections, after rigid alignment to one of the subjects. Notice that in the x-y projections, the similarity (or difference) of 2D shapes coming from the same (or different) subject is enhanced. This is the main reason behind the use of x-y projections as features in Sec. 3 (Recognition). Figure 2: Reconstruction results. The 3D points are visualized as projections in the x-y, x-z, and y-z planes. Circle and diamond markers belong to the same subject, while the square markers are that of a different subject. Recognition: For face recognition, we use five approaches for using the 3D face vertices derived from dense- and sparse-stereo (3D-AAM) to identify probe images against the gallery: (a) moment-based approach for dense 3D reconstructions, (b) feature vectors derived from Principal Component Analysis (PCA) of 3D-AAM vertices, (c) goodness-of-fit criterion (Procrustes) after rigidly registering the 3D-AAM vertices of a probe with that of a gallery subject, (d) feature vectors from PCA of x-y plane projections of the 3D-AAM vertices, and (e) the same procedure as (c) but using the x-y plane projections of the 3D-AAM vertices of both probe and gallery, after frontal pose normalization.

5 Moment-based Recognition: For the dense 3D reconstructions, to compare between gallery and probe sets, feature vectors are derived from moments [21] derived from the 3D vertex coordinates. The moments are computed as η rst = X Y Z X r Y s Z t. Principal Component Analysis (PCA): To apply PCA [22] for feature classification, the primary step is to solve for the matrix P of principal components from a training database, using a number of matrix operations. The feature vectors Y can then be determined as follows: Y = P T X, where X is a centered input data. The similarity measure used for recognition is the L 2 norm. Goodness-of-fit (Procrustes): The Procrustes distance [23] between two shapes is a least-squares type of metric that requires one-to-one correspondence between shapes. After some preprocessing steps involving the computation of centroids, rescaling each shape to have equal size and aligning with respect to translation and rotation, the squared Procrustes distance between two shapes x 1 and x 2 is the sum of squared point distances, P d 2 = x 1 x 2 2. Figure 3: Cumulative match characteristic (CMC) curve of the: (a) 3-meter probe set, (b) 15- meter probe set, and (c) 33-meter probe set. Note that only the 3-m and 15-m probe sets use moment-based recognition (see Fig. 3) Discussion of Results: Fig. 3 shows the cumulative rank curves (CMC) curves for the five types of feature extraction methods in the previous section (Sec. 3), using 3-, 15-, and 33-meter probes. We can draw four conclusions: (a) both 2D Procrustes (i.e., x-y projection of 3D-AAM) and 2D PCA outperform both 3D Procrustes and 3D PCA, (b) goodness-of-fit criterion (Procrustes) slightly outperforms PCA in both 2D and 3D, (c) degradation of recognition at increased distances, and (d) the moment-based methods perform poorly at lower ranks but shoots up quickly to 100% at rank-5 and rank-8 for the 3-m and 15-m probe sets, respectively.

6 The conclusion in (a) can be explained with the help of Fig. 4. The diagram shows the top view of a simple stereo system. O l and O r are centers of projection, and p l, p r, q l, q r are points on the left and right images. Figure 4: Simple stereo illustration. 3D reconstruction is sensitive to the correspondence problem but projection to the x-y plane minimizes the error. Assume that the y-coordinates of the four image points are equal. p l and p r will reconstruct P, q l and q r will reconstruct Q, and so on. Notice that a small change in the correspondence affects the xyz reconstructions hugely, i.e., their Euclidean distance between each other is huge. But when they are projected to the x-y plane, their 2D Euclidean distances with each other are considerably lesser. This scenario is possibly happening with the correspondence of the AAM vertices between the left and right image. The conclusion in (b) is related to the primary purpose of PCA, which is optimal reconstruction error, in the mean-square-error (MSE) sense. Projection to a lowdimensional space may remove the classification potential of the vectors. There is no dimensional change with rigid alignment using Procrustes; similar shapes are expected to have less Procrustes distance after rigid alignment and geometric information of faces (e.g., distance ratios between face parts) are maintained. Results are expected to degrade with distance since the captured images are at less ideal conditions (although recognition using 2D x-y projections remain stable). The work in Medioni [9] deals with identification at a distance using recovered dense 3D shape from a sequence of captured images. The results at the 15- and 33-meter range (Figs 5(b,c)) are comparable (and slightly better) than their 9-meter results; however, their experimental setting may be less controlled than ours. The authors cannot find any concrete reason behind conclusion (d), except the fact that the dense reconstructed shapes may be overfitted by the gridfit procedure of [16]. This part of the framework is still a work-in-progress and more elaborate 3D recognition methods will be incorporated as future work (see Conclusions).

7 Sensitivity Analysis: This section performs a sensitivity analysis of the recognition performance with respect to errors in the AAM fitting of the stereo pair of images. To simulate errors introduced to the system, the fitted AAM vertices of the stereo pair are randomly perturbed with additive white Gaussian noise of a certain variance. Fig. 5 shows the plot of rank-1 recognition rates versus point sigmas, for the 3-, 15-, and 33- meter ranges. The recognition method used is the 2D Procrustes approach of Fig. 3. These findings reinforce the known fact that acceptable AAM fitting is necessary to get satisfactory correspondence, which leads to suitable recognition. Figure 5: Sensitivity analysis of recognition with respect to errors in the AAM fitting of the stereo pair of images. Notice that the recognition rates are fairly stable across various values of σ for the 3- and 15-meter probe sets. However, for the 33-meter probe set, the recognition performance severely deteriorates after σ = 5. 4 Validation with FRGC Database The main purpose of this section is to test if the 2D (x-y projection of 3D-AAM) Procrustes results of Fig. 5 carry over to the much larger FRGC database. Since the FRGC database contains close-to-perfect dense 3D information, the advantage of 2D Procrustes over its 3D equivalent would also be investigated. The section of the FRGC database [24] with range (3D) data is used. Each range is accompanied by a corresponding texture image. 115 subjects (with three images each, for a total of 345) were chosen out of the total number of subjects, the number being restricted by the manual annotation of AAM training data. Fig. 6 may provide some insights regarding the better performance of 2D Procrustes over 3D Procrustes. Note that the 2D+3D (range, depth) partition of the FRGC database contains 2D video images with corresponding range values for each pixel. After the manual/automatic fitting of AAM vertices, the corresponding range (depth) value is extracted for each vertex. In Fig. 6, the red dots represent the extracted depth values using the 2D coordinates of the fitted vertices. Notice that some depth values are undesirable; they do not contain the intended depth of the facial feature points (e.g., nose area of Fig. 6(a) and face boundary of Fig. 6(b)). The 2D coordinates of the AAM vertices (except for the face boundary) are adjusted accord-

8 Recognition Rate ing to the COSMOS framework [25]; specifically, the vertices are adjusted along a local neighborhood in the horizontal (x) direction, according to some extremum values defined by [25]. The green dots represent the adjusted 3D vertices. The face boundaries are adjusted using ad-hoc methods that investigate the most acceptable face vertex depth of the whole face boundary. Fig. 7 shows both the 2D and 3D Procrustes methods using the FRGC database. Similar to Fig. 3, the 2D approach outperforms the 3D version. Figure 6: Using the original 2D coordinates of the fitted AAM vertices in the range image do not give the desired feature locations; hence, the adjustment of the vertices: movement of the (x) dot to the ( ) dot at the (a) nose location and (b) face boundary, indicated by the arrow. The vertex movement is not noticeable in the corresponding 2D video image D Procrustes 3D Procrustes Rank Figure 7: Cumulative match characteristic (CMC) curve of the FRGC experiment. Notice the superiority of the 2D Procrustes approach over the 3D version. Classification is performed using the leaving-one-out methodology of [22]. The reason behind this is related to Fig. 6; the movement from the red to green dots represents a large variation in the 3D coordinate system, but when projected to the 2D x-y plane, the planar movement is much smaller, e.g., there is no noticeable pixel difference in the 2D image after the vertex movement in the nose of Fig. 6(a).

9 5 Conclusions and Future Work This paper described a framework for identifying faces remotely, specifically at distances 3-, 15- and 33-meters. The best approach used AAM to get correspondences between the left and right images of the stereo pair. This study found out that recognition using the point-to-point distance between 2D x-y projected shapes (after rigid registration, Procrustes) outperforms the others. The advantage of the 2D Procrustes approach over its 3D version carried over to the much larger FRGC database (with chosen 115 subjects). Using our database, we have illustrated the potential of using these few vertices, as opposed to the whole set of points of the human face (dense reconstruction). The authors are aware of more elaborate methods of 3D shape classification related to face recognition (even with the presence of face expression), such as [7]. However, for this application (of identifying faces at far distances), a close-to-perfect dense 3D scan of the face is difficult to obtain; therefore, this study currently deals with sparse 3D points related to the AAM vertices. The next step of this work is to densify the AAM mesh to have a reconstruction that has a close semblance to a dense 3D scan but still contain lesser vertices than conventional 3D scans. This study does not currently consider face expression (since the 3D sparse reconstruction can only do so much) but will be considered as future work once the densification of the AAM vertices is taken care of. Additionally, the authors plan to increase the database size (for better statistical significance) and capture images at further distances (with the help of state-of-the art equipment). References 1. Zhao, W., Chellappa, R., Rosenfeld, A.: Face recognition: a literature survey. ACM Computing Surveys 35 (2003) Kittler, J., Hilton, A., Hamouz, M., Illingworth, J.: 3D assisted face recognition: A survey of 3D imaging, modelling and recognition approaches. In: Proc. of CVPR. (2005) 3. Pan, G., Han, S.,Wu, Z.,Wang, Y.: 3D face recognition using mapped depth images. In: Proc. of CVPR- Workshop on Face Recognition Grand Challenge Experiments. (2005) 4. Blanz, V., Vetter, T.: Face recognition based on fitting a 3D morphable model. IEEE Trans. on PAMI 25 (2003) Hu, Y., Jiang, D., Yan, S., Zhang, L., Zhang, H.: Automatic 3D reconstruction for face recognition. In: Proc. of Sixth IEEE International Conference on Face and Gesture Recognition. (2004) Chowdhury, A.R., Chellappa, R., Krishnamurthy, S., Vo, T.: 3D face reconstruction from video using a generic model. In: Proc. of IEEE International Conference on Multimedia and Expo. (2002) Bronstein, A.M., Bronstein, M.M., Kimmel, R.: Three-dimensional face recognition. In: Intl. Journal of Computer Vision (IJCV). (2005) Yao, et al..: Improving long range and high magnification face recognition: Database acquisition, evaluation, and enhancement. In: Computer Vision and Image Understanding (CVIU). (2008)

10 9. Medioni, G., Jongmoo, C., Cheng-Hao, K., Choudhury, A., Li, Z., Fidaleo, D.: Noncooperative persons identification at a distance with 3D face modeling. In: Proc. of IEEE International Conference on Biometrics: Theory, Applications, and Systems (BTAS 07). (2007) 10. Rara, H., Elhabian, S., Ali, A., Miller, M., Starr, T., and Farag, A.: Face recognition at-adistance based on sparse-stereo reconstruction. In: Proc. of CVPR- Biometrics Workshop. (2009) 11. Szeliski, R., Zabih, R., Scharstein, D., Veksler, O., Kolmogorov, V., Agarwala, A., Tappen, M.F., Rother, C.: A comparative study of energy minimization methods for markov random fields. In: Proc. of ECCV. (2006) Kolmogorov, V., Zabih, R.: Multi-camera scene reconstruction via graph cuts. In: Proc. of ECCV. (2002) Birchfield, S., Tomasi, C.: A pixel dissimilarity measure that is insensitive to image sampling. IEEE Trans. on PAMI 20 (1998) Boykov, Y., Kolmogorov, V.: An experimental comparison of min-cut/max-flow algorithms for energy minimization in vision. IEEE Trans. on PAMI 26 (2004) Knott, G.D.: Interpolating Cubic Splines. Springer-Verlag (2000) 16. D'Errico, J.: Surface Fitting using gridfit. In: Matlab Central File Exchange ( (2006) 17. Matthews, I., Baker, S.: Active Appearance Models Revisited. In: International Conference on Computer Vision (ICCV). (2004) 18. Viola, P., Jones, M. J.: Robust real-time face detection. In: International Journal of Computer Vision (IJCV). (2004) Jones, M., Rehg, J.: Statistical color models with application to skin detection. In: International Journal of Computer Vision (IJCV). (2002) Castrillon-Santana, M., Deniz-Suarez, O., Anton-Canalıs, L., Lorenzo-Navarro, J.: FACE AND FACIAL FEATURE DETECTION EVALUATION: Performance Evaluation of Public Domain Haar Detectors for Face and Facial Feature Detection. In: VISAPP. (2008) 21. Elad, M., Tal, A., Ar, S.: Content based retrieval of vrml objects: an iterative and interactive approach. In: Proceedings of the sixth Eurographics workshop on Multimedia. (2001) Belhumeur, P., Hespanha J., Kriegman, D.: Eigenfaces vs. Fisherfaces: Recognition using Class Specific Linear Projection. In: IEEE Trans. PAMI. (1998) 23. Cootes, T.F., Taylor, C.J.: Statistical Models of Appearance for Computer Vision. In: Technical Report, University of Manchester, UK. (2004) 24. Chang, K., Bowyer, K., Flynn, P.: An Evaluation of Multimodal 2D+3D Face Biometrics. In: IEEE Trans. PAMI. (2005) 25. Dorai, C., Jain, A.K.: COSMOS - A Representation Scheme for 3D Free-Form Objects. In: IEEE Trans. PAMI. (1997)

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

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

Face Tracking. Synonyms. Definition. Main Body Text. Amit K. Roy-Chowdhury and Yilei Xu. Facial Motion Estimation

Face Tracking. Synonyms. Definition. Main Body Text. Amit K. Roy-Chowdhury and Yilei Xu. Facial Motion Estimation Face Tracking Amit K. Roy-Chowdhury and Yilei Xu Department of Electrical Engineering, University of California, Riverside, CA 92521, USA {amitrc,yxu}@ee.ucr.edu Synonyms Facial Motion Estimation Definition

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

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

Pose Invariant Approach for Face Recognition At Distance

Pose Invariant Approach for Face Recognition At Distance Pose Invariant Approach for Face Recognition At Distance Eslam Mostafa 1, Asem Ali 1,2, Naif Alajlan 3, and Aly Farag 1 1 CVIP Lab, University of Louisville, Louisville, KY, USA. 2 EE Department, Assiut

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

Recognition of Non-symmetric Faces Using Principal Component Analysis

Recognition of Non-symmetric Faces Using Principal Component Analysis Recognition of Non-symmetric Faces Using Principal Component Analysis N. Krishnan Centre for Information Technology & Engineering Manonmaniam Sundaranar University, Tirunelveli-627012, India Krishnan17563@yahoo.com

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

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

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

Integrating Range and Texture Information for 3D Face Recognition

Integrating Range and Texture Information for 3D Face Recognition Integrating Range and Texture Information for 3D Face Recognition Xiaoguang Lu and Anil K. Jain Dept. of Computer Science & Engineering Michigan State University East Lansing, MI 48824 {Lvxiaogu, jain}@cse.msu.edu

More information

3D Face Sketch Modeling and Assessment for Component Based Face Recognition

3D Face Sketch Modeling and Assessment for Component Based Face Recognition 3D Face Sketch Modeling and Assessment for Component Based Face Recognition Shaun Canavan 1, Xing Zhang 1, Lijun Yin 1, and Yong Zhang 2 1 State University of New York at Binghamton, Binghamton, NY. 2

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

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

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

Image Coding with Active Appearance Models

Image Coding with Active Appearance Models Image Coding with Active Appearance Models Simon Baker, Iain Matthews, and Jeff Schneider CMU-RI-TR-03-13 The Robotics Institute Carnegie Mellon University Abstract Image coding is the task of representing

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

Model-based 3D Shape Recovery from Single Images of Unknown Pose and Illumination using a Small Number of Feature Points

Model-based 3D Shape Recovery from Single Images of Unknown Pose and Illumination using a Small Number of Feature Points Model-based 3D Shape Recovery from Single Images of Unknown Pose and Illumination using a Small Number of Feature Points Ham M. Rara and Aly A. Farag CVIP Laboratory, University of Louisville {hmrara01,

More information

Multi-view stereo. Many slides adapted from S. Seitz

Multi-view stereo. Many slides adapted from S. Seitz Multi-view stereo Many slides adapted from S. Seitz Beyond two-view stereo The third eye can be used for verification Multiple-baseline stereo Pick a reference image, and slide the corresponding window

More information

Face Detection and Recognition in an Image Sequence using Eigenedginess

Face Detection and Recognition in an Image Sequence using Eigenedginess Face Detection and Recognition in an Image Sequence using Eigenedginess B S Venkatesh, S Palanivel and B Yegnanarayana Department of Computer Science and Engineering. Indian Institute of Technology, Madras

More information

Multi-View AAM Fitting and Camera Calibration

Multi-View AAM Fitting and Camera Calibration To appear in the IEEE International Conference on Computer Vision Multi-View AAM Fitting and Camera Calibration Seth Koterba, Simon Baker, Iain Matthews, Changbo Hu, Jing Xiao, Jeffrey Cohn, and Takeo

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

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

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

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

New Experiments on ICP-Based 3D Face Recognition and Authentication

New Experiments on ICP-Based 3D Face Recognition and Authentication New Experiments on ICP-Based 3D Face Recognition and Authentication Boulbaba Ben Amor Boulbaba.Ben-Amor@ec-lyon.fr Liming Chen Liming.Chen@ec-lyon.fr Mohsen Ardabilian Mohsen.Ardabilian@ec-lyon.fr Abstract

More information

Lecture 10: Multi view geometry

Lecture 10: Multi view geometry Lecture 10: Multi view geometry Professor Fei Fei Li Stanford Vision Lab 1 What we will learn today? Stereo vision Correspondence problem (Problem Set 2 (Q3)) Active stereo vision systems Structure from

More information

Image Processing and Image Representations for Face Recognition

Image Processing and Image Representations for Face Recognition Image Processing and Image Representations for Face Recognition 1 Introduction Face recognition is an active area of research in image processing and pattern recognition. Since the general topic of face

More information

DETC D FACE RECOGNITION UNDER ISOMETRIC EXPRESSION DEFORMATIONS

DETC D FACE RECOGNITION UNDER ISOMETRIC EXPRESSION DEFORMATIONS Proceedings of the ASME 2014 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 2014 August 17-20, 2014, Buffalo, New York, USA DETC2014-34449

More information

A virtual tour of free viewpoint rendering

A virtual tour of free viewpoint rendering A virtual tour of free viewpoint rendering Cédric Verleysen ICTEAM institute, Université catholique de Louvain, Belgium cedric.verleysen@uclouvain.be Organization of the presentation Context Acquisition

More information

Increasing the Density of Active Appearance Models

Increasing the Density of Active Appearance Models Increasing the Density of Active Appearance Models Krishnan Ramnath ObjectVideo, Inc. Simon Baker Microsoft Research Iain Matthews Weta Digital Ltd. Deva Ramanan UC Irvine Abstract Active Appearance Models

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

3D Face Recognition. Anil K. Jain. Dept. of Computer Science & Engineering Michigan State University.

3D Face Recognition. Anil K. Jain. Dept. of Computer Science & Engineering Michigan State University. 3D Face Recognition Anil K. Jain Dept. of Computer Science & Engineering Michigan State University http://biometrics.cse.msu.edu Face Recognition 1959? 1960 1972 1973 Face detection using OpenCV Viola-Jones

More information

SIMPLE ROOM SHAPE MODELING WITH SPARSE 3D POINT INFORMATION USING PHOTOGRAMMETRY AND APPLICATION SOFTWARE

SIMPLE ROOM SHAPE MODELING WITH SPARSE 3D POINT INFORMATION USING PHOTOGRAMMETRY AND APPLICATION SOFTWARE SIMPLE ROOM SHAPE MODELING WITH SPARSE 3D POINT INFORMATION USING PHOTOGRAMMETRY AND APPLICATION SOFTWARE S. Hirose R&D Center, TOPCON CORPORATION, 75-1, Hasunuma-cho, Itabashi-ku, Tokyo, Japan Commission

More information

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Structured Light II Johannes Köhler Johannes.koehler@dfki.de Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Introduction Previous lecture: Structured Light I Active Scanning Camera/emitter

More information

Expression Invariant 3D Face Recognition with a Morphable Model

Expression Invariant 3D Face Recognition with a Morphable Model Expression Invariant 3D Face Recognition with a Morphable Model Brian Amberg brian.amberg@unibas.ch Reinhard Knothe reinhard.knothe@unibas.ch Thomas Vetter thomas.vetter@unibas.ch Abstract We describe

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

EECS 442 Computer vision. Stereo systems. Stereo vision Rectification Correspondence problem Active stereo vision systems

EECS 442 Computer vision. Stereo systems. Stereo vision Rectification Correspondence problem Active stereo vision systems EECS 442 Computer vision Stereo systems Stereo vision Rectification Correspondence problem Active stereo vision systems Reading: [HZ] Chapter: 11 [FP] Chapter: 11 Stereo vision P p p O 1 O 2 Goal: estimate

More information

Object. Radiance. Viewpoint v

Object. Radiance. Viewpoint v Fisher Light-Fields for Face Recognition Across Pose and Illumination Ralph Gross, Iain Matthews, and Simon Baker The Robotics Institute, Carnegie Mellon University 5000 Forbes Avenue, Pittsburgh, PA 15213

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 14 130307 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Stereo Dense Motion Estimation Translational

More information

Haresh D. Chande #, Zankhana H. Shah *

Haresh D. Chande #, Zankhana H. Shah * Illumination Invariant Face Recognition System Haresh D. Chande #, Zankhana H. Shah * # Computer Engineering Department, Birla Vishvakarma Mahavidyalaya, Gujarat Technological University, India * Information

More information

Fitting a Single Active Appearance Model Simultaneously to Multiple Images

Fitting a Single Active Appearance Model Simultaneously to Multiple Images Fitting a Single Active Appearance Model Simultaneously to Multiple Images Changbo Hu, Jing Xiao, Iain Matthews, Simon Baker, Jeff Cohn, and Takeo Kanade The Robotics Institute, Carnegie Mellon University

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

Expression Detection in Video. Abstract Expression detection is useful as a non-invasive method of lie detection and

Expression Detection in Video. Abstract Expression detection is useful as a non-invasive method of lie detection and Wes Miller 5/11/2011 Comp Sci 534 Expression Detection in Video Abstract Expression detection is useful as a non-invasive method of lie detection and behavior prediction, as many facial expressions are

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

A novel 3D torso image reconstruction procedure using a pair of digital stereo back images

A novel 3D torso image reconstruction procedure using a pair of digital stereo back images Modelling in Medicine and Biology VIII 257 A novel 3D torso image reconstruction procedure using a pair of digital stereo back images A. Kumar & N. Durdle Department of Electrical & Computer Engineering,

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

Automatic 3D Face Detection, Normalization and Recognition

Automatic 3D Face Detection, Normalization and Recognition Automatic 3D Face Detection, Normalization and Recognition Ajmal Mian, Mohammed Bennamoun and Robyn Owens School of Computer Science and Software Engineering The University of Western Australia 35 Stirling

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 in Video: Adaptive Fusion of Multiple Matchers

Face Recognition in Video: Adaptive Fusion of Multiple Matchers Face Recognition in Video: Adaptive Fusion of Multiple Matchers Unsang Park and Anil K. Jain Michigan State University East Lansing, MI 48824, USA {parkunsa,jain}@cse.msu.edu Arun Ross West Virginia University

More information

3D Face Modelling Under Unconstrained Pose & Illumination

3D Face Modelling Under Unconstrained Pose & Illumination David Bryan Ottawa-Carleton Institute for Biomedical Engineering Department of Systems and Computer Engineering Carleton University January 12, 2009 Agenda Problem Overview 3D Morphable Model Fitting Model

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

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

3D Computer Vision. Structured Light II. Prof. Didier Stricker. Kaiserlautern University.

3D Computer Vision. Structured Light II. Prof. Didier Stricker. Kaiserlautern University. 3D Computer Vision Structured Light II Prof. Didier Stricker Kaiserlautern University http://ags.cs.uni-kl.de/ DFKI Deutsches Forschungszentrum für Künstliche Intelligenz http://av.dfki.de 1 Introduction

More information

THE ability to consistently extract features is at the heart of

THE ability to consistently extract features is at the heart of International Journal of Information and Communication Engineering 5:4 29 Scale-Space Volume Descriptors for Automatic 3D Facial Feature Extraction Daniel Chen, George Mamic, Clinton Fookes, Sridha Sridharan

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

Vehicle Dimensions Estimation Scheme Using AAM on Stereoscopic Video

Vehicle Dimensions Estimation Scheme Using AAM on Stereoscopic Video Workshop on Vehicle Retrieval in Surveillance (VRS) in conjunction with 2013 10th IEEE International Conference on Advanced Video and Signal Based Surveillance Vehicle Dimensions Estimation Scheme Using

More information

Dynamic skin detection in color images for sign language recognition

Dynamic skin detection in color images for sign language recognition Dynamic skin detection in color images for sign language recognition Michal Kawulok Institute of Computer Science, Silesian University of Technology, Akademicka 16, 44-100 Gliwice, Poland michal.kawulok@polsl.pl

More information

Introduction à la vision artificielle X

Introduction à la vision artificielle X Introduction à la vision artificielle X Jean Ponce Email: ponce@di.ens.fr Web: http://www.di.ens.fr/~ponce Planches après les cours sur : http://www.di.ens.fr/~ponce/introvis/lect10.pptx http://www.di.ens.fr/~ponce/introvis/lect10.pdf

More information

Dr. Enrique Cabello Pardos July

Dr. Enrique Cabello Pardos July Dr. Enrique Cabello Pardos July 20 2011 Dr. Enrique Cabello Pardos July 20 2011 ONCE UPON A TIME, AT THE LABORATORY Research Center Contract Make it possible. (as fast as possible) Use the best equipment.

More information

Range Image Registration with Edge Detection in Spherical Coordinates

Range Image Registration with Edge Detection in Spherical Coordinates Range Image Registration with Edge Detection in Spherical Coordinates Olcay Sertel 1 and Cem Ünsalan2 Computer Vision Research Laboratory 1 Department of Computer Engineering 2 Department of Electrical

More information

Some books on linear algebra

Some books on linear algebra Some books on linear algebra Finite Dimensional Vector Spaces, Paul R. Halmos, 1947 Linear Algebra, Serge Lang, 2004 Linear Algebra and its Applications, Gilbert Strang, 1988 Matrix Computation, Gene H.

More information

Structured light 3D reconstruction

Structured light 3D reconstruction Structured light 3D reconstruction Reconstruction pipeline and industrial applications rodola@dsi.unive.it 11/05/2010 3D Reconstruction 3D reconstruction is the process of capturing the shape and appearance

More information

Supplementary Material : Partial Sum Minimization of Singular Values in RPCA for Low-Level Vision

Supplementary Material : Partial Sum Minimization of Singular Values in RPCA for Low-Level Vision Supplementary Material : Partial Sum Minimization of Singular Values in RPCA for Low-Level Vision Due to space limitation in the main paper, we present additional experimental results in this supplementary

More information

Performance of Stereo Methods in Cluttered Scenes

Performance of Stereo Methods in Cluttered Scenes Performance of Stereo Methods in Cluttered Scenes Fahim Mannan and Michael S. Langer School of Computer Science McGill University Montreal, Quebec H3A 2A7, Canada { fmannan, langer}@cim.mcgill.ca Abstract

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

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

BIL Computer Vision Apr 16, 2014

BIL Computer Vision Apr 16, 2014 BIL 719 - Computer Vision Apr 16, 2014 Binocular Stereo (cont d.), Structure from Motion Aykut Erdem Dept. of Computer Engineering Hacettepe University Slide credit: S. Lazebnik Basic stereo matching algorithm

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

Detecting motion by means of 2D and 3D information

Detecting motion by means of 2D and 3D information Detecting motion by means of 2D and 3D information Federico Tombari Stefano Mattoccia Luigi Di Stefano Fabio Tonelli Department of Electronics Computer Science and Systems (DEIS) Viale Risorgimento 2,

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

Face detection and recognition. Detection Recognition Sally

Face detection and recognition. Detection Recognition Sally Face detection and recognition Detection Recognition Sally Face detection & recognition Viola & Jones detector Available in open CV Face recognition Eigenfaces for face recognition Metric learning identification

More information

Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera

Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera Outdoor Scene Reconstruction from Multiple Image Sequences Captured by a Hand-held Video Camera Tomokazu Sato, Masayuki Kanbara and Naokazu Yokoya Graduate School of Information Science, Nara Institute

More information

3D FACE RECONSTRUCTION BASED ON EPIPOLAR GEOMETRY

3D FACE RECONSTRUCTION BASED ON EPIPOLAR GEOMETRY IJDW Volume 4 Number January-June 202 pp. 45-50 3D FACE RECONSRUCION BASED ON EPIPOLAR GEOMERY aher Khadhraoui, Faouzi Benzarti 2 and Hamid Amiri 3,2,3 Signal, Image Processing and Patterns Recognition

More information

Tracking. Hao Guan( 管皓 ) School of Computer Science Fudan University

Tracking. Hao Guan( 管皓 ) School of Computer Science Fudan University Tracking Hao Guan( 管皓 ) School of Computer Science Fudan University 2014-09-29 Multimedia Video Audio Use your eyes Video Tracking Use your ears Audio Tracking Tracking Video Tracking Definition Given

More information

Human Upper Body Pose Estimation in Static Images

Human Upper Body Pose Estimation in Static Images 1. Research Team Human Upper Body Pose Estimation in Static Images Project Leader: Graduate Students: Prof. Isaac Cohen, Computer Science Mun Wai Lee 2. Statement of Project Goals This goal of this project

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

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov

Structured Light II. Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Structured Light II Johannes Köhler Johannes.koehler@dfki.de Thanks to Ronen Gvili, Szymon Rusinkiewicz and Maks Ovsjanikov Introduction Previous lecture: Structured Light I Active Scanning Camera/emitter

More information

TEXTURE OVERLAY ONTO NON-RIGID SURFACE USING COMMODITY DEPTH CAMERA

TEXTURE OVERLAY ONTO NON-RIGID SURFACE USING COMMODITY DEPTH CAMERA TEXTURE OVERLAY ONTO NON-RIGID SURFACE USING COMMODITY DEPTH CAMERA Tomoki Hayashi 1, Francois de Sorbier 1 and Hideo Saito 1 1 Graduate School of Science and Technology, Keio University, 3-14-1 Hiyoshi,

More information

A Study on Similarity Computations in Template Matching Technique for Identity Verification

A Study on Similarity Computations in Template Matching Technique for Identity Verification A Study on Similarity Computations in Template Matching Technique for Identity Verification Lam, S. K., Yeong, C. Y., Yew, C. T., Chai, W. S., Suandi, S. A. Intelligent Biometric Group, School of Electrical

More information

Stereo. Many slides adapted from Steve Seitz

Stereo. Many slides adapted from Steve Seitz Stereo Many slides adapted from Steve Seitz Binocular stereo Given a calibrated binocular stereo pair, fuse it to produce a depth image image 1 image 2 Dense depth map Binocular stereo Given a calibrated

More information

Gabor Volume based Local Binary Pattern for Face Representation and Recognition

Gabor Volume based Local Binary Pattern for Face Representation and Recognition Gabor Volume based Local Binary Pattern for Face Representation and Recognition Zhen Lei 1 Shengcai Liao 1 Ran He 1 Matti Pietikäinen 2 Stan Z. Li 1 1 Center for Biometrics and Security Research & National

More information

Conformal mapping-based 3D face recognition

Conformal mapping-based 3D face recognition Conformal mapping-based 3D face recognition Przemyslaw Szeptycki, Mohsen Ardabilian, Liming Chen MI Department, LIRIS Laboratory, Ecole Centrale de Lyon, 69134 Lyon, France {przemyslaw.szeptycki, mohsen.ardabilian,

More information

arxiv: v1 [cs.cv] 28 Sep 2018

arxiv: v1 [cs.cv] 28 Sep 2018 Camera Pose Estimation from Sequence of Calibrated Images arxiv:1809.11066v1 [cs.cv] 28 Sep 2018 Jacek Komorowski 1 and Przemyslaw Rokita 2 1 Maria Curie-Sklodowska University, Institute of Computer Science,

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

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

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

Locating Salient Object Features

Locating Salient Object Features Locating Salient Object Features K.N.Walker, T.F.Cootes and C.J.Taylor Dept. Medical Biophysics, Manchester University, UK knw@sv1.smb.man.ac.uk Abstract We present a method for locating salient object

More information

Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation

Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation ÖGAI Journal 24/1 11 Colour Segmentation-based Computation of Dense Optical Flow with Application to Video Object Segmentation Michael Bleyer, Margrit Gelautz, Christoph Rhemann Vienna University of Technology

More information

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Presented by Hu Han Jan. 30 2014 For CSE 902 by Prof. Anil K. Jain: Selected

More information

Single view-based 3D face reconstruction robust to self-occlusion

Single view-based 3D face reconstruction robust to self-occlusion Lee et al. EURASIP Journal on Advances in Signal Processing 2012, 2012:176 RESEARCH Open Access Single view-based 3D face reconstruction robust to self-occlusion Youn Joo Lee 1, Sung Joo Lee 2, Kang Ryoung

More information

Passive 3D Photography

Passive 3D Photography SIGGRAPH 2000 Course on 3D Photography Passive 3D Photography Steve Seitz Carnegie Mellon University University of Washington http://www.cs cs.cmu.edu/~ /~seitz Visual Cues Shading Merle Norman Cosmetics,

More information

Mobile Face Recognization

Mobile Face Recognization Mobile Face Recognization CS4670 Final Project Cooper Bills and Jason Yosinski {csb88,jy495}@cornell.edu December 12, 2010 Abstract We created a mobile based system for detecting faces within a picture

More information

IRIS SEGMENTATION OF NON-IDEAL IMAGES

IRIS SEGMENTATION OF NON-IDEAL IMAGES IRIS SEGMENTATION OF NON-IDEAL IMAGES William S. Weld St. Lawrence University Computer Science Department Canton, NY 13617 Xiaojun Qi, Ph.D Utah State University Computer Science Department Logan, UT 84322

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

Supervised texture detection in images

Supervised texture detection in images Supervised texture detection in images Branislav Mičušík and Allan Hanbury Pattern Recognition and Image Processing Group, Institute of Computer Aided Automation, Vienna University of Technology Favoritenstraße

More information

TEXTURE OVERLAY ONTO NON-RIGID SURFACE USING COMMODITY DEPTH CAMERA

TEXTURE OVERLAY ONTO NON-RIGID SURFACE USING COMMODITY DEPTH CAMERA TEXTURE OVERLAY ONTO NON-RIGID SURFACE USING COMMODITY DEPTH CAMERA Tomoki Hayashi, Francois de Sorbier and Hideo Saito Graduate School of Science and Technology, Keio University, 3-14-1 Hiyoshi, Kohoku-ku,

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

Correcting User Guided Image Segmentation

Correcting User Guided Image Segmentation Correcting User Guided Image Segmentation Garrett Bernstein (gsb29) Karen Ho (ksh33) Advanced Machine Learning: CS 6780 Abstract We tackle the problem of segmenting an image into planes given user input.

More information