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

Size: px
Start display at page:

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

Transcription

1 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 Pham-Ngoc and Kang-Hyun Jo Graduate School of Electrical Engineering, University of Ulsan, Korea (Tel : ; {equation/jkh2005}@islab.ulsan.ac.kr) Abstract: This paper presents an improved face detection method for color images. We propose a boosted skin-color model in RGB space which can reduce more effectively noises forming from similar skin colors. With our solution, we receive more reasonable skin detection for different human races. We modified Local Binary Pattern (LBP) by adding a set of spatial templates. This LBP considers both principal local shapes and spatial textures of facial components. Human face is represented by LBP histogram. Moreover, the grayscale image of human face is changed to Discrete Cosine Transform (DCT) coefficients used in embedded Hidden Markov Models (ehmms). A modified LBP (mlbp) histogram matching and ehmms are composed to hierarchical classifier to determine whether skin regions are faces or not. The experiments show that our method performs a better capability for face detection in complex environments than using separately ehmms or LBP histogram. The correct face detection rate of proposed system is over 94% among our test database which consists totally 485 single and multi-face color images of 429 persons in different lighting conditions, face rotations, occlusions and complex backgrounds from different sources: Caltech face database, Sumgmug image library, family photos, personal digital images and world wide web. Keywords: Face detection, skin segmentation, Local Binary Patterns, embedded Hidden Markov Models.. INTRODUCTION Face detection is a key step of the automatic face analysis system. In recent years, many face detection methods have been published and have achieved some encouraging results. A comprehensive survey on face detection in images can be found in [9]. In general, we can divide those approaches into two categories: model-based technique and feature-based technique. The first one assumes that a face can be represented as a whole unit. Several statistical learning mechanisms are explored to characterize face patterns, such as neural network, Bayes classifier and boosting algorithm. The second category considers a face as a collection of components. Important facial features such as eyes, nose and mouth are extracted, and by using their locations and relationships, the faces are detected []. Among feature-based face detection methods, using skin color as a detection cue is very popular. Skin color is important and powerful information for human face. It can be used as the first step in face detection process in color images. Many researchers use skin color models to locate potential face regions and then examine the locations of faces by analyzing each face candidate s shape and physical geometric information []. In order to represent to human face, what features are invariant for face detection is still an open problem. Previous researchers presented many representations for facial feature extraction, such as edges, rectangle features and Gabor [,8,0]. In this paper, we propose an improved face detection method in color images. A boosted skin color model performs more reasonable skin segmentation. Unreasonable skin regions are discarded by physical geometric conditions of human face. Reasonable ones are prevented by replacing them with elliptic skin regions. Finally, we receive the most potential ones considered as face candidates. Next, we present an improved LBP considering not only local spatial textures but also principal local shapes. The human face is divided into two parts and each of them gives us one developed LBP histogram. The mixed histogram formed from these two histograms is considered as facial representation. A hierarchical classifier combining proposed LBP histogram matching and ehmms is used to identify whether face candidate as human face or not. This paper is organized as follows: face localization with proposed skin-color model is introduced in section 2. In the next section, we will present an improved LBP. A discriminant analysis of this LBP histogram is described in section 4. Then we introduce a hierarchical classification for face detection system in section 5. The experimental results are given and analized in section 6. Finally, we will give conclusions in section FACE LOCALIZATION The use of color information can simplify the task of face location in complex environments. It allows fast processing and is highly robust to geometric variations of the face pattern. Therefore, we use skin color detection as the first step in detecting faces. 2. Skin color model For skin color detection task, many colorspaces with different properties have been applied. Many researchers have achieved some results with RGB, normalized rgb, HSI, YCrCb and RGB-space ratios. A survey of skin color detection can be found in [7]. In order to obtain better skin detection, we create an improved skin-color model in RGB space. It can reduce

2 effectively similar-skin colors causing noises in skin segmentation. These colors can be yellow, white, orange, pink or red. Other skin models such as the works of Lin [3] and Peer [5] show nice skin segmentation but they are still sensitive to retain those non-skin colors. Lin model often retains similar yellow color and Peer model is sensitive to keep red color. This weak point sometimes becomes a serious problem because non-skin regions are retained too many to determine correct face regions. Our way is to build a skin classifier to define explicitly the boundaries of skin cluster in RGB space. This method is simple to lead a rapid classifier. Decision rules of our skin modeling are as follows:, if a set of conditionsissatisfied δ ( P( x, y)) = 0, otherwise where P(x,y) is an image pixel and a set of conditions are listed in table. Table. A set of conditions defining skin pixel. These conditions should be satisfied simultaneously. R (R-G) (G-B) B G [70,85] [30,55] [-5,35] [20,255] [30,255] [86,00] [30,60] [-5,40] [30,255] [40,255] [0,50] (R-G) (G-B) (R-B) (R+B-2G) G [0,7] [-2,0] [5,75] - - [8,30] [-255,-0] or [25,45] - [-5,285] - [3,70] [-5,90] [-255,20] [-20,285] [50,255] [7,75] [-5,0] [-255,70] - [50,255] [5,200] (R-G) (G-B) (R-B) (R+B-2G) B [5,20] [0,40] [20,255] [-20,285] - [2,30]] [-5,0] [20,255] [35,285] - [3,85] [-5,70] [20,255] [0,285] [40,255] [20,255] (R-G) (G-B) (R+B-2G) [5,25] [40,70] [-30,285] [26,00] [0,70] [-5,285] In fact, the strongest component among R, G, B defines the color. For skin color, generally R component is always the strongest one because human skin has the special expression of blood color. According to [5] and our experiment, in general, if R value is smaller than 70, the effect of R component is not enough to describe skin color; the color can be dark red, brown, green or black. If R is greater than 70 but G and B are smaller than 40 and 20 respectively, the color is strong red or dark red. Besides, if R is too greater than G or B, the color can be real red, light red, pink, yellow or orange. And the color is white or light yellow, if R value is too close to G and B. It means the color is not skin color if the differences between R, G and B are too big or small or R value is smaller than 70. The level of red color affects the decision rule of our skin model. Approximately, we divide R value larger than 70 into five main ranges. So our work is adjusting reasonable differences between R, G and B according to these ranges. The proposed solution shown in table gives more reasonable skin detection for different human races. Some skin detection results shown in Fig. prove the advantage of our skin model. (a) (b) (c) (d) Fig. Comparison of skin detection results: (a) original colored image; (b), (c) and (d): skin detection results of [3], [5] and our skin model respectively. 2.2 Face candidate localization An overview of face detection system is described in Fig. 2. Fig. 2 Face detection system scheme After skin segmentation, we label connected skin regions and erase the regions whose areas are smaller than the threshold. In our experiment, this threshold is 08 pixels considered as half of the smallest face to be detected. We call this step reducing small noise. Besides, because skin segmentation is effected by different light conditions, maybe we lose some face regions. We will recover those necessary regions by labeling connected non-skin regions in each skin regions and change them into skin ones. This process ignores non-skin regions connecting directly to boundaries of their skin regions and non-skin regions whose areas are bigger than selected thresholds. With skin regions having properties of human faces, we preserve them by covering their areas with skin ellipses. Those works are very important for our face localization step because we will use strong conditions of intensity histogram of skin pixels to separate connected faces. In some cases, human faces in images can be connected together or connected with other things such as hand, arm. This is one of challenges for face detection problem. Without those processes above, we may reduce or lose correct faces under strong separation. After dividing connected objects, we reject non-face skin regions by some

3 physical geometric conditions. Finally, we get the most reasonable skin regions considered as face candidates. Those candidates are changed to 72x93 grayscale images used in hierarchical classification. We will introduce it in next sections. 3. A MODIFIED LBP FOR FACE REPRESENTATION Human face is a near-regular texture pattern generated by facial components and their configuration. By considering facial components such as eyebrow, eye, pupil, nose and face boundary, we select 8 main different spatial templates shown in Fig. 3 to preserve information about shape of facial component. (0) () (2) (3) In fact, mlbp gives us information about both local shapes through 8 spatial templates and local textures. We retrieve more information to distinguish face and non-face objects. We use this mlbp histogram to represent a face. Because of occlusion by sun glasses, human body parts or other complex objects, some parts of human faces can be occluded. If we only use single mlbp histogram for the whole face candidate image, occlusion will affect matching algorithm seriously. In general, human face has two most important parts: the upper part from nose up to forehead and the lower part from nose down to neck which includes the top of nose, mouth, lips, chin and neck. So we should calculate each part by individual histogram. And these two histograms are connected sequentially to create one mixed 255x2 bin histogram representing to face candidate image. By this way, we can reduce effectively the influence of occlusion. Fig. 5 shows gray image sample, its mlbp image and mixed histogram. (4) (5) (6) (7) Fig. 3 Spatial templates. With only those spatial templates, we can describe all facial components; for example, eyebrow can be described by a union of templates 3, and 2. However, we combine both those spatial informations and local texture informations to improve the capacity of describing faces. We improved LBP algorithm with new rules according to proposed spatial templates. The original LBP [6] is a grayscale irrelevant texture operator with powerful discrimination. From original algorithm, LBP has been improved to different goals such as overcoming illumination problem [2]. In our method, instead of considering the central pixel P C only with its each neighborhood pixel as original LBP operator did, we use each pair of two neighborhood pixels (P i,p i2 ) according to spatial templates to compare with the central pixel P C. Eight spatial templates form 8 binary digits of mlbp number. So mlbp operator produces 256 different mlbp values. Function () gives the computation of mlbp number. mlbp = 7 i= 0 S i ( x) 2 i where S i is the i th binary digit of mlbp number;, ( PC > Pi ) and ( PC > Pi 2 ) Si ( x) = 0, otherwise An example of mlbp operation is given in Fig. 4. Fig. 4 An example of modified LBP operation. () (a) (b) (c) Fig. 5 (a) Image sample, (b) mlbp image and (c) mixed mlbp histograms (255x2 bins). Given an image I, one mlbp 255x2 bin histogram is denoted by H mlbpmix (I). There are many methods of measuring similarity between two histograms. In our experiments, we adopt error measurement because it is simple and fast computation. A distance measurement is defined as: D ( H( I), H( I2)) = Hi n i= mlbpmix ( I ) H mlbpmix i ( I ) where H mlbp (I ) and H mlbp (I 2 ) are two mixed mlbp 255x2 bin histograms, and n is the number of bins. 2 (2) 4. DISCRIMINANT ANALYSIS OF MIXED MLBP HISTOGRAM 4. Face and non-face class selection Face detection will become an easy problem if we have clearly face and non-face class modeling. However, it is difficult to model non-face class because anything which is not a face belongs to non-face class. In our method, because of boosted skin color model having advantage of reducing non-skin color, the results of face localizations are mostly human body parts such as face, hand, arm, shoulder, ear, leg. We collect 90 frontal and profile face images to create face samples. With non-face class, we choose three main non-face objects creating non-face samples: arm (0 samples), hand (3 samples) and noise (56 samples). All samples are 72x93 size color images. In our experiments, those samples are enough to represent face and non-face classes. Fig. 6

4 shows some randomly chosen non-face samples. Fig. 6 Non-face samples; (a) noise; (b) arm; (c) hand. All face and non-face samples are used for discriminant analysis of mixed mlbp histogram to distinguish face and non-face objects. We will introduce it in detail in the next part. 4.2 Discriminant analysis of mixed mlbp Histogram matching is a direct approach for object recognition. In this approach, we apply histogram error as a distance measure to object recognition. Given a face database with m samples, for any sample P, we change it from color image to grayscale one and define its histogram-matching feature as the average distance to face training samples as follows: m f face( P) = D( H ( P), H ( X i )) (3) m i= where X i is a face training sample. This mixed mlbp histogram has the discriminating ability between face and non-face patterns. To demonstrate this property, we can see Fig. 7 which shows the positive and negative distance measure distribution over 56 face samples and 2 non-face samples. distance measure non-face face images Fig. 7 Distribution of distance measure. With this feature f face, we use thresholds to classify face and non-face objects. Those thresholds T face and capacity of this classification is described in table 2. Table 2. Face detection rate following T face thresholds T face Face detection rate [0,800] 99% [80,3500] 65% >3500 % In range [800,3500] of T face, the classification capability is not good and we improve it by the following feature. With non-face database, for any sample P, we also define its histogram-matching feature as the minimum of three average distances to three non-face object training samples, given by f ( P) min( f ( P), f ( P), f ( P)) (4) nonface = arm hand noise where f arm, f hand, f noise are calculated following to (3). The difference between f nonface and f face shown in Fig. 8 also has the discriminating ability between face and non-face patterns. We call this difference D f, given by D ( P) = f ( P) f ( P) (5) f difference feature Df nonface face non-face face images Fig. 8 Distribution of difference feature D f. We use D f to improve the face detection rate when T face is in [800,3500]. We can define the explicit thresholds T D for D f to distinguish face and non-face patterns. In addition, ehmm is also added to our classification and we will present it in the next part. 5. HIERARCHICAL CLASSIFICATION FOR FACE DETECTION SYSTEM We apply a hierarchical classification scheme for face detection, shown in Fig. 9. Fig. 9 Hierarchical classification. A face candidate is checked under 3 stages and face detection system for this candidate can be stopped in whatever stage which gives face result. The first stage is mixed LBP histogram matching as fine detection stage giving strictly correct face detection. Because of the strict mlbp histogram matching, some human faces can be ignored by the first stage. In next stage, a difference feature D f is used to retain these lost faces. After these stages, face detection rate can reach over 80%. In order to gain the effect of our system, ehmm algorithm is used finally to find lost human faces after the second stage and ignore non-face objects. 5. Mixed mlbp histogram and D f matching As demonstrated in the previous section, our mixed mlbp histogram matching feature f face and difference feature D f have the ability to identify face and non-face. We specify matching conditions for both f face and D f and use them jointly for two first matching stages. The decision rules are as follows:

