Face Recognition using Hough Peaks extracted from the significant blocks of the Gradient Image

Size: px
Start display at page:

Download "Face Recognition using Hough Peaks extracted from the significant blocks of the Gradient Image"

Transcription

1 Face Recognition using Hough Peaks extracted rom the signiicant blocks o the Gradient Image Arindam Kar 1, Debotosh Bhattacharjee, Dipak Kumar Basu, Mita Nasipuri, Mahantapas Kundu 1 Indian Statistical Institute, Kolkata , India Department o Computer Science and Engineering, Jadavpur University, Kolkata , India {kgparindamkar@gmail.com, debotosh@indiatimes.com, dipakkbasu@gmail.com, m.nasipuri@cse.jdvu.ac.in, mkundu@cse.jdvu.ac.in} Abstract This paper proposes a new technique or automatic ace recognition using integrated peaks o the Hough transormed signiicant blocks o the binary gradient image. In this approach irstly the gradient o an image is calculated and a threshold is set to obtain a binary gradient image, which is less sensitive to noise and illumination changes. Secondly, signiicant blocks are extracted rom the absolute gradient image, to extract pertinent inormation with the idea o dimension reduction. Finally the best itted Hough peaks are extracted rom the Hough transormed signiicant blocks or eicient ace recognition. Then these Hough peaks are concatenated together, which are used as eature in classiication process. The eiciency o the proposed method is demonstrated by the experiment on 1100 images rom the FRAVD ace database, 00 images rom the FERET database, where the images vary in pose, expression, illumination and scale and 400 images rom the ORL ace database, where the images slightly vary in pose. Our method has shown 93.3%, 88.5% and 99% recognition accuracy or the FRAVD, FERET and the ORL database respectively. Index Terms Face recognition, Feature extraction, Gradient image, signiicant blocks, Hough transormation, Hough peaks. I. INTRODUCTION Automated processing o ace images has been receiving increasing attention during the last ew decades. Image matching is a undamental aspect o many problems in computer vision, including object or scene recognition, solving or 3D structure rom multiple images, stereo correspondence, and motion tracking. Feature selection is one o the most important steps or detection and classiication problems. Good eatures should be discriminative, robust, easy to compute, and eicient. The Feature selection is speciically important or any ace recognition scheme. The more signiicant acial eatures such as outline o hair and ace, position o eyes, nose and mouth can be preserved by very small number coeicients. The raw pixel values o several image statistics such as colour, gradient and ilter responses is the simplest choice or image eatures, has been used or many years in computer vision, e.g., [1-3]. The underlying motivations or our approach originate rom the observation that humans achieve at least a basic level o categorization o aces at a glance even when images o very low resolution are used. Though human beings can detect and identiy aces with no eort, building an automated system that accomplishes such objectives is very challenging. The challenges are even more proound when there are large variations due to illumination conditions, change in pose, acial expression. O all image analysis o human ace, eature extraction is o immense importance. In order to construct the illumination cone, model based methods also require a set o training images or each subject. Furthermore, because o the complexity o light sources and illumination changes, how to compute and obtain physically implemented lower-dimensional subspaces basis images requires deep investigation. Edge relects the discontinuity o intensity distribution in an image. It contains contour, structure and shape inormation o objects in an image. Cognitive psychological studies indicated that human beings recognize line drawings as quickly and almost as accurately as gray-level pictures. Furthermore, edge is insensitive to illumination changes. In particular, we propose an approach based on ace similarity matching using Hough peaks [4] as the eature vector, and showed that this approach produces good recognition results even when less than 5% inormation o the original gray-scale image is retained ater selection o the Hough peaks. Alco in this paper a novel methodology applicable to ace matching and ast screening o large acial is introduced. The proposed shape comparison method operates on edge maps and derives holistic similarity s, yet, it does not require the solution o the correspondence problem. The use o edge images is important to introduce robustness against changes in illumination. There are three main contributions in this paper. Firstly, the gradient o several image statistics is computed or an image o interest, such as the image descriptor. Instead o the joint distribution o the image statistics, we use the gradient change as our edge points or Hough transormation, so the dimension becomes much smaller and hence the computational cost is reduces which is independent o the size o the image. Secondly, applying Hough transormation only on the ew blocks o the binary gradient image makes the computationally quite ast. As the block based acial eatures are compared locally, instead o using a general structure, allows to compare aces in terms o mouth, nose and other eatures in presence o occlusion. Finally we use the concept o

