Face Recognition A tutorial. Filareti Tsalakanidou Informatics & Telematics Institute
|
|
|
- Brett Shields
- 9 years ago
- Views:
Transcription
1 Face Recognition A tutorial Filareti Tsalakanidou Informatics & Telematics Institute
2 Face recognition problem Given a still image or video of a scene, identify or verify one or more persons in this scene using a stored database of facial images Who is she?
3 Face recognition/identification Who is this person? He is David.
4 Face authentication/verification Is he who he claims to be? Yes, he is. I am David.
5 Applications Civil applications and law enforcement National ID, passport, driver s license, border control Surveillance of public places (airports, metro stations, etc) Forensic applications Security applications for electronic transactions and access control Physical access Secure access to networks and infrastructures e-health, e-commerce, e-banking (and now mobile ) Ambient Intelligence Smart homes Natural human-machine interaction Wearable systems Memory aids and context-aware systems Entertainment Interactive movies, computer games Search Picasa 3.5 face recognition application for finding and managing photos
6 P. Sinha, B. Balas, Y. Ostrovsky and R. Russell, Face recognition by humans: 19 results all computer vision researchers should know about, Proceedings of IEEE, Face recognition in humans The human visual system starts with a preference for face-like patterns The human visual system devotes special neural mechanisms for face perception Facial identity and expression might be processed separately Facial features are processed holistically Among facial features eyebrows are most important for recognition! Humans can recognize faces in very low dimensional images Tolerance to image degradation increases with familiarity Color and texture are as important as shape Illumination changes influence generalization View-generalization is mediated by temporal association
7 Challenges: Intrapersonal variations If people can do it so easily, why can t computers? Intrapersonal (intra-class) variations are variations of the appearance of the same face caused by Illumination variations Pose variations Facial expressions Use of cosmetics and accessories, hairstyle changes Temporal variations (aging, etc)
8 Challenges: Interclass similarity Interclass similarity: different persons may have very similar appearance Twins Relatives Strangers may look alike
9 Yale Face Database B Challenges: Illumination variations Illumination variations may significantly affect the appearance of a face in 2D images Recognition performance may drop more than 40% for images taken outdoors! Humans have difficulties in recognizing familiar faces when light direction changes (e.g. top-lit bottom-lit) Yale Face Database B
10 Rodney Goh, Lihao Liu, Xiaoming Liu and Tsuhan Chen, The CMU Face In Action (FIA) Database, Proc. Int. Workshop on Analysis and Modelling of Faces and Gesture, Challenges: Pose variations Difference between two images of the same subject under different view angles is greater than differences between images of two different subjects under the same view CMU Face In Action (FIA) Database
11 Challenges: Facial expressions Facial expressions caused by facial muscle movements may significantly deform the face surface Binghamton University 3D Facial Expression database BU-3DFE (Binghamton University 3D Facial Expression) database
12 R. Singh, M. Vatsa and A. Noore, Recognizing Face Images with Disguise Variations, Recent Advances in Face Recognition, I-Tech, Vienna, Challenges: Disguises People may disguise to avoid being recognized
13 Challenges: Information redundancy 20x20 facial image = possible combinations of intensity values Total world population as of 8 Oct ,789,000, That s an extremely high-dimensional space Ming-Hsuan Yang, Recent Advances in Face Detection: A tutorial, Proc. Int. Conf. on Pattern Recognition, 2004.
14 Typical face recognition system architecture Image recording Face recognition/authentication Face Face detection detection Feature detection Feature detection (eyes, nose, etc) (eyes, nose, etc) Face Face normalization normalization Facial signature Facial signature extraction extraction I am MB. S S 3 Face Face authentication authentication Is it MB? Is it MB? Yes, she is S S 1 S 2 S n Face Face recognition recognition Who is it? Who is it? It is MB User enrolment Image Image recording recording Face database (stored facial signatures) Training set Face Face normalization normalization S 1, S 2,,S n Classifier training Classifier training (Facial signature extraction) (Facial signature extraction)
15 Face detection
16 M. M.-H. Yang, D. J. Kriegman, and N. Ahuja, Detecting Faces in Images: A Survey, IEEE Trans. on Pattern Analysis and Machine Intelligence, 2002 Face detection Face detection: find all faces in an image (if any) regardless of their position, scale, in plane rotation, pose, illumination, facial expressions, occlusions First step to every face recognition system Face localization: find the exact location of a detected face Detection of salient facial features such as eyes, nose, nostrils, eyebrows, mouth, etc Face tracking: detect ( follow ) a face in a video sequence
17 M. M.-H. Yang, D. J. Kriegman, and N. Ahuja, Detecting Faces in Images: A Survey, IEEE Trans. on Pattern Analysis and Machine Intelligence, M. H. Yang, Recent Advances in Face Detection: A tutorial, Proc. Int. Conf. on Pattern Recognition, Face detection techniques Knowledge-based Translate knowledge about typical face to a set of rules Structural matching Statistical models of shape appearance based on a set of landmarks Appearance-based Learn face characteristics from a representative set of example images using classic machine learning techniques Feature invariant Find features of the face invariant to appearance variations (facial features, edges, shape, texture, skin color) Template matching Standard patterns stored to describing the face or facial features Eigenfaces, Neural Networks, Distributionbased, HMM, Haar features
18 G. Yang and T. Huang, Human face detection in a complex background, Pattern Recognition, M. H. Yang, Recent Advances in Face Detection: A tutorial, Proc. Int. Conf. on Pattern Recognition, Knowledge-based face detection Define a set of rules to represent the face and use them for detection, e.g. Center face part has uniform intensity Face has two eyes, a nose and a mouth Hierarchical approach examining the face at different resolution levels Lower level: find possible face candidates based on image intensity Mid level: detect edges Higher level: extract facial features (mouth, eyes). Classify the image region as face or non-face Not easy to translate knowledge into rules or extend rules to different poses
19 Feature invariant face detection Extraction of local facial features (eyes, eyebrows, nose, mouth) using multi-resolution or derivative filters, edge detectors, morphological operations, etc Statistical models, neural networks and graph matching used to describe relationships between features Improved invariance under pose or illumination, problems due to occlusions, noise, complex background, etc
20 J. Kovac, P. Peer and F. Solina, Human Skin Colour Clustering for Face Detection, Proc. Int. Conf. on Computer as a Tool, Skin color based face detection Each pixel labeled as skin or non-skin Connected component analysis and grouping to merge neighbor skin areas A candidate region is classified as face if it satisfies some criteria Easy to implement, insensitive to pose and facial expressions, but sensitive to illumination variations and other body-parts or skin-color like regions
21 M. H. Yang, Recent Advances in Face Detection: A tutorial, Proc. Int. Conf. on Pattern Recognition, B. Scassellati, Eye finding via face detection for a foevated, active vision system, Proc. National Conf. on Artificial Intelligence, Template based face detection Several standard templates stored to describe the face as a whole or the facial features separately Predefined templates based on edges, silhouettes Deformable templates based on facial contours (e.g. Snakes) Face detection based on correlation with these templates Simple to implement but cannot deal with pose variations
22 Appearance based face detection Uses statistical analysis and machine learning techniques to learn the characteristics of a face from a large set of images PCA, LDA Support Vector Machines Neural Networks Hidden Markov Models Adaboost Most successful approach, fast and robust Detection rates 80-90% at a false positive rate of 10% Needs to search over scale and space and requires large set of training examples
23 Eigenfaces for detection A low-dimensional subspace (face space) is built using a large set of training images and Principal Component Analysis (PCA) The distance of an image sub-window from the face space (DFFS) determines its likelihood to represent a face Sensitive to pose variations W Fashion Magazine August 2002 B. Moghaddam and A. Pentland, Probabilistic visual learning for object detection, Int. Conf. on Computer Vision, 1995
24 H. Rowley, S. Baluja and T. Kanade, Neural Network-Based Face Detection, IEEE Trans. on Pattern Analysis and Machine Intelligence, Neural networks Two-class pattern recognition problem An image window is classified as face or nonface Requires careful design of network and tuning of parameters and extensive training
25 P. Viola and M. Jones, Rapid Object Detection using a Boosted Cascade of Simple Features, Proc. Int. Conf. on Computer Vision and Pattern Recognition, Haar features Haar features consist of two or more rectangles and encode intensity differences between neighboring areas A cascade of boosted classifiers working with Haar features used to classify image regions as face or non-face Classifiers at earlier stages use fewer Haar features Feature selection is based on the Adaboost algorithm features sorted in order of importance Fast and robust, but time-consuming training (days...) Face Face C 1 C 2 C 3... C N Face Image sub-region Not a face Not a face Not a face Not a face
26 Facial feature detection Edge based techniques Feature templates for eyes, mouth, nose Problematic when features are occluded or obscured Eigenfeatures Eigeneyes, eigenmouth, etc Gabor wavelets, multidimensional erotiondilation Structural matching using ASM, AAM, etc More robust under shape or image intensity variation
27 Active Shape Model (ASM) Statistical model representing the shape of faces Point distribution model with N points Local appearance model for each point based on image gradient Point and local appearance distributions learned by applying PCA to a set of annotated images The face can be expressed as the sum of a mean shape and a linear combination of basis shapes Iterative fitting to find the points that best match the local appearance distributions under constraints imposed by shape m S= aisi i= 1 Face model with 81 points Modes of shape variation Fitting results T.F. Cootes, C.J. Taylor, D.H. Cooper and J. Graham, Active shape models - their training and application, Computer Vision and Image Understanding, 1995.
28 G.J. Edwards, C.J. Taylor and T.F. Cootes, Face Recognition Using the Active Appearance Model, Proc. European Conf. on Computer Vision, Active Appearance Model (AAM) Single statistical model combining shape and texture Shape model + texture model Correlations between shape and texture are learned to generate the combined appearance model Iterative fitting to find model parameters that minimize the difference between the probe image and a synthesized model example (analysis by synthesis)
29 2D face recognition techniques
30 W. Zhao, R. Chellappa, A. Rosenfeld, and P. J. Phillips, Face recognition: a literature survey, ACM Computing Surveys, D face recognition techniques Appearance-based (Holistic) Eigenfaces, Fisherfaces, ICA, Kernel PCA, Local Feature Analysis (LFA), Hidden Markov Models (HMM) Model-based Active Appearance Models 3D morphable models Neural networks National Geographic Feature matching Geometry methods Elastic Graph Matching
31 Eigenfaces Principal Component Analysis (PCA) applied on a set of images to extract a lower dimension subspace that best describes the variance of underlying data Dimensionality reduction! The principal components are called eigenfaces due to their face-like appearance A face can be modeled as a linear combination of a small subset of the eigenfaces Face recognition is based on comparing the coefficients of this linear representation Easy to implement, but sensitive to pose, needs accurate alignment of probe and gallery = α 1 + α 2 + α 3 + α 4 M. Turk, and A. Pentland, Eigenfaces for recognition, Journal of Cognitive Neuroscience, 1991.
32 B. Moghaddam, W. Wahid and A. Pentland, Beyond Eigenfaces: Probabilistic Matching for Face Recognition, Proc. Int. Conf. on Automatic Face and Gesture Recognition, Probabilistic eigenfaces A multi-class problem converted into a two-class problem Intrapersonal and extrapersonal classes based on image differences between images of the same person and different persons respectively Use of a probabilistic measure of similarity instead of Euclidean distances More robust to illumination variations and facial expressions Classic eigenfaces Probabilistic eigenfaces
33 A. V. Nefian and M. H. Hayes III, Maximum likelihood training of the embedded hmm for face detection and recognition, Proc. Int. Conf. on Image Processing, Embedded Hidden Markov Models EHMMs consist of a set of super states along with a set of embedded states Super states model the face from top to bottom Embedded states model the face from left to right Model parameters estimated based on observations extracted from training images one model is trained for each face
34 Elastic Graph Matching The face is represented as a set of local feature vectors (jets) placed over the nodes of a labeled 2D graph (image graph) Features are Gabor wavelet coefficients or morphological operators computed over different scales and orientations Edges are labeled with distance information Face classification is based on elastically deforming the grid of a probe image to fit the grid of a gallery image Cost function measuring jet similarity and grid distortion Elastic Bunch graph matching (EBGM) Uses a set of jets for every node that correspond to several appearance variations Extract image graph of probe image by fitting the EBGM and then match against gallery graphs L. Wiskott, J. M. Fellous, and C. von der Malsburg, Face recognition by elastic bunch graph matching, IEEE Trans. on Pattern Analysis and Machine Intelligence, July C. Kotropoulos, A. Tefas, and I. Pitas, Frontal Face Authentication Using Morphological Elastic Graph Matching, IEEE Trans. on Image Processing, April 2000.
35 V. Blanz, S. Romdhani, and T. Vetter, Face Identification across different poses and illuminations with a 3D morphable model, Proc. Int. Conf. on Automatic Face and Gesture Recognition, D morphable model Statistical model built from dense 3D face scans with texture Two distinct models for texture and 3D shape built by applying PCA Model fitting based on an analysis-bysynthesis approach Estimate model parameters and face position, orientation and illumination so that the image produced by model rendering is as close as possible to the input image Face matching based on Mahalanobis distances of shape and texture parameters
36 Face Recognition Vendor Test 2002 FRVT2002: Independent evaluation of commercial 2D face recognition systems Performance in large datasets ( images, subjects) Performance under pose and illumination variations, effect of time Results 10% FRR for 1% FAR, 18% FRR for 0.1% FAR 73% RR for subjects, 83% for 1600 subjects, 85% for 800 subjects FR performance decreases approximately linearly with elapsed time between database and new images (5% per year) Recognition rate drops more than 40% for images taken outdoors! Recognition rate drops to 20% for 45 rotations (FAR 1%) Three-dimensional morphable models substantially improve the ability to recognize non-frontal faces (80%) Recognition from video sequences not better than from still images Males are easier to recognize than females (6-9%) Younger people are harder to recognize than older people Performance measurements False Acceptance Rate (FAR): Percentage of instances that the system accepts a claimed identity when it shouldn t False Rejection Rate (FRR): Percentage of instances that the system rejects a claimed identity when it shouldn t Recognition Rate (RR): Percentage of instances that a person is correctly recognized by the system
37 3D and 2D+3D face recognition techniques
38 Why use 3D images for face recognition? 3D images represent the 3D structure of the face Rich source of information not captured in 2D images Better at capturing surface geometry Not affected by illumination variations or use of cosmetics Less sensitive to appearance variations Easier to handle pose variations Projective nature of 2D images Simplifies face & facial feature detection, pose estimation & pose compensation
39 2D+3D face recognition If 3D is so much better, should we forget 2D? No! 2D and 3D images provide complementary information about the face Texture is as important as geometry The ideal is a multimodal approach: use both 2D and 3D facial information in all stages of face recognition Experiments have shown that the combination of 2D and 3D offers increased performance compared to 2D or 3D alone Fusion of scores of 2D and 3D classifiers K. I. Chang, K. W. Bowyer and P.J. Flynn, An Evaluation of Multimodal 2D+3D Face Biometrics, IEEE Trans. on Pattern Analysis and Machine Intelligence, 2005.
40 3D facial data representations Range (depth) image the z coordinates of the face points are mapped on a regular x y grid using linear interpolation 2D image where pixel values correspond to distance from camera plane Point cloud the set of the 3D coordinates of the points of a face 3D mesh Curvature each point in the face is described by its curvature (Gaussian, mean, principal) Surface normal each point in the face is described by its normal vector Range image 3D face surface 3D face surface overlaid with texture 3D mesh 3D mesh + texture Point cloud Gaussian Mean curvature curvature BU-3DFE (Binghamton University 3D Facial Expression) database
41 T. Papatheodorou and D. Rueckert, 3D Face Recognition, Face Recognition, I-Tech, Vienna, Austria, B. Gokberk, Principles of 3D Facial Recognition, 1st Biosecure Industrial Committee Meeting, Feb D face recognition techniques ICP, Hausdorff distance Needs good initial estimation to converge Point-to-point matching Surface-based Model-based 3D morphable model, 3D annotated face model Analysis-by-synthesis Not real-time Curvature-based Point signatures, EGIs Sensitive to noise and data quality Appearance-based Eigenfaces, Fisherfaces Works on range images only (2D classification ) Needs accurate alignment between probe and gallery
42 T.K. Kim, S.C. Kee, and S.R. Kim, Real-time normalization and feature extraction of 3d face data using curvature characteristics, Proc. Int. Workshop on Robot and Human Interactive Communication, H.T. Tanaka, M. Ikeda, and H. Chiaki, Curvature-based face surface recognition using spherical correlation: Principal directions for curved object recognition, Proc. Int. Conf. on Automatic Face and Gesture Recognition, G. Medioni and R. Waupotitsch, Face recognition and modeling in 3D, Proc. Int. Workshop on Analysis and Modeling of Faces and Gestures, Surface-based 3D face recognition Based on rigidity assumption use of classic 3D object recognition techniques Use of local curvature features, which are rotation invariant (Point Signatures, EGIs) Use of point-to-point matching (ICP, Hausdorff distance) Sensitive to image noise, heavy computation load Face surface Gaussian curvature Mean curvature Shape Index
43 F. Tsalakanidou, D. Tzovaras,and M.G. Strintzis, Use of depth and colour eigenfaces for face recognition, Pattern Recognition Letters, K. Chang, K. Bowyer and P. Flynn, Face Recognition Using 2D and 3D Facial Data, Proc. Multimodal User Authentication Workshop, Appearance-based 3D face recognition Eigenfaces or Fisherfaces applied to range images Easy to implement, fast response Requires accurate alignment of probe and gallery images may be achieved by localizing facial features such as the nose and the eyes Sensitive to pose variations and facial expressions First technique to be used for 2D+3D face recognition [Tsalakanidou et al. 2003]
44 Model-based 3D face recognition 3D parametric-morphable model [Blanz2007] Non-parametric 3D model [Kakadiaris2007] V. Blanz, K. Scherbaum, H.P. Seidel, Fitting a Morphable Model to 3D Scans of Faces, Proc. Int. Conf. on Computer Vision, I. Kakadiaris, G. Passalis, G. Toderici, M. Murtuza, Y. Lu, N. Karampatziakis, T.Theoharis, "Three-Dimensional Face Recognition in the Presence of Facial Expressions: An Annotated Deformable Model Approach, IEEE Trans. on Pattern Analysis and Machine Intelligence, 2007.
45 Handling appearance variations
46 Handling illumination variations Illumination invariant face representations Subspace methods Generative image models Illumination estimation and image relighting
47 Illumination insensitive techniques Use of illumination insensitive representations of face images based on egdes, correlation filters, gradient direction, image ratios, face symmetry Quotient image Symmetric shape from shading Illumination invariants do not exist for Lambertian surfaces A. Shashua and T.R. Raviv, The quotient image: Class based re-rendering and recognition with varying illuminations, IEEE PAMI, 2001.
48 Sub-space techniques Modeling of illumination variations using linear subspaces The face is considered a Lambertian surface the set of images of a face obtained under a wide variety of lighting conditions can be approximated by a low-dimension linear subspace Subspace estimation PCA applied to a number of images of the same subject under different illumination Illumination cones Spherical harmonics Requirement for large training sets and pixel wise alignment between probe and gallery, reliance to simplified reflectance models P. Belhumeur and D. Kriegman, What Is the Set of Images of an Object under All Possible Illumination Conditions?, International Journal of Computer Vision, L. Zhang and D. Samaras, Face Recognition Under Variable Lighting Using Harmonic Image Exemplars, Proc. Int. Conf. on Computer Vision and Pattern Recognition, 2003.
49 Generative image models Separates intrinsic model parameters of the face (shape, texture) from extrinsic imaging parameters (pose, illumination, camera parameters) Parameterize a new image in terms of the model Model parameters estimated using an analysis-by-synthesis approach Use shape and texture parameters for classification Needs large training database, employs time consuming non-linear fitting techniques, requires manual selection of landmarks Probe image Analysis Synthetic image Face model Model parameters α, β, p, i α, β Recognition Synthesis α: shape β: texture p: pose i: illumination V. Blanz, S. Romdhani, and T. Vetter, Face Identification across different poses and illuminations with a 3D morphable model, Proc. Int. Conf. on Automatic Face and Gesture Recognition
50 S. Malassiotis, M.G. Strintzis, Robust face recognition using 2D and 3D data: Pose and illumination compensation, Pattern Recognition, Image relighting Illumination estimation Much easier when 3D data is available Synthesis of novel views resembling the illumination of gallery images Normalization of probe images to diminish the effect of varying illumination conditions Generation of symmetric frontally illuminated images Inverse of generative approach Relighting
51 Handling pose variations 3D model-based approaches (generative) Deformable 3D face models or AAMs Multi-view approaches Multi-view database images for each subject Pose estimation and compensation Creation of normalized frontal views
52 Model-based approaches Deformable 3D face models or AAMs (generative models) Shape, texture, position and pose estimated by fitting the model on a 2D or 3D image Automatic generation of novel views resembling the pose in the probe image minimization of difference metric (analysis-bysynthesis approach) Classification based on Shape & texture model parameters Similarity between generated view and probe image
53 Multi-view approaches View-based methods Set of separate eigenspaces, each capturing the variations of several individuals under the same pose Set of separate models, e.g. AAMs, to represent appearance under different poses Require extensive enrolment Illumination cones extended for pose (one cone for each pose) A. Pentland, B. Moghaddam, T. Starner, View-based and modular eigenspaces for face recognition, Proc. IEEE Conf. on Computer Vision and Pattern Recognition, T.F. Cootes, K. Walker, C.J. Taylor, View-based active appearance models, Proc. IEEE Int. Conf. on Automatic Face and Gesture Recognition, 2000.
54 Pose estimation & compensation Pose estimation based on extraction of salient features Difficult in 2D images due to their projective nature Easier when 3D data is available Pose compensation generation of normalized (frontal) image views Warping procedure between gallery and probe Face matching between normalized views S. Malassiotis, M.G. Strintzis, Robust face recognition using 2D and 3D data: Pose and illumination compensation, Pattern Recognition, 2005.
55 F. Tsalakanidou, S. Malassiotis and M.G. Strintzis, Face localization and authentication using color and depth images, IEEE Trans. on Image Processing, Automatic generation of synthetic views under varying pose and illumination Subspace techniques rely on the availability of large training sets to achieve high recognition rates use of domes Solution: database enrichment with automatically generated synthetic images with arbitrary pose and illumination using a few 2D+3D frontal views Avoids cumbersome enrolment process Only a few images per person are needed For each original image, a set of synthetic views is generated based on depth data
56 Synthetic images - pose Generation of synthetic poses Creation of a 3D face mesh based on depth image Rotation of 3D face mesh Rendering of 3D data using z-buffer algorithm generation of synthetic depth + color image F. Tsalakanidou, S. Malassiotis and M.G. Strintzis, Face localization and authentication using color and depth images, IEEE Trans. on Image Processing, 2005.
57 F. Tsalakanidou, S. Malassiotis and M.G. Strintzis, Face localization and authentication using color and depth images, IEEE Trans. on Image Processing, Synthetic images - illumination Simulation of heterogeneous shading of the face caused by a directional light Estimate surface normal n over each pixel using depth image Define light source L based on azimuth angles θ and φ Create a synthetic view illuminated by L: I s =I o (k a +k d L n) k a, k d : weights for ambient light and diffuse reflectance Training of classifier (PCA, EHMM) with a large set of synthetic views
58 S. Malassiotis, M.G. Strintzis, Robust face recognition using 2D and 3D data: Pose and illumination compensation, Pattern Recognition, F. Tsalakanidou, F. Forster, S. Malassiotis, M.G. Strintzis, Real-time acquisition of depth and color images using structured light and its application to 3D face recognition, Real Time Imaging, Pose & illumination compensation based on 2D+3D images
59 S. Malassiotis, M.G. Strintzis, Robust face recognition using 2D and 3D data: Pose and illumination compensation, Pattern Recognition, F. Tsalakanidou, F. Forster, S. Malassiotis, M.G. Strintzis, Real-time acquisition of depth and color images using structured light and its application to 3D face recognition, Real Time Imaging, D pose estimation Face detection based on 3D moments and a-priori knowledge of face geometry Nose tip and nose ridge localization based on principal curvatures and 3D face symmetry Pose estimation using 3D face symmetry Accuracy: < 2mm RMS (nose tip location), <2.5 RMS (face orientation) up to 30
60 S. Malassiotis, M.G. Strintzis, Robust face recognition using 2D and 3D data: Pose and illumination compensation, Pattern Recognition, F. Tsalakanidou, F. Forster, S. Malassiotis, M.G. Strintzis, Real-time acquisition of depth and color images using structured light and its application to 3D face recognition, Real Time Imaging, D pose compensation Estimate the pose in a pair of probe images 3D warping to align the probe with the gallery Enhance image alignment using ICP Generate frontal views
61 Illumination compensation Estimation of the light source L based on example-based regression Relighting with frontal illumination L 0 I C (u)= A(u) R(I D, L, u) I C : pose compensated color image I D : pose compensated depth image A: unknown face albedo R: rendering of the surface with constant albedo Ĩ c (u)= A(u) R(I D, L 0, u) Ĩ c : image relit by L 0 Ĩ c (u)= I c (u) R(I D, L 0, u)/r(i D, L, u) = S. Malassiotis, M.G. Strintzis, Robust face recognition using 2D and 3D data: Pose and illumination compensation, Pattern Recognition, F. Tsalakanidou, F. Forster, S. Malassiotis, M.G. Strintzis, Real-time acquisition of depth and color images using structured light and its application to 3D face recognition, Real Time Imaging, 2005.
62 Handling facial expressions Detecting-excluding deformable regions (e.g. mouth, cheeks) Expression invariant representations based on isometry assumption Decoupling identity from expression
63 A. M. Bronstein, M. M. Bronstein, and R. Kimmel, Expression-invariant representations of faces, IEEE Trans. on Image Processing, Canonical forms Expression invariant representation based on geodesic distances Geodesic distance: the length of the minimum length curve that connects two points The face is an isometric surface geodesic distances are preserved Canonical form: a new surface where Euclidean distances between its points correspond to their geodesic distances in the face surface Face surface Canonical form
64 I. Mpiperis, S. Malassiotis and M.G.Strintzis, 3-D Face Recognition With the Geodesic Polar Representation, IEEE Trans. on Information Forensics and Security, 2007 Geodesic polar images Expression invariant representation based on polar geodesic coordinates Geodesic circle: the locus of points having the same geodesic distance from the pole (tip of nose) Geodesic circles are mapped to circles on a new plane 2D expression invariant images representing texture or Gaussian curvature Fast warping procedure, becomes a 2D face recognition problem The isometry assumption stands for moderate expressions only Geodesic polar image
65 I. Mpiperis, S. Malassiotis and M.G.Strintzis, Bilinear Models for 3D Face and Facial Expression Recognition, IEEE Trans. on Information Forensics and Security, J.B. Tenenbaum and W.T. Freeman, Separating Style and Content with Bilinear Models, Neural Computation, Bilinear models for 3D face recognition Basic idea: built a statistical model that effectively decouples identity and expression components of appearance Face classification is based on identity parameters x a i v xp = N M i= 1 j= 1 w ij a x i b p j p b j
66 Face Recognition Vendor Test 2006 FRVT2002: Evaluation of commercial 2D face recognition systems 10% FRR for 1% FAR, 18% FRR for 0.1% FAR Outdoors illumination: Recognition rate drops more than 40% for images taken outdoors! FRVT2006: Evaluation of both 2D and 3D commercial face recognition systems 2D: 2-5% FRR for 0.1% FAR 3D: 0.5-3% FRR for 0.1% FAR Uncontrolled illumination: 10-15% FRR for 0.1% FAR Algorithm improvement, sensor improvement
67 Face Recognition Grand Challenge (FRGC) Aim: Develop still and 3D algorithms to improve performance an order of magnitude over FRVT2002 FRVT2002 : verification rate 80% at 0.1% FAR FRVT2006 : verification rate 98% FRGC experiments results 3D vs. 3D : verification rate 97% High resolution still vs. high resolution still : verification rate 99% Multi-still vs. multi-still : verification rate 99.99% FRGC presentation in Biometrics Consortium 2005:
68 Some thoughts Mature technology for biometric authentication especially if used together with other biometrics But still no commercial system working robustly under unconstrained conditions Pose, illumination, expressions: open issues Unexplored ground: handling disguises and occlusions, exploiting information about hairstyle, aging, etc
69 Thank you. Questions?
Advances in Face Recognition Research Second End-User Group Meeting - Feb 21, 2008 Dr. Stefan Gehlen, L-1 Identity Solutions AG, Bochum, Germany
Advances in Face Recognition Research Second End-User Group Meeting - Feb 21, 2008 Dr. Stefan Gehlen, L-1 Identity Solutions AG, Bochum, Germany L-1 Identity Solutions AG All rights reserved Outline Face
Expression Invariant 3D Face Recognition with a Morphable Model
Expression Invariant 3D Face Recognition with a Morphable Model Brian Amberg [email protected] Reinhard Knothe [email protected] Thomas Vetter [email protected] Abstract We present an
Face Model Fitting on Low Resolution Images
Face Model Fitting on Low Resolution Images Xiaoming Liu Peter H. Tu Frederick W. Wheeler Visualization and Computer Vision Lab General Electric Global Research Center Niskayuna, NY, 1239, USA {liux,tu,wheeler}@research.ge.com
International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014
Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College
SYMMETRIC EIGENFACES MILI I. SHAH
SYMMETRIC EIGENFACES MILI I. SHAH Abstract. Over the years, mathematicians and computer scientists have produced an extensive body of work in the area of facial analysis. Several facial analysis algorithms
Template-based Eye and Mouth Detection for 3D Video Conferencing
Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer
FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,
Index Terms: Face Recognition, Face Detection, Monitoring, Attendance System, and System Access Control.
Modern Technique Of Lecture Attendance Using Face Recognition. Shreya Nallawar, Neha Giri, Neeraj Deshbhratar, Shamal Sane, Trupti Gautre, Avinash Bansod Bapurao Deshmukh College Of Engineering, Sewagram,
Normalisation of 3D Face Data
Normalisation of 3D Face Data Chris McCool, George Mamic, Clinton Fookes and Sridha Sridharan Image and Video Research Laboratory Queensland University of Technology, 2 George Street, Brisbane, Australia,
Subspace Analysis and Optimization for AAM Based Face Alignment
Subspace Analysis and Optimization for AAM Based Face Alignment Ming Zhao Chun Chen College of Computer Science Zhejiang University Hangzhou, 310027, P.R.China [email protected] Stan Z. Li Microsoft
Facial Biometric Templates and Aging: Problems and Challenges for Artificial Intelligence
Facial Biometric Templates and Aging: Problems and Challenges for Artificial Intelligence Andreas Lanitis Department of Multimedia and Graphic Arts, Cyprus University of Technology P.O Box 50329, Lemesos,
LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. [email protected]
LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE 1 S.Manikandan, 2 S.Abirami, 2 R.Indumathi, 2 R.Nandhini, 2 T.Nanthini 1 Assistant Professor, VSA group of institution, Salem. 2 BE(ECE), VSA
Local features and matching. Image classification & object localization
Overview Instance level search Local features and matching Efficient visual recognition Image classification & object localization Category recognition Image classification: assigning a class label to
AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION
AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.
3D Human Face Recognition Using Point Signature
3D Human Face Recognition Using Point Signature Chin-Seng Chua, Feng Han, Yeong-Khing Ho School of Electrical and Electronic Engineering Nanyang Technological University, Singapore 639798 [email protected]
A comparative study on face recognition techniques and neural network
A comparative study on face recognition techniques and neural network 1. Abstract Meftah Ur Rahman Department of Computer Science George Mason University [email protected] In modern times, face
Face Recognition in Low-resolution Images by Using Local Zernike Moments
Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie
3D Facial Image Comparison using Landmarks
3D Facial Image Comparison using Landmarks A study to the discriminating value of the characteristics of 3D facial landmarks and their automated detection. Alize Scheenstra Master thesis: INF/SCR-04-54
Practical Tour of Visual tracking. David Fleet and Allan Jepson January, 2006
Practical Tour of Visual tracking David Fleet and Allan Jepson January, 2006 Designing a Visual Tracker: What is the state? pose and motion (position, velocity, acceleration, ) shape (size, deformation,
A Fully Automatic Approach for Human Recognition from Profile Images Using 2D and 3D Ear Data
A Fully Automatic Approach for Human Recognition from Profile Images Using 2D and 3D Ear Data S. M. S. Islam, M. Bennamoun, A. S. Mian and R. Davies School of Computer Science and Software Engineering,
From Few to Many: Illumination Cone Models for Face Recognition Under Variable Lighting and Pose. Abstract
To Appear in the IEEE Trans. on Pattern Analysis and Machine Intelligence From Few to Many: Illumination Cone Models for Face Recognition Under Variable Lighting and Pose Athinodoros S. Georghiades Peter
The Scientific Data Mining Process
Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In
Multidimensional Scaling for Matching. Low-resolution Face Images
Multidimensional Scaling for Matching 1 Low-resolution Face Images Soma Biswas, Member, IEEE, Kevin W. Bowyer, Fellow, IEEE, and Patrick J. Flynn, Senior Member, IEEE Abstract Face recognition performance
A Learning Based Method for Super-Resolution of Low Resolution Images
A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 [email protected] Abstract The main objective of this project is the study of a learning based method
Face Recognition: Some Challenges in Forensics. Anil K. Jain, Brendan Klare, and Unsang Park
Face Recognition: Some Challenges in Forensics Anil K. Jain, Brendan Klare, and Unsang Park Forensic Identification Apply A l science i tto analyze data for identification Traditionally: Latent FP, DNA,
Illumination, Expression and Occlusion Invariant Pose-Adaptive Face Recognition System for Real- Time Applications
Illumination, Expression and Occlusion Invariant Pose-Adaptive Face Recognition System for Real- Time Applications Shireesha Chintalapati #1, M. V. Raghunadh *2 Department of E and CE NIT Warangal, Andhra
Adaptive Face Recognition System from Myanmar NRC Card
Adaptive Face Recognition System from Myanmar NRC Card Ei Phyo Wai University of Computer Studies, Yangon, Myanmar Myint Myint Sein University of Computer Studies, Yangon, Myanmar ABSTRACT Biometrics is
Visualization of Large Font Databases
Visualization of Large Font Databases Martin Solli and Reiner Lenz Linköping University, Sweden ITN, Campus Norrköping, Linköping University, 60174 Norrköping, Sweden [email protected], [email protected]
A Comparison of Photometric Normalisation Algorithms for Face Verification
A Comparison of Photometric Normalisation Algorithms for Face Verification James Short, Josef Kittler and Kieron Messer Centre for Vision, Speech and Signal Processing University of Surrey Guildford, Surrey,
A secure face tracking system
International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 959-964 International Research Publications House http://www. irphouse.com A secure face tracking
CS231M Project Report - Automated Real-Time Face Tracking and Blending
CS231M Project Report - Automated Real-Time Face Tracking and Blending Steven Lee, [email protected] June 6, 2015 1 Introduction Summary statement: The goal of this project is to create an Android
Face Recognition For Remote Database Backup System
Face Recognition For Remote Database Backup System Aniza Mohamed Din, Faudziah Ahmad, Mohamad Farhan Mohamad Mohsin, Ku Ruhana Ku-Mahamud, Mustafa Mufawak Theab 2 Graduate Department of Computer Science,UUM
Classroom Monitoring System by Wired Webcams and Attendance Management System
Classroom Monitoring System by Wired Webcams and Attendance Management System Sneha Suhas More, Amani Jamiyan Madki, Priya Ranjit Bade, Upasna Suresh Ahuja, Suhas M. Patil Student, Dept. of Computer, KJCOEMR,
Efficient Attendance Management: A Face Recognition Approach
Efficient Attendance Management: A Face Recognition Approach Badal J. Deshmukh, Sudhir M. Kharad Abstract Taking student attendance in a classroom has always been a tedious task faultfinders. It is completely
Biometric Authentication using Online Signatures
Biometric Authentication using Online Signatures Alisher Kholmatov and Berrin Yanikoglu [email protected], [email protected] http://fens.sabanciuniv.edu Sabanci University, Tuzla, Istanbul,
PASSIVE DRIVER GAZE TRACKING WITH ACTIVE APPEARANCE MODELS
PASSIVE DRIVER GAZE TRACKING WITH ACTIVE APPEARANCE MODELS Takahiro Ishikawa Research Laboratories, DENSO CORPORATION Nisshin, Aichi, Japan Tel: +81 (561) 75-1616, Fax: +81 (561) 75-1193 Email: [email protected]
Classification of Fingerprints. Sarat C. Dass Department of Statistics & Probability
Classification of Fingerprints Sarat C. Dass Department of Statistics & Probability Fingerprint Classification Fingerprint classification is a coarse level partitioning of a fingerprint database into smaller
Fully Automatic Pose-Invariant Face Recognition via 3D Pose Normalization
MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Fully Automatic Pose-Invariant Face Recognition via 3D Pose Normalization Asthana, A.; Marks, T.K.; Jones, M.J.; Tieu, K.H.; Rohith, M.V. TR2011-074
CS 534: Computer Vision 3D Model-based recognition
CS 534: Computer Vision 3D Model-based recognition Ahmed Elgammal Dept of Computer Science CS 534 3D Model-based Vision - 1 High Level Vision Object Recognition: What it means? Two main recognition tasks:!
Capacity of an RCE-based Hamming Associative Memory for Human Face Recognition
Capacity of an RCE-based Hamming Associative Memory for Human Face Recognition Paul Watta Department of Electrical & Computer Engineering University of Michigan-Dearborn Dearborn, MI 48128 [email protected]
Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences
Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences Pritam P. Patil 1, Prof. M.V. Phatak 2 1 ME.Comp, 2 Asst.Professor, MIT, Pune Abstract The face is one of the important
Open-Set Face Recognition-based Visitor Interface System
Open-Set Face Recognition-based Visitor Interface System Hazım K. Ekenel, Lorant Szasz-Toth, and Rainer Stiefelhagen Computer Science Department, Universität Karlsruhe (TH) Am Fasanengarten 5, Karlsruhe
Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data
CMPE 59H Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data Term Project Report Fatma Güney, Kübra Kalkan 1/15/2013 Keywords: Non-linear
HAND GESTURE BASEDOPERATINGSYSTEM CONTROL
HAND GESTURE BASEDOPERATINGSYSTEM CONTROL Garkal Bramhraj 1, palve Atul 2, Ghule Supriya 3, Misal sonali 4 1 Garkal Bramhraj mahadeo, 2 Palve Atule Vasant, 3 Ghule Supriya Shivram, 4 Misal Sonali Babasaheb,
Robust Real-Time Face Detection
Robust Real-Time Face Detection International Journal of Computer Vision 57(2), 137 154, 2004 Paul Viola, Michael Jones 授 課 教 授 : 林 信 志 博 士 報 告 者 : 林 宸 宇 報 告 日 期 :96.12.18 Outline Introduction The Boost
Learning Visual Behavior for Gesture Analysis
Learning Visual Behavior for Gesture Analysis Andrew D. Wilson Aaron F. Bobick Perceptual Computing Group MIT Media Laboratory Cambridge, MA 239 drew, [email protected] Abstract A state-based method
Environmental Remote Sensing GEOG 2021
Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class
SIGNATURE VERIFICATION
SIGNATURE VERIFICATION Dr. H.B.Kekre, Dr. Dhirendra Mishra, Ms. Shilpa Buddhadev, Ms. Bhagyashree Mall, Mr. Gaurav Jangid, Ms. Nikita Lakhotia Computer engineering Department, MPSTME, NMIMS University
Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches
Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic
Visual-based ID Verification by Signature Tracking
Visual-based ID Verification by Signature Tracking Mario E. Munich and Pietro Perona California Institute of Technology www.vision.caltech.edu/mariomu Outline Biometric ID Visual Signature Acquisition
A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow
, pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices
Unsupervised Joint Alignment of Complex Images
Unsupervised Joint Alignment of Complex Images Gary B. Huang Vidit Jain University of Massachusetts Amherst Amherst, MA {gbhuang,vidit,elm}@cs.umass.edu Erik Learned-Miller Abstract Many recognition algorithms
Novelty Detection in image recognition using IRF Neural Networks properties
Novelty Detection in image recognition using IRF Neural Networks properties Philippe Smagghe, Jean-Luc Buessler, Jean-Philippe Urban Université de Haute-Alsace MIPS 4, rue des Frères Lumière, 68093 Mulhouse,
The Role of Size Normalization on the Recognition Rate of Handwritten Numerals
The Role of Size Normalization on the Recognition Rate of Handwritten Numerals Chun Lei He, Ping Zhang, Jianxiong Dong, Ching Y. Suen, Tien D. Bui Centre for Pattern Recognition and Machine Intelligence,
Online Learning in Biometrics: A Case Study in Face Classifier Update
Online Learning in Biometrics: A Case Study in Face Classifier Update Richa Singh, Mayank Vatsa, Arun Ross, and Afzel Noore Abstract In large scale applications, hundreds of new subjects may be regularly
Automated Attendance Management System using Face Recognition
Automated Attendance Management System using Face Recognition Mrunmayee Shirodkar Varun Sinha Urvi Jain Bhushan Nemade Student, Thakur College Of Student, Thakur College Of Student, Thakur College of Assistant
Document Image Retrieval using Signatures as Queries
Document Image Retrieval using Signatures as Queries Sargur N. Srihari, Shravya Shetty, Siyuan Chen, Harish Srinivasan, Chen Huang CEDAR, University at Buffalo(SUNY) Amherst, New York 14228 Gady Agam and
Mean-Shift Tracking with Random Sampling
1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of
Part-Based Recognition
Part-Based Recognition Benedict Brown CS597D, Fall 2003 Princeton University CS 597D, Part-Based Recognition p. 1/32 Introduction Many objects are made up of parts It s presumably easier to identify simple
2.11 CMC curves showing the performance of sketch to digital face image matching. algorithms on the CUHK database... 40
List of Figures 1.1 Illustrating different stages in a face recognition system i.e. image acquisition, face detection, face normalization, feature extraction, and matching.. 10 1.2 Illustrating the concepts
A Real Time Hand Tracking System for Interactive Applications
A Real Time Hand Tracking System for Interactive Applications Siddharth Swarup Rautaray Indian Institute of Information Technology Allahabad ABSTRACT In vision based hand tracking systems color plays an
Appearance-based Eye Gaze Estimation
Appearance-based Eye Gaze Estimation Kar-Han Tan Department of CS and Beckman Institute University of Illinois at Urbana-Champaign David J Kriegman Department of CS University of California at San Diego
UW CSE Technical Report 03-06-01 Probabilistic Bilinear Models for Appearance-Based Vision
UW CSE Technical Report 03-06-01 Probabilistic Bilinear Models for Appearance-Based Vision D.B. Grimes A.P. Shon R.P.N. Rao Dept. of Computer Science and Engineering University of Washington Seattle, WA
Introduction to Computer Graphics
Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 [email protected] www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics
The Artificial Prediction Market
The Artificial Prediction Market Adrian Barbu Department of Statistics Florida State University Joint work with Nathan Lay, Siemens Corporate Research 1 Overview Main Contributions A mathematical theory
Reconstructing 3D Pose and Motion from a Single Camera View
Reconstructing 3D Pose and Motion from a Single Camera View R Bowden, T A Mitchell and M Sarhadi Brunel University, Uxbridge Middlesex UB8 3PH [email protected] Abstract This paper presents a
HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT
International Journal of Scientific and Research Publications, Volume 2, Issue 4, April 2012 1 HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT Akhil Gupta, Akash Rathi, Dr. Y. Radhika
High Resolution Fingerprint Matching Using Level 3 Features
High Resolution Fingerprint Matching Using Level 3 Features Anil K. Jain and Yi Chen Michigan State University Fingerprint Features Latent print examiners use Level 3 all the time We do not just count
Palmprint Recognition. By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap
Palmprint Recognition By Sree Rama Murthy kora Praveen Verma Yashwant Kashyap Palm print Palm Patterns are utilized in many applications: 1. To correlate palm patterns with medical disorders, e.g. genetic
The Implementation of Face Security for Authentication Implemented on Mobile Phone
The Implementation of Face Security for Authentication Implemented on Mobile Phone Emir Kremić *, Abdulhamit Subaşi * * Faculty of Engineering and Information Technology, International Burch University,
Image Segmentation and Registration
Image Segmentation and Registration Dr. Christine Tanner ([email protected]) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation
An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network
Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal
Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies
Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com
Tensor Methods for Machine Learning, Computer Vision, and Computer Graphics
Tensor Methods for Machine Learning, Computer Vision, and Computer Graphics Part I: Factorizations and Statistical Modeling/Inference Amnon Shashua School of Computer Science & Eng. The Hebrew University
Real-Time Tracking of Pedestrians and Vehicles
Real-Time Tracking of Pedestrians and Vehicles N.T. Siebel and S.J. Maybank. Computational Vision Group Department of Computer Science The University of Reading Reading RG6 6AY, England Abstract We present
OBJECT TRACKING USING LOG-POLAR TRANSFORMATION
OBJECT TRACKING USING LOG-POLAR TRANSFORMATION A Thesis Submitted to the Gradual Faculty of the Louisiana State University and Agricultural and Mechanical College in partial fulfillment of the requirements
Using Real Time Computer Vision Algorithms in Automatic Attendance Management Systems
Using Real Time Computer Vision Algorithms in Automatic Attendance Management Systems Visar Shehu 1, Agni Dika 2 Contemporary Sciences and Technologies - South East European University, Macedonia 1 Contemporary
Multi-modal Human-Computer Interaction. Attila Fazekas. [email protected]
Multi-modal Human-Computer Interaction Attila Fazekas [email protected] Szeged, 04 July 2006 Debrecen Big Church Multi-modal Human-Computer Interaction - 2 University of Debrecen Main Building
3D Face Modeling. Vuong Le. IFP group, Beckman Institute University of Illinois ECE417 Spring 2013
3D Face Modeling Vuong Le IFP group, Beckman Institute University of Illinois ECE417 Spring 2013 Contents Motivation 3D facial geometry modeling 3D facial geometry acquisition 3D facial deformation modeling
Classifying Manipulation Primitives from Visual Data
Classifying Manipulation Primitives from Visual Data Sandy Huang and Dylan Hadfield-Menell Abstract One approach to learning from demonstrations in robotics is to make use of a classifier to predict if
Head Pose Estimation on Low Resolution Images
Head Pose Estimation on Low Resolution Images Nicolas Gourier, Jérôme Maisonnasse, Daniela Hall, James L. Crowley PRIMA, GRAVIR-IMAG INRIA Rhône-Alpes, 38349 St. Ismier. France. Abstract. This paper addresses
Determining optimal window size for texture feature extraction methods
IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec
EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM
EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM Amol Ambardekar, Mircea Nicolescu, and George Bebis Department of Computer Science and Engineering University
Learning Enhanced 3D Models for Vehicle Tracking
Learning Enhanced 3D Models for Vehicle Tracking J.M. Ferryman, A. D. Worrall and S. J. Maybank Computational Vision Group, Department of Computer Science The University of Reading RG6 6AY, UK [email protected]
Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall
Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin
