Recognition of Occluded Faces Using an Enhanced EBGM Algorithm.

Size: px
Start display at page:

Download "Recognition of Occluded Faces Using an Enhanced EBGM Algorithm."

Transcription

1 Recognition of Occluded Faces Using an Enhanced EBGM Algorithm Badr Mohammed Lahasan bmo12 Ibrahim Venkat Syaheerah Lebai Lutfi Abstract A new approach to recognize occluded faces is presented in this paper to enhance the conventional Elastic Bunch Graph Matching (EBGM) technique In the conventional EBGM approach, facial landmarks need to be chosen manually in the initial stage and a single graph per face had been modeled Our proposed approach intuitively fuses a Harmony search based optimization algorithm over the EBGM approach to automatically choose optimal land marks for a given face Further, instead of using a single graph, we deploy component level sub-graphs and locate optimal landmarks by maximizing the similarity between each of the sub-graphs Experimental results show that the proposed automatic method achieves an improved recognition rate when compared to the conventional EBGM approach Keywords: Face recognition, Elastic Bunch Graph Maching, Harmony Search, Similarity measure, Facial occlusion I INTRODUCTION Performance of face recognition systems are easily prone to facial occlusions such as sunglasses, hats, scarves, beards and so on [1] Face recognition systems form vital part of biometric oriented video surveillance systems and increasingly getting deployed in operational environments where facial occlusions are inevitable In order to enable such crucial automation based surveillance systems, modern face recognition approaches need to be fully automatic without imposing any human intervention such as manual selection of facial landmarks Though face recognition systems have crossed the experimental stage, to date the presence of facial occlusions degrades the performance of face recognition systems [2] This paper intends to propose a new approach to recognize occluded faces by enhancing the Elastic Bunch Graph Matching (EBGM), which is one of the state of the art face recognition techniques Specifically, this paper contributes to achieve the following goals : 1) Basically to transform the conventional semiautomatic EBGM approach into a fully automatic system 2) Incorporation of music inspired harmony search in order to intuitively determine optimal facial landmarks 3) Improving the recognition rate of the conventional EBGM approach by deploying a component level sub-graph mechanism /13/$3100 c 2014 IEEE In recent years, the problem of recognizing partially occluded faces has received considerable attention [3], [4], [5] Martinez [3] proposed a probabilistic face recognition approach that could recognize faces which are prone to uncertainty elements such as imprecise localization, partial occlusion and extreme expressions using a single training sample In his method, face images are analyzed locally in order to handle partial face occlusion among other variations Firstly, the face image is segmented into k local regions and an eigenspace has been constructed for each of these subregions Additionally, in order to gain robustness against expression variations, a weighting scheme associated with the emotional state of local regions has been considered According to the author the major limitation of the approach lies in the manual localization of local features In another approach, Wright et al [4] introduced a partition based Sparse Representation Classification (SRC) method which is inspired by the idea of compressed sensing In this method, a face is first partitioned into blocks and an independent sparse representation for each block is computed This is followed by a general classification algorithm and a voting method to identify face images More interestingly, Wiskott et al [6] introduced a method in which the recognition system is trained by using a single image of each of subjects in a large facial database While this method offers a way to minimize certain variance by extracting concise face descriptions in the form of image graphs, it also suffers from a major drawback whereby manual landmark selection is required Very recently, Venkat et al [5] proposed a Psychophysically Inspired SImilarity MApping (PISIMA) model based on local facial components rather than holistic processing which proved to be an efficient face recognition approach to recognize occluded faces Based on evidences gathered from the psychological domain, the authors proposed a Bayesian network model to capture the local features entailed in horizontal subregions of facial images However this approach requires more than one sample per subject From the above case studies, it has been observed that component-based approaches offer viable alternatives to holistic approaches Their recognition power stems from their ability to intuitively represent faces locally These approaches have been proven to be more efficient than holistic approaches in recognizing faces under uncontrolled conditions such as occlusions, expressions and so on Along this line of componentbased face recognition approaches, we also intend to formulate the face recognition task in our proposed approach through the use of local features

