A Tool for Detection and Analysis of a Human Face for Aesthetical Quality Using Mobile Devices

Size: px
Start display at page:

Download "A Tool for Detection and Analysis of a Human Face for Aesthetical Quality Using Mobile Devices"

Transcription

1 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV' A Tool for Detection and Analysis of a Human Face for Aesthetical Quality Using Mobile Devices Shuyi Zhao, Scott King, and Dulal Kar Department of Computer Sciences, Texas A&M University-Corpus Christi, Corpus Christi, Texas, USA. Abstract - A tool for mobile devices is presented to detect a human face in an image and analyze the detected face for its aesthetical quality. For the purpose of face detection, the tool uses two well-known classifiers: Haar feature-based cascade classifier and Local Binary Patterns (LBP) cascade classifier. Once a face is detected, the tool uses the Active Shape Model (ASM) algorithm to identify facial feature points and obtain raw data accordingly for aesthetical quality analysis. The analysis is carried out on the notion of Golden Ratio by finding ratios on the facial feature points obtained by using the ASM algorithm. To determine its effectiveness and limitations the tool is tested on animal faces, beautiful faces, ordinary faces, and unattractive faces. The statistics of results exposes distinctions between unattractive faces and beautiful/ordinary faces. However, no such distinction exists to separate beautiful faces from ordinary faces. Keywords: Face Detection, Cascade Classifier, Active Shape Model, Golden Ratio, Mobile Devices 1 Introduction Face detection and facial features tracking in images have many applications. Face detection involves finding a face or multiple faces in a picture or in a video clip. Due to improvement of hardware and software technology, the mobile devices now have the processing power and capacity to process images for many immediate or real time applications. In this work, we focus on face detection and analysis of a face for aesthetical quality using a mobile computing device. There are three major problems are addressed in this connection: face detection, facial feature point detection, and human face analysis. For human face analysis on aesthetical quality, Golden Ratio analysis of faces is implemented and tested for its effectiveness and suitability on mobile devices. The Android tool developed for the purpose provides the user with results upon analyzing of a human face. After detecting a face, the tool extracts facial features of the face. The raw data on facial features is used for Golden Ratio analysis to determine its esthetical quality. The tool allows users to input a photo and obtain the analysis results immediately and gives a measure of beauty on a detected face. This can be useful to determine ratings of attractiveness or unattractiveness of human faces. The tool can distinguish beautiful faces from unattractive faces clearly. However, we observe some limitations on using the Golden Ratio analysis approach when it comes to identify a beautiful face from an ordinary face. This paper proceeds as follows. Section 1.1 discusses earlier works and their usefulness to the development of the tool. Section 1.2 defines aesthetical parameters for measurement on the notion of Golden Ratio. We describe the methodology for the implementation of the tool in section 2.1 and 2.2. Section 2.3 presents the test results on effectiveness of the tool under different scenarios. Section 2.4 concludes the paper. 1.1 Related works There are many techniques found on face detection reported in literature. Among them are the techniques on analysis of facial motion, model-based techniques, featurebased techniques, and holistic analysis techniques [1, 3, 4]. To analyze facial motion, Mase proposes a technique that allocates an axis for each muscle to estimate its movement. Similarly, Cohn et al. define several facial feature points on a face to track them. However, model-based techniques map the images of the faces onto a predefined physical model [3]. Feature-based approaches are based on facial feature measurements such as nose length, chin shape, and so on. A holistic analysis technique analyzes the gray-scale level of a photo for face detection entirely. The Local Binary Patterns (LBP) Cascade classifier, a model-based technique is used for face detection [8]. The LBP Cascade uses pattern recognition that makes the checking pixel as center to capture a 3 by 3 table for analyzing the eight neighbors, as shown Figure 1. The eight neighbors are compared to a threshold and accordingly set to either 0 or 1. The Haar Cascade classifier is another model-based face detection method used in this work. For the purpose of training, it needs a large number of images of two types, positive images with a human face in them and negative images without any human face in them [2]. However, compared to Haar Cascade classifier, the LBP Cascade classifier is faster and performs reasonably well in less expensive hardware. For mobile devices, we find the LBP classifier very efficient and useful for our proposed face detection and analysis tool.

