Random Subspace Method for Gait Recognition

Size: px
Start display at page:

Download "Random Subspace Method for Gait Recognition"

Transcription

1 Random Subspace Method for Gait Recognition Yu Guan 1,Chang-Tsun Li 1 and Yongjian Hu 2 Department of Computer Science, University of Warwick, Coventry, UK {g.yu, c-t.li}@warwick.ac.uk 1, yongjian.hu@dcs.warwick.ac.uk 2 Abstract Overfitting is a common problem for gait recognition algorithms when gait sequences in gallery for training are acquired under a single walking condition. In this paper, we propose an approach based on the random subspace method (RSM) to address such overlearning problems. Initially, two-dimensional Principle Component Analysis (2DPCA) is adopted to obtain the full hypothesis space (i.e., eigenspace). Multiple inductive biases (i.e., subspaces) are constructed, each with the corresponding basis vectors randomly chosen from the initial eigenspace. This procedure can not only largely avoid overadaptation but also facilitate dimension reduction. The final classification is achieved by the decision committee which follows a majority voting criterion from the labeling results of all the subspaces. Experimental results on the benchmark USF HumanID gait database show that the proposed method is a feasible framework for gait recognition under unknown walking conditions. Keywords-overfitting avoidance; random subspace method; gait recognition; biometrics I. INTRODUCTION Compared with other biometrics like face or iris recognition, the most significant advantage for gait recognition is that it can be applied unobtrusively at a distance. According to the early medical and physiological studies, the human gait has 24 different components, which indicates that the gait pattern is unique for individuals [6]. However, covariate factors that can affect the recognition performance do exist. These include walking surface, shoe type, clothing, carrying condition, medical condition, emotions etc. How to address these problems is an acute challenge. There are two mainstreams in gait recognition, namely appearance-based gait recognition and model-based gait recognition. The former focuses on statistical analysis on the appearance of the gait video frames, whereas the latter is on estimating human body structure parameters. The average silhouette over one gait cycle, known as Gait Energy Image (GEI) is widely used in recent appearance-based gait recognition algorithms because of its simplicity and effectiveness [1][3][4][7][8][13]. Compared with the traditional frame-based methods (e.g., the baseline algorithm with direct frame matching [2]), the averaging operation makes GEI less sensitive to segmentation errors [4]. However, with gallery GEIs obtained under similar physical conditions, the learned features may overfit the training data. In this case, the performance may not be satisfactory when the overlearned model encounters a query GEI from an unknown walking condition. Fig. 1 provides the GEI examples to explain this challenge. From the classification viewpoint, it is a difficult task due to the small inter-class variations for training as illustrated in Fig. 1(a), and the large intra-class variations for testing as illustrated in Fig. 1(b)-(h). Overfitting may happen under such circumstances. For example, the features of individual shadows in Fig. 1(a) can be learned by the trained model, but in most cases, it is unreasonable if the classification is performed based on these features. To overcome overadaptation, cutting and fitting scheme is employed in [4] to create additional synthetic training samples by gradually cutting the silhouette shadow and resizing to simulate the walking surface distortion. The trained model shows its insensitiveness to different walking surfaces, but it is not robust against other covariate factors like carrying condition. In [7], the Gabor kernel is applied to the GEIs with respect to different orientations and different scales. Competitive performance is achieved under the influence of different shoe types, camera viewpoints and carrying conditions, but it is not invariant to different walking surfaces and time. Combining the merits of both methods, Huang et al. [3] expand the Gabor-feature-based gallery to cover more variations by interpolating the imagespecific Gaussian Mixture Models. Although promising average recognition rate is reported, for some unknown walking conditions not fully covered in the virtual sample construction process, the recognition rate is extremely low (e.g., the recognition accuracy is only 3% under the combined influence of shoe type, clothing, and elapsed time). As the physical conditions for a probe gait sequence is unknown, it is very challenging to create the right synthetic training samples for robust gait recognition. The random subspace method (RSM), as an ensemble construction for classification, offers an alternative way to solve the dilemma of accuracy optimization and overfitting [5]. The idea behind RSM is, instead of using a single feature space for classification, multiple subspaces are constructed from the initial eigenspace in a random manner. Each random subspace can be deemed as an inductive bias and there is a classifier for labeling. The final classification is determined by the decision committee which combines all the labeling results associated with the corresponding subspaces. Although the mislabeling problem may exist for a single random subspace, the performance of their combination can be much better, especially when the dataset has a large number of features and not too few samples [5].