5 , if ( fface 800) or ( ffaceanddf are as δ ( fface, Df ) = listed intable 3). 0, otherwise Table 3. A set of conditions defining human face f face D f Aspect ratio 0.85 Aspect ratio< [ 800,2500) 0 ~ 400 ~ [ 2500,2900) 300 ~ 500 ~ [ 2900,3500) 300 ~ 400 ~ where aspect ratio is a ratio between the height and the width of one face candidate. After those two stages, if face candidate is still decided as non-face, ehmm is used to check it last time to give the final conclusion. and sizes. On the color image database, finally our system correctly detects 643 faces and produces 69 false detections. The correct face detection rate for our proposed system is 94.32%, which proves that our method is effective in detecting faces. Some frontal face detection examples are shown in Fig Embedded Hidden Markov Models (ehmms) Face detection is regarded as a multi-class pattern classification problem. In our algorithm, we define non-face class as three different sub-classes: arm, hand and noise. It means our face detection is changed to four class pattern classification problem. EHMMs classifier [4] performs pattern recognition for a four-class problem by determining the maximum likelihood to find the most similar class for candidate object. Given training sets of positive and negative samples, we will have four ehmm models corresponding to four classes: face, arm, hand and noise. A face candidate which was ignored by the two first stages of face detection system is checked by ehmm matching. If the result of this face candidate under ehmm stage is non-face, it means finally this is not face and our system stops. 6. EXPERIMENTS We implement the proposed method and conduct experiments to evaluate its effectiveness. Many face databases for testing face detection results are used by researchers such as FERET and CMU face dataset which have gray-scale images only. Because our work is done with color images, we built a color face test dataset. Our face test dataset consists totally 485 color images from different sources: Caltech face database, Smugmug image library, family photos, personal digital images and world wide web. It includes single and multi face images from 429 persons (809 men, 597 women and 23 babies) who are European, Asian, American and African. There are 40 frontal faces and 289 profile ones with variations in rotation, color, position, size and expression. Our face test database also gets images with total 86 occluded faces, 329 faces with glasses and 52 connected faces. These images are taken under complex environments and different lighting conditions. We use this test database to estimate the proposed method. Our system can detect frontal and profile faces under complex backgrounds. With modified skin color model, our method can detect dark skin-tone and bright skin-tone faces in different lighting conditions. It also can detect single and multi faces with different colors Fig 0. Examples of perfect frontal face detection. The results shown in table 4 prove that our method has better result than using only original ehmms or mlbp histogram matching algorithm. Table. 4 Comparison of face detection results Algorithms Correct detected faces Detection rate (%) Fault detection Proposed method mlbp histogram matching ehmms where total faces in test dataset are 742 ones. Moreover, as shown in Fig., the face test dataset demonstrates that our system can solve effectively problems of in-plane face rotation (examples g), occlusion with occluded part less than 50% region of

6 face (examples b and c), sun-glasses (example a), connection (example e) and profile face with the view angle rotation less than 75 o by the vertical axes (examples d, f and g). The results of those problems are described in table 5. Fig. Some successful face detection results. Table 5. Summary face detection results Problem of face detection Face detection rate In-plane face rotation 94% Occluded faces 7% Profile faces 9% However, our method sometimes can fail or miss to detect human faces as shown in Fig. 2. Fig.2 (a) Missing matching; (b) Missing detection; (c) False detection. Faces whose areas are smaller than 26 pixels are often missing detected because of being ignored in face localization step. Missing matchings can be caused by shadows, occlusions Non-face objects similar to face patterns in color and shape cause false detection. One of our future works is overcoming these limitations. 7. CONCLUSIONS In this paper, we proposed an improved face detection system for color images. The advantage of our method is the improved skin color model reducing more noises to give us more potential face candidates. We modified the original LBP feature by combining spatial templates into it to make a developed LBP feature which has more effective information to represent patterns. Our method of using hierarchical scheme combining feature histogram matchings and ehmms for classification performs a good capability for face detection in color images with complex background. Comparing to original ehmms or LBP histogram matching, our method has better face detection results. In future, we plan to apply and develop this system to face recognition task. ACKNOWLEDGEMENT The authors would like to express both financial supports from NARC (Network-based Automation Research Center) and post-bk (Brain Korea) 2 program which are sponsored by both of Ulsan Metropolitan City and MOCIE (Ministry of Commerce, Industry and Energy), and MOE (Ministry of Education and Human Resources Development), respectively. REFERENCES [] R. L. Hsu, M. A. Mottaleb and A. K. Jain, Face Detection in Color Images, IEEE Trans. on PAMI, vol. 24, no. 5, pp , [2] H. Jin, Q. Liu, H. Lu and X. Tong, Face Detection using Improved LBP under Bayesian Framework, Proc. of ICIG, [3] C. Lin and K. C. Fan, A Color-Triangle-Based Approach to the Detection of Human Face, BMCV 2000, vol. 8, pp , May [4] A. Nefian and M. Hayes, Face Recognition using an embedded HMM, Proc. IEEE Conference on Audio and Video-based Biometric Person Authentication, pp. 9-24, 999. [5] P. Peer, J. Kovac and F. Solina, Human Skin Colour Clustering for Face Detection, EUROCON, [6] L. G. Shapiro and G. C. Stockman, Computer Vision, Prentice Hall, New Jersey, 200. [7] V. Vezhnevets, V. Sazonov and A. Andreeva, A Survey on Pixel-Based Skin Color Detection Techniques, Proc. Graphicon, pp , [8] P. Viola and M. Jones, Robust Real-time Object Detection, Proc. IEEE Workshop on Statistical and Theories of Computer Vision, 200. [9] M. H. Yang, D. J. Kriegman and N. Ahuja, Detecing Faces in Images: A Survey, IEEE Trans. on PAMI, vol. 24, no., pp , [0] P. Yang, S. San, W. Gao, S. Z. Li and D. Zhang, Face Recognition using Ada-Boosted Gabor Features, Proc. 6 th IEEE International Conference on AFGR, pp , May [] K. C. Yow and R. Cipolla, Feature-based Human Face Detection, Image and Vision Computing, vol. 5, no. 9, pp , 997.

ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION

ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION ROBUST FACE DETECTION UNDER CHALLENGES OF ROTATION, POSE AND OCCLUSION Phuong-Trinh Pham-Ngoc, Quang-Linh Huynh Department o Biomedical Engineering, Faculty o Applied Science, Hochiminh University o Technology,

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