2 160 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'18 Figure 1. Example of basic LBP operator. They are many algorithms reported in literature on facial features tracking. Heisele, Serre, and Poggio present a double layer classifier system in [6]. First, the image is scanned through a fixed size window to find a pyramid that is similar to a module composed of the eyes, nose, and mouth. Once the system detects a pyramid module, the module window is passed through a second layer classifier. In this level, background and hair pixels are removed from the sub-image. It uses a14 reference points on a face for component learning. Before component learning, the system is trained with data for identification. Farajzadeh, Faez, and Pan use a pre-processing step after detecting the sub-image [5]. They place the center of the eyes in a line to locate the face, instead of using reference points. In this work, the Active Shape Models (ASM) algorithm is chosen. This algorithm was originally proposed by Cootes, Edwards, and Taylor in 1995 [4]. The algorithm uses the target image to match a statistical model in order to find out the facial feature points. To implement this algorithm, machine learning must be involved, which requires a dataset with images with human faces in them, annotations, symmetry indices, and connectivity indices. The annotations means to annotate the facial features points. The symmetry indices means the indices for the mirrored points. The connectivity indices define the connectivity of the structure of points. In this work, XM2VTSDB multi-modal face database is used, which contains four different images of 295 people taken over a four months [10]. 1.2 Concepts of Aesthetics In Aesthetics, there are ways to judge the beauty of a human face based on geometrical measurement. Generally for facial beauty, more symmetric a person s face is, more beautiful the person is considered [7]. In this regard, the measurement of Golden Ratio is often considered in Aesthetics as a measure of symmetry [8]. As shown in Figure 2, there are vertical and horizontal dimensions for calculating Golden Ratios. Each largest rectangle should be times bigger than that of the smaller rectangle of the same color. Figure 2. Golden Ratio modules. The following list defines the rectangle of each color and size. Vertical golden ratios are shown in Figure 2 as: White - Hairline : Eyebrow top : Eye top Gold - Eyebrow top : Eyebrow bottom : Eye top : Eye bottom Blue - Eye pupil : Nose flair : Nose bottom Green - Eye pupil : Nose bottom : Mouth Green - Eye pupil : Nose bottom : Chin Green - Eye pupil : Mouth : Chin Similarly, horizontal golden ratios are shown in Figure 2 as: Gold - Face side : Eyebrows : Face side Gold - Face side : Eye inside : Face side Gold - Face side : Nose width : Face side White - Face side : Eye outside : Nose center Blue - Eye outside : Eye inside : Nose center Green - Mouth outside : Lip cupids bow : Mouth outside In this work, we investigate whether the preceding ratios can be used for analysis of faces for aesthetical purposes meaningfully or not. 2 Methodology The tool allows analysis of an image from a gallery or a picture taken with an inbuilt camera on a mobile device. First, the tool checks if a human face exists in the image. If a human face is detected, it shows the region of the face in the given image on the screen. Meanwhile, analysis of the detected face continues in the background. Two sets of results on a face can be obtained by using the tool, one set on horizontal Golden ratio analysis and the other set on vertical Golden Ratio analysis. The tool also provides some suggestive feedback along with the results. Figure 3 shows results on both horizontal and vertical Golden Ratio analyses.

3 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV' face: the symmetry of the face, the horizontal Golden Ratio results, the vertical Golden Ratio results, and the variance of the Golden Ratio results. Using the coordinates of the facial feature points of two bitmaps, the algorithm analyzes the image on the four aspects. The formula of calculating the symmetry grade is: (1),where is a full score of 100, point (x 67, y 67) is the center of the face, (x i,y i) is a point on the original bitmap image and (x i, y i ) is a corresponding point on the mirror bitmap image, as shown in Figure 5. Point (x 67, y 67) is considered the standard point, from which distances to points 0 to 66 are calculated to determine the symmetry grade. Figure 3. Views on Golden Ratio analyses. 2.1 Facial Feature Point Detection To detect a face in a given image, the tool uses the Haar Cascade classifier and the LBP Cascade classifier. To detect facial feature points in a face, the tool uses the ASM library developed by Wei Yao [9]. The ASM library comes with training images. The following pseudo code describes the steps involved in the process: 1. Convert the given image into bitmap format and obtain a mirror copy of the bitmap image. 2. Convert both the bitmap image and the mirror bitmap image from their RGBA format to grayscale. 3. Detect face in the grayscale image, if any using the LBP algorithm and the Haar Cascade algorithm. 4. If a face is detected, find and map the facial feature points (67 designated points) on the RGBA bitmap image and on its mirror bitmap image. For our tool implementation, we use OpenCV library. The bitmap of the processing image is converted into gray scale because the facial feature points can only be detected in gray scale using the algorithms provided in OpenCV. The LBP cascade algorithm is less accurate than the Haar cascade algorithm. However, the LBP cascade algorithm is faster and costs less hardware resource. Because of the limitations of mobile devices, using LBP cascade to detect face makes the tool more efficient. The feature points are marked by red dots in RGBA bitmap as shown in Figure 4(a). In the mirrored bitmap, the points are also marked as shown Figure 4(b). The mirror copy bitmap is for the Golden Ratio analysis. Both copies are useful for our analysis, especially to find symmetry in a given face. 2.2 Face Grading Algorithm The feature points on a detected face are used to perform Golden Ratio analysis. A face is judged on four aspects of the Figure 5. Labeled facial feature points The point in the mirror bitmap with the same label is the symmetric point of the point in the original bitmap under the same label. In the mirror bitmap, the face is mirrored, so point 0 in the mirror bitmap is point 14 in the original bitmap. The absolute value of the difference of the two distances is divided by the product of and where is the number of points and = 5 is the minimum unit difference used for our analysis. The correlation table of Horizontal Golden Ratio is shown in Table 1. Table 2. Correlation Table of Vertical Golden Ratio (slope = k') White - Hairline : Eyebrow top : Eye top (ignored) Gold - Eyebrow top : Eyebrow bottom : line 22/23/24 : line 26/25/24 : Eye top : Eye bottom line 28 : line 30 Blue - Eye pupil : Nose flair : Nose bottom line 31 : line 67 : line 41 Green - Eye pupil : Nose bottom : Mouth chin line 31 : line 41 : line 66 Green - Eye pupil : Mouth : Chin line 31 : line 66 : line 7 In Table 1, line x means a line through point with slope. Slope is the slope of the midline of the face. Then the ratio is calculated by the distance of two lines divided by the other distance of two lines. Theoretically the midline should be through points 7, 41, 51, 57, 61, 64, 66, and 67, which means any two points should determine the midline. However, it is not ideal. Therefore, the regression algorithm is used to find the midline determined by points 7, 41, 51, 57, 61, 64, 66, and

4 162 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV' The result is shown in Figure 6. The lines are drawn on the bitmap by the color defined in the correlation table (Table 1). face is detected in the photo of a cat, dog, rabbit, or gorilla. However, the tool mistakenly recognizes the face of a monkey in a photo as a human face. This is because a monkey has a facial structure similar to a human face (Figure 7). Figure 6. Images processed with and without regression. To calculate the Vertical Golden Ratio, the following correlation table as shown Table 2 is used. Slope k' is the slope of a horizontal line of the face. The horizontal line is determined by points 31 and 36, which are the centers of two pupils. Since the hairline can be arbitrary as it depends on hair style, we ignore in our implementation the ratio of hair line : eyebrow top : eye top. The eyebrow top is determined by comparing the distances of points 22, 23, and 24 to the pupil at point 31. The eyebrow bottom is determined by comparing the distances of points 26, 25, and 24 to the pupil at point 31. The lines are drawn on the bitmap by the color as shown in the correlation table (Table 2). The grades and the corresponding suggestions based on the resultant ratio are reported to the user after computation. Table 1. Correlation Table of Horizontal Golden Ratio (slope = k') Gold - Face side : Eyebrows : Face side line 1 : line 24 : line 13 line 1 : line 29 : line 34 : Gold - Face side : Eye inside : Face side line 13 Gold - Face side : Nose width : Face side line 1 : line 39 : line 13 White - Face side : Eye outside : Eye inside line 1 : line 27 : line 29 Blue - Eye outside : Eye inside : Nose center line 27 : line 29 : line 67 Green - Mouth outside : Lip cupids bow : line 48 : line 50 : line 52 : Mouth outside line Results and Discussions Figure 7. Animal faces Multiple Faces Five images, each containing more than one human face, are tested. As shown in Figure 8, the tool can detect only one human face out of many human faces in every image. Figure 8. Images with multiple faces Beautiful Human Faces As shown in Figure 9, five beautiful human faces (Caucasian, Indian, Asian, Latino, and African) are tested with the tool. The ratio results are shown in Table 3. The symmetry grades of them are 99, 100, 97, 98, and 99 respectively. Each column average shows the average of the absolute values for all ratios minus the Golden Ratio. We call this a residual average. To determine the accuracy and effectiveness of the face analysis tool, we test the tool on five different scenarios or cases: 1) animal faces, 2) multiple faces in a photo, 3) analysis of beautiful faces, 4) analysis of ordinary faces, and 5) analysis of unattractive faces Animal Faces As shown in Figure 7, five different animal photos (cat, dog, rabbit, gorilla, and monkey) are tested with the tool. No Figure 9. Samples of beautiful faces.

5 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV' Table 3. Ratio Results on Beautiful Faces Caucasian Indian Asian Latino African Average FS:EB:FS* FS:EI:FS FS:NW:FS FS:EO:NC EO:EI:NC MO:LCB:MO EP:NF:NB EBT:ET:EB EBT:EBB:ET EP:NB:MC EP:M:C Residual Average *Acronyms used: FS Face Side, EB Eyebrow, EI Eye Inside, NW Nose Width, EO Eye Outside, MO Mouth Outside, LCB Lip Cupids Bow, NC Nose Center, EBT Eyebrow Top, ET Eye Top, EB Eye Bottom, EBB Eyebrow Bottom, EP Eye Pupil, M Mouth, and C Chin) Ordinary Human Faces Five ordinary human faces (Caucasian, Indian, Asian, Latino, and African) as shown in Figure 10 are tested. The ratio results are shown in Table 4. The symmetry grades of them are 97, 92, 98, 97, and 97 respectively. Figure 10. Samples of ordinary human faces. Table 4. Ratio Results on Ordinary Faces Caucasian Indian Asian Latino African Average FS:EB:FS FS:EI:FS FS:NW:FS FS:EO:NC EO:EI:NC MO:LCB:MO EP:NF:NB EBT:ET:EB EBT:EBB:ET EP:NB:MC EP:M:C Residual Average Figure 11 are given in Table 5. The symmetry grades of them are 92, 91, 95, 94, and null respectively. The sample of the unattractive African face was not recognized by the tool. Figure 11. Samples of unattractive faces. Table 5. Ratio Results on Unattriactive Faces Caucasian Indian Asian Latino African Average FS:EB:FS N/A FS:EI:FS N/A FS:NW:FS N/A FS:EO:NC N/A EO:EI:NC N/A MO:LCB:MO N/A EP:NF:NB N/A EBT:ET:EB N/A EBT:EBB:ET N/A EP:NB:MC N/A EP:M:C N/A Residual Average N/A Conclusions In this work, we present a tool for Android devices that can be used to analyze and judge aesthetical quality of a human face in an image. The Haar feature-based cascade classifier and the Local Binary Patterns cascade classifier are used in the development of the tool to detect a human face. By adopting the idea of the Golden Ratio as a measure of beauty for human faces, we propose a tool that can be used to gauge aesthetic quality of a given human face. Particularly, the tool produces distinctive results on Golden Ratio analysis for unattractive human faces. However, no such clear distinctive results on Golden Ratio analysis are found by the tool to separate beautiful faces from ordinary faces. That is, the test results on the ordinary human group slightly differ from the test results of the beautiful human group. Further work is needed to demarcate these groups using a better approach Unattractive Human Faces The ratio results of the unattractive human faces (Caucasian, Indian, Asian, Latino, and African) as shown in

6 164 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'18 4 References [1] M. Bartlett, J. Hager, P. Ekman, and T. Sejnowski, Measuring facial expressions by computer image analysis, Psychophysiology, vol. 36, pp , [2] M. Castrillon, O. Deniz, D. Hernandez, and J. Lorenzo, A comparison of face and facial feature detectors based on the Viola-Jones general object detection framework, Machine Vision and Applications, pp , [3] T. Cohn, D. Cooper, C. Taylor, and J. Graham, Active shape models - their training and application, Computer Vision and Image Understanding, vol. 61, no. 1, pp , [4] T. Cootes, G. Edwards, and C. Taylor, Active appearance models, Proceedings of the European Conference, vol. 2, pp , [5] N. Farajzadeh, K. Faez, and G. Pan, Study on the performance of moments as invariant descriptors for practical face recognition systems, IET Computer Vision, vol. 4, no. 4, pp , December [6] K. Pulli, A. Baksheev, K. Kornyakov, and V. Eruhimov, Real-time computer vision with OpenCV, Communications of the ACM, vol. 55, pp , 2012). [7] D. Zaidel and M. Hessamian, Asymmetry and symmetry in the beauty of human faces, Symmetry, vol. 2, pp , [8] D. Huang, C. Shan, M. Ardabilian, Y. Wang, and L. Chen, Local binary patterns and its application to facial image analysis: a survey, IEEE Transactions on Systems, man, and cybernetics, vol. 41, no. 6, pp , [9] Y. Wei, Research on facial expression recognition and synthesis, Master Thesis Dep. Comput. Technol. Nanjing, [10] K. Messer, J. Matas, J. Kittler, and K. Jonsson, XM2VTSDB: The extended M2VTS database, Proceedings of the Second International Conference on Audio and Videobased Biometric Person Authentication (AVBPA 99), Washington D.C., 1999.

ABSTRACT. An Android application FaceAnalysis is designed to analyze a human face from

ABSTRACT. An Android application FaceAnalysis is designed to analyze a human face from ABSTRACT An Android application FaceAnalysis is designed to analyze a human face from a photograph. Users can take a photo by a custom camera or choose a picture by the Google Gallery. Then the application

More information

Criminal Identification System Using Face Detection and Recognition

Criminal Identification System Using Face Detection and Recognition Criminal Identification System Using Face Detection and Recognition Piyush Kakkar 1, Mr. Vibhor Sharma 2 Information Technology Department, Maharaja Agrasen Institute of Technology, Delhi 1 Assistant Professor,

More information

Mouse Pointer Tracking with Eyes

Mouse Pointer Tracking with Eyes Mouse Pointer Tracking with Eyes H. Mhamdi, N. Hamrouni, A. Temimi, and M. Bouhlel Abstract In this article, we expose our research work in Human-machine Interaction. The research consists in manipulating

More information

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

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

More information

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

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

Gender Classification Technique Based on Facial Features using Neural Network

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

More information

Cross-pose Facial Expression Recognition

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

More information

Fast Face Detection Assisted with Skin Color Detection

Fast Face Detection Assisted with Skin Color Detection IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 4, Ver. II (Jul.-Aug. 2016), PP 70-76 www.iosrjournals.org Fast Face Detection Assisted with Skin Color

More information

Project Report for EE7700

Project Report for EE7700 Project Report for EE7700 Name: Jing Chen, Shaoming Chen Student ID: 89-507-3494, 89-295-9668 Face Tracking 1. Objective of the study Given a video, this semester project aims at implementing algorithms

More information

HUMAN S FACIAL PARTS EXTRACTION TO RECOGNIZE FACIAL EXPRESSION

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

More information

FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU

FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU FACE DETECTION AND RECOGNITION OF DRAWN CHARACTERS HERMAN CHAU 1. Introduction Face detection of human beings has garnered a lot of interest and research in recent years. There are quite a few relatively

More information

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

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

More information

Automatic Detecting Neutral Face for Face Authentication and Facial Expression Analysis

Automatic Detecting Neutral Face for Face Authentication and Facial Expression Analysis From: AAAI Technical Report SS-03-08. Compilation copyright 2003, AAAI (www.aaai.org). All rights reserved. Automatic Detecting Neutral Face for Face Authentication and Facial Expression Analysis Ying-li

More information

Boosting Coded Dynamic Features for Facial Action Units and Facial Expression Recognition

Boosting Coded Dynamic Features for Facial Action Units and Facial Expression Recognition Boosting Coded Dynamic Features for Facial Action Units and Facial Expression Recognition Peng Yang Qingshan Liu,2 Dimitris N. Metaxas Computer Science Department, Rutgers University Frelinghuysen Road,

More information

Face Recognition based Only on Eyes Information and Local Binary Pattern

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

More information

Human Face Classification using Genetic Algorithm

Human Face Classification using Genetic Algorithm Human Face Classification using Genetic Algorithm Tania Akter Setu Dept. of Computer Science and Engineering Jatiya Kabi Kazi Nazrul Islam University Trishal, Mymenshing, Bangladesh Dr. Md. Mijanur Rahman

More information

Facial Feature Extraction Based On FPD and GLCM Algorithms

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

More information

Illumination Invariant Face Recognition Based on Neural Network Ensemble

Illumination Invariant Face Recognition Based on Neural Network Ensemble Invariant Face Recognition Based on Network Ensemble Wu-Jun Li 1, Chong-Jun Wang 1, Dian-Xiang Xu 2, and Shi-Fu Chen 1 1 National Laboratory for Novel Software Technology Nanjing University, Nanjing 210093,

More information

A Simple Approach to Facial Expression Recognition

A Simple Approach to Facial Expression Recognition Proceedings of the 2007 WSEAS International Conference on Computer Engineering and Applications, Gold Coast, Australia, January 17-19, 2007 456 A Simple Approach to Facial Expression Recognition MU-CHUN

More information

Machine Learning for Signal Processing Detecting faces (& other objects) in images

Machine Learning for Signal Processing Detecting faces (& other objects) in images Machine Learning for Signal Processing Detecting faces (& other objects) in images Class 8. 27 Sep 2016 11755/18979 1 Last Lecture: How to describe a face The typical face A typical face that captures

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

Face Analysis using Curve Edge Maps

Face Analysis using Curve Edge Maps Face Analysis using Curve Edge Maps Francis Deboeverie 1, Peter Veelaert 2 and Wilfried Philips 1 1 Ghent University - Image Processing and Interpretation/IBBT, St-Pietersnieuwstraat 41, B9000 Ghent, Belgium

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

Progress Report of Final Year Project

Progress Report of Final Year Project Progress Report of Final Year Project Project Title: Design and implement a face-tracking engine for video William O Grady 08339937 Electronic and Computer Engineering, College of Engineering and Informatics,

More information

Robust Facial Expression Classification Using Shape and Appearance Features

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

More information

Facial Expression Detection Using Implemented (PCA) Algorithm

Facial Expression Detection Using Implemented (PCA) Algorithm Facial Expression Detection Using Implemented (PCA) Algorithm Dileep Gautam (M.Tech Cse) Iftm University Moradabad Up India Abstract: Facial expression plays very important role in the communication with

More information

SUSPECT IDENTIFICATION BY MATCHING COMPOSITE SKETCH WITH MUG-SHOT

SUSPECT IDENTIFICATION BY MATCHING COMPOSITE SKETCH WITH MUG-SHOT SUSPECT IDENTIFICATION BY MATCHING COMPOSITE SKETCH WITH MUG-SHOT 1 SHUBHANGI A. WAKODE, 2 SUNIL R. GUPTA 1,2 Department of Electronics Engineering, J. D. College of Engineering & Management Nagpur, M.S.,

More information

Implementation of Face Detection System Using Haar Classifiers

Implementation of Face Detection System Using Haar Classifiers Implementation of Face Detection System Using Haar Classifiers H. Blaiech 1, F.E. Sayadi 2 and R. Tourki 3 1 Departement of Industrial Electronics, National Engineering School, Sousse, Tunisia 2 Departement

More information

Subject-Oriented Image Classification based on Face Detection and Recognition

Subject-Oriented Image Classification based on Face Detection and Recognition 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm

Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm Face and Facial Expression Detection Using Viola-Jones and PCA Algorithm MandaVema Reddy M.Tech (Computer Science) Mailmv999@gmail.com Abstract Facial expression is a prominent posture beneath the skin

More information

Face Objects Detection in still images using Viola-Jones Algorithm through MATLAB TOOLS

Face Objects Detection in still images using Viola-Jones Algorithm through MATLAB TOOLS Face Objects Detection in still images using Viola-Jones Algorithm through MATLAB TOOLS Dr. Mridul Kumar Mathur 1, Priyanka Bhati 2 Asst. Professor (Selection Grade), Dept. of Computer Science, LMCST,

More information

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory

Computers and Mathematics with Applications. An embedded system for real-time facial expression recognition based on the extension theory Computers and Mathematics with Applications 61 (2011) 2101 2106 Contents lists available at ScienceDirect Computers and Mathematics with Applications journal homepage: www.elsevier.com/locate/camwa An

More information

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

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

More information

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

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

More information

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

Face Image Retrieval Using Pose Specific Set Sparse Feature Representation

Face Image Retrieval Using Pose Specific Set Sparse Feature Representation 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. 9, September 2014,

More information

Computer and Machine Vision

Computer and Machine Vision Computer and Machine Vision Lecture Week 10 Part-2 Skeletal Models and Face Detection March 21, 2014 Sam Siewert Outline of Week 10 Lab #4 Overview Lab #5 and #6 Extended Lab Overview SIFT and SURF High

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

Skin and Face Detection

Skin and Face Detection Skin and Face Detection Linda Shapiro EE/CSE 576 1 What s Coming 1. Review of Bakic flesh detector 2. Fleck and Forsyth flesh detector 3. Details of Rowley face detector 4. Review of the basic AdaBoost

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

Face Tracking in Video

Face Tracking in Video Face Tracking in Video Hamidreza Khazaei and Pegah Tootoonchi Afshar Stanford University 350 Serra Mall Stanford, CA 94305, USA I. INTRODUCTION Object tracking is a hot area of research, and has many practical

More information

A HYBRID APPROACH BASED ON PCA AND LBP FOR FACIAL EXPRESSION ANALYSIS

A HYBRID APPROACH BASED ON PCA AND LBP FOR FACIAL EXPRESSION ANALYSIS A HYBRID APPROACH BASED ON PCA AND LBP FOR FACIAL EXPRESSION ANALYSIS K. Sasikumar 1, P. A. Ashija 2, M. Jagannath 2, K. Adalarasu 3 and N. Nathiya 4 1 School of Electronics Engineering, VIT University,

More information

Age Invariant Face Recognition Aman Jain & Nikhil Rasiwasia Under the Guidance of Prof R M K Sinha EE372 - Computer Vision and Document Processing

Age Invariant Face Recognition Aman Jain & Nikhil Rasiwasia Under the Guidance of Prof R M K Sinha EE372 - Computer Vision and Document Processing Age Invariant Face Recognition Aman Jain & Nikhil Rasiwasia Under the Guidance of Prof R M K Sinha EE372 - Computer Vision and Document Processing A. Final Block Diagram of the system B. Detecting Facial

More information

Multi-Modal Human- Computer Interaction

Multi-Modal Human- Computer Interaction Multi-Modal Human- Computer Interaction Attila Fazekas University of Debrecen, Hungary Road Map Multi-modal interactions and systems (main categories, examples, benefits) Face detection, facial gestures

More information

ARE you? CS229 Final Project. Jim Hefner & Roddy Lindsay

ARE you? CS229 Final Project. Jim Hefner & Roddy Lindsay ARE you? CS229 Final Project Jim Hefner & Roddy Lindsay 1. Introduction We use machine learning algorithms to predict attractiveness ratings for photos. There is a wealth of psychological evidence indicating

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

Classification of Upper and Lower Face Action Units and Facial Expressions using Hybrid Tracking System and Probabilistic Neural Networks

Classification of Upper and Lower Face Action Units and Facial Expressions using Hybrid Tracking System and Probabilistic Neural Networks Classification of Upper and Lower Face Action Units and Facial Expressions using Hybrid Tracking System and Probabilistic Neural Networks HADI SEYEDARABI*, WON-SOOK LEE**, ALI AGHAGOLZADEH* AND SOHRAB

More information

IBM Research Report. Automatic Neutral Face Detection Using Location and Shape Features

IBM Research Report. Automatic Neutral Face Detection Using Location and Shape Features RC 22259 (W0111-073) November 27, 2001 Computer Science IBM Research Report Automatic Neutral Face Detection Using Location and Shape Features Ying-Li Tian, Rudolf M. Bolle IBM Research Division Thomas

More information

Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models

Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models SICE-ICASE International Joint Conference 2006 Oct. 8-2, 2006 in Bexco, Busan, Korea Color-based Face Detection using Combination of Modified Local Binary Patterns and embedded Hidden Markov Models Phuong-Trinh

More information

Postprint.

Postprint. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at 14th International Conference of the Biometrics Special Interest Group, BIOSIG, Darmstadt, Germany, 9-11 September,

More information

MINIMUM SET OF GEOMETRIC FEATURES IN FACE RECOGNITION

MINIMUM SET OF GEOMETRIC FEATURES IN FACE RECOGNITION MINIMUM SET OF GEOMETRIC FEATURES IN FACE RECOGNITION Ivana Atanasova European University - RM Skopje, RM Biljana Perchinkova European University RM Skopje, RM ABSTRACT Biometric technology is often used

More information

Waleed Pervaiz CSE 352

Waleed Pervaiz CSE 352 Waleed Pervaiz CSE 352 Computer Vision is the technology that enables machines to see and obtain information from digital images. It is seen as an integral part of AI in fields such as pattern recognition

More information

Facial-component-based Bag of Words and PHOG Descriptor for Facial Expression Recognition

Facial-component-based Bag of Words and PHOG Descriptor for Facial Expression Recognition Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Facial-component-based Bag of Words and PHOG Descriptor for Facial Expression

More information

Facial Animation System Design based on Image Processing DU Xueyan1, a

Facial Animation System Design based on Image Processing DU Xueyan1, a 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 206) Facial Animation System Design based on Image Processing DU Xueyan, a Foreign Language School, Wuhan Polytechnic,