2 The remainder of this paper is organized as follows: Section II describes the details of the proposed approach. Experimental results and analysis are provided in Section III, and Section IV concludes the paper. (a) (b) (c) (d) (e) (f) (g) (h) Figure 1. GEI examples from the USF gait database for individual recognition. (a) The training samples of different individuals walking in the same walking condition, (b)-(h) The query GEIs from one individual under the influence of the following covariate factors: (b) viewpoint, (c) walking surface, (d) viewpoint and walking surface, (e) carrying condition, (f) carrying condition and viewpoint, (g) elapsed time, shoe type, and clothing, (h) elapsed time, shoe type, clothing and walking surface. In this work, to avoid overfitting, rather than creating synthetic samples in the gallery by simulating distortion or adding more features by applying certain functions to the original data, we utilize RSM for robust gait recognition. First, two-dimensional Principle Component Analysis (2DPCA) is employed for the initial eigenspace construction and the highly redundant GEIs can be projected into a smaller number of reconstruction coefficients in an uncorrelated eigenspace. Considering in most cases that GEIs in gallery for training are acquired in a single walking condition with small inter-class variations, directly using 2DPCA as a dimension reduction method by discarding lowenergy components cannot well address the overlearning problem. The coefficients corresponding to high-energy eigenvectors in eigenspace can represent the original data well, but they are not necessarily discriminative. To make use of discriminative information for robust classification, we combine weak classifiers to avoid overadaptation. Multiple inductive biases are constructed, with the corresponding basis vectors randomly chosen from the initial eigenspace. Each GEI is represented by different sets of reconstruction coefficients associated with different random subspaces. For a certain random subspace, we further project the corresponding reconstruction coefficients into the canonical space with optimal class separability. The nearest mean classifier is then employed for labeling for each random subspace and the final classification is achieved by majority voting from all the weak classifiers. The proposed approach has several desirable properties: It is easy to comprehend and implement. By setting up multiple inductive biases, it effectively avoids overfitting the inadequate training set, which is normally obtained under a single walking condition. Even based on the simplest input features (i.e., pixel intensities), very competitive performance can be achieved on the benchmark USF gait database. It is a feasible framework for gait recognition and can be further extended. II. PROPOSED APPROACH Random subspace ensembles have been successfully applied in face recognition [11][12]. It is summarized in [11] that the ensemble techniques can usually increase the generalization for the trained model, which can combat overfitting. Motivated by [5][11][12], this work explores such techniques in the context of gait recognition, which is more challenging as it involves the problems of larger intraclass variations and smaller inter-class variations. A. Combining RSM and 2DPCA PCA is usually employed as a preprocessing tool for the RSM. The purpose of PCA is to obtain a number of principle components to represent the original data for dimension reduction or data decorrelation. However, for high dimensional data, PCA is usually computationally expensive and sometimes difficult to evaluate the covariance matrix accurately [10]. 2DPCA, based on 2D matrices rather than 1D vectors, can address these issues [10] and this work exploits 2DPCA as our initial eigenspace (i.e., full hypothesis space) construction. Assume we have n sample GEIs I i (i=1,,n) in gallery, and first we obtain the mean M of the GEIs: 1 n M = I. (1) i= 1 i n The covariance/scatter matrix S can then be estimated: 1 n T S = ( I M) ( I M). (2) j= 1 n j Based on the scatter matrix S, the eigenvectors can be computed for the purpose of decorrelation. Eigenvectors with zero eigenvalues are removed, and the rest are retained as candidates for the random subspaces construction. L random subspaces R 1,,R L can be generated by randomly selecting N eigenvectors from the candidates. Each GEI can be projected into the L subspaces with the corresponding L sets of reconstruction coefficients. After the 2DPCA projection for each random subspace, one GEI can be represented as L sets of coefficients corresponding to L N-dimensional random subspaces, which can be used as features for further processing. B. Linear Discriminant Analysis To achieve optimal class separability, Linear Discriminant Analysis (LDA) is adopted to further project the coefficients into the canonical space which maximizes the Fisher s criterion. For each random subspace R k (k=1,,l), there is a transition matrix W k that maximizes the ratio of the between-class scatter matrix S k B to the withinclass scatter matrix S k W: T k W S k B W J ( W ) =. (3) T k W S W W j

3 However, to meet the input requirement of the traditional LDA, data have to be vectorized which may lead to high dimensionality. To avoid high dimensionality which may cause expensive computational cost and sometimes the singularity problem, in this work, the matrix-based 2DLDA is employed. C. Classification For the k th subspace out of L random subspaces, we assume W k, R k are corresponding canonical space transition matrix and eigenspace transition matrix. A gait sequence with n GEIs I i (i=1,,n) can be projected into n features matrices Y k i : k k k Yi = W IiR. (i = 1,...,n) (4) Assume there are c classes of gait sequences in gallery, each with n j (j=1,,c) feature matrices, so each class can be k represented by the centroid G j (j=1,,c) of its corresponding feature matrices. Similar to the set-to-set distance defined in [4], for a probe gait sequence P k k with n p feature matrices Y l (l=1,,n p ), the dissimilarity between P k and a certain class G k j can be measured by the average of the distances between each feature matrix and G k j,i.e., k k 1 n (, ) p k k DP G = Y G. (5) j l = 1 l j n p D() defines the set-to-set distance for two gait sequences and the gait sequence P k is labeled as G k m if k k c k k DP (, Gm ) = min j= 1 DP (, Gj ). (6) As there are L subspaces, the final classification is achieved by majority voting from the L labeling results. III. EXPERIMENTS A. Data and Parameters The University of South Florida (USF) gait database is the largest publicly available human gait database with 1870 gait sequences from 122 individuals. Five main covariates are considered: camera viewpoints (left/right), two different shoe types, surface types (grass/concrete), carrying conditions (with/without a briefcase), and elapsed time between samples being compared (May/November). There are 12 predesigned experiments for the purpose of testing a single covariate or a combination of covariates, with the size of the probe set ranging from 33 to 122, as shown in TABLE I. Sarkar et al. [2] also extracted the binary gait silhouettes as well as GEIs, which can be downloaded at In this work, we perform our method directly on the GEIs from the USF database. To evaluate the performance of the algorithms, we adopt the rank-1/rank-5 average recognition accuracy. Rank-1 (resp. rank-5) shows the correct individual is ranked as the top 1 candidate (resp. top 5 candidates), whereas the average recognition accuracy is the average recognition rate over all probes in terms of rank-1/rank-5. Figure 2. Performance distribution with respect to the dimension of the random subspace N. There are two main parameters in our approach: the dimension number of the random subspace N and the number of random subspaces L (i.e., the number of weak classifiers). Intuitively, if the value of N is too small / too large, each weak classifier for a certain random subspace will face the underlearning/overlearning problem, so a suitable N is essential for the performance. However, considering there is no suitable validation set in gallery for parameter estimation, so in this paper, like most of the prior works [1][3], we empirically choose the parameters. It was verified in [5] that the recognition accuracy does not decrease with respect to the increasing number of random subspaces. Based on this assumption, we find the optimal random subspace dimension N by fixing the value of L. When we set L=50, the average rank-1 performance distribution shows that the optimal N should be at the range of [11, 20], which can be seen from Fig. 2. As the aim of this paper is to explore the effectiveness of the RSM in the context of gait recognition, rather than achieving a higher performance through intensive parameter calibration, we simply use the median value N=16 for the rest of our experiments, with L=50, L=100, L=300, L=500, and L=1000, respectively. TABLE II illustrates the performance when L=50 for the 12 predesigned experiments, with each run 10 times. For a certain experiment, due to random nature, results for each run vary and for fair comparison with other methods, we run each experiment 10 times and report the mean recognition rate as performance. More detailed results can be seen in TABLE III, when different values of L are employed. B. Performance Evaluation The experimental results as well as comparison with other classical methods are shown in TABLE III. As we expected, the performance is improved with the increasing number of random subspaces as shown in Fig. 3. There is a tradeoff between the performance and the computational cost. It is worth mentioning that even with a small value of L