2 clustering to ind the centroid o all the Hough peaks obtained or each block and consider only the nearest two peaks instead o all the peaks. This paper describes image eatures that have many properties that make them suitable or matching dierent images o an object. The eatures are invariant to image scaling and rotation, and partially invariant to change in illumination [5]. The remainder o this paper is organized as ollows: Section II describes the extraction o most signiicant blocks rom the binary gradient image o the acial image. Section III details with Hough transormation and selection o the Hough peaks rom the selected blocks. Section IV deals with the similarity and classiication rule. In Section V and VI we assesses the perormance o the proposed method on the ace recognition task by applying it on the FERET [6], FRAVD [7] and the ORL ace [8] and inally by comparing with some o the most popular ace recognition schemes. A. Binary Gradient Image II. MAP OF AN IMAGE In this section the gradient image I G o an image (I) is calculated by taking summation over the absolute o the change o pixels in all the eight particular directions i.e., (north (N), northeast (NE), east (E), southeast (SE), south (S), southwest (SW), west (W) and northwest (NW)). The absolute binary gradient image I AG is calculated by considering the pixels o I G those are greater than the average o the mean and median o I G. The absolute gradient image is calculated as: I G abs abs x, y abs abs I x 1, y I x, y abs I x, y 1 I x, y I x 1, y I x, y abs I x, y 1 I x, y I x 1, y 1 I x, y abs I x 1, y 1 I x, y I x 1, y 1 I x, y abs I x 1, y 1 I x, y Ater calculating the gradient image, edge and Sobel operators [9] are used to calculate the threshold value, which in turn give a binary gradient image. The original image and its corresponding binary gradient image are shown in Fig. 1.(a) and Fig. 1. (b) respectively: Fig.1. (a) Fig.1. (b) Fig 1.(a) Original image, (b) Binary absolute gradient image The processed binary gradient mask images still shows lines o high contrast in the image. So by using linear structuring elements i.e. by dilation o the binary gradient image, these linear gaps are removed. This is very similar to the way by which human perceive the ace o other human being. From igure 1(b) it is clear that the white portions o the binary gradient image, where the change in contrast is very high, and are the region o interest except those boundaries i.e., we are interested to extract those regions that contains the important acial eatures like nose, mouth, eye etc. B. Extraction o Signiicant Blocks The step or extracting the signiicant blocks rom the image is given below. Blocks are generated randomly inside the absolute gradient image I G and are selected i; a) The count o white pixels in the block is greater than M % o the total pixels in the block, where M is the mean o the pixel values o the binary gradient image. b) I there is any overlap between a selected block and a new block, then that particular block is selected or which the count o white pixels is more. The extracted signiicant k th block or the i th training image is deined as B x, y, B x, y. The irst two i, j k k i, j k k components represent the starting location o the extracted block. These two components o eature are very important during matching (comparison) process. The remaining components are the elements o the block. d) This process o random block generation and extraction is repeated or X times (say X=500000), and the most signiicant blocks are selected rom the generated blocks in such a way that the blocks captures the important acial eatures like nose, mouth, eye brows, eyes etc and are in the range o 0-30% o the total blocks in the image. The proposed gradient based method reduces the number o edge pixels by as much as 70-80%. III. SIGNIFICANT BLOCK EXTRACTION A. Hough tranormation The Hough transorm is widely used or shape analysis in machine vision with its robustness to noise and high eiciency. In this paper, we ocus on the standard Hough transorm (SHT) [10], which is used to detect straight lines. The SHT uses the parametric representation o a line: x cos y sin, here ρ is the distance rom the origin to the line along a vector perpendicular to the line. θ is the angle o the perpendicular projection rom the origin to the line d in degrees clockwise rom the positive x-axis. The range o θ is The angle o the line itsel is 90 d clockwise with respect to the positive x-axis. where ρ is the length o the perpendicular o a line passing through (x,y) and subtending an angle θ with the x-axis. Since the point can be deined by a set o intersecting lines that subtend angles between 0 to 90, a sinusoidal locus is generated using x cos y sin, or every edge point. A straight line can be characterized by a set o

3 collinear edge points. So each o these edge points have one line in common, which implies that at one unique (ρ,θ) coordinate in Hough space the sinusoids o these points intersect. This is illustrated in Fig.. Fig. Representation o Hough transormation The SHT is a parameter space matrix whose rows and columns correspond to ρ and θ values respectively. The elements in the SHT represent accumulator cells. Peak values in the SHT represent potential lines in the input image. The steps or extracting o Hough peaks rom the signiicant blocks are given below. a. For each such block B i, i=1,, n Hough transormation is applied. b. Let the size o each Block be m m. Firstly consider the top m peaks in decreasing order o their value. c. Then ind the centroid o these m peaks using the K- means cluster algorithm [11], and select only those peaks which are nearest to the centroid as eatures. Thus we obtain a eature vector o size n, where n is the number o blocks. The proposed selection o peaks has been adjusted experimentally. Fig. 3(a), (b) and (c) show the selection o the signiicant block rom the binary gradient image, the corresponding block in the original and the selected Hough peaks rom the signiicant block rom the FERET dataset, respectively. F Fig. 3. (a) Fig. 3. (b) Fig. 3. (c) Fig 3. (a) Signiicant Block extracted rom the binary gradient image, (b) Same position block rom the original image (c) selected Hough peaks rom a signiicant block Thus rom each block the obtained Hough peaks are concatenated to obtain a eature vector o size n or n. This inal eature obtained rom the Hough peaks are points with high inormation content o the ace image. IV. SIMILARITY MEASURE AND CLASSIFICATION The dissimilarity between the i th testing and j th training images is d as: D B 1,, B i k 1 1 l B j i j i max I k, l., ik jl where B = number o blocks in the i th testing image, and i B = number o blocks in the j th training image. Here j I k, l is deined in such a way that blocks o the training image which are not close enough to a block o the test image in terms o location are discarded, and the extracted eatures (Hough peaks) o those training blocks which are in the neighborhood o the testing blocks are only compared or inding the similarity i.e, I k, l x x y y 1 i th1 k l k l, 0 otherwise where th1 is the threshold. In this experiment the threshold is taken as the block size i.e. the approximate radius o the region that contains the eye. This technique helps to avoid the matching o a eature o a block located around the eye with a point o a training acial image that is located around the mouth. Also, is the Chi-square [1] 1 dissimilarity between vector 1 and, and is deined as:, 1 m 1 1 m 1 m m m, where m is the number o eatures (Hough peaks) in the block. Finally, the i th testing image is classiied to the k th training image class i D i j min D i, j,. j V. EXPERIMENT The eectiveness o the proposed method has been successully tested on ace recognition using three, a) the whole ORL acial database, b) the FRAVD database containing 1100 rontal ace images corresponding to 100 subjects, c) The FERET database, containing 00 rontal ace images corresponding to 00 subjects, which are acquired under variable illumination and acial expression. The eectiveness o the method is shown in terms o both absolute perormance indices and comparative perormance against some popular ace recognition schemes such as the PCA, LDA [13, 14], Gabor wavelets (GW) [15], edge based eatures, direct Hough transormation, and sub peaks o the Hough transormation [16]. A. Experiment on the ORL database The whole ORL database is considered here. In the experiment each image is scaled to 9 11 with 56 gray levels.. Fig. 4 shows all samples o one individual. First two images o each individual are considered or training and the remaining images are used as testing samples.