More information

Face Image Quality Assessment for Face Selection in Surveillance Video using Convolutional Neural Networks

Face Image Quality Assessment for Face Selection in Surveillance Video using Convolutional Neural Networks Face Image Quality Assessment for Face Selection in Surveillance Video using Convolutional Neural Networks Vignesh Sankar, K. V. S. N. L. Manasa Priya, Sumohana Channappayya Indian Institute of Technology

More information

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

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

More information

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

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

More information

Disguised Face Identification Based Gabor Feature and SVM Classifier

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

More information

MediaTek Video Face Beautify

MediaTek Video Face Beautify MediaTek Video Face Beautify November 2014 2014 MediaTek Inc. Table of Contents 1 Introduction... 3 2 The MediaTek Solution... 4 3 Overview of Video Face Beautify... 4 4 Face Detection... 6 5 Skin Detection...

More information

Facial Ethnicity Classification based on Boosted Local Texture and Shape Descriptions

Facial Ethnicity Classification based on Boosted Local Texture and Shape Descriptions Facial Ethnicity Classification based on Boosted Local Texture and Shape Descriptions Huaxiong Ding, Di Huang, IEEE Member, Yunhong Wang, IEEE Member, Liming Chen, IEEE Member, Abstract Ethnicity is a

More information

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION Panca Mudjirahardjo, Rahmadwati, Nanang Sulistiyanto and R. Arief Setyawan Department of Electrical Engineering, Faculty of