4 TABLE I. 12 PREDESIGNED EXPERIMENTS FOR GAIT RECOGNITION IN THE USF DATABASE. Experiment A B C D E F G H I J K L Probe Size Covariates V H VH S SH SV SHV B BH BV THC STHC (Legends: V-View, H-Shoe, S-Surface, B-Briefcase, T-Time, AND C-Clothing) TABLE II. RANK-1 PERFORMANCE OF 12 EXPERIMENTS, WITH EACH RUN 10 TIMES (L=50, N=16). Probe Set Mean (%) Standard Deviation Maximum (%) Minimum (%) A B C D E F G H I J K L (e.g., L=100), our method still outperforms most of the others, which means our method is also feasible for real time applications. With the L=1000, the proposed approach achieves the best result in terms of average rank-1 and outperforms all the other algorithms except DNGR [9] in terms of average rank- 5 recognition rate. Note that DNGR uses additional manually cleaned silhouettes for training, which are not publicly available. The result of the proposed approach demonstrates its robustness for the following covariates: camera viewpoint, shoe type, carrying condition and their combinations (i.e., probe sets A-C, H-J). For experiments under the main influence of the combination of elapsed time and clothing (i.e., probe sets K-L), although our method still outperforms most of the others, the recognition rate is not satisfactory for practical applications. Up to now, covariate factors combining elapsed time and clothing remain an open question for all the gait recognition algorithms. Apart from DNGR [9] which involves manual adjustment, prior works [1][3][4] report better results in experiments with the walking surface covariate (i.e., probe sets D-G). Gallery expansion by specific distortion-simulation [4] or interpolation and extrapolation [3] shows the insensitiveness to different walking surfaces to some extent. However, for the covariate variations that have not been successfully covered (e.g., carrying condition or clothing), the performance can be extremely low. Considering the fact that the walking surface covariate may rotate human silhouette in GEIs to some degree, Image-to-Class distance is utilized in [1] by allowing feature matching to be carried out within a spatial neighborhood. Although this enhances the performance in experiments D-F, it is not generally robust against other covariates and is computationally expensive. Figure 3. Performance distribution with respect to the number of random subspaces L. Although our method only improves 0.2% against PDF- RTRDA [3], it should be pointed out that we only use baseline input features (i.e., pixel intensities). In [3], for effectiveness feature evaluation, Huang et al. also conducts RTRDA classification method based on pixel intensities (referred as to Gray-RTRDA), and as can be seen from TABLE III, recognition accuracy is much enhanced (e.g., by 20.03% in terms of rank-1) by employing effective local Gabor-PDF features (i.e., PDF-RTRDA). This indicates the significant potential of our RSM framework. For example, the holistic method based on pixel intensities used in this paper is sensitive to spatial misalignment (which happens with the covariate walking surface), and the performance can be further improved if we adopt more sophisticated features (e.g., local Gabor-PDF features) under this framework in the future. C. Overfitting Avoidance When gait sequences for training are all under the same walking condition, it is challenging to select the discriminative features. Features with the large energy in the training set do not necessarily mean that they are also discriminative. For example, individual shadows in gallery should not be learned for classification in most cases, as mentioned in Section I. However, for a query GEI under the same walking surface as the training samples, the shadows are contributing positively to recognition, as verified by Liu et al. [13]. Besides, the intra-class variances can be very large (e.g. elapsed time or clothing), which may decrease the discriminative power of the features in the trained model. A classification task only with a pre-trained feature set is challenging when the walking condition for a query GEI is unknown and unpredictable.

5 TABLE III. RANK-1/RANK-5 PERFORMANCE (%) COMPARISION ON THE USF DATABASE Probe Set A B C D E F G H I J K L Average Probe Size RANK-1 Baseline [2] GEI real [4] GEI Fusion [4] DNGR [9] MMFA [8] GTDA [7] Image-to-Class [1] Gray-RTRDA [3] PDF-RTRDA [3] DPCA RSM-2DPCA L= RSM-2DPCA L= RSM-2DPCA L= RSM-2DPCA L= RSM-2DPCA L= RANK-5 Baseline [2] GEI real [4] GEI Fusion [4] DNGR [9] MMFA [8] GTDA [7] Image-to-Class [1] Gray-RTRDA [3] PDF-RTRDA [3] DPCA RSM-2DPCA L= RSM-2DPCA L= RSM-2DPCA L= RSM-2DPCA L= RSM-2DPCA L= Covariates such as camera viewpoint or shoe type, have little impact on the query GEI qualities (e.g., Fig. 1(b)) and most of the algorithms perform relatively well in the corresponding experiments A-C, as can be seen from TABLE III. For experiments K-L, in which the probe sets look significantly different from the training samples (e.g., Fig. 1(g)-(h)), the performance of each algorithm is relatively low. All the algorithms listed in TABLE III, including the proposed one seem overfitted. However, compared with other algorithms, the proposed RSM-based approach performs classification through voting, based on different inductive biases. It not only achieves the best general performance, but also has at least moderate recognition accuracy for each experiment, which indicates the generalization of our approach. To illustrate that our work can avoid overfitting to a large extent, we also perform the classical 2DPCA algorithm on the 12 experiments for comparison, with parameters set to the same values as in the proposed work. Classical 2DPCA keeps the eigenvectors corresponding to N largest eigenvalues to project a feature set. Similarly, 2DLDA is also applied for optimal class separability. As shown in TABLE III, without RSM framework, the average recognition rate of the classical 2DPCA is only slightly better than the baseline algorithm [2]. When it combines with the RSM, the performance is significantly enhanced from an average rank-1(resp. rank-5) 45.24% to 65.66% (resp % to 81.18%), which proves our proposed RSM-based approach can effectively address the overlearning issue. IV. CONCLUSION In this paper, we present a RSM-based approach for gait recognition under various unknown walking conditions. Given the fact that the gait training set is normally expensive to establish and inadequate, whereas the walking condition of a query gait is unpredictable, gait recognition involves large intra-subject variations and small inter-subject variations and overfitting avoidance is crucial. Most of the prior works attempt to train the model with the minimal reconstruction error criterion in the first place. However, reconstruction is not a sufficient and necessary condition for discrimination, and perfect reconstruction is more prone to overadaptation in the context of gait recognition. In this work, we set up multiple inductive biases for the model generalization. To our best knowledge, such an approach has never been attempted in the area of gait recognition. Compared with other classical algorithms, the proposed approach achieves a better performance and is relatively robust to different walking conditions. Based on this work, to further enhance the performance, there are some aspects worth exploring:

6 1.) Effective input features, e.g. the local features or patch-based features. 2.) New hypothesis space construction, instead of eigenspace based on 2DPCA. 3.) New fusion rules for classification decision, rather than being dependent solely on majority voting. REFERENCES [1] Y. Huang, D. Xu, and T. Cham, "Face and Human Gait Recognition Using Image-to-Class Distance," IEEE Transactions on Circuits and Systems for Video Technology, vol.20, no.3, pp , March [2] S. Sarkar, P.J. Phillips, Z. Liu, I.R. Vega, P. Grother, and K.W. Bowyer, "The humanid gait challenge problem: data sets, performance, and analysis," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.27, no.2, pp , Feb [3] Y. Huang, D. Xu, and F. Nie, "Regularized Trace Ratio Discriminant Analysis with Patch Distribution Feature for human gait recognition," IEEE International Conference on Image Processing (ICIP), pp , Sept [4] J. Han, and B. Bhanu, "Individual recognition using gait energy image," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.28, no.2, pp , Feb [5] T. K. Ho, "The random subspace method for constructing decision forests," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.20, no.8, pp , Aug [6] M.P. Murry Gait as a Total Pattern of Movement, American Journal of Physical Medicine, vol.46, pp , [7] D. Tao, X. Li, X. Wu, and S.J. Maybank, "General Tensor Discriminant Analysis and Gabor Features for Gait Recognition," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.29, no.10, pp , Oct [8] D. Xu, S. Yan, D. Tao, S. Lin, and H. Zhang, "Marginal Fisher Analysis and Its Variants for Human Gait Recognition and Content- Based Image Retrieval," IEEE Transactions on Image Processing, vol.16, no.11, pp , Nov [9] Z. Liu, and S. Sarkar, "Improved gait recognition by gait dynamics normalization," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.28, no.6, pp , June [10] J. Yang, D. Zhang, A.F. Frangi, and J. Yang, "Two-dimensional PCA: a new approach to appearance- based face representation and recognition," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.26, no.1, pp , Jan [11] N.V.Chawla, and K.W. Bowyer, "Random subspaces and subsampling for 2-D face recognition," IEEE Computer Society Conference on Computer Vision and Pattern Recognition(CVPR), vol.2, pp , June [12] X. Wang, and X. Tang, "Random sampling LDA for face recognition," IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR), vol.2, pp , July [13] Z. Liu, and S. Sarkar, "Simplest representation yet for gait recognition: averaged silhouette," International Conference on Pattern Recognition(ICPR), vol.4, pp , Aug 2004.

Individual Recognition Using Gait Energy Image

Individual Recognition Using Gait Energy Image Individual Recognition Using Gait Energy Image Ju Han and Bir Bhanu Center for Research in Intelligent Systems University of California, Riverside, California 92521, USA jhan,bhanu @cris.ucr.edu Abstract

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

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

P RW GEI: Poisson Random Walk based Gait Recognition

P RW GEI: Poisson Random Walk based Gait Recognition P RW GEI: Poisson Random Walk based Gait Recognition Pratheepan Yogarajah, Joan V. Condell and Girijesh Prasad Intelligent System Research Centre (ISRC) School of Computing and Intelligent Systems University

More information

Original citation: Das Choudhury, Sruti and Tjahjadi, Tardi. (2015) Robust view-invariant multiscale gait recognition. Pattern Recognition, Volume 48 (Number 3). pp. 798-811. ISSN 0031-3203 Permanent WRAP

More information

Gait Recognition Using Gait Entropy Image

Gait Recognition Using Gait Entropy Image Gait Recognition Using Gait Entropy Image Khalid Bashir, Tao Xiang, Shaogang Gong School of Electronic Engineering and Computer Science, Queen Mary University of London, United Kingdom {khalid,txiang,sgg}@dcs.qmul.ac.uk

More information

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma

Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Robust Face Recognition via Sparse Representation Authors: John Wright, Allen Y. Yang, Arvind Ganesh, S. Shankar Sastry, and Yi Ma Presented by Hu Han Jan. 30 2014 For CSE 902 by Prof. Anil K. Jain: Selected

More information

Dimension Reduction CS534

Dimension Reduction CS534 Dimension Reduction CS534 Why dimension reduction? High dimensionality large number of features E.g., documents represented by thousands of words, millions of bigrams Images represented by thousands of

More information

Automatic Gait Recognition. - Karthik Sridharan

Automatic Gait Recognition. - Karthik Sridharan Automatic Gait Recognition - Karthik Sridharan Gait as a Biometric Gait A person s manner of walking Webster Definition It is a non-contact, unobtrusive, perceivable at a distance and hard to disguise

More information

FACE RECOGNITION USING SUPPORT VECTOR MACHINES

FACE RECOGNITION USING SUPPORT VECTOR MACHINES FACE RECOGNITION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (b) 1. INTRODUCTION

More information

Enhancing Person Re-identification by Integrating Gait Biometric