Face Detection for Skintone Images Using Wavelet and Texture Features

Face Detection for Skintone Images Using Wavelet and Texture Features Face Detection for Skintone Images Using Wavelet and Texture Features 1 H.C. Vijay Lakshmi, 2 S. Patil Kulkarni S.J. College of Engineering Mysore, India 1 vijisjce@yahoo.co.in, 2 pk.sudarshan@gmail.com

More information

Dynamic skin detection in color images for sign language recognition

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

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

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

More information

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

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

More information

Automatic local Gabor features extraction for face recognition

Automatic local Gabor features extraction for face recognition Automatic local Gabor features extraction for face recognition Yousra BEN JEMAA National Engineering School of Sfax Signal and System Unit Tunisia yousra.benjemaa@planet.tn Sana KHANFIR National Engineering

More information

Statistical Approach to a Color-based Face Detection Algorithm

Statistical Approach to a Color-based Face Detection Algorithm Statistical Approach to a Color-based Face Detection Algorithm EE 368 Digital Image Processing Group 15 Carmen Ng Thomas Pun May 27, 2002 Table of Content Table of Content... 2 Table of Figures... 3 Introduction:...

More information

Color Model Based Real-Time Face Detection with AdaBoost in Color Image

Color Model Based Real-Time Face Detection with AdaBoost in Color Image Color Model Based Real-Time Face Detection with AdaBoost in Color Image Yuxin Peng, Yuxin Jin,Kezhong He,Fuchun Sun, Huaping Liu,LinmiTao Department of Computer Science and Technology, Tsinghua University,

More information

CHAPTER 3 FACE DETECTION AND PRE-PROCESSING

CHAPTER 3 FACE DETECTION AND PRE-PROCESSING 59 CHAPTER 3 FACE DETECTION AND PRE-PROCESSING 3.1 INTRODUCTION Detecting human faces automatically is becoming a very important task in many applications, such as security access control systems or contentbased

More information

Image enhancement for face recognition using color segmentation and Edge detection algorithm

Image enhancement for face recognition using color segmentation and Edge detection algorithm Image enhancement for face recognition using color segmentation and Edge detection algorithm 1 Dr. K Perumal and 2 N Saravana Perumal 1 Computer Centre, Madurai Kamaraj University, Madurai-625021, Tamilnadu,

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 Detection Using Convolutional Neural Networks and Gabor Filters

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

More information

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

Color Local Texture Features Based Face Recognition

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

More information

A New Algorithm for Shape Detection

A New Algorithm for Shape Detection IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 3, Ver. I (May.-June. 2017), PP 71-76 www.iosrjournals.org A New Algorithm for Shape Detection Hewa

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

A Survey of Various Face Detection Methods

A Survey of Various Face Detection Methods A Survey of Various Face Detection Methods 1 Deepali G. Ganakwar, 2 Dr.Vipulsangram K. Kadam 1 Research Student, 2 Professor 1 Department of Engineering and technology 1 Dr. Babasaheb Ambedkar Marathwada

More information

Face and Nose Detection in Digital Images using Local Binary Patterns

Face and Nose Detection in Digital Images using Local Binary Patterns Face and Nose Detection in Digital Images using Local Binary Patterns Stanko Kružić Post-graduate student University of Split, Faculty of Electrical Engineering, Mechanical Engineering and Naval Architecture

More information

Face Detection by Means of Skin Detection

Face Detection by Means of Skin Detection Face Detection by Means of Skin Detection Vitoantonio Bevilacqua 1,2, Giuseppe Filograno 1, and Giuseppe Mastronardi 1,2 1 Department of Electrical and Electronics, Polytechnic of Bari, Via Orabona, 4-7125

More information

ILLUMINATION INVARIANT FACE DETECTION USING HYBRID SKIN SEGMENTATION METHOD