More information

C.R VIMALCHAND ABSTRACT

C.R VIMALCHAND ABSTRACT International Journal of Scientific & Engineering Research, Volume 5, Issue 3, March-2014 1173 ANALYSIS OF FACE RECOGNITION SYSTEM WITH FACIAL EXPRESSION USING CONVOLUTIONAL NEURAL NETWORK AND EXTRACTED

More information

Detecting Faces in Images. Detecting Faces in Images. Finding faces in an image. Finding faces in an image. Finding faces in an image

Detecting Faces in Images. Detecting Faces in Images. Finding faces in an image. Finding faces in an image. Finding faces in an image Detecting Faces in Images Detecting Faces in Images 37 Finding face like patterns How do we find if a picture has faces in it Where are the faces? A simple solution: Define a typical face Find the typical

More information

Model-Based Face Computation

Model-Based Face Computation Model-Based Face Computation 1. Research Team Project Leader: Post Doc(s): Graduate Students: Prof. Ulrich Neumann, IMSC and Computer Science John P. Lewis Hea-juen Hwang, Zhenyao Mo, Gordon Thomas 2.

More information

Tracking facial features using low resolution and low fps cameras under variable light conditions

Tracking facial features using low resolution and low fps cameras under variable light conditions Tracking facial features using low resolution and low fps cameras under variable light conditions Peter Kubíni * Department of Computer Graphics Comenius University Bratislava / Slovakia Abstract We are