2 The paper is organized as follows: The following section provides the necessary background of the EBGM and harmonic search algorithms Section III moves on to the framework of the proposed approach Next, Section IV reports the experimental results and the discussions on the findings Finally, we conclude the work and briefly discuss our future direction in Section V II BACKGROUND 1 EBGM Elastic Bunch Graph Matching (EBGM) approach presented by Wiskott et al [6] is one of the graph-based algorithms that has been successfully applied for the task of face recognition In this approach, salient fiducial points on the face such as eyes, mouth, nose etc, are chosen manually and described by sets of Gabor response components known as jets (as in Fig 2) Basically, face images stored in face databases carry certain variances among the facial images due to the diversity caused by genders, races, opened/closed eyes and the use of facial accessories such as sunglasses Because of these variances, fiducial points on the face images have to be selected manually A combination of these fiducial entities structures out what is called a Face Bunch Graph (FBG) The average values of node positions of FBG aids to estimate the node positions on the new image to create a face graph The face graph includes twenty five landmarks (see Fig 1) and they are located around the eyes, nose, mouth and the edge of the face Each landmark represents a node and gets connected with the neighbor nodes by its edges which represent the distances between them Each node labeled with a jet intend to describe the local feature around that particular node Subsequently the similarity between these jets and the corresponding jets of the FBG is calculated to refine and displace the node location in the new image, where the maximum jet similarities represent the location of the nodes Fig 1: Fiducial points graph example The basic steps in EBGM algorithm [7] are as follows: 1) Jets are manually selected to represent facial points (as in Fig 2) 2) A bunch graph is created where each node of the bunch graph corresponds to a facial landmark and contains a bunch of model jets extracted from the model images (as in Fig 3) 3) The landmark for each image is located Firstly, the new jet is extracted from the new image and J 11 J 15 J 13 J 12 J 14 J 21 J 25 J 22 J 23 J 31 J 24 J 35 Fig 2: Manually selected jets Fig 3: Bunch Graph displacement from actual location is estimated by comparing it to the most similar model jet from the corresponding bunch 4) A face graph is created for each image by extracting a jet for each landmark The graph contains the locations of the landmarks and the value of the jets The original image can then be discarded 5) Face similarity is computed as a function of landmarks and jet values After creating the FBG, the subsequent task is to find the fiducial points for a given new image This is achieved by comparing the new image against the FBG and finding the fiducial points with the highest similarity There are a few ways to do this, as proposed in [6], [7] Basically the idea is summarized below: The initial position of a new node is estimated by calculating the average distance between the previously located node on the FBG The location of the nose bridge can be estimated by using the eye coordinates and then this location can be further refined by comparing the Gabor jet extracted from the estimated point to a model jet from the bunch graph Once the location of the three landmarks (eyes and nose bridge) are known, the location of the eyebrow can easily be estimated By iterating this process, all landmark locations can be found The corresponding jet is extracted from the estimated location of the new image node The similarity with each jet in the FBG is calculated for that node The aim is to maximize the similarity with the FBG in a neighborhood Finally, the coordinates where the maximum similarity has been obtained are saved This procedure is iterated for the remaining nodes of the graph 2 Harmony Search Algorithm The music inspired Harmony Search Algorithm which is considered to be part of the evolutionary computing domain was introduced by Geem et al [8] in 2001 Though this technique is widely studied by the optimization community, it has wide applications in diverse fields such as scheduling, medical imaging and so on In general, the Harmony Search Algorithm uses the following four main steps: J 33 J 32 J 34