4 (A) regular acial status; (B) +15 pose angle; (C) -15 pose angle; (D) +5 pose angle; (E) -5 pose angle; (F) +40 angle; (G) -40 pose angle; (H) +60 pose angle; (I) - 60 pose angle; (J) alternative expression; (K) dierent illumination. Fig. 4. Demonstration images o one subject rom the ORL database B. Experiment on the FRAVD database The FRAVD ace database, employed in the experiment, consists o 1100 colour ace images o 100 individuals, 11 images o each individual are taken, including rontal views o aces with dierent acial expressions, under dierent lighting conditions. All colour images are transormed into gray images and scaled to Fig. 5 shows all samples o one individual. The details o the images are as ollows: (A) regular acial status; (B) and (C) are images with a 15 turn with respect to the camera axis; (D) and (E) are images with a 30 turn with respect to the camera axis; (F) and (G) are images with gestures; (H) and (I) are images with occluded ace eatures; (J) and (K) are images with change o illumination. Fig 5. Demonstration images o one subject rom the FRAVD database C. Experiment on the FERET database The FERET database, employed in the experiment here, contains,00 acial images corresponding to 00 individuals with each individual contributing 11 images. The images in this database were captured under various illuminations that display, a variety o acial expressions and poses. As the images include the background and the body chest region, so each image is cropped to exclude those, and then scaled to Fig. 6 shows all samples o one individual. The details o the images are as ollows: Fig. 6. Demonstration images o an individual rom the FERET database D.Speciicity and Sensitivity or the FRAVD,FERET and the ORL dataset: To the sensitivity and speciicity [17] the dataset rom the FRAVD, & FERET database is prepared in the ollowing manner. In the FRAVD database or each individual a single class is constituted with 18 images in it. Thus, a total 100 class is obtained rom the dataset o 1100 images o 100 individuals. Out o the 18 images in each class, 11 images are o a particular individual, and 7 images are o other individuals taken by permutation. Similarly 00 classes are obtained or the FERET dataset, each class having 18 images in it. Out o the 18 images in each class, 11 images are o a particular individual, and 7 images are o other individuals taken by permutation. For ORL database 40 classes are constructed with 15 images in each class. Out o the 15 images in each class, 10 images are o a particular individual, and 5 images are o other individuals. Using these datasets the true positive (T P ); alse positive (F P ); true negative (T N ); alse negative (F N ); are d. For all the datasets, the irst images (A-B), o a particular individual are selected as training samples and the remaining images o that particular individual are used as positive testing samples. The negative testing is done using the images o the other individuals. Table I: Speciicity and Sensitivity o the FERET & FRAVD dataset: Total no. o classes=100, Total no. o images= 1800 FRAVD test FRAVD Individual belonging to a particular class Using irst images o an individual as training images Positive Negative Positive T P =840 F P =7 Negative F N =60 T N =693 Sensitivity = T P / (T P + F N) 93.33% Speciicity =T N / (F P + T N) 99.3%