More information

ABSTRACT. With the advancement of computing power available on most home computers,

ABSTRACT. With the advancement of computing power available on most home computers, ABSTRACT With the advancement of computing power available on most home computers, interacting with the computer by visual means is becoming possible and probable. Computer vision provides the ability

More information

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.5, May 2009 181 A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods Zahra Sadri

More information

Genetic Model Optimization for Hausdorff Distance-Based Face Localization

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

More information

Human Body Shape Deformation from. Front and Side Images

Human Body Shape Deformation from. Front and Side Images Human Body Shape Deformation from Front and Side Images Yueh-Ling Lin 1 and Mao-Jiun J. Wang 2 Department of Industrial Engineering and Engineering Management, National Tsing Hua University, Hsinchu, Taiwan

More information

FACIAL MOVEMENT BASED PERSON AUTHENTICATION

FACIAL MOVEMENT BASED PERSON AUTHENTICATION FACIAL MOVEMENT BASED PERSON AUTHENTICATION Pengqing Xie Yang Liu (Presenter) Yong Guan Iowa State University Department of Electrical and Computer Engineering OUTLINE Introduction Literature Review Methodology

More information

FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM

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

More information

Texture Features in Facial Image Analysis

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

More information

IMAGE PREPROCESSING WITH SYMMETRICAL FACE IMAGES IN FACE RECOGNITION AND REGRESSION CLASSIFICATION