3 1 Specifying the Harmony Memory (HM): Here a few Harmony parameters must be specified viz, the Harmony Memory Size (HM S), which is the number of solution vectors in HM, Harmony Memory Considering Rate (HMCR), where HMCR [0, 1], Pitch Adjusting Rate (P AR), where P AR [0, 1], stopping criteria (number of improvisation (N I)), the amount of maximum change in pitch adjustment (f w) Once these parameters are specified, the HM will be filled by a randomly generated solution vector as shown in Eq 1 Fig 4: Image Segmentation HM= x 1 1, x 1 n f(x 1 ) (1) x hms 1 x hms n f(x n ) After the image is segmented, its Gabor wavelet transform is calculated as: ω i (X) = K i 2 σ 2 e K i 2 x 2 2σ 2 [e j K i x e σ2 2 ] (3) 2 Improvise a New Harmony: The new vector is generated based on the following rules as in [9] : HM consideration, pitch adjustment, and random consideration In Harmony memory consideration the values of the decision variables are inherited form the stored harmony memory vectors, this is the case when the random number [0, 1] is within the probability of HM CR; otherwise, there is also a possibility that random consideration rule is guaranteed If the value of new x has been selected for HM, then, pitch adjusting should be applied with probability P AR 3 Update the Harmony Memory: After the generation of the New Harmony memory vector, the associated fitness function is computed After that, the new vector will replace the worst harmony vector according to the fitness value Where ω i is a plane wave distinguished by the vector k i enveloped by a Gaussian function, where σ = 2π is the standard deviation of this Gaussian Five different frequencies, indexed v=0,,4 and eight orientations, indexed µ = 0, 1,, 7 are used The center frequency of i th filter is given by the characteristic wave vector: ( ) ( ) Kix Kv cos θ K i = = µ K iy K v sin θ µ Where K v = 2 v2 2 π, θ µ = µ π 8 Then, when the Gabor wavelet is calculated, five images are chosen (Fig 5 (b)-(f)) as models to optimize the similarity between the sub-graphs of that image corresponding to the sub-graphs of the reference image (first image in the database (Fig 5 (a)) by harmony search as follows: (4) 4 Evaluation of Solutions: While the current iteration does not exceed the maximum allowed number of improvisations, steps 2 and 3 are repeated Otherwise the iteration process will be terminated III THE PROPOSED MODEL In this study, all images are enhanced by Median Filtering and Histogram Equalization to remove the noise and enhance the contrast levels Then each image is segmented into six segments (Fig 4 ) and each segment represents a sub-graph instead of one whole graph as used by the standard EBGM and it is carried out as follows: Consider that the given image is represented by I(x, y) whose height and width are represented as H and W respectively We segment I by: S g = ( H/3, W/2 ) (2) Fig 5: Samples Images from ORL database A sub-graph is created for each segment of the model image by finding the optimal landmark which represents the maximum similarity between each sub-graph of the corresponding reference image by harmony search as follows: Initialize harmony memory with x vectors of numbers specified by the variable HMS, each vector contains j numbers (in this case j = 4) generated randomly and represent the

4 coordinates of landmarks by: x i (j) = rand(0, 1) (x i (j) Maxrange x i (j) Minrange ) x i (j) Minrange(5) The range for each number is determined based on segment size By applying the basic permutation and combination principles, all possible landmarks coordinates of n elements can be computed using: x = n r (6) where x is the number of (r) permutations Hence, sixteen landmark coordinates are formulated where n=4,r=2 as : (x 1 (1), x 1 (1)) (x 1 (1), x 1 (2)) (x 1 (1), x 1 (4)) (x 1 (2), x 1 (1)) (x 1 (2), x 1 (2)) (x 1 (2), x 1 (4)) (x 1 (4), x 1 (1)) (x 1 (4), x 1 (2)) (x 1 (4), x 1 (4)) (7) Then the similarity of these landmarks (nodes) of corresponding nodes of the reference image is calculated by: S i (j, k) = l v i,k v i,j l v i,k 2 l v i,j 2 (8) of reference image is calculated using Eq (8) and the overall similarity of this sub-graph is calculated using: SG = S (9) Where N 2 is the number of landmarks (nodes) of the subgraph And the overall similarity of k sub-graphs is given by: k 1 OS = SG (10) k Finally to recognize test images, the overall similarity of test image with all reference images are being sorted and ranked, so that the image with the highest similarity value is addressed as rank 1 A face image is correctly recognized if it belongs to rank 1 IV N 2 1 EXPERIMENTAL RESULTS AND DISCUSSIONS In order to do an experimental validation of the proposed approach, we have used the Olivetti Research Laboratory (ORL) face database [10], which consists of 400 face images Basically there are 40 subjects (4 female, 36 male) each of them with 10 face samples containing different facial expressions, slight pose variations (tilting and rotation up to 20 degrees), varying illumination and scaling conditions The first image (Fig 5) for each individual is chosen as the reference image and four images are chosen for test (Fig 7) where k is a jet of the model image segment, j is a jet of the reference image and l = [1,, 40] Logically, the landmarks which maximizes Eq (8) will be optimal After those optimal nodes for each sub-graph (Fig6) at each model images are found, the average value of the optimal node positions of each sub-graph is calculated to find the average node position to be used for the new test image Fig 7: Examples Of Test Images Fig 6: Optimal Sub-Graph When an optimal sub-graph is created by average optimal node of model images, the similarity between nodes of the sub-graph of the test image and the nodes of the sub-graph Each of the test images are further occluded by a square of N N at a random location while the reference image remains without occlusion Initially the first test image is occluded with a minor occlusion by setting N = 10 Then to study the viability of the proposed approach against major occlusions N is further set to 80, 90 and 100 in the rest of the test images The recognition performances of standard EBGM algorithm and the proposed method are plotted in Fig 8 in terms of a Cumulative Match Characteristic (CMC) graph As depicted in Fig 9, the proposed method has considerably outperformed the standard EBGM algorithm The proposed enhanced EBGM yielded a recognition rate of 8187% within the first five ranks This is significantly better than the 55% recognition rate yielded by the standard EBGM For the case of recognition performance within the first 10 ranks,the proposed method achieved a recognition rate of 906% and the standard EBGM achieved only a recognition rate of 661 % Further the overall performance of the two algorithms

5 Fig 8: Comparison of Enhanced EBGM with Standard EBGM [6] L Wiskott, J-M Fellous, N Kuiger, and C Von der Malsburg, Face recognition by elastic bunch graph matching, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol 19, no 7, pp , Jul 1997 [7] D S Bolme, Thesis on elastic bunch graph matching, PhD dissertation, Colorado State University Fort Collins, 2003 [8] J H L G V Geem, Z W Kim, A new heuristic optimization algorithm: Harmony search, Simulation, vol 76, pp 60 68, 2001 [9] C L P Y Geem, Z W Tseng, Harmony search for generalized orienteering problem: Best touring in china, vol 3612, pp , 2005 [10] The ORL Database of Faces, developed by AT&T Laboratories Cambridge shown by the CMC graph in Fig 8 clearly justifies the significant improvement achieved by the proposed approach when compared to the standard EBGM V CONCLUSION In this contribution, we have presented a novel fully automatic approach to enhance the standard EBGM face recognition technique One of the potential advantages of the proposed technique is that it does not rely on manual ground truth data used to represent facial landmark locations such as eyes, nose and so on Optimal landmark locations are automatically identified in the proposed technique by means of a Harmony search algorithm The viability of the proposed approach has been demonstrated against minor to major occlusions and compared with the standard EBGM technique It has been observed that the proposed component level approach achieves a significant recognition rate when compared to the standard EBGM algorithm In the near future, we would investigate the performance of the proposed approach with large datasets Also instead of synthetic occlusions, we would study the behavior of the proposed approach with faces containing real occlusions ACKNOWLEDGMENT This research work is supported by an ERGS grant (Account# 203/PKOMP/ ) awarded by the Ministry Of Higher Education(MOHE), Malaysia REFERENCES [1] R Min, A Hadid, and J Dugelay, Improving the recognition of faces occluded by facial accessories, pp , March 2011 [2] H m Ekenel and R Stiefelhagen, Why is facial occlusion a challenging problem? vol 5558, pp , 2009 [3] A M Martinez, Recognizing imprecisely localized, partially occluded, and expression variant faces from a single sample per class, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol 24, no 6, pp , Jun 2002 [4] J Wright, A Yang, A Ganesh, S Sastry, and Y Ma, Robust face recognition via sparse representation, Pattern Analysis and Machine Intelligence, IEEE Transactions on, vol 31, no 2, pp , Feb 2009 [5] I Venkat, A T Khader, K Subramanian, and P D Wilde, Recognizing occluded faces by exploiting psychophysically inspired similarity maps, Pattern Recognition Letters, vol 34, no 8, pp , 2013

Face detection is a process of localizing and extracting the face region from the

Face detection is a process of localizing and extracting the face region from the Chapter 4 FACE NORMALIZATION 4.1 INTRODUCTION Face detection is a process of localizing and extracting the face region from the background. The detected face varies in rotation, brightness, size, etc.

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Blog Post Extraction Using Title Finding

Blog Post Extraction Using Title Finding Blog Post Extraction Using Title Finding Linhai Song 1, 2, Xueqi Cheng 1, Yan Guo 1, Bo Wu 1, 2, Yu Wang 1, 2 1 Institute of Computing Technology, Chinese Academy of Sciences, Beijing 2 Graduate School

More information

Face Recognition in Low-resolution Images by Using Local Zernike Moments

Face Recognition in Low-resolution Images by Using Local Zernike Moments Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie

More information

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set

EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set EM Clustering Approach for Multi-Dimensional Analysis of Big Data Set Amhmed A. Bhih School of Electrical and Electronic Engineering Princy Johnson School of Electrical and Electronic Engineering Martin

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information

Template-based Eye and Mouth Detection for 3D Video Conferencing

Template-based Eye and Mouth Detection for 3D Video Conferencing Template-based Eye and Mouth Detection for 3D Video Conferencing Jürgen Rurainsky and Peter Eisert Fraunhofer Institute for Telecommunications - Heinrich-Hertz-Institute, Image Processing Department, Einsteinufer

More information

HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT

HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT International Journal of Scientific and Research Publications, Volume 2, Issue 4, April 2012 1 HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT Akhil Gupta, Akash Rathi, Dr. Y. Radhika

More information

A Simple Feature Extraction Technique of a Pattern By Hopfield Network

A Simple Feature Extraction Technique of a Pattern By Hopfield Network A Simple Feature Extraction Technique of a Pattern By Hopfield Network A.Nag!, S. Biswas *, D. Sarkar *, P.P. Sarkar *, B. Gupta **! Academy of Technology, Hoogly - 722 *USIC, University of Kalyani, Kalyani

More information

Advances in Face Recognition Research Second End-User Group Meeting - Feb 21, 2008 Dr. Stefan Gehlen, L-1 Identity Solutions AG, Bochum, Germany

Advances in Face Recognition Research Second End-User Group Meeting - Feb 21, 2008 Dr. Stefan Gehlen, L-1 Identity Solutions AG, Bochum, Germany Advances in Face Recognition Research Second End-User Group Meeting - Feb 21, 2008 Dr. Stefan Gehlen, L-1 Identity Solutions AG, Bochum, Germany L-1 Identity Solutions AG All rights reserved Outline Face

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

Open Access A Facial Expression Recognition Algorithm Based on Local Binary Pattern and Empirical Mode Decomposition

Open Access A Facial Expression Recognition Algorithm Based on Local Binary Pattern and Empirical Mode Decomposition Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 2014, 8, 599-604 599 Open Access A Facial Expression Recognition Algorithm Based on Local Binary

More information

Interactive person re-identification in TV series

Interactive person re-identification in TV series Interactive person re-identification in TV series Mika Fischer Hazım Kemal Ekenel Rainer Stiefelhagen CV:HCI lab, Karlsruhe Institute of Technology Adenauerring 2, 76131 Karlsruhe, Germany E-mail: {mika.fischer,ekenel,rainer.stiefelhagen}@kit.edu

More information

Open-Set Face Recognition-based Visitor Interface System

Open-Set Face Recognition-based Visitor Interface System Open-Set Face Recognition-based Visitor Interface System Hazım K. Ekenel, Lorant Szasz-Toth, and Rainer Stiefelhagen Computer Science Department, Universität Karlsruhe (TH) Am Fasanengarten 5, Karlsruhe

More information

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan Handwritten Signature Verification ECE 533 Project Report by Ashish Dhawan Aditi R. Ganesan Contents 1. Abstract 3. 2. Introduction 4. 3. Approach 6. 4. Pre-processing 8. 5. Feature Extraction 9. 6. Verification

More information

Automatic Calibration of an In-vehicle Gaze Tracking System Using Driver s Typical Gaze Behavior

Automatic Calibration of an In-vehicle Gaze Tracking System Using Driver s Typical Gaze Behavior Automatic Calibration of an In-vehicle Gaze Tracking System Using Driver s Typical Gaze Behavior Kenji Yamashiro, Daisuke Deguchi, Tomokazu Takahashi,2, Ichiro Ide, Hiroshi Murase, Kazunori Higuchi 3,

More information

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS

VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS Aswin C Sankaranayanan, Qinfen Zheng, Rama Chellappa University of Maryland College Park, MD - 277 {aswch, qinfen, rama}@cfar.umd.edu Volkan Cevher, James

More information

Image Normalization for Illumination Compensation in Facial Images

Image Normalization for Illumination Compensation in Facial Images Image Normalization for Illumination Compensation in Facial Images by Martin D. Levine, Maulin R. Gandhi, Jisnu Bhattacharyya Department of Electrical & Computer Engineering & Center for Intelligent Machines

More information

Normalisation of 3D Face Data

Normalisation of 3D Face Data Normalisation of 3D Face Data Chris McCool, George Mamic, Clinton Fookes and Sridha Sridharan Image and Video Research Laboratory Queensland University of Technology, 2 George Street, Brisbane, Australia,

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

Determining optimal window size for texture feature extraction methods

Determining optimal window size for texture feature extraction methods IX Spanish Symposium on Pattern Recognition and Image Analysis, Castellon, Spain, May 2001, vol.2, 237-242, ISBN: 84-8021-351-5. Determining optimal window size for texture feature extraction methods Domènec

More information

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION

AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION AN IMPROVED DOUBLE CODING LOCAL BINARY PATTERN ALGORITHM FOR FACE RECOGNITION Saurabh Asija 1, Rakesh Singh 2 1 Research Scholar (Computer Engineering Department), Punjabi University, Patiala. 2 Asst.

More information

Illumination, Expression and Occlusion Invariant Pose-Adaptive Face Recognition System for Real- Time Applications

Illumination, Expression and Occlusion Invariant Pose-Adaptive Face Recognition System for Real- Time Applications Illumination, Expression and Occlusion Invariant Pose-Adaptive Face Recognition System for Real- Time Applications Shireesha Chintalapati #1, M. V. Raghunadh *2 Department of E and CE NIT Warangal, Andhra

More information

Automatic Labeling of Lane Markings for Autonomous Vehicles

Automatic Labeling of Lane Markings for Autonomous Vehicles Automatic Labeling of Lane Markings for Autonomous Vehicles Jeffrey Kiske Stanford University 450 Serra Mall, Stanford, CA 94305 jkiske@stanford.edu 1. Introduction As autonomous vehicles become more popular,

More information

Face Recognition For Remote Database Backup System

Face Recognition For Remote Database Backup System Face Recognition For Remote Database Backup System Aniza Mohamed Din, Faudziah Ahmad, Mohamad Farhan Mohamad Mohsin, Ku Ruhana Ku-Mahamud, Mustafa Mufawak Theab 2 Graduate Department of Computer Science,UUM

More information

Mean-Shift Tracking with Random Sampling

Mean-Shift Tracking with Random Sampling 1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of

More information

Subspace Analysis and Optimization for AAM Based Face Alignment

Subspace Analysis and Optimization for AAM Based Face Alignment Subspace Analysis and Optimization for AAM Based Face Alignment Ming Zhao Chun Chen College of Computer Science Zhejiang University Hangzhou, 310027, P.R.China zhaoming1999@zju.edu.cn Stan Z. Li Microsoft

More information

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Jun Wang Department of Mechanical and Automation Engineering The Chinese University of Hong Kong Shatin, New Territories,

More information

Classification of Fingerprints. Sarat C. Dass Department of Statistics & Probability

Classification of Fingerprints. Sarat C. Dass Department of Statistics & Probability Classification of Fingerprints Sarat C. Dass Department of Statistics & Probability Fingerprint Classification Fingerprint classification is a coarse level partitioning of a fingerprint database into smaller

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

A comparative study on face recognition techniques and neural network

A comparative study on face recognition techniques and neural network A comparative study on face recognition techniques and neural network 1. Abstract Meftah Ur Rahman Department of Computer Science George Mason University mrahma12@masonlive.gmu.edu In modern times, face

More information

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014

International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014 Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College

More information

A Comparison of General Approaches to Multiprocessor Scheduling

A Comparison of General Approaches to Multiprocessor Scheduling A Comparison of General Approaches to Multiprocessor Scheduling Jing-Chiou Liou AT&T Laboratories Middletown, NJ 0778, USA jing@jolt.mt.att.com Michael A. Palis Department of Computer Science Rutgers University

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics

Descriptive statistics Statistical inference statistical inference, statistical induction and inferential statistics Descriptive statistics is the discipline of quantitatively describing the main features of a collection of data. Descriptive statistics are distinguished from inferential statistics (or inductive statistics),

More information

MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph

MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph Janani K 1, Narmatha S 2 Assistant Professor, Department of Computer Science and Engineering, Sri Shakthi Institute of

More information

Use of Data Mining Techniques to Improve the Effectiveness of Sales and Marketing

Use of Data Mining Techniques to Improve the Effectiveness of Sales and Marketing Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 4, April 2015,

More information

Face Model Fitting on Low Resolution Images

Face Model Fitting on Low Resolution Images Face Model Fitting on Low Resolution Images Xiaoming Liu Peter H. Tu Frederick W. Wheeler Visualization and Computer Vision Lab General Electric Global Research Center Niskayuna, NY, 1239, USA {liux,tu,wheeler}@research.ge.com

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Tracking Groups of Pedestrians in Video Sequences

Tracking Groups of Pedestrians in Video Sequences Tracking Groups of Pedestrians in Video Sequences Jorge S. Marques Pedro M. Jorge Arnaldo J. Abrantes J. M. Lemos IST / ISR ISEL / IST ISEL INESC-ID / IST Lisbon, Portugal Lisbon, Portugal Lisbon, Portugal

More information

Exploratory data analysis (Chapter 2) Fall 2011

Exploratory data analysis (Chapter 2) Fall 2011 Exploratory data analysis (Chapter 2) Fall 2011 Data Examples Example 1: Survey Data 1 Data collected from a Stat 371 class in Fall 2005 2 They answered questions about their: gender, major, year in school,

More information

GA as a Data Optimization Tool for Predictive Analytics

GA as a Data Optimization Tool for Predictive Analytics GA as a Data Optimization Tool for Predictive Analytics Chandra.J 1, Dr.Nachamai.M 2,Dr.Anitha.S.Pillai 3 1Assistant Professor, Department of computer Science, Christ University, Bangalore,India, chandra.j@christunivesity.in

More information

UNCERTAINTIES OF MATHEMATICAL MODELING

UNCERTAINTIES OF MATHEMATICAL MODELING Proceedings of the 12 th Symposium of Mathematics and its Applications "Politehnica" University of Timisoara November, 5-7, 2009 UNCERTAINTIES OF MATHEMATICAL MODELING László POKORÁDI University of Debrecen

More information

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences

Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Detection and Restoration of Vertical Non-linear Scratches in Digitized Film Sequences Byoung-moon You 1, Kyung-tack Jung 2, Sang-kook Kim 2, and Doo-sung Hwang 3 1 L&Y Vision Technologies, Inc., Daejeon,

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

SYMMETRIC EIGENFACES MILI I. SHAH

SYMMETRIC EIGENFACES MILI I. SHAH SYMMETRIC EIGENFACES MILI I. SHAH Abstract. Over the years, mathematicians and computer scientists have produced an extensive body of work in the area of facial analysis. Several facial analysis algorithms

More information

An Empirical Study of Two MIS Algorithms

An Empirical Study of Two MIS Algorithms An Empirical Study of Two MIS Algorithms Email: Tushar Bisht and Kishore Kothapalli International Institute of Information Technology, Hyderabad Hyderabad, Andhra Pradesh, India 32. tushar.bisht@research.iiit.ac.in,

More information

An ACO Approach to Solve a Variant of TSP

An ACO Approach to Solve a Variant of TSP An ACO Approach to Solve a Variant of TSP Bharat V. Chawda, Nitesh M. Sureja Abstract This study is an investigation on the application of Ant Colony Optimization to a variant of TSP. This paper presents

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)

More information

Chapter 6. The stacking ensemble approach

Chapter 6. The stacking ensemble approach 82 This chapter proposes the stacking ensemble approach for combining different data mining classifiers to get better performance. Other combination techniques like voting, bagging etc are also described

More information

Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization

Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization Journal of Computer Science 6 (9): 1008-1013, 2010 ISSN 1549-3636 2010 Science Publications Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization

More information

Schedule Risk Analysis Simulator using Beta Distribution

Schedule Risk Analysis Simulator using Beta Distribution Schedule Risk Analysis Simulator using Beta Distribution Isha Sharma Department of Computer Science and Applications, Kurukshetra University, Kurukshetra, Haryana (INDIA) ishasharma211@yahoo.com Dr. P.K.

More information

Building an Advanced Invariant Real-Time Human Tracking System

Building an Advanced Invariant Real-Time Human Tracking System UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian

More information

Probabilistic Latent Semantic Analysis (plsa)

Probabilistic Latent Semantic Analysis (plsa) Probabilistic Latent Semantic Analysis (plsa) SS 2008 Bayesian Networks Multimedia Computing, Universität Augsburg Rainer.Lienhart@informatik.uni-augsburg.de www.multimedia-computing.{de,org} References

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

High-Mix Low-Volume Flow Shop Manufacturing System Scheduling

High-Mix Low-Volume Flow Shop Manufacturing System Scheduling Proceedings of the 14th IAC Symposium on Information Control Problems in Manufacturing, May 23-25, 2012 High-Mix Low-Volume low Shop Manufacturing System Scheduling Juraj Svancara, Zdenka Kralova Institute

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer

More information

Crowdclustering with Sparse Pairwise Labels: A Matrix Completion Approach

Crowdclustering with Sparse Pairwise Labels: A Matrix Completion Approach Outline Crowdclustering with Sparse Pairwise Labels: A Matrix Completion Approach Jinfeng Yi, Rong Jin, Anil K. Jain, Shaili Jain 2012 Presented By : KHALID ALKOBAYER Crowdsourcing and Crowdclustering

More information

Introducing diversity among the models of multi-label classification ensemble

Introducing diversity among the models of multi-label classification ensemble Introducing diversity among the models of multi-label classification ensemble Lena Chekina, Lior Rokach and Bracha Shapira Ben-Gurion University of the Negev Dept. of Information Systems Engineering and

More information

Simultaneous Gamma Correction and Registration in the Frequency Domain

Simultaneous Gamma Correction and Registration in the Frequency Domain Simultaneous Gamma Correction and Registration in the Frequency Domain Alexander Wong a28wong@uwaterloo.ca William Bishop wdbishop@uwaterloo.ca Department of Electrical and Computer Engineering University

More information

Sub-pixel mapping: A comparison of techniques

Sub-pixel mapping: A comparison of techniques Sub-pixel mapping: A comparison of techniques Koen C. Mertens, Lieven P.C. Verbeke & Robert R. De Wulf Laboratory of Forest Management and Spatial Information Techniques, Ghent University, 9000 Gent, Belgium

More information

Potential of face area data for predicting sharpness of natural images

Potential of face area data for predicting sharpness of natural images Potential of face area data for predicting sharpness of natural images Mikko Nuutinen a, Olli Orenius b, Timo Säämänen b, Pirkko Oittinen a a Dept. of Media Technology, Aalto University School of Science

More information

Towards better accuracy for Spam predictions

Towards better accuracy for Spam predictions Towards better accuracy for Spam predictions Chengyan Zhao Department of Computer Science University of Toronto Toronto, Ontario, Canada M5S 2E4 czhao@cs.toronto.edu Abstract Spam identification is crucial

More information

FPGA Implementation of Human Behavior Analysis Using Facial Image

FPGA Implementation of Human Behavior Analysis Using Facial Image RESEARCH ARTICLE OPEN ACCESS FPGA Implementation of Human Behavior Analysis Using Facial Image A.J Ezhil, K. Adalarasu Department of Electronics & Communication Engineering PSNA College of Engineering

More information

Segmentation & Clustering

Segmentation & Clustering EECS 442 Computer vision Segmentation & Clustering Segmentation in human vision K-mean clustering Mean-shift Graph-cut Reading: Chapters 14 [FP] Some slides of this lectures are courtesy of prof F. Li,

More information

A Review And Evaluations Of Shortest Path Algorithms

A Review And Evaluations Of Shortest Path Algorithms A Review And Evaluations Of Shortest Path Algorithms Kairanbay Magzhan, Hajar Mat Jani Abstract: Nowadays, in computer networks, the routing is based on the shortest path problem. This will help in minimizing

More information

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Andre BERGMANN Salzgitter Mannesmann Forschung GmbH; Duisburg, Germany Phone: +49 203 9993154, Fax: +49 203 9993234;

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 emre.ugur@ceng.metu.edu.tr Abstract The main objective of this project is the study of a learning based method

More information

Footwear Print Retrieval System for Real Crime Scene Marks

Footwear Print Retrieval System for Real Crime Scene Marks Footwear Print Retrieval System for Real Crime Scene Marks Yi Tang, Sargur N. Srihari, Harish Kasiviswanathan and Jason J. Corso Center of Excellence for Document Analysis and Recognition (CEDAR) University

More information

Feature Point Selection using Structural Graph Matching for MLS based Image Registration

Feature Point Selection using Structural Graph Matching for MLS based Image Registration Feature Point Selection using Structural Graph Matching for MLS based Image Registration Hema P Menon Department of CSE Amrita Vishwa Vidyapeetham Coimbatore Tamil Nadu - 641 112, India K A Narayanankutty

More information

An Enhanced Cost Optimization of Heterogeneous Workload Management in Cloud Computing

An Enhanced Cost Optimization of Heterogeneous Workload Management in Cloud Computing An Enhanced Cost Optimization of Heterogeneous Workload Management in Cloud Computing 1 Sudha.C Assistant Professor/Dept of CSE, Muthayammal College of Engineering,Rasipuram, Tamilnadu, India Abstract:

More information

Intelligent Analysis of User Interactions in a Collaborative Software Engineering Context

Intelligent Analysis of User Interactions in a Collaborative Software Engineering Context Intelligent Analysis of User Interactions in a Collaborative Software Engineering Context Alejandro Corbellini 1,2, Silvia Schiaffino 1,2, Daniela Godoy 1,2 1 ISISTAN Research Institute, UNICEN University,

More information

A New Image Edge Detection Method using Quality-based Clustering. Bijay Neupane Zeyar Aung Wei Lee Woon. Technical Report DNA #2012-01.

A New Image Edge Detection Method using Quality-based Clustering. Bijay Neupane Zeyar Aung Wei Lee Woon. Technical Report DNA #2012-01. A New Image Edge Detection Method using Quality-based Clustering Bijay Neupane Zeyar Aung Wei Lee Woon Technical Report DNA #2012-01 April 2012 Data & Network Analytics Research Group (DNA) Computing and

More information

NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE. Venu Govindaraju

NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE. Venu Govindaraju NAVIGATING SCIENTIFIC LITERATURE A HOLISTIC PERSPECTIVE Venu Govindaraju BIOMETRICS DOCUMENT ANALYSIS PATTERN RECOGNITION 8/24/2015 ICDAR- 2015 2 Towards a Globally Optimal Approach for Learning Deep Unsupervised

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey mustafa.teke@gmail.com b Department of Computer

More information

Geometric-Guided Label Propagation for Moving Object Detection

Geometric-Guided Label Propagation for Moving Object Detection MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Geometric-Guided Label Propagation for Moving Object Detection Kao, J.-Y.; Tian, D.; Mansour, H.; Ortega, A.; Vetro, A. TR2016-005 March 2016

More information

Canny Edge Detection

Canny Edge Detection Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties

More information

A Movement Tracking Management Model with Kalman Filtering Global Optimization Techniques and Mahalanobis Distance

A Movement Tracking Management Model with Kalman Filtering Global Optimization Techniques and Mahalanobis Distance Loutraki, 21 26 October 2005 A Movement Tracking Management Model with ing Global Optimization Techniques and Raquel Ramos Pinho, João Manuel R. S. Tavares, Miguel Velhote Correia Laboratório de Óptica

More information

Component Ordering in Independent Component Analysis Based on Data Power

Component Ordering in Independent Component Analysis Based on Data Power Component Ordering in Independent Component Analysis Based on Data Power Anne Hendrikse Raymond Veldhuis University of Twente University of Twente Fac. EEMCS, Signals and Systems Group Fac. EEMCS, Signals

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

Categorical Data Visualization and Clustering Using Subjective Factors

Categorical Data Visualization and Clustering Using Subjective Factors Categorical Data Visualization and Clustering Using Subjective Factors Chia-Hui Chang and Zhi-Kai Ding Department of Computer Science and Information Engineering, National Central University, Chung-Li,

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

Removing Moving Objects from Point Cloud Scenes

Removing Moving Objects from Point Cloud Scenes 1 Removing Moving Objects from Point Cloud Scenes Krystof Litomisky klitomis@cs.ucr.edu Abstract. Three-dimensional simultaneous localization and mapping is a topic of significant interest in the research

More information

PSG College of Technology, Coimbatore-641 004 Department of Computer & Information Sciences BSc (CT) G1 & G2 Sixth Semester PROJECT DETAILS.

PSG College of Technology, Coimbatore-641 004 Department of Computer & Information Sciences BSc (CT) G1 & G2 Sixth Semester PROJECT DETAILS. PSG College of Technology, Coimbatore-641 004 Department of Computer & Information Sciences BSc (CT) G1 & G2 Sixth Semester PROJECT DETAILS Project Project Title Area of Abstract No Specialization 1. Software

More information

Neovision2 Performance Evaluation Protocol

Neovision2 Performance Evaluation Protocol Neovision2 Performance Evaluation Protocol Version 3.0 4/16/2012 Public Release Prepared by Rajmadhan Ekambaram rajmadhan@mail.usf.edu Dmitry Goldgof, Ph.D. goldgof@cse.usf.edu Rangachar Kasturi, Ph.D.

More information

Low-resolution Character Recognition by Video-based Super-resolution

Low-resolution Character Recognition by Video-based Super-resolution 2009 10th International Conference on Document Analysis and Recognition Low-resolution Character Recognition by Video-based Super-resolution Ataru Ohkura 1, Daisuke Deguchi 1, Tomokazu Takahashi 2, Ichiro

More information

STATISTICA. Clustering Techniques. Case Study: Defining Clusters of Shopping Center Patrons. and

STATISTICA. Clustering Techniques. Case Study: Defining Clusters of Shopping Center Patrons. and Clustering Techniques and STATISTICA Case Study: Defining Clusters of Shopping Center Patrons STATISTICA Solutions for Business Intelligence, Data Mining, Quality Control, and Web-based Analytics Table

More information

A Content based Spam Filtering Using Optical Back Propagation Technique

A Content based Spam Filtering Using Optical Back Propagation Technique A Content based Spam Filtering Using Optical Back Propagation Technique Sarab M. Hameed 1, Noor Alhuda J. Mohammed 2 Department of Computer Science, College of Science, University of Baghdad - Iraq ABSTRACT

More information

A secure face tracking system

A secure face tracking system International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 959-964 International Research Publications House http://www. irphouse.com A secure face tracking

More information

PartJoin: An Efficient Storage and Query Execution for Data Warehouses

PartJoin: An Efficient Storage and Query Execution for Data Warehouses PartJoin: An Efficient Storage and Query Execution for Data Warehouses Ladjel Bellatreche 1, Michel Schneider 2, Mukesh Mohania 3, and Bharat Bhargava 4 1 IMERIR, Perpignan, FRANCE ladjel@imerir.com 2

More information

Comparing Artificial Intelligence Systems for Stock Portfolio Selection

Comparing Artificial Intelligence Systems for Stock Portfolio Selection Abstract Comparing Artificial Intelligence Systems for Stock Portfolio Selection Extended Abstract Chiu-Che Tseng Texas A&M University Commerce P.O. BOX 3011 Commerce, Texas 75429 Tel: (903) 886-5497 Email:

More information

D-optimal plans in observational studies

D-optimal plans in observational studies D-optimal plans in observational studies Constanze Pumplün Stefan Rüping Katharina Morik Claus Weihs October 11, 2005 Abstract This paper investigates the use of Design of Experiments in observational

More information

Optimization Modeling for Mining Engineers

Optimization Modeling for Mining Engineers Optimization Modeling for Mining Engineers Alexandra M. Newman Division of Economics and Business Slide 1 Colorado School of Mines Seminar Outline Linear Programming Integer Linear Programming Slide 2

More information

Multimodal Biometric Recognition Security System

Multimodal Biometric Recognition Security System Multimodal Biometric Recognition Security System Anju.M.I, G.Sheeba, G.Sivakami, Monica.J, Savithri.M Department of ECE, New Prince Shri Bhavani College of Engg. & Tech., Chennai, India ABSTRACT: Security

More information

Adaptive Face Recognition System from Myanmar NRC Card

Adaptive Face Recognition System from Myanmar NRC Card Adaptive Face Recognition System from Myanmar NRC Card Ei Phyo Wai University of Computer Studies, Yangon, Myanmar Myint Myint Sein University of Computer Studies, Yangon, Myanmar ABSTRACT Biometrics is

More information

Alpha Cut based Novel Selection for Genetic Algorithm

Alpha Cut based Novel Selection for Genetic Algorithm Alpha Cut based Novel for Genetic Algorithm Rakesh Kumar Professor Girdhar Gopal Research Scholar Rajesh Kumar Assistant Professor ABSTRACT Genetic algorithm (GA) has several genetic operators that can

More information

Class-specific Sparse Coding for Learning of Object Representations

Class-specific Sparse Coding for Learning of Object Representations Class-specific Sparse Coding for Learning of Object Representations Stephan Hasler, Heiko Wersing, and Edgar Körner Honda Research Institute Europe GmbH Carl-Legien-Str. 30, 63073 Offenbach am Main, Germany

More information

Neural Network based Vehicle Classification for Intelligent Traffic Control

Neural Network based Vehicle Classification for Intelligent Traffic Control Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN

More information

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data Athanasius Zakhary, Neamat El Gayar Faculty of Computers and Information Cairo University, Giza, Egypt

More information

FRACTAL RECOGNITION AND PATTERN CLASSIFIER BASED SPAM FILTERING IN EMAIL SERVICE

FRACTAL RECOGNITION AND PATTERN CLASSIFIER BASED SPAM FILTERING IN EMAIL SERVICE FRACTAL RECOGNITION AND PATTERN CLASSIFIER BASED SPAM FILTERING IN EMAIL SERVICE Ms. S.Revathi 1, Mr. T. Prabahar Godwin James 2 1 Post Graduate Student, Department of Computer Applications, Sri Sairam

More information