Enhancing Person Re-identification by Integrating Gait Biometric Enhancing Person Re-identification by Integrating Gait Biometric Zheng Liu 1, Zhaoxiang Zhang 1, Qiang Wu 2, Yunhong Wang 1 1 Laboratory of Intelligence Recognition and Image Processing, Beijing Key Laboratory

More information

Learning Human Identity using View-Invariant Multi-View Movement Representation

Learning Human Identity using View-Invariant Multi-View Movement Representation Learning Human Identity using View-Invariant Multi-View Movement Representation Alexandros Iosifidis, Anastasios Tefas, Nikolaos Nikolaidis and Ioannis Pitas Aristotle University of Thessaloniki Department

More information

Linear Discriminant Analysis for 3D Face Recognition System

Linear Discriminant Analysis for 3D Face Recognition System Linear Discriminant Analysis for 3D Face Recognition System 3.1 Introduction Face recognition and verification have been at the top of the research agenda of the computer vision community in recent times.

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

A Novel Extreme Point Selection Algorithm in SIFT

A Novel Extreme Point Selection Algorithm in SIFT A Novel Extreme Point Selection Algorithm in SIFT Ding Zuchun School of Electronic and Communication, South China University of Technolog Guangzhou, China zucding@gmail.com Abstract. This paper proposes

More information

Multidirectional 2DPCA Based Face Recognition System

Multidirectional 2DPCA Based Face Recognition System Multidirectional 2DPCA Based Face Recognition System Shilpi Soni 1, Raj Kumar Sahu 2 1 M.E. Scholar, Department of E&Tc Engg, CSIT, Durg 2 Associate Professor, Department of E&Tc Engg, CSIT, Durg Email:

More information

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

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

More information

Fuzzy Bidirectional Weighted Sum for Face Recognition

Fuzzy Bidirectional Weighted Sum for Face Recognition Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 447-452 447 Fuzzy Bidirectional Weighted Sum for Face Recognition Open Access Pengli Lu

More information

Fast trajectory matching using small binary images

Fast trajectory matching using small binary images Title Fast trajectory matching using small binary images Author(s) Zhuo, W; Schnieders, D; Wong, KKY Citation The 3rd International Conference on Multimedia Technology (ICMT 2013), Guangzhou, China, 29

More information

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Dong Yi, Shengcai Liao, Zhen Lei, Jitao Sang, and Stan Z. Li Center for Biometrics and Security Research, Institute

More information

Human Action Recognition Using Independent Component Analysis

Human Action Recognition Using Independent Component Analysis Human Action Recognition Using Independent Component Analysis Masaki Yamazaki, Yen-Wei Chen and Gang Xu Department of Media echnology Ritsumeikan University 1-1-1 Nojihigashi, Kusatsu, Shiga, 525-8577,

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

Matching Gait Image Sequences in the Frequency Domain for Tracking People at a Distance

Matching Gait Image Sequences in the Frequency Domain for Tracking People at a Distance Matching Gait Image Sequences in the Frequency Domain for Tracking People at a Distance Ryusuke Sagawa, Yasushi Makihara, Tomio Echigo, and Yasushi Yagi Institute of Scientific and Industrial Research,

More information

IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 37, NO. 5, OCTOBER

IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 37, NO. 5, OCTOBER IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 37, NO. 5, OCTOBER 2007 1119 Integrating Face and Gait for Human Recognition at a Distance in Video Xiaoli Zhou and Bir Bhanu,

More information

Aggregating Descriptors with Local Gaussian Metrics

Aggregating Descriptors with Local Gaussian Metrics Aggregating Descriptors with Local Gaussian Metrics Hideki Nakayama Grad. School of Information Science and Technology The University of Tokyo Tokyo, JAPAN nakayama@ci.i.u-tokyo.ac.jp Abstract Recently,

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

Globally and Locally Consistent Unsupervised Projection

Globally and Locally Consistent Unsupervised Projection Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence Globally and Locally Consistent Unsupervised Projection Hua Wang, Feiping Nie, Heng Huang Department of Electrical Engineering

More information

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 5, September 2016 Face Recognition ased on LDA and Improved Pairwise-Constrained

More information

NIST. Support Vector Machines. Applied to Face Recognition U56 QC 100 NO A OS S. P. Jonathon Phillips. Gaithersburg, MD 20899

NIST. Support Vector Machines. Applied to Face Recognition U56 QC 100 NO A OS S. P. Jonathon Phillips. Gaithersburg, MD 20899 ^ A 1 1 1 OS 5 1. 4 0 S Support Vector Machines Applied to Face Recognition P. Jonathon Phillips U.S. DEPARTMENT OF COMMERCE Technology Administration National Institute of Standards and Technology Information

More information

Robust Face Recognition Using Enhanced Local Binary Pattern

Robust Face Recognition Using Enhanced Local Binary Pattern Bulletin of Electrical Engineering and Informatics Vol. 7, No. 1, March 2018, pp. 96~101 ISSN: 2302-9285, DOI: 10.11591/eei.v7i1.761 96 Robust Face Recognition Using Enhanced Local Binary Pattern Srinivasa

More information

Object and Action Detection from a Single Example

Object and Action Detection from a Single Example Object and Action Detection from a Single Example Peyman Milanfar* EE Department University of California, Santa Cruz *Joint work with Hae Jong Seo AFOSR Program Review, June 4-5, 29 Take a look at this:

More information

Static Gesture Recognition with Restricted Boltzmann Machines

Static Gesture Recognition with Restricted Boltzmann Machines Static Gesture Recognition with Restricted Boltzmann Machines Peter O Donovan Department of Computer Science, University of Toronto 6 Kings College Rd, M5S 3G4, Canada odonovan@dgp.toronto.edu Abstract

More information

Stepwise Nearest Neighbor Discriminant Analysis

Stepwise Nearest Neighbor Discriminant Analysis Stepwise Nearest Neighbor Discriminant Analysis Xipeng Qiu and Lide Wu Media Computing & Web Intelligence Lab Department of Computer Science and Engineering Fudan University, Shanghai, China xpqiu,ldwu@fudan.edu.cn

More information

Local Similarity based Linear Discriminant Analysis for Face Recognition with Single Sample per Person