IMAGE PREPROCESSING WITH SYMMETRICAL FACE IMAGES IN FACE RECOGNITION AND REGRESSION CLASSIFICATION ISSN: 2186-2982 (P), 2186-2990 (O), Japan, DOI: https://doi.org/10.21660/2018.50. IJCST32 Special Issue on Science, Engineering & Environment IMAGE PREPROCESSING WITH SYMMETRICAL FACE IMAGES IN FACE RECOGNITION

More information

Region Segmentation for Facial Image Compression

Region Segmentation for Facial Image Compression Region Segmentation for Facial Image Compression Alexander Tropf and Douglas Chai Visual Information Processing Research Group School of Engineering and Mathematics, Edith Cowan University Perth, Australia

More information

Real-time Automatic Facial Expression Recognition in Video Sequence

Real-time Automatic Facial Expression Recognition in Video Sequence www.ijcsi.org 59 Real-time Automatic Facial Expression Recognition in Video Sequence Nivedita Singh 1 and Chandra Mani Sharma 2 1 Institute of Technology & Science (ITS) Mohan Nagar, Ghaziabad-201007,

More information

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks

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

More information

FACE DETECTION BY HAAR CASCADE CLASSIFIER WITH SIMPLE AND COMPLEX BACKGROUNDS IMAGES USING OPENCV IMPLEMENTATION

FACE DETECTION BY HAAR CASCADE CLASSIFIER WITH SIMPLE AND COMPLEX BACKGROUNDS IMAGES USING OPENCV IMPLEMENTATION FACE DETECTION BY HAAR CASCADE CLASSIFIER WITH SIMPLE AND COMPLEX BACKGROUNDS IMAGES USING OPENCV IMPLEMENTATION Vandna Singh 1, Dr. Vinod Shokeen 2, Bhupendra Singh 3 1 PG Student, Amity School of Engineering

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

extracted from the input image. Moreover, the pixels on the edges (edge pixels) are extracted by using the Canny method [4] (Fig. 2).

extracted from the input image. Moreover, the pixels on the edges (edge pixels) are extracted by using the Canny method [4] (Fig. 2). Proceedings of the IIEEJ Image Electronics and Visual Computing Workshop 2012 Kuching, Malaysia, November 21-24, 2012 FACE DETECTION AND FACE ECOGNITION OF CATOON CHAACTES USING FEATUE EXTACTION Kohei

More information

Bus Detection and recognition for visually impaired people