5 Total no. o classes=00, Total no. o images= 3600 FERET test ORL test FERET Using irst images o an individual as training images Positive Negative Positive T P = 1593 F P =14 Negative F N =07 T N =1386 Sensitivity = T P (T P + F N) 88.5% Speciicity =T N / (F P + T N)=99% Total no. o classes=40, Total no. o images= 600 Using irst images o an individual as training images Positive T P =316 F P =0 Negative F N =4 T N =00 Sensitivity = T P (T P + F N) 99% Speciicity =T N / (F P + T N)=100% Thus or FRAVD database considering the irst images (A-B) o a particular individual or training the achieved rates are: False positive rate = FP / (FP + TN) = 100% Speciicity =.7% False negative rate = FN / (TP + FN) = 100% Sensitivity=6.67% Accuracy = (T P +T N )/(T P +T N +F P +F N ) 96.3%. For FERET database considering the irst images (A-B) o a particular individual or training the achieved rates are: False positive rate = FP / (FP + TN) = 100% Speciicity =1% False negative rate = FN/(TP+ FN) = 100% Sensitivity=11.5% Accuracy = (T P +T N )/(T P +T N +F P +F N ) = 93.75%. For ORL database considering the irst images (A-B) o a particular individual or training the achieved rates are: False positive rate = FP / (FP + TN) = 100% Speciicity =0% False negative rate = FN/(TP+ FN) = 100% Sensitivity=1% Accuracy = (T P +T N )/(T P +T N +F P +F N ) = 99.5%. VI. RESULTS Experimental results indicate that a) the extracted Hough peaks as eatures, rom the proposed signiicant blocks o the absolute gradient image integrated together used or classiication using the distance similarity achieved a veriication rate which is as good as any previously used methods like PCA, LDA, Gabor wavelets or ace recognition.it is also seen that signiicant block based binary gradient based eature extraction technique achieves the best accuracy, when peaks are selected rom the Hough transormed blocks.; b) During simulations, it is observed that the locations o signiicant blocks, ound rom the absolute binary gradient image o the ace image, can give small deviations between dierent conditions (expression, illumination, having glasses or not, rotation, etc.), or the same individual. Thereore, an exact ment o corresponding distances is not possible unlike the geometrical eature based methods; c) The computational time is signiicantly reduced by using only ew signiicant blocks o the image, although the accuracy is not compromised; and inally d) selected o only those peaks rom the Hough transormed block rom the accumulation o peaks which are nearest to the centroid o the available peaks, and hence reduce the size o the eature vector. Extensive experiments indicate that the proposed method has achieved a much better perormance than the previous variations o Hough transorm. Further it also decreases the eect o occluded eatures. Table II shows the upper bound perormances on the FRAVD and ORL acial, which relects that our proposed method achieves higher perormance results. Thus the proposed algorithm deals with two o these problems, namely occlusion and illumination changes. Experimental results on all the three taking irst two images (A-B) as training ace and the remaining images as testing images are shown below. Table II. Perormance results o well known ace recognition algorithms together with the proposed method on ORL and FRAVD respectively with the use o Databases FRAVD, FRAVD, FRAVD, FRAVD, FRAVD, FRAVD, FRAVD, FRAVD, FRAVD, FRAVD, FRAVD, Experiment conducted or eature Selection Signiicant Blocks o the Binary Gradient Image + Hough Transormation+ Selection o the nearest to the centroid peaks. Signiicant Blocks o the Binary Gradient Image + Hough Transormation+ Selection o the all the m peaks, [m= Block size]. Selecting all the Blocks o the Binary Gradient Image + Hough Transormation+ Selection o the nearest to the centroid peaks. Selecting all the Blocks o the Binary Gradient Image + Hough Transormation + Selection o the all the m peaks, [m=block size]. Binary Gradient Image (without block breaking)+ Hough Transormation + Selection o all the available peaks. Signiicant Blocks o the Binary Gradient Image Sub Peaks o Hough transormation All the edge points o the Binary Gradient Image similarity. Similarity Measure Gabor Wavelets LDA PCA Highest Recognition Accuracy (%) 88.5, 93.3, 99 85,88.8, , 88, 95 84,88, ,80.5, 95 80, 83.8, , 91, ,86, ,85.4, ,86.7, ,8.8,97.5

6 CONCLUSION The proposed technique as presented here obtains the absolute gradient o the original image in eight directions. From these gradient images only the inormative signiicant blocks are extracted with our extraction technique, and are used, thus the number o edge points are drastically reduced which alleviate the computational and storage load, or real time applications. As only the signiicant blocks are used instead o the whole image, so in this approach the acial eatures are compared locally instead o a general structure, and hence allow us to make decision rom the dierent parts o a ace. As such it perorms better in presence o occlusions. Again by selection o only those two peaks o the Hough transormed signiicant blocks that are nearest to the centroid o the available peaks urther reduces the dimension o the eature vector and also enhances ace recognition in presence o illumination and expression changes as a property o Hough transormation. Transaction on Pattern Analysis and Machine Intelligence, Vol. 4, No. 7, JulyY 00. elligenc [1] [13] M. Turk, A. Pentland, Eigenaces or Recognition, Journal o Cognitive Neuroscience, vol. 3, pp X, [14] A. Pentland, B. Moghaddam, T. Starner, View Based and Modular Eigenspaces or Face Recognition, In Proceedings o Computer Vision and Pattern Recognition, pp , , IEEE Computer Society, Seattle, USA, June [15] C. Liu, H. Wechsler, Independent Component Analysis o Gabor Features or Face Recognition, IEEE Transactions on Neural Networks, vol. 14, no. 4, pp , July [16] Xiaohui Chen & Xiaojun Liu A sub peak tracker based Hough transorm or accurate and robust linear edge extraction 010 International Conerence on Electrical and Control Engineering. [17] speciicityaccuracy -and relationship between them. ACKNOWLEDGEMENT Authors are thankul to a major project entitled Design and Development o Facial Thermogram Technology or Biometric Security System, unded by University Grants Commission (UGC),India and DST-PURSE Programme and CMATER and SRUVM project at Department o Computer Science and Engineering, Jadavpur University, India or providing necessary inrastructure to conduct experiments relating to this work. Dr. D.K. Basu would also like to thank the AICTE, New Delhi, INDIA or providing him an Emeritus Fellowship (F.No.1-51/RID/EF (13)/ ). REFERENCES [1] R. Mar ee, P. Geurts, J. Piater, and L. Wehenkel, Random subwindows or robust image classiication, in Proc. IEEE Con. on Computer Vision and Pattern Recognition, San Diego, CA. vol. 1, pp , 005. [] F. Porikli, Integral histogram: A ast way to extract histograms in Cartesian spaces, in Proc. IEEE Con. on Computer Vision and Pattern Recognition, San Diego, CA. vol. 1, pp , 005. [3] A. Ramisa, S. Vasudevan, D. Scharamuzza, R. M antaras, and R. Siegwart, A tale o two object recognition methods or mobile robots, Artiicial Intelligence Research Institute (IIIA-CSIC), Campus UAB, Bellaterra, Spain. [4] [5] D. Lowe, Distinctive image eatures rom scale-invariant keypoints, Intl. J. o Comp. Vision vol. 60, pp , 004. [6] The Face recognition technology (FERET) database, available at: [7] Face Recognition and Artiicial Vision group FRAVD ace database available at [8] The Oracle Research Laboratory Face Database o Faces, [9] H. B. Kekre, Ms. Saylee M. Gharge Image Segmentation using Extended Edge Operator or Mammographic Images,International Journal on Computer Science and Engineering Vol. 0, No. 04, 010, [10] [11] Tapas Kanungo, David M. Mount, Nathan S. Netanyahu, Christine D. Piatko, Ruth Silverman and Angela Y. Wu, An Eicient k- Means Clustering Algorithm: Analysis and Implementation IEEE