ILLUMINATION INVARIANT FACE DETECTION USING HYBRID SKIN SEGMENTATION METHOD ILLUMINATION INVARIANT FACE DETECTION USING HYBRID SKIN SEGMENTATION METHOD Ojo, J. A. a and Adeniran, S. A. b a Department of Electronic and Electrical Engineering, Ladoke Akintola University of Technology,

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

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

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

An embedded system of Face Recognition based on ARM and HMM

An embedded system of Face Recognition based on ARM and HMM An embedded system of Face Recognition based on ARM and HMM Yanbin Sun 1,2, Lun Xie 1, Zhiliang Wang 1,Yi An 2 1 Department of Electronic Information Engineering, School of Information Engineering, University

More information

Face Detection using Hierarchical SVM

Face Detection using Hierarchical SVM Face Detection using Hierarchical SVM ECE 795 Pattern Recognition Christos Kyrkou Fall Semester 2010 1. Introduction Face detection in video is the process of detecting and classifying small images extracted

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

Image Segmentation for Image Object Extraction

Image Segmentation for Image Object Extraction Image Segmentation for Image Object Extraction Rohit Kamble, Keshav Kaul # Computer Department, Vishwakarma Institute of Information Technology, Pune kamble.rohit@hotmail.com, kaul.keshav@gmail.com ABSTRACT

More information

MULTI-VIEW FACE DETECTION AND POSE ESTIMATION EMPLOYING EDGE-BASED FEATURE VECTORS

MULTI-VIEW FACE DETECTION AND POSE ESTIMATION EMPLOYING EDGE-BASED FEATURE VECTORS MULTI-VIEW FACE DETECTION AND POSE ESTIMATION EMPLOYING EDGE-BASED FEATURE VECTORS Daisuke Moriya, Yasufumi Suzuki, and Tadashi Shibata Masakazu Yagi and Kenji Takada Department of Frontier Informatics,

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

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM

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

More information

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

Unsupervised Human Members Tracking Based on an Silhouette Detection and Analysis Scheme