Bus Detection and recognition for visually impaired people Bus Detection and recognition for visually impaired people Hangrong Pan, Chucai Yi, and Yingli Tian The City College of New York The Graduate Center The City University of New York MAP4VIP Outline Motivation

More information

Image Processing Pipeline for Facial Expression Recognition under Variable Lighting

Image Processing Pipeline for Facial Expression Recognition under Variable Lighting Image Processing Pipeline for Facial Expression Recognition under Variable Lighting Ralph Ma, Amr Mohamed ralphma@stanford.edu, amr1@stanford.edu Abstract Much research has been done in the field of automated

More information

Face Analysis Using Curve Edge Maps

Face Analysis Using Curve Edge Maps Face Analysis Using Curve Edge Maps Francis Deboeverie 1, Peter Veelaert 2, and Wilfried Philips 1 1 Ghent University - Image Processing and Interpretation/IBBT, St-Pietersnieuwstraat 41, B9000 Ghent,

More information

A Real Time Facial Expression Classification System Using Local Binary Patterns

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

More information

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2 International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng

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

Face Recognition for Mobile Devices

Face Recognition for Mobile Devices Face Recognition for Mobile Devices Aditya Pabbaraju (adisrinu@umich.edu), Srujankumar Puchakayala (psrujan@umich.edu) INTRODUCTION Face recognition is an application used for identifying a person from

More information

Extensive Facial Landmark Localization with Coarse-to-fine Convolutional Network Cascade

Extensive Facial Landmark Localization with Coarse-to-fine Convolutional Network Cascade 2013 IEEE International Conference on Computer Vision Workshops Extensive Facial Landmark Localization with Coarse-to-fine Convolutional Network Cascade Erjin Zhou Haoqiang Fan Zhimin Cao Yuning Jiang

More information

Janitor Bot - Detecting Light Switches Jiaqi Guo, Haizi Yu December 10, 2010

Janitor Bot - Detecting Light Switches Jiaqi Guo, Haizi Yu December 10, 2010 1. Introduction Janitor Bot - Detecting Light Switches Jiaqi Guo, Haizi Yu December 10, 2010 The demand for janitorial robots has gone up with the rising affluence and increasingly busy lifestyles of people

More information

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

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

More information

Matching Composite Sketches to Facial Photos using Component-based Approach

Matching Composite Sketches to Facial Photos using Component-based Approach Matching Composite Sketches to Facial Photos using Component-based Approach Archana Uphade P.G.Student Department of Computer Engineering Late G.N.Sapkal College of Engineering, Anjaneri, Nasik J.V. Shinde

More information

Parallel Tracking. Henry Spang Ethan Peters

Parallel Tracking. Henry Spang Ethan Peters Parallel Tracking Henry Spang Ethan Peters Contents Introduction HAAR Cascades Viola Jones Descriptors FREAK Descriptor Parallel Tracking GPU Detection Conclusions Questions Introduction Tracking is a

More information

A New Feature Local Binary Patterns (FLBP) Method

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

More information

University of Huddersfield Repository

University of Huddersfield Repository University of Huddersfield Repository Wood, R. and Olszewska, Joanna Isabelle Lighting Variable AdaBoost Based On System for Robust Face Detection Original Citation Wood, R. and Olszewska, Joanna Isabelle

More information

Face Alignment with Part-Based Modeling

Face Alignment with Part-Based Modeling KAZEMI, SULLIVAN: FACE ALIGNMENT WITH PART-BASED MODELING 1 Face Alignment with Part-Based Modeling Vahid Kazemi vahidk@nada.kth.se Josephine Sullivan sullivan@nada.kth.se CVAP KTH Institute of Technology

More information

Vehicle Logo Recognition using Image Matching and Textural Features

Vehicle Logo Recognition using Image Matching and Textural Features Vehicle Logo Recognition using Image Matching and Textural Features Nacer Farajzadeh Faculty of IT and Computer Engineering Azarbaijan Shahid Madani University Tabriz, Iran n.farajzadeh@azaruniv.edu Negin

More information

Assessment of Building Classifiers for Face Detection

Assessment of Building Classifiers for Face Detection Acta Universitatis Sapientiae Electrical and Mechanical Engineering, 1 (2009) 175-186 Assessment of Building Classifiers for Face Detection Szidónia LEFKOVITS Department of Electrical Engineering, Faculty

More information

Categorization by Learning and Combining Object Parts

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

More information

1. INTRODUCTION. AMS Subject Classification. 68U10 Image Processing

1. INTRODUCTION. AMS Subject Classification. 68U10 Image Processing ANALYSING THE NOISE SENSITIVITY OF SKELETONIZATION ALGORITHMS Attila Fazekas and András Hajdu Lajos Kossuth University 4010, Debrecen PO Box 12, Hungary Abstract. Many skeletonization algorithms have been

More information

LIP ACTIVITY DETECTION FOR TALKING FACES CLASSIFICATION IN TV-CONTENT

LIP ACTIVITY DETECTION FOR TALKING FACES CLASSIFICATION IN TV-CONTENT LIP ACTIVITY DETECTION FOR TALKING FACES CLASSIFICATION IN TV-CONTENT Meriem Bendris 1,2, Delphine Charlet 1, Gérard Chollet 2 1 France Télécom R&D - Orange Labs, France 2 CNRS LTCI, TELECOM-ParisTech,

More information