Local Similarity based Linear Discriminant Analysis for Face Recognition with Single Sample per Person Local Similarity based Linear Discriminant Analysis for Face Recognition with Single Sample per Person Fan Liu 1, Ye Bi 1, Yan Cui 2, Zhenmin Tang 1 1 School of Computer Science and Engineering, Nanjing

More information

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method

The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method The Novel Approach for 3D Face Recognition Using Simple Preprocessing Method Parvin Aminnejad 1, Ahmad Ayatollahi 2, Siamak Aminnejad 3, Reihaneh Asghari Abstract In this work, we presented a novel approach

More information

Directional Derivative and Feature Line Based Subspace Learning Algorithm for Classification

Directional Derivative and Feature Line Based Subspace Learning Algorithm for Classification Journal of Information Hiding and Multimedia Signal Processing c 206 ISSN 2073-422 Ubiquitous International Volume 7, Number 6, November 206 Directional Derivative and Feature Line Based Subspace Learning

More information

IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 14, NO. 1, JANUARY Face Recognition Using LDA-Based Algorithms

IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 14, NO. 1, JANUARY Face Recognition Using LDA-Based Algorithms IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 14, NO. 1, JANUARY 2003 195 Brief Papers Face Recognition Using LDA-Based Algorithms Juwei Lu, Kostantinos N. Plataniotis, and Anastasios N. Venetsanopoulos Abstract

More information

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

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

More information

An 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

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES

GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES GENDER CLASSIFICATION USING SUPPORT VECTOR MACHINES Ashwin Swaminathan ashwins@umd.edu ENEE633: Statistical and Neural Pattern Recognition Instructor : Prof. Rama Chellappa Project 2, Part (a) 1. INTRODUCTION

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

Index. Symbols. Index 353

Index. Symbols. Index 353 Index 353 Index Symbols 1D-based BID 12 2D biometric images 7 2D image matrix-based LDA 274 2D transform 300 2D-based BID 12 2D-Gaussian filter 228 2D-KLT 300, 302 2DPCA 293 3-D face geometric shapes 7

More information

The Analysis of Parameters t and k of LPP on Several Famous Face Databases

The Analysis of Parameters t and k of LPP on Several Famous Face Databases The Analysis of Parameters t and k of LPP on Several Famous Face Databases Sujing Wang, Na Zhang, Mingfang Sun, and Chunguang Zhou College of Computer Science and Technology, Jilin University, Changchun

More information

Training-Free, Generic Object Detection Using Locally Adaptive Regression Kernels

Training-Free, Generic Object Detection Using Locally Adaptive Regression Kernels Training-Free, Generic Object Detection Using Locally Adaptive Regression Kernels IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIENCE, VOL.32, NO.9, SEPTEMBER 2010 Hae Jong Seo, Student Member,

More information

Face Recognition using Eigenfaces SMAI Course Project

Face Recognition using Eigenfaces SMAI Course Project Face Recognition using Eigenfaces SMAI Course Project Satarupa Guha IIIT Hyderabad 201307566 satarupa.guha@research.iiit.ac.in Ayushi Dalmia IIIT Hyderabad 201307565 ayushi.dalmia@research.iiit.ac.in Abstract

More information

Dynamic Clustering of Data with Modified K-Means Algorithm

Dynamic Clustering of Data with Modified K-Means Algorithm 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Dynamic Clustering of Data with Modified K-Means Algorithm Ahamed Shafeeq

More information

Binary Online Learned Descriptors

Binary Online Learned Descriptors This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI.9/TPAMI.27.267993,

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

Feature Selection Using Principal Feature Analysis

Feature Selection Using Principal Feature Analysis Feature Selection Using Principal Feature Analysis Ira Cohen Qi Tian Xiang Sean Zhou Thomas S. Huang Beckman Institute for Advanced Science and Technology University of Illinois at Urbana-Champaign Urbana,

More information

Misalignment-Robust Face Recognition

Misalignment-Robust Face Recognition Misalignment-Robust Face Recognition Huan Wang 1 Shuicheng Yan 2 Thomas Huang 3 Jianzhuang Liu 1 Xiaoou Tang 1,4 1 IE, Chinese University 2 ECE, National University 3 ECE, University of Illinois 4 Microsoft

More information

Use of Gait Energy Image in Implementation of Real Time Video Surveillance System

Use of Gait Energy Image in Implementation of Real Time Video Surveillance System IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 1, Ver. 5 (Jan. 2014), PP 88-93 Use of Gait Energy Image in Implementation of Real Time Video Surveillance

More information

Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition

Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition Weighted Multi-scale Local Binary Pattern Histograms for Face Recognition Olegs Nikisins Institute of Electronics and Computer Science 14 Dzerbenes Str., Riga, LV1006, Latvia Email: Olegs.Nikisins@edi.lv

More information

Semi-Random Subspace Method for Face Recognition

Semi-Random Subspace Method for Face Recognition Semi-Random Subspace Method for Face Recognition Yulian Zhu 1,2, Jun Liu 1 and Songcan Chen *1,2 1. Dept. of Computer Science & Engineering, Nanjing University of Aeronautics & Astronautics Nanjing, 210016,

More information

Feature Selection. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani

Feature Selection. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani Feature Selection CE-725: Statistical Pattern Recognition Sharif University of Technology Spring 2013 Soleymani Outline Dimensionality reduction Feature selection vs. feature extraction Filter univariate

More information