A adaptive block based integrated LDP, GLCM, and Morphological features for Face Recognition

A adaptive block based integrated LDP, GLCM, and Morphological features for Face Recognition A adaptive block based integrated LDP, GLCM, and Morphological features for Face Recognition Arindam Kar 1, Debotosh Bhattacharjee 2, Dipak Kumar Basu 2*, Mita Nasipuri 2, Mahantapas Kundu 2 1 Indian Statistical

More information

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

CS485/685 Computer Vision Spring 2012 Dr. George Bebis Programming Assignment 2 Due Date: 3/27/2012

CS485/685 Computer Vision Spring 2012 Dr. George Bebis Programming Assignment 2 Due Date: 3/27/2012 CS8/68 Computer Vision Spring 0 Dr. George Bebis Programming Assignment Due Date: /7/0 In this assignment, you will implement an algorithm or normalizing ace image using SVD. Face normalization is a required

More information

Classification Method for Colored Natural Textures Using Gabor Filtering

Classification Method for Colored Natural Textures Using Gabor Filtering Classiication Method or Colored Natural Textures Using Gabor Filtering Leena Lepistö 1, Iivari Kunttu 1, Jorma Autio 2, and Ari Visa 1, 1 Tampere University o Technology Institute o Signal Processing P.

More information

A Hierarchical Face Identification System Based on Facial Components

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

More information

Construction of Frontal Face from Side-view Images using Face Mosaicing

Construction of Frontal Face from Side-view Images using Face Mosaicing Construction of Frontal Face from Side-view Images using Face Mosaicing Hiranmoy Roy 1, Debotosh Bhattacherjee 2, Mita Nasipuri 2, Dipak Kumar Basu 2* and Mahantapas Kundu 2 1 Department of Information

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

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

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN ISSN: 976-92 (ONLINE) ICTACT JOURNAL ON IMAGE AND VIDEO PROCESSING, FEBRUARY 27, VOLUME: 7, ISSUE: 3 FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN A. Geetha, M. Mohamed Sathik 2 and Y. Jacob

More information

Human Motion Detection and Tracking for Video Surveillance

Human Motion Detection and Tracking for Video Surveillance Human Motion Detection and Tracking for Video Surveillance Prithviraj Banerjee and Somnath Sengupta Department of Electronics and Electrical Communication Engineering Indian Institute of Technology, Kharagpur,

More information

Facial Expression Recognition based on Affine Moment Invariants

Facial Expression Recognition based on Affine Moment Invariants IJCSI International Journal o Computer Science Issues, Vol. 9, Issue 6, No, November 0 ISSN (Online): 694-084 www.ijcsi.org 388 Facial Expression Recognition based on Aine Moment Invariants Renuka Londhe

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

Automatic Video Segmentation for Czech TV Broadcast Transcription

Automatic Video Segmentation for Czech TV Broadcast Transcription Automatic Video Segmentation or Czech TV Broadcast Transcription Jose Chaloupka Laboratory o Computer Speech Processing, Institute o Inormation Technology and Electronics Technical University o Liberec

More information

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm Group 1: Mina A. Makar Stanford University mamakar@stanford.edu Abstract In this report, we investigate the application of the Scale-Invariant

More information

Face Recognition for Different Facial Expressions Using Principal Component analysis

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

More information

Recognition of Non-symmetric Faces Using Principal Component Analysis

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

More information

HOUGH TRANSFORM CS 6350 C V

HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM CS 6350 C V HOUGH TRANSFORM The problem: Given a set of points in 2-D, find if a sub-set of these points, fall on a LINE. Hough Transform One powerful global method for detecting edges

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

SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014

SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014 SIFT: SCALE INVARIANT FEATURE TRANSFORM SURF: SPEEDED UP ROBUST FEATURES BASHAR ALSADIK EOS DEPT. TOPMAP M13 3D GEOINFORMATION FROM IMAGES 2014 SIFT SIFT: Scale Invariant Feature Transform; transform image

More information

A Robust Elastic and Partial Matching Metric for Face Recognition

A Robust Elastic and Partial Matching Metric for Face Recognition A Robust Elastic and Partial Matching Metric or Face Recognition Gang Hua Amir Akbarzadeh Microsot Corporate One Microsot Way, Redmond, WA 9852 {ganghua, amir}@microsot.com Abstract We present a robust

More information

On Modeling Variations for Face Authentication

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

More information

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4)

Digital Image Processing. Image Enhancement in the Spatial Domain (Chapter 4) Digital Image Processing Image Enhancement in the Spatial Domain (Chapter 4) Objective The principal objective o enhancement is to process an images so that the result is more suitable than the original

More information

Keywords: Thresholding, Morphological operations, Image filtering, Adaptive histogram equalization, Ceramic tile.