Unsupervised Human Members Tracking Based on an Silhouette Detection and Analysis Scheme Unsupervised Human Members Tracking Based on an Silhouette Detection and Analysis Scheme Costas Panagiotakis and Anastasios Doulamis Abstract In this paper, an unsupervised, automatic video human members(human

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

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

Improved Neural Network-based Face Detection Method using Color Images

Improved Neural Network-based Face Detection Method using Color Images Improved Neural Network-based Face Detection Method using Color Images Yuriy Kurylyak 1, Ihor Paliy 1, Anatoly Sachenko 1, Kurosh Madani 2 and Amine Chohra 2 1 Research Institute of Intelligent Computer

More information

Implementation of a Face Recognition System for Interactive TV Control System

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

More information

Robust color segmentation algorithms in illumination variation conditions

Robust color segmentation algorithms in illumination variation conditions 286 CHINESE OPTICS LETTERS / Vol. 8, No. / March 10, 2010 Robust color segmentation algorithms in illumination variation conditions Jinhui Lan ( ) and Kai Shen ( Department of Measurement and Control Technologies,

More information

Adaptive Skin Color Classifier for Face Outline Models

Adaptive Skin Color Classifier for Face Outline Models Adaptive Skin Color Classifier for Face Outline Models M. Wimmer, B. Radig, M. Beetz Informatik IX, Technische Universität München, Germany Boltzmannstr. 3, 87548 Garching, Germany [wimmerm, radig, beetz]@informatik.tu-muenchen.de

More information

FACE DETECTION USING SKIN COLOR SEGMENTATION

FACE DETECTION USING SKIN COLOR SEGMENTATION http:// FACE DETECTION USING SKIN COLOR SEGMENTATION Gayatri A.Patil 1, K.V.Joshi 2 1,2 Department of Electronics and Telecommunication, R.C. Patel Institute of Technology, Shirpur, Dist,-Dhule, MS, (India)

More information

Face Detection Using Color Based Segmentation and Morphological Processing A Case Study

Face Detection Using Color Based Segmentation and Morphological Processing A Case Study Face Detection Using Color Based Segmentation and Morphological Processing A Case Study Dr. Arti Khaparde*, Sowmya Reddy.Y Swetha Ravipudi *Professor of ECE, Bharath Institute of Science and Technology

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

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

More information

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

Detection of a Single Hand Shape in the Foreground of Still Images

Detection of a Single Hand Shape in the Foreground of Still Images CS229 Project Final Report Detection of a Single Hand Shape in the Foreground of Still Images Toan Tran (dtoan@stanford.edu) 1. Introduction This paper is about an image detection system that can detect

More information

Real time eye detection using edge detection and euclidean distance

Real time eye detection using edge detection and euclidean distance Vol. 6(20), Apr. 206, PP. 2849-2855 Real time eye detection using edge detection and euclidean distance Alireza Rahmani Azar and Farhad Khalilzadeh (BİDEB) 2 Department of Computer Engineering, Faculty

More information

Face Detection System Based on Feature-Based Chrominance Colour Information

Face Detection System Based on Feature-Based Chrominance Colour Information Face Detection System Based on Feature-Based Chrominance Colour Information Y.H. Chan and S.A.R. Abu-Bakar Dept. of Microelectronics and Computer Engineering Faculty of Electrical Engineering Universiti

More information

LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES. Karin Sobottka Ioannis Pitas

LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES. Karin Sobottka Ioannis Pitas LOCALIZATION OF FACIAL REGIONS AND FEATURES IN COLOR IMAGES Karin Sobottka Ioannis Pitas Department of Informatics, University of Thessaloniki 540 06, Greece e-mail:fsobottka, pitasg@zeus.csd.auth.gr Index

More information

Edge Detection and Template Matching Approaches for Human Ear Detection

Edge Detection and Template Matching Approaches for Human Ear Detection Edge and Template Matching Approaches for Human Ear K. V. Joshi G H Patel College Engineering and Technology vallabh vidyanagar, Gujarat, India N. C. Chauhan A D Patel Institute Technology New vallabh

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

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

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

More information

Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation

Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation M. Blauth, E. Kraft, F. Hirschenberger, M. Böhm Fraunhofer Institute for Industrial Mathematics, Fraunhofer-Platz 1,

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

Face Detection and Recognition in an Image Sequence using Eigenedginess

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

More information

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

Tracking Using Online Feature Selection and a Local Generative Model

Tracking Using Online Feature Selection and a Local Generative Model Tracking Using Online Feature Selection and a Local Generative Model Thomas Woodley Bjorn Stenger Roberto Cipolla Dept. of Engineering University of Cambridge {tew32 cipolla}@eng.cam.ac.uk Computer Vision

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

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

HUMAN DETECTION IN VIDEOS

HUMAN DETECTION IN VIDEOS HUMAN DETECTION IN VIDEOS 1 Muhammad Usman Ghani Khan, 2 Atif Saeed 1 The University of Sheffield 2 Lecturer, Department of CS, COMSATS Institute of Information Technology, Lahore Email: 1 usmanghanikhan@gmail.com,

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

Digital Vision Face recognition

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

More information

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

Eyes extraction from facial images using edge density

Eyes extraction from facial images using edge density Loughborough University Institutional Repository Eyes extraction from facial images using edge density This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow

An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow , pp.247-251 http://dx.doi.org/10.14257/astl.2015.99.58 An Improvement of the Occlusion Detection Performance in Sequential Images Using Optical Flow Jin Woo Choi 1, Jae Seoung Kim 2, Taeg Kuen Whangbo

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

Face detection, validation and tracking. Océane Esposito, Grazina Laurinaviciute, Alexandre Majetniak

Face detection, validation and tracking. Océane Esposito, Grazina Laurinaviciute, Alexandre Majetniak Face detection, validation and tracking Océane Esposito, Grazina Laurinaviciute, Alexandre Majetniak Agenda Motivation and examples Face detection Face validation Face tracking Conclusion Motivation Goal:

More information

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg Human Detection A state-of-the-art survey Mohammad Dorgham University of Hamburg Presentation outline Motivation Applications Overview of approaches (categorized) Approaches details References Motivation

More information

A Comparison of Color Models for Color Face Segmentation

A Comparison of Color Models for Color Face Segmentation Available online at www.sciencedirect.com Procedia Technology 7 ( 2013 ) 134 141 A Comparison of Color Models for Color Face Segmentation Manuel C. Sanchez-Cuevas, Ruth M. Aguilar-Ponce, J. Luis Tecpanecatl-Xihuitl

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

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

Skin Color Transfer. Introduction. Other-Race Effect. This work

Skin Color Transfer. Introduction. Other-Race Effect. This work Skin Color Transfer This work Introduction Investigates the importance of facial skin color for race differentiation Explore the potential information for other-race race effect Basic Idea Match the average

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

A face recognition system based on local feature analysis

A face recognition system based on local feature analysis A face recognition system based on local feature analysis Stefano Arca, Paola Campadelli, Raffaella Lanzarotti Dipartimento di Scienze dell Informazione Università degli Studi di Milano Via Comelico, 39/41

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

Face Recognition with Local Binary Patterns

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

More information

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

Object Detection System

Object Detection System A Trainable View-Based Object Detection System Thesis Proposal Henry A. Rowley Thesis Committee: Takeo Kanade, Chair Shumeet Baluja Dean Pomerleau Manuela Veloso Tomaso Poggio, MIT Motivation Object detection

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

Principal Component Analysis and Neural Network Based Face Recognition

Principal Component Analysis and Neural Network Based Face Recognition Principal Component Analysis and Neural Network Based Face Recognition Qing Jiang Mailbox Abstract People in computer vision and pattern recognition have been working on automatic recognition of human

More information

Real-Time Model-Based Hand Localization for Unsupervised Palmar Image Acquisition

Real-Time Model-Based Hand Localization for Unsupervised Palmar Image Acquisition Real-Time Model-Based Hand Localization for Unsupervised Palmar Image Acquisition Ivan Fratric 1, Slobodan Ribaric 1 1 University of Zagreb, Faculty of Electrical Engineering and Computing, Unska 3, 10000

More information

SKIN COLOUR INFORMATION AND MORPHOLOGY BASED FACE DETECTION TECHNIQUE

SKIN COLOUR INFORMATION AND MORPHOLOGY BASED FACE DETECTION TECHNIQUE SKIN COLOUR INFORMATION AND MORPHOLOGY BASED FACE DETECTION TECHNIQUE M. Sharmila Kumari, Akshay Kumar, Rohan Joe D Souza, G K Manjunath and Nishan Kotian ABSTRACT Department of Computer Science and Engineering,

More information

Face recognition using Singular Value Decomposition and Hidden Markov Models

Face recognition using Singular Value Decomposition and Hidden Markov Models Face recognition using Singular Value Decomposition and Hidden Markov Models PETYA DINKOVA 1, PETIA GEORGIEVA 2, MARIOFANNA MILANOVA 3 1 Technical University of Sofia, Bulgaria 2 DETI, University of Aveiro,

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

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

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

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM 1 PHYO THET KHIN, 2 LAI LAI WIN KYI 1,2 Department of Information Technology, Mandalay Technological University The Republic of the Union of Myanmar

More information

Short Survey on Static Hand Gesture Recognition

Short Survey on Static Hand Gesture Recognition Short Survey on Static Hand Gesture Recognition Huu-Hung Huynh University of Science and Technology The University of Danang, Vietnam Duc-Hoang Vo University of Science and Technology The University of

More information

An Object Detection System using Image Reconstruction with PCA

An Object Detection System using Image Reconstruction with PCA An Object Detection System using Image Reconstruction with PCA Luis Malagón-Borja and Olac Fuentes Instituto Nacional de Astrofísica Óptica y Electrónica, Puebla, 72840 Mexico jmb@ccc.inaoep.mx, fuentes@inaoep.mx

More information

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

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

More information

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

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

More information

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

Face/Flesh Detection and Face Recognition

Face/Flesh Detection and Face Recognition Face/Flesh Detection and Face Recognition 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. The Viola

More information

Face Tracking System with Haar Method and Pre-Study Face Recognition with Histogram Comparison

Face Tracking System with Haar Method and Pre-Study Face Recognition with Histogram Comparison Face Tracking System with Haar Method and Pre-Study Face Recognition with Histogram Comparison Endah Sudarmilah 1, Adhi Susanto 2 1 Department of Informatics, Muhammadiyah University of Surakarta Jl. A

More information

Adaptive Feature Extraction with Haar-like Features for Visual Tracking

Adaptive Feature Extraction with Haar-like Features for Visual Tracking Adaptive Feature Extraction with Haar-like Features for Visual Tracking Seunghoon Park Adviser : Bohyung Han Pohang University of Science and Technology Department of Computer Science and Engineering pclove1@postech.ac.kr

More information

Study of Viola-Jones Real Time Face Detector

Study of Viola-Jones Real Time Face Detector Study of Viola-Jones Real Time Face Detector Kaiqi Cen cenkaiqi@gmail.com Abstract Face detection has been one of the most studied topics in computer vision literature. Given an arbitrary image the goal

More information

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

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

More information

An ICA based Approach for Complex Color Scene Text Binarization

An ICA based Approach for Complex Color Scene Text Binarization An ICA based Approach for Complex Color Scene Text Binarization Siddharth Kherada IIIT-Hyderabad, India siddharth.kherada@research.iiit.ac.in Anoop M. Namboodiri IIIT-Hyderabad, India anoop@iiit.ac.in

More information

Hybrid Face Detection System using Combination of Viola - Jones Method and Skin Detection

Hybrid Face Detection System using Combination of Viola - Jones Method and Skin Detection Hybrid Face Detection System using Combination of Viola - Jones Method and Skin Detection Amr El Maghraby Mahmoud Abdalla Othman Enany Mohamed Y. El Nahas Ph.D Student at Zagazig Univ. Prof. at Zagazig

More information

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

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

More information

Color Content Based Image Classification

Color Content Based Image Classification Color Content Based Image Classification Szabolcs Sergyán Budapest Tech sergyan.szabolcs@nik.bmf.hu Abstract: In content based image retrieval systems the most efficient and simple searches are the color

More information

Pixel-Pair Features Selection for Vehicle Tracking

Pixel-Pair Features Selection for Vehicle Tracking 2013 Second IAPR Asian Conference on Pattern Recognition Pixel-Pair Features Selection for Vehicle Tracking Zhibin Zhang, Xuezhen Li, Takio Kurita Graduate School of Engineering Hiroshima University Higashihiroshima,

More information