[Khadse, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: Fig:(1) Image Samples Of FERET Dataset

[Khadse, 4(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: Fig:(1) Image Samples Of FERET Dataset IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMPLEMENTATION OF THE DATA UNCERTAINTY MODEL USING APPEARANCE BASED METHODS IN FACE RECOGNITION Shubhangi G. Khadse, Prof. Prakash

More information

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model

Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model Illumination-Robust Face Recognition based on Gabor Feature Face Intrinsic Identity PCA Model TAE IN SEOL*, SUN-TAE CHUNG*, SUNHO KI**, SEONGWON CHO**, YUN-KWANG HONG*** *School of Electronic Engineering

More information

Face Recognition for Mobile Devices

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

More information

Facial Expression Recognition Using Non-negative Matrix Factorization

Facial Expression Recognition Using Non-negative Matrix Factorization Facial Expression Recognition Using Non-negative Matrix Factorization Symeon Nikitidis, Anastasios Tefas and Ioannis Pitas Artificial Intelligence & Information Analysis Lab Department of Informatics Aristotle,

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

The Curse of Dimensionality

The Curse of Dimensionality The Curse of Dimensionality ACAS 2002 p1/66 Curse of Dimensionality The basic idea of the curse of dimensionality is that high dimensional data is difficult to work with for several reasons: Adding more

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

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

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

K-Means Based Matching Algorithm for Multi-Resolution Feature Descriptors

K-Means Based Matching Algorithm for Multi-Resolution Feature Descriptors K-Means Based Matching Algorithm for Multi-Resolution Feature Descriptors Shao-Tzu Huang, Chen-Chien Hsu, Wei-Yen Wang International Science Index, Electrical and Computer Engineering waset.org/publication/0007607

More information

Tracking. Hao Guan( 管皓 ) School of Computer Science Fudan University

Tracking. Hao Guan( 管皓 ) School of Computer Science Fudan University Tracking Hao Guan( 管皓 ) School of Computer Science Fudan University 2014-09-29 Multimedia Video Audio Use your eyes Video Tracking Use your ears Audio Tracking Tracking Video Tracking Definition Given

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

STUDY OF FACE AUTHENTICATION USING EUCLIDEAN AND MAHALANOBIS DISTANCE CLASSIFICATION METHOD

STUDY OF FACE AUTHENTICATION USING EUCLIDEAN AND MAHALANOBIS DISTANCE CLASSIFICATION METHOD STUDY OF FACE AUTHENTICATION USING EUCLIDEAN AND MAHALANOBIS DISTANCE CLASSIFICATION METHOD M.Brindha 1, C.Raviraj 2, K.S.Srikanth 3 1 (Department of EIE, SNS College of Technology, Coimbatore, India,

More information

Unsupervised learning in Vision

Unsupervised learning in Vision Chapter 7 Unsupervised learning in Vision The fields of Computer Vision and Machine Learning complement each other in a very natural way: the aim of the former is to extract useful information from visual

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

Pattern Recognition Letters

Pattern Recognition Letters Pattern Recognition Letters 31 (2010) 2052 2060 Contents lists available at ScienceDirect Pattern Recognition Letters journal homepage: www.elsevier.com/locate/patrec Gait recognition without subject cooperation

More information

Outline 7/2/201011/6/

Outline 7/2/201011/6/ Outline Pattern recognition in computer vision Background on the development of SIFT SIFT algorithm and some of its variations Computational considerations (SURF) Potential improvement Summary 01 2 Pattern

More information

[2008] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangjian He, Wenjing Jia,Tom Hintz, A Modified Mahalanobis Distance for Human

[2008] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangjian He, Wenjing Jia,Tom Hintz, A Modified Mahalanobis Distance for Human [8] IEEE. Reprinted, with permission, from [Yan Chen, Qiang Wu, Xiangian He, Wening Jia,Tom Hintz, A Modified Mahalanobis Distance for Human Detection in Out-door Environments, U-Media 8: 8 The First IEEE

More information

Tongue Recognition From Images

Tongue Recognition From Images Tongue Recognition From Images Ryszard S. Choraś Institute of Telecommunications and Computer Science UTP University of Sciences and Technology 85-796 Bydgoszcz, Poland Email: choras@utp.edu.pl Abstract

More information

Expanding gait identification methods from straight to curved trajectories

Expanding gait identification methods from straight to curved trajectories Expanding gait identification methods from straight to curved trajectories Yumi Iwashita, Ryo Kurazume Kyushu University 744 Motooka Nishi-ku Fukuoka, Japan yumi@ieee.org Abstract Conventional methods

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS

FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS FACE RECOGNITION BASED ON GENDER USING A MODIFIED METHOD OF 2D-LINEAR DISCRIMINANT ANALYSIS 1 Fitri Damayanti, 2 Wahyudi Setiawan, 3 Sri Herawati, 4 Aeri Rachmad 1,2,3,4 Faculty of Engineering, University

More information

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor

COSC160: Detection and Classification. Jeremy Bolton, PhD Assistant Teaching Professor COSC160: Detection and Classification Jeremy Bolton, PhD Assistant Teaching Professor Outline I. Problem I. Strategies II. Features for training III. Using spatial information? IV. Reducing dimensionality

More information

Announcements. Recognition I. Gradient Space (p,q) What is the reflectance map?

Announcements. Recognition I. Gradient Space (p,q) What is the reflectance map? Announcements I HW 3 due 12 noon, tomorrow. HW 4 to be posted soon recognition Lecture plan recognition for next two lectures, then video and motion. Introduction to Computer Vision CSE 152 Lecture 17

More information

Anomaly Detection on Data Streams with High Dimensional Data Environment

Anomaly Detection on Data Streams with High Dimensional Data Environment Anomaly Detection on Data Streams with High Dimensional Data Environment Mr. D. Gokul Prasath 1, Dr. R. Sivaraj, M.E, Ph.D., 2 Department of CSE, Velalar College of Engineering & Technology, Erode 1 Assistant

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

ESTIMATING HEAD POSE WITH AN RGBD SENSOR: A COMPARISON OF APPEARANCE-BASED AND POSE-BASED LOCAL SUBSPACE METHODS

ESTIMATING HEAD POSE WITH AN RGBD SENSOR: A COMPARISON OF APPEARANCE-BASED AND POSE-BASED LOCAL SUBSPACE METHODS ESTIMATING HEAD POSE WITH AN RGBD SENSOR: A COMPARISON OF APPEARANCE-BASED AND POSE-BASED LOCAL SUBSPACE METHODS Donghun Kim, Johnny Park, and Avinash C. Kak Robot Vision Lab, School of Electrical and

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

Better than best: matching score based face registration

Better than best: matching score based face registration Better than best: based face registration Luuk Spreeuwers University of Twente Fac. EEMCS, Signals and Systems Group Hogekamp Building, 7522 NB Enschede The Netherlands l.j.spreeuwers@ewi.utwente.nl Bas

More information

Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets.

Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets. Enhanced Facial Expression Recognition using 2DPCA Principal component Analysis and Gabor Wavelets. Zermi.Narima(1), Saaidia.Mohammed(2), (1)Laboratory of Automatic and Signals Annaba (LASA), Department

More information

The Design and Application of Statement Neutral Model Based on PCA Yejun Zhu 1, a

The Design and Application of Statement Neutral Model Based on PCA Yejun Zhu 1, a 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) The Design and Application of Statement Neutral Model Based on PCA Yejun Zhu 1, a 1 School of Mechatronics

More information

Fast Face Recognition Based on 2D Fractional Fourier Transform

Fast Face Recognition Based on 2D Fractional Fourier Transform Fast Face Recognition Based on 2D Fractional Fourier Transform 12 Department of Information Science and Engineering, Wuhan University of Science and Technology, Wuhan, 4381, China E-mail: 76472466@qq.com

More information

Gait analysis for person recognition using principal component analysis and support vector machines

Gait analysis for person recognition using principal component analysis and support vector machines Gait analysis for person recognition using principal component analysis and support vector machines O V Strukova 1, LV Shiripova 1 and E V Myasnikov 1 1 Samara National Research University, Moskovskoe

More information

Subpixel Corner Detection Using Spatial Moment 1)

Subpixel Corner Detection Using Spatial Moment 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 25 Subpixel Corner Detection Using Spatial Moment 1) WANG She-Yang SONG Shen-Min QIANG Wen-Yi CHEN Xing-Lin (Department of Control Engineering, Harbin Institute

More information

Photometric Stereo with Auto-Radiometric Calibration

Photometric Stereo with Auto-Radiometric Calibration Photometric Stereo with Auto-Radiometric Calibration Wiennat Mongkulmann Takahiro Okabe Yoichi Sato Institute of Industrial Science, The University of Tokyo {wiennat,takahiro,ysato} @iis.u-tokyo.ac.jp

More information

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi

Journal of Asian Scientific Research FEATURES COMPOSITION FOR PROFICIENT AND REAL TIME RETRIEVAL IN CBIR SYSTEM. Tohid Sedghi Journal of Asian Scientific Research, 013, 3(1):68-74 Journal of Asian Scientific Research journal homepage: http://aessweb.com/journal-detail.php?id=5003 FEATURES COMPOSTON FOR PROFCENT AND REAL TME RETREVAL

More information

Saliency based Person Re-Identification in Video using Colour Features

Saliency based Person Re-Identification in Video using Colour Features GRD Journals- Global Research and Development Journal for Engineering Volume 1 Issue 10 September 2016 ISSN: 2455-5703 Saliency based Person Re-Identification in Video using Colour Features Srujy Krishna

More information

Human Gait Recognition Using Bezier Curves

Human Gait Recognition Using Bezier Curves Human Gait Recognition Using Bezier Curves Pratibha Mishra Samrat Ashok Technology Institute Vidisha, (M.P.) India Shweta Ezra Dhar Polytechnic College Dhar, (M.P.) India Abstract-- Gait recognition refers

More information

Laplacian MinMax Discriminant Projection and its Applications

Laplacian MinMax Discriminant Projection and its Applications Laplacian MinMax Discriminant Projection and its Applications Zhonglong Zheng and Xueping Chang Department of Computer Science, Zhejiang Normal University, Jinhua, China Email: zhonglong@sjtu.org Jie Yang

More information

Supplementary Material for Ensemble Diffusion for Retrieval

Supplementary Material for Ensemble Diffusion for Retrieval Supplementary Material for Ensemble Diffusion for Retrieval Song Bai 1, Zhichao Zhou 1, Jingdong Wang, Xiang Bai 1, Longin Jan Latecki 3, Qi Tian 4 1 Huazhong University of Science and Technology, Microsoft

More information

Heat Kernel Based Local Binary Pattern for Face Representation

Heat Kernel Based Local Binary Pattern for Face Representation JOURNAL OF LATEX CLASS FILES 1 Heat Kernel Based Local Binary Pattern for Face Representation Xi Li, Weiming Hu, Zhongfei Zhang, Hanzi Wang Abstract Face classification has recently become a very hot research

More information

Facial Expression Classification with Random Filters Feature Extraction

Facial Expression Classification with Random Filters Feature Extraction Facial Expression Classification with Random Filters Feature Extraction Mengye Ren Facial Monkey mren@cs.toronto.edu Zhi Hao Luo It s Me lzh@cs.toronto.edu I. ABSTRACT In our work, we attempted to tackle

More information

Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms

Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms Computationally Efficient Serial Combination of Rotation-invariant and Rotation Compensating Iris Recognition Algorithms Andreas Uhl Department of Computer Sciences University of Salzburg, Austria uhl@cosy.sbg.ac.at

More information

Applying Supervised Learning

Applying Supervised Learning Applying Supervised Learning When to Consider Supervised Learning A supervised learning algorithm takes a known set of input data (the training set) and known responses to the data (output), and trains

More information

Technical Report. Title: Manifold learning and Random Projections for multi-view object recognition

Technical Report. Title: Manifold learning and Random Projections for multi-view object recognition Technical Report Title: Manifold learning and Random Projections for multi-view object recognition Authors: Grigorios Tsagkatakis 1 and Andreas Savakis 2 1 Center for Imaging Science, Rochester Institute

More information

FADA: An Efficient Dimension Reduction Scheme for Image Classification

FADA: An Efficient Dimension Reduction Scheme for Image Classification Best Paper Candidate in Retrieval rack, Pacific-rim Conference on Multimedia, December 11-14, 7, Hong Kong. FADA: An Efficient Dimension Reduction Scheme for Image Classification Yijuan Lu 1, Jingsheng

More information