Keywords: Thresholding, Morphological operations, Image filtering, Adaptive histogram equalization, Ceramic tile. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Blobs and Cracks

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

Segmentation algorithm for monochrome images generally are based on one of two basic properties of gray level values: discontinuity and similarity.

Segmentation algorithm for monochrome images generally are based on one of two basic properties of gray level values: discontinuity and similarity. Chapter - 3 : IMAGE SEGMENTATION Segmentation subdivides an image into its constituent s parts or objects. The level to which this subdivision is carried depends on the problem being solved. That means

More information

Lecture 9: Hough Transform and Thresholding base Segmentation

Lecture 9: Hough Transform and Thresholding base Segmentation #1 Lecture 9: Hough Transform and Thresholding base Segmentation Saad Bedros sbedros@umn.edu Hough Transform Robust method to find a shape in an image Shape can be described in parametric form A voting

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

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Critique: Efficient Iris Recognition by Characterizing Key Local Variations

Critique: Efficient Iris Recognition by Characterizing Key Local Variations Critique: Efficient Iris Recognition by Characterizing Key Local Variations Authors: L. Ma, T. Tan, Y. Wang, D. Zhang Published: IEEE Transactions on Image Processing, Vol. 13, No. 6 Critique By: Christopher

More information

3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY

3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY 3-D TERRAIN RECONSTRUCTION WITH AERIAL PHOTOGRAPHY Bin-Yih Juang ( 莊斌鎰 ) 1, and Chiou-Shann Fuh ( 傅楸善 ) 3 1 Ph. D candidate o Dept. o Mechanical Engineering National Taiwan University, Taipei, Taiwan Instructor

More information

Image-Based Face Recognition using Global Features

Image-Based Face Recognition using Global Features Image-Based Face Recognition using Global Features Xiaoyin xu Research Centre for Integrated Microsystems Electrical and Computer Engineering University of Windsor Supervisors: Dr. Ahmadi May 13, 2005

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

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

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition

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

More information

Computer Vision. Image Segmentation. 10. Segmentation. Computer Engineering, Sejong University. Dongil Han

Computer Vision. Image Segmentation. 10. Segmentation. Computer Engineering, Sejong University. Dongil Han Computer Vision 10. Segmentation Computer Engineering, Sejong University Dongil Han Image Segmentation Image segmentation Subdivides an image into its constituent regions or objects - After an image has

More information

MAPI Computer Vision. Multiple View Geometry

MAPI Computer Vision. Multiple View Geometry MAPI Computer Vision Multiple View Geometry Geometry o Multiple Views 2- and 3- view geometry p p Kpˆ [ K R t]p Geometry o Multiple Views 2- and 3- view geometry Epipolar Geometry The epipolar geometry

More information

Binary Morphological Model in Refining Local Fitting Active Contour in Segmenting Weak/Missing Edges

Binary Morphological Model in Refining Local Fitting Active Contour in Segmenting Weak/Missing Edges 0 International Conerence on Advanced Computer Science Applications and Technologies Binary Morphological Model in Reining Local Fitting Active Contour in Segmenting Weak/Missing Edges Norshaliza Kamaruddin,

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

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction Volume, Issue 8, August ISSN: 77 8X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Combined Edge-Based Text

More information

Chapter 3 Image Enhancement in the Spatial Domain

Chapter 3 Image Enhancement in the Spatial Domain Chapter 3 Image Enhancement in the Spatial Domain Yinghua He School o Computer Science and Technology Tianjin University Image enhancement approaches Spatial domain image plane itsel Spatial domain methods

More information

Types of Edges. Why Edge Detection? Types of Edges. Edge Detection. Gradient. Edge Detection

Types of Edges. Why Edge Detection? Types of Edges. Edge Detection. Gradient. Edge Detection Why Edge Detection? How can an algorithm extract relevant information from an image that is enables the algorithm to recognize objects? The most important information for the interpretation of an image

More information

Shape Descriptor using Polar Plot for Shape Recognition.

Shape Descriptor using Polar Plot for Shape Recognition. Shape Descriptor using Polar Plot for Shape Recognition. Brijesh Pillai ECE Graduate Student, Clemson University bpillai@clemson.edu Abstract : This paper presents my work on computing shape models that

More information

ELEN E4830 Digital Image Processing. Homework 6 Solution

ELEN E4830 Digital Image Processing. Homework 6 Solution ELEN E4830 Digital Image Processing Homework 6 Solution Chuxiang Li cxli@ee.columbia.edu Department of Electrical Engineering, Columbia University April 10, 2006 1 Edge Detection 1.1 Sobel Operator The

More information

Feature descriptors. Alain Pagani Prof. Didier Stricker. Computer Vision: Object and People Tracking

Feature descriptors. Alain Pagani Prof. Didier Stricker. Computer Vision: Object and People Tracking Feature descriptors Alain Pagani Prof. Didier Stricker Computer Vision: Object and People Tracking 1 Overview Previous lectures: Feature extraction Today: Gradiant/edge Points (Kanade-Tomasi + Harris)

More information

Road Sign Analysis Using Multisensory Data

Road Sign Analysis Using Multisensory Data Road Sign Analysis Using Multisensory Data R.J. López-Sastre, S. Lauente-Arroyo, P. Gil-Jiménez, P. Siegmann, and S. Maldonado-Bascón University o Alcalá, Department o Signal Theory and Communications

More information

MORPH-II: Feature Vector Documentation

MORPH-II: Feature Vector Documentation MORPH-II: Feature Vector Documentation Troy P. Kling NSF-REU Site at UNC Wilmington, Summer 2017 1 MORPH-II Subsets Four different subsets of the MORPH-II database were selected for a wide range of purposes,

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

CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS

CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS Setiawan Hadi Mathematics Department, Universitas Padjadjaran e-mail : shadi@unpad.ac.id Abstract Geometric patterns generated by superimposing

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

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

Part-Based Skew Estimation for Mathematical Expressions

Part-Based Skew Estimation for Mathematical Expressions Soma Shiraishi, Yaokai Feng, and Seiichi Uchida shiraishi@human.ait.kyushu-u.ac.jp {fengyk,uchida}@ait.kyushu-u.ac.jp Abstract We propose a novel method for the skew estimation on text images containing

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

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

Image Features: Local Descriptors. Sanja Fidler CSC420: Intro to Image Understanding 1/ 58

Image Features: Local Descriptors. Sanja Fidler CSC420: Intro to Image Understanding 1/ 58 Image Features: Local Descriptors Sanja Fidler CSC420: Intro to Image Understanding 1/ 58 [Source: K. Grauman] Sanja Fidler CSC420: Intro to Image Understanding 2/ 58 Local Features Detection: Identify

More information

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier

Face Recognition Using SIFT- PCA Feature Extraction and SVM Classifier IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 2, Ver. II (Mar. - Apr. 2015), PP 31-35 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Face Recognition Using SIFT-

More information

A NOVEL APPROACH TO ACCESS CONTROL BASED ON FACE RECOGNITION

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

More information

Improving Alignment of Faces for Recognition

Improving Alignment of Faces for Recognition Improving Alignment o Faces or Recognition Md. Kamrul Hasan Département de génie inormatique et génie logiciel École Polytechnique de Montréal, Québec, Canada md-kamrul.hasan@polymtl.ca Christopher J.

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

Robust face recognition under the polar coordinate system

Robust face recognition under the polar coordinate system Robust face recognition under the polar coordinate system Jae Hyun Oh and Nojun Kwak Department of Electrical & Computer Engineering, Ajou University, Suwon, Korea Abstract In this paper, we propose a

More information

COMBINING SPEEDED-UP ROBUST FEATURES WITH PRINCIPAL COMPONENT ANALYSIS IN FACE RECOGNITION SYSTEM

COMBINING SPEEDED-UP ROBUST FEATURES WITH PRINCIPAL COMPONENT ANALYSIS IN FACE RECOGNITION SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 12, December 2012 pp. 8545 8556 COMBINING SPEEDED-UP ROBUST FEATURES WITH

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

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

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

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur

IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS. Kirthiga, M.E-Communication system, PREC, Thanjavur IMPROVED FACE RECOGNITION USING ICP TECHNIQUES INCAMERA SURVEILLANCE SYSTEMS Kirthiga, M.E-Communication system, PREC, Thanjavur R.Kannan,Assistant professor,prec Abstract: Face Recognition is important

More information

Reflection and Refraction

Reflection and Refraction Relection and Reraction Object To determine ocal lengths o lenses and mirrors and to determine the index o reraction o glass. Apparatus Lenses, optical bench, mirrors, light source, screen, plastic or

More information

Seminar Heidelberg University

Seminar Heidelberg University Seminar Heidelberg University Mobile Human Detection Systems Pedestrian Detection by Stereo Vision on Mobile Robots Philip Mayer Matrikelnummer: 3300646 Motivation Fig.1: Pedestrians Within Bounding Box

More information

Mobile Human Detection Systems based on Sliding Windows Approach-A Review

Mobile Human Detection Systems based on Sliding Windows Approach-A Review Mobile Human Detection Systems based on Sliding Windows Approach-A Review Seminar: Mobile Human detection systems Njieutcheu Tassi cedrique Rovile Department of Computer Engineering University of Heidelberg

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

Face Detection by Fine Tuning the Gabor Filter Parameter

Face Detection by Fine Tuning the Gabor Filter Parameter Suraj Praash Sahu et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol (6), 011, 719-74 Face Detection by Fine Tuning the Gabor Filter Parameter Suraj Praash Sahu,

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

CHAPTER 5 GLOBAL AND LOCAL FEATURES FOR FACE RECOGNITION

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

More information

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

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

HCR Using K-Means Clustering Algorithm

HCR Using K-Means Clustering Algorithm HCR Using K-Means Clustering Algorithm Meha Mathur 1, Anil Saroliya 2 Amity School of Engineering & Technology Amity University Rajasthan, India Abstract: Hindi is a national language of India, there are

More information

Training Algorithms for Robust Face Recognition using a Template-matching Approach

Training Algorithms for Robust Face Recognition using a Template-matching Approach Training Algorithms for Robust Face Recognition using a Template-matching Approach Xiaoyan Mu, Mehmet Artiklar, Metin Artiklar, and Mohamad H. Hassoun Department of Electrical and Computer Engineering

More information

Ensemble of Bayesian Filters for Loop Closure Detection

Ensemble of Bayesian Filters for Loop Closure Detection Ensemble of Bayesian Filters for Loop Closure Detection Mohammad Omar Salameh, Azizi Abdullah, Shahnorbanun Sahran Pattern Recognition Research Group Center for Artificial Intelligence Faculty of Information

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

Perception IV: Place Recognition, Line Extraction

Perception IV: Place Recognition, Line Extraction Perception IV: Place Recognition, Line Extraction Davide Scaramuzza University of Zurich Margarita Chli, Paul Furgale, Marco Hutter, Roland Siegwart 1 Outline of Today s lecture Place recognition using

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

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

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds 9 1th International Conference on Document Analysis and Recognition Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds Weihan Sun, Koichi Kise Graduate School

More information

FACE RECOGNITION USING INDEPENDENT COMPONENT

FACE RECOGNITION USING INDEPENDENT COMPONENT Chapter 5 FACE RECOGNITION USING INDEPENDENT COMPONENT ANALYSIS OF GABORJET (GABORJET-ICA) 5.1 INTRODUCTION PCA is probably the most widely used subspace projection technique for face recognition. A major

More information

CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS

CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS 38 CHAPTER 3 PRINCIPAL COMPONENT ANALYSIS AND FISHER LINEAR DISCRIMINANT ANALYSIS 3.1 PRINCIPAL COMPONENT ANALYSIS (PCA) 3.1.1 Introduction In the previous chapter, a brief literature review on conventional

More information

Object Recognition Algorithms for Computer Vision System: A Survey

Object Recognition Algorithms for Computer Vision System: A Survey Volume 117 No. 21 2017, 69-74 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Object Recognition Algorithms for Computer Vision System: A Survey Anu

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

IRIS SEGMENTATION OF NON-IDEAL IMAGES

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

More information

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

Face Detection for Automatic Avatar Creation by using Deformable Template and GA

Face Detection for Automatic Avatar Creation by using Deformable Template and GA Face Detection or Automatic Avatar Creation by using Deormable Template and GA Tae-Young Park*, Ja-Yong Lee **, and Hoon Kang *** * School o lectrical and lectronics ngineering, Chung-Ang University, Seoul,

More information

COMPOUND LOCAL BINARY PATTERN (CLBP) FOR PERSON-INDEPENDENT FACIAL EXPRESSION RECOGNITION

COMPOUND LOCAL BINARY PATTERN (CLBP) FOR PERSON-INDEPENDENT FACIAL EXPRESSION RECOGNITION COMPOUND LOCAL BINARY PATTERN (CLBP) FOR PERSON-INDEPENDENT FACIAL EXPRESSION RECOGNITION Priyanka Rani 1, Dr. Deepak Garg 2 1,2 Department of Electronics and Communication, ABES Engineering College, Ghaziabad

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

A Novel Algorithm for Color Image matching using Wavelet-SIFT

A Novel Algorithm for Color Image matching using Wavelet-SIFT International Journal of Scientific and Research Publications, Volume 5, Issue 1, January 2015 1 A Novel Algorithm for Color Image matching using Wavelet-SIFT Mupuri Prasanth Babu *, P. Ravi Shankar **

More information

A Method of Sign Language Gesture Recognition Based on Contour Feature

A Method of Sign Language Gesture Recognition Based on Contour Feature Proceedings o the World Congress on Engineering and Computer Science 014 Vol I WCECS 014, -4 October, 014, San Francisco, USA A Method o Sign Language Gesture Recognition Based on Contour Feature Jingzhong

More information

Threshold Based Face Detection

Threshold Based Face Detection Threshold Based Face Detection R.Vinodini, Dr.M.Karnan 1 Ph.D Scholar, Chettinad College of & Technology,Karur, India 2 Principal, Aringer Anna College of & Technology, Palani, India 1 avinodinimca@gmail.com,

More information

Feature Detectors and Descriptors: Corners, Lines, etc.

Feature Detectors and Descriptors: Corners, Lines, etc. Feature Detectors and Descriptors: Corners, Lines, etc. Edges vs. Corners Edges = maxima in intensity gradient Edges vs. Corners Corners = lots of variation in direction of gradient in a small neighborhood

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

Fuzzy Inference System based Edge Detection in Images

Fuzzy Inference System based Edge Detection in Images Fuzzy Inference System based Edge Detection in Images Anjali Datyal 1 and Satnam Singh 2 1 M.Tech Scholar, ECE Department, SSCET, Badhani, Punjab, India 2 AP, ECE Department, SSCET, Badhani, Punjab, India

More information

Parama Bagchi. Debotosh Bhattacharjee. Mita Nasipuri. Dipak Kumar Basu Dept. of CSE, Jadavpur University Kolkata , India

Parama Bagchi. Debotosh Bhattacharjee. Mita Nasipuri. Dipak Kumar Basu Dept. of CSE, Jadavpur University Kolkata , India International Journal of Computational Intelligence and Informatics, Vol. 2: No. 2, July - September 212 A novel approach for nose-tip detection on 3D face images across pose Parama Bagchi Dept. of CSE,

More information

Finding 2D Shapes and the Hough Transform

Finding 2D Shapes and the Hough Transform CS 4495 Computer Vision Finding 2D Shapes and the Aaron Bobick School of Interactive Computing Administrivia Today: Modeling Lines and Finding them CS4495: Problem set 1 is still posted. Please read the

More information

A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations

A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations A New Multi Fractal Dimension Method for Face Recognition with Fewer Features under Expression Variations Maksud Ahamad Assistant Professor, Computer Science & Engineering Department, Ideal Institute of

More information

Semi-Supervised PCA-based Face Recognition Using Self-Training

Semi-Supervised PCA-based Face Recognition Using Self-Training Semi-Supervised PCA-based Face Recognition Using Self-Training Fabio Roli and Gian Luca Marcialis Dept. of Electrical and Electronic Engineering, University of Cagliari Piazza d Armi, 09123 Cagliari, Italy

More information