Image Set Classification Based on Synthetic Examples and Reverse Training

Size: px
Start display at page:

Download "Image Set Classification Based on Synthetic Examples and Reverse Training"

Transcription

1 Image Set Classification Based on Synthetic Examples and Reverse Training Qingjun Liang 1, Lin Zhang 1(&), Hongyu Li 1, and Jianwei Lu 1,2 1 School of Software Engineering, Tongji University, Shanghai, China {13_qingjunliang,cslinzhang,hyli, jwlu33}@tongji.edu.cn 2 The Advanced Institute of Translational Medicine, Tongji University, Shanghai, China Abstract. This paper explores a synthetic method to create the unseen face features in the database, thus achieving better performance of image set based face recognition. Image set based classification highly depend on the consistency and coverage of the poses and view point variations of a subject in gallery and probe sets. By considering the high symmetry of human faces, multiple synthetic instances are virtually generated to make up the missing parts, so as to enrich the variety of the database. With respect to the classification framework, we resort to reverse training due to its high efficiency and accuracy. Experiments are performed on benchmark datasets containing facial image sequences. Comparisons with state-of-the-art methods have corroborated the superiority of our Synthetic Examples based Reverse Training (SERT) approach. Keywords: Face recognition Image set classification 1 Introduction Face recognition conducted on multiple images can be formulated as an image set classification problem. The existing image set classification methods can be divided into two categories, parametric model based methods and nonparametric model based methods [1]. Parametric methods utilize a statistical distribution to represent an image set and measure the similarity between two sets by KL-divergence. The main drawback of such methods is that they need to tune the parameters of a distribution function and rely on strong statistical correlation between training and test image sets [2, 3]. Unlike parametric methods seeking for global characteristics of the sets, non-parametric methods put more emphasis on local samples matching. They attempt to find the overlap views between two sets and measure the similarity upon those parts of data. Nearest Neighbor (NN) matching is used to find the common parts. They model the whole image set as local exemplars [4], an affine hull or a convex hull [5], a regularized affine hull [6], or use the sparsity constraint as a means to find the nearest pair of points between two image sets [7]. Then the similarity of two sets can be reflected by the Euclidean distance between their closest points. Since the NN based methods use only a small part of the Springer International Publishing Switzerland 2015 D.-S. Huang and K. Han (Eds.): ICIC 2015, Part III, LNAI 9227, pp , DOI: / _30

2 Image Set Classification Based on Synthetic Examples 283 data information, they are more vulnerable to outliers. Later, people find that in some cases the structure of the whole image set might be a nonlinear complex manifold and a linear subspace is not sufficient for representation. Thus, researchers start to model an image set as a point on a certain manifold, e.g., a Grassmannian manifold [8, 9] ora Riemannian manifold [10]. The corresponding distance metrics can be geodesic distance [11], projection kernel metric [12] and Log-Euclidean distance (LED) [13]. In [14], Hayat et al. tried to keep each example independent and to remain the image set in its original form rather than seeking a whole representation. They argued that whatever form you use, once you model a set as a single entity, there must be loss of information. Besides, they adopted the reverse training strategy. The abovementioned methods mainly focus on devising an efficient classifier. They tacitly make an assumption that the distribution of a person s poses and view points in a probe image set are similar to those in the gallery image set. However, it is sometimes the case that there is pose or view point mismatch between the gallery and probe image sets of the same subject. In such case, the probe image set is more easily classified as the class whose gallery set contains the same head pose as the probe set but is indeed from a different subject. In this paper, to solve such a problem, we propose a simple yet effective approach by synthesizing more samples for each image set. In this way, the variety of poses and viewpoints within an image set can be apparently enriched. In terms of the classification framework, we resort to Reverse Training [14]. The proposed method is named as Synthetic Examples based Reverse Training, SERT for short. 2 Image Set Feature Extraction We propose a face sample synthesizing method in which the symmetry property of the human face is fully exploited. This approach is inspired by [14]. In [14], Hayat et al. pointed out that based on the manual inspection of the most challenging YouTube Celebrities dataset, a great amount of misclassified query image sets have a common characteristic that their head poses are not covered in the training sets. To address this issue, here we present our solution. 2.1 Horizontal Symmetry Synthetic Examples and LBP We create synthetic examples to enrich the set variations, by operating directly in data space. For each example in an image set, we flip the image horizontally and get another symmetry version of the original face. To determine the necessity of this flipping step, we use the Euclidean distance metric to measure the similarity between the original face and the flipped one. A threshold is empirically set. If the distance is less than the threshold, we neglect the flipped face since the original face itself has a good symmetry. Otherwise, we add the new flipped face column to the image set and therefore augment the number of instances in all the sets. Next, we use Local Binary Patterns (LBP) [15] for face feature extraction. It has three classical mapping table: (1) uniform LBP ( u2 ), (2) rotation-invariant LBP ( ri ),

3 284 Q. Liang et al. and (3) uniform rotation-invariant LBP ( riu2 ). Here we adopt the uniform LBP ( u2 ), whose binary pattern contains at most two bitwise transitions from 0 to 1 (or 1 to 0). There are totally 2 conditions for 0 transition and 56 conditions for 2 transitions (1 transition is impossible) in the case of (8, R) neighborhood. All the non-uniform LBP that contains more than two transitions are labeled as the 59 th bin. The details of feature extraction are listed in Table 1. Table 1. Feature extraction based on grid division LBP u2 8;1 Input: A face image 1. Divide the face image into k k non-overlapping uniformly spaced grid cells 2. For each pixel in one cell, sample its 8 neighbors with radius 1 and map its pattern into one of the 59 conditions 3. Build the histogram over each cell, which counts the frequency of each number (1 59) 4. Normalize the histograms and concatenate them one after another (either column-wise or row-wise) Output: A feature vector whose dimension is 59 k 2 Original face Flipped face Fig. 1. A synthetic feature and its original feature. Since we use grid division LBP u2 8;1 which is not rotation invariant, the flipped image must have a different LBP value from its original one. An intuitive illustration can be seen in Fig. 1. Imagine the case that a training set only composes of left profile faces, while its corresponding upcoming test set only consists of right profile faces. It is obviously that the original gallery and probe set is hard to match to each other. However, after we create synthetic examples, both gallery and probe set contains left and right profile features. It is much easier for the later classification. 2.2 SMOTE and PCA Whitening The number of instances varies a lot from set to set. Such an uneven distribution will lead to the bias in the classification stage especially for those methods who do not represent the image set as a whole entity. To solve this problem, here we use the

4 Image Set Classification Based on Synthetic Examples 285 Synthetic Minority Over-sampling Technique (SMOTE) proposed by Chawla et al. [16]. For the image sets whose sizes are smaller than 100, we generate synthetic examples by taking each minority instance and introducing synthetic ones along the line segments between itself and its k nearest neighbors in the same set. At the training phase, the LBP features are redundant since adjacent pixel intensities are highly correlated. Therefore, we use PCA whitening to make our input features uncorrelated with each other and have unit variance. 3 SERT: Synthetic Examples Based Reverse Training 3.1 Problem Formulation Denote X ={x 1, x 2,, x n } as an image set containing n face examples from a person, where x i is a feature vector of the i th single image, and is in the form of LBP. A subject can have multiple image sets. Given k training image sets X 1, X 2,, X k that belong to c classes (k >= c) and their corresponding labels y = {1, 2,, k}, when there comes in a query image set X q, our task is to find out which class it belongs to. 3.2 Reverse Training and the Proposed Framework After the preparation for features, we use the Reverse Training algorithm proposed in [14] to do the classification work. Suppose a coming query set X q has 200 images. The 20 training sets that belong to 20 classes (multiple sets per subject are combined as a whole) are marked as D ={X 1, X 2,, X 20 }. 10 images per set in D are randomly selected to form a set D 1 containing 200 images and the rest of images in D form the set D 2. As the name Reverse training suggests, we treat the 200 images in X q as training data while the images in D 2 as test data. Specifically, 200 features in X q are labeled as +1 and 200 features in D 1 are labeled as 1. A binary classifier Liblinear [17] is trained on these 400 instances and D 2 is tested on the linear decision boundary. Those who are classified as +1 (same side as X q ) are denoted as D þ 2. A normalized histogram h is computed on the y D þ (labels of 2 D þ 2 ) over the 20 class bins. Intuitively, h i (i =1,2, 20) indicates the percentage of the number of label i in y D þ over the number of label i in y D2. 2 h i ¼ X f y2y i ðþ= y X ( f D þ y2y i ðþ; y where f i ðyþ ¼ 1; y ¼ i ð1þ D2 0; y 6¼ i 2 Finally, the label of the query set X q is assigned according to h i that has the largest occurrence, y q ¼ arg max h i i ð2þ The flowchart of the proposed SERT approach is presented in Fig. 2.

5 286 Q. Liang et al. Offline Preparation Online Testing Phase gallery image sets X 1, X 2,, X c create synthetic examples for each set a query image set X q create synthetic examples gallery image sets X 1, X 2,, X c, SMOTE and PCA whitening a query image set X q, SMOTE and PCA whitening training feat. D ={X 1, X 2,, X c } divide into D 1 and D 2 a query image set X q train a linear classifier C on D 1 and X q test D 2 on C data sets D 1 and D 2 normalized histogram h return the bin index of maximum ratio the class label of query set X q Fig. 2. Illustration for the computation process of SERT. 4 Experimental Results 4.1 Datasets and Settings Honda/UCSD Dataset. The Honda/UCSD dataset [18] contains 59 video sequences involving 20 different persons. The face in each frame is first automatically extracted using Viola and Jones face detection algorithm [19] and then resized to the size of For our experiment, one video is considered as an image set. Specifically, each person has one image set as the gallery and the remaining sets as the probes. We repeat our experiment for 10 times with randomly selected training and testing combinations. CMU Mobo Dataset. The CMU Mobo dataset [20] consists of 96 video sequences of 24 different subjects. The number of frames for each video is about 300. Similar to the Honda, the faces are detected using [19] and resized to As a convention, we

6 Image Set Classification Based on Synthetic Examples 287 consider one video as an image set and select one set per person for training and the rest sets for testing (24 sets for training and 72 for testing). k = 5 for LBP grid division. YouTube Celebrities Dataset. The YouTube Celebrities [21] has 1910 video clips of 47 celebrities. We utilized the method in [22] to track the face region across the entire video, in which the face bounding boxes in initial frame is manually marked and provided along with the dataset. The cropped face region is then resized to Specifically, we divided the whole dataset into five equal folds with minimal overlapping. From the aspect of fold division, for subjects who have more than 45 videos, we randomly select 45 from them. As for subjects who don t have 45 videos, some videos are selected more than once. Then we divide 45 videos per person into 5 fold. 4.2 Comparisons with Existing Methods We compare our proposed framework with several recently proposed state-of-the-art methods which include DCC [1], MMD [4], MDA [8], AHISD [5], CHISD [5], SANP [7], CDL [10] and RT [14]. Table 2 tabulates the recognition results for our approach and all the other methods listed above on the three datasets. Table 2. Average recognition rates (%) with standard deviation of different methods on the three benchmark datasets Method Honda/UCSD CMU Mobo YouTube DCC [1] 92.6 ± ± ± 2.1 MMD [4] 92.1 ± ± ± 1.8 MDA [8] 94.4 ± ± ± 1.1 AHISD [5] 91.3 ± ± ± 2.4 CHISD [5] 93.6 ± ± ± 2.9 SANP [7] 95.1 ± ± ± 2.4 CDL [10] 98.9 ± ± ± 3.3 RT [14] 100 ± ± ± 2.0 SERT 100 ± ± ± Conclusions In this paper, we examined the value of using synthetic examples combined with reverse training, namely SERT, to increase the recognition rate of set based face recognition. SERT is simple in concept and can be implemented easily. Experimental results indicate that SERT could yield better performance than the other competitors. References 1. Kim, T.K., Kittler, J., Cipolla, R.: Discriminative learning and recognition of image set classes using canonical correlations. IEEE PAMI 29, (2007)

7 288 Q. Liang et al. 2. Arandjelovic, O., Shakhnarovich, G., Fisher, J., Cipolla, R., Darrell, T.: Face recognition with image sets using manifold density divergence. In: CVPR, pp (2005) 3. Shakhnarovich, G., Fisher III, J.W., Darrell, T.: Face recognition from long-term observations. In: Heyden, A., Sparr, G., Nielsen, M., Johansen, P. (eds.) ECCV 2002, Part III. LNCS, vol. 2352, pp Springer, Heidelberg (2002) 4. Wang, R., Shan, S., Chen, X., Gao, W.: Manifold-manifold distance with application to face recognition based on image set. In: CVPR, pp. 1 8 (2008) 5. Cevikalp, H., Triggs, B.: Face recognition based on image sets. In: CVPR, pp (2010) 6. Yang, M., Zhu, P., Gool, L., Zhang, L.: Face recognition based on regularized nearest points between image sets. In: IEEE FG, pp. 1 7 (2013) 7. Hu, Y., Mian, A.S., Owens, R.: Sparse approximated nearest points for image set classification. In: CVPR, pp (2011) 8. Wang, R., Chen, X.: Manifold discriminant analysis. In: CVPR, pp (2009) 9. Harandi, M.T., Sanderson, C., Shirazi, S., Lovell, B.C.: Graph embedding discriminant analysis on grassmannian manifolds for improved image set matching. In: CVPR, pp (2011) 10. Wang, R., Guo, H., Davis, Larry S., Dai, Q.: Covariance discriminative learning: a natural and efficient approach to image set classification. In: CVPR, pp (2012) 11. Turaga, P., Veeraraghavan, A., Srivastava, A., Chellappa, R.: Statistical computations on grassmann and stiefel manifolds for image and video-based recognition. IEEE PAMI 33, (2011) 12. Hamm, J., Lee, D.: Grassmann discriminant analysis: a unifying view on subspace-based learning. In: ICML, pp (2008) 13. Harandi, M.T., Sanderson, C., Wiliem, A., Lovell, B.C.: Kernel analysis over riemannian manifolds for visual recognition of actions, pedestrians and textures. In: WACV, pp (2012) 14. Hayat, M., Bennamoun, M., An, S.: Reverse training: an efficient approach for image set classification. In: Fleet, D., Pajdla, T., Schiele, B., Tuytelaars, T. (eds.) ECCV 2014, Part VI. LNCS, vol. 8694, pp Springer, Heidelberg (2014) 15. Ojala, T., Pietikainen, M., Maenpaa, T.: Multiresolution gray-scale and rotation invariant texture classification with local binary patterns. IEEE PAMI 24, (2002) 16. Chawla, N.V., Bowyer, K.W., Hall, L.O., Kegelmeyer, W.P.: Reverse training: an efficient approach for image set classification. J. Artif. Intell. Res. 16, (2002) 17. Fan, R.E., Chang, K.W., Hsieh, C.J., Wang, X.R., Lin, C.J.: LIBLINEAR: a library for large linear classification. J. Mach. Learn. Res. 9, (2008) 18. Lee, K., Ho, J., Yang, M., Kriegman, D.: Video based face recognition using probabilistic appearance manifolds. In: CVPR, pp (2003) 19. Viola, P., Jones, M.J.: Robust real-time face detection. IJCV 57, (2004) 20. Gross, R., Shi, J.: The CMU motion of body (mobo) database. Technical report CMU-RI-TR (2001) 21. Kim, M., Kumar, S., Pavlovic, V., Rowley, H.: Face tracking and recognition with visual constraints in real-world videos. In: CVPR, pp. 1 8 (2008) 22. Ross, D.A., Lim, J., Lin, R., Yang, M.: Incremental learning for robust visual tracking. IJCV 77, (2008)

Image Set-based Face Recognition: A Local Multi-Keypoint Descriptor-based Approach

Image Set-based Face Recognition: A Local Multi-Keypoint Descriptor-based Approach 2013 IEEE Conference on Computer Vision and Pattern Recognition Workshops Image Set-based Face Recognition: A Local Multi-Keypoint Descriptor-based Approach Na Liu 1, Meng-Hui Lim 2, Pong C. Yuen 2, and

More information

arxiv: v1 [cs.cv] 10 Jan 2017

arxiv: v1 [cs.cv] 10 Jan 2017 Efficient Image Set Classification using Linear Regression based Image Reconstruction S.A.A. Shah, U. Nadeem, M. Bennamoun, F. Sohel, and R. Togneri arxiv:1701.02485v1 [cs.cv] 10 Jan 2017 The University

More information

arxiv: v3 [cs.cv] 1 Apr 2015

arxiv: v3 [cs.cv] 1 Apr 2015 Representation Learning with Deep Extreme Learning Machines for Efficient Image Set Classification Muhammad Uzair 1, Faisal Shafait 1, Bernard Ghanem 2 and Ajmal Mian 1 1 Computer Science & Software Engineering,

More information

Improved Image Set Classification via Joint Sparse Approximated Nearest Subspaces

Improved Image Set Classification via Joint Sparse Approximated Nearest Subspaces 2013 IEEE Conference on Computer Vision and Pattern Recognition Improved Image Set Classification via Joint Sparse Approximated Nearest Subspaces Shaokang Chen, Conrad Sanderson, Mehrtash T. Harandi, Brian

More information

Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition

Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition Emotion Recognition In The Wild Challenge and Workshop (EmotiW 2013) Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition Mengyi Liu, Ruiping Wang, Zhiwu Huang, Shiguang Shan,

More information

Efficient Image Set Classification using Linear Regression based Image Reconstruction

Efficient Image Set Classification using Linear Regression based Image Reconstruction Efficient Image Set Classification using Linear Regression based Image Reconstruction S.A.A. Shah, U. Nadeem, M. Bennamoun, F. Sohel, and R. Togneri The University of Western Australia Murdoch University

More information

arxiv: v2 [cs.cv] 3 Mar 2019

arxiv: v2 [cs.cv] 3 Mar 2019 Real Time Surveillance for Low Resolution and Limited-Data Scenarios: An Image Set Classification Approach arxiv:1803.09470v2 [cs.cv] 3 Mar 2019 Uzair Nadeem Syed Afaq Ali Shah Mohammed Bennamoun Roberto

More information

Prototype Discriminative Learning for Face Image Set Classification

Prototype Discriminative Learning for Face Image Set Classification Prototype Discriminative Learning for Face Image Set Classification Wen Wang 1,2, Ruiping Wang 1,2,3(B), Shiguang Shan 1,2,3, and Xilin Chen 1,2,3 1 Key Laboratory of Intelligent Information Processing

More information

Fast and Accurate Face Recognition with Image Sets

Fast and Accurate Face Recognition with Image Sets Fast and Accurate Face Recognition with Image Sets Hakan Cevikalp Hasan Serhan Yavuz Eskisehir Osmangazi University Electrical and Electronics Engineering, Meselik, Eskisehir, Turkey hakan.cevikalp@gmail.com,

More information

Palmprint Recognition Based on Image Sets

Palmprint Recognition Based on Image Sets Palmprint Recognition Based on Image Sets Qingjun Liang 1, Lin Zhang 1,2(&), Hongyu Li 1, and Jianwei Lu 1,3 1 School of Software Engineering, Tongji University, Shanghai, China {13_qingjunliang,cslinzhang,

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

IN the recent years, due to the wide availability

IN the recent years, due to the wide availability 1 Image Set Classification for Low Resolution Surveillance Uzair Nadeem, Syed Afaq Ali Shah, Mohammed Bennamoun, Roberto Togneri and Ferdous Sohel arxiv:1803.09470v1 [cs.cv] 26 Mar 2018 Abstract This paper

More information

Empowering Simple Binary Classifiers for Image Set based Face Recognition

Empowering Simple Binary Classifiers for Image Set based Face Recognition Noname manuscript No. (will be inserted by the editor) Empowering Simple Binary Classifiers for Image Set based Face Recognition Munawar Hayat Salman H. Khan Mohammed Bennamoun Received: date / Accepted:

More information

Selecting Models from Videos for Appearance-Based Face Recognition

Selecting Models from Videos for Appearance-Based Face Recognition Selecting Models from Videos for Appearance-Based Face Recognition Abdenour Hadid and Matti Pietikäinen Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O.

More information

Simultaneous Feature and Sample Reduction for Image-Set Classification

Simultaneous Feature and Sample Reduction for Image-Set Classification Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence (AAAI-16) Simultaneous Feature and Sample Reduction for Image-Set Classification Man Zhang, Ran He*, Dong Cao, Zhenan Sun, Tieniu

More information

Learning to Recognize Faces in Realistic Conditions

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

More information

Image Set based Collaborative Representation for Face Recognition

Image Set based Collaborative Representation for Face Recognition IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, 14 1 Image Set based Collaborative Representation for Face Recognition Pengfei Zhu, Student Member, IEEE, Wangmeng Zuo, Member, IEEE, Lei Zhang,

More information

A New Feature Local Binary Patterns (FLBP) Method

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

More information

Pairwise Linear Regression Classification for Image Set Retrieval

Pairwise Linear Regression Classification for Image Set Retrieval Pairwise Linear Regression Classification for Image Set Retrieval Qingxiang Feng, Yicong Zhou, Rushi Lan Department of Computer Information Science, University of Macau Avenida da Universidade, Taipa,

More information

WHO MISSED THE CLASS? - UNIFYING MULTI-FACE DETECTION, TRACKING AND RECOGNITION IN VIDEOS. Yunxiang Mao, Haohan Li, Zhaozheng Yin

WHO MISSED THE CLASS? - UNIFYING MULTI-FACE DETECTION, TRACKING AND RECOGNITION IN VIDEOS. Yunxiang Mao, Haohan Li, Zhaozheng Yin WHO MISSED THE CLASS? - UNIFYING MULTI-FACE DETECTION, TRACKING AND RECOGNITION IN VIDEOS Yunxiang Mao, Haohan Li, Zhaozheng Yin Department of Computer Science Missouri University of Science and Technology,

More information

Group Collaborative Representation for Image Set Classification

Group Collaborative Representation for Image Set Classification https://doi.org/0.007/s63-08-088-0 Group Collaborative Representation for Image Set Classification Bo Liu, Liping Jing Jia Li Jian Yu Alex Gittens 3 Michael W. Mahoney 4,5 Received: April 06 / Accepted:

More information

Decorrelated Local Binary Pattern for Robust Face Recognition

Decorrelated Local Binary Pattern for Robust Face Recognition International Journal of Advanced Biotechnology and Research (IJBR) ISSN 0976-2612, Online ISSN 2278 599X, Vol-7, Special Issue-Number5-July, 2016, pp1283-1291 http://www.bipublication.com Research Article

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

Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map

Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map Texture Classification by Combining Local Binary Pattern Features and a Self-Organizing Map Markus Turtinen, Topi Mäenpää, and Matti Pietikäinen Machine Vision Group, P.O.Box 4500, FIN-90014 University

More information

Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition

Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition Partial Least Squares Regression on Grassmannian Manifold for Emotion Recognition Mengyi Liu, Ruiping Wang, Zhiwu Huang, Shiguang Shan, Xilin Chen Key Lab of Intelligence Information Processing Institute

More information

Color Local Texture Features Based Face Recognition

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

More information

Human detection using local shape and nonredundant

Human detection using local shape and nonredundant University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 Human detection using local shape and nonredundant binary patterns

More information

arxiv: v3 [cs.cv] 3 Oct 2012

arxiv: v3 [cs.cv] 3 Oct 2012 Combined Descriptors in Spatial Pyramid Domain for Image Classification Junlin Hu and Ping Guo arxiv:1210.0386v3 [cs.cv] 3 Oct 2012 Image Processing and Pattern Recognition Laboratory Beijing Normal University,

More information

Implementation of a Face Recognition System for Interactive TV Control System

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

More information

Discriminative Covariance Oriented Representation Learning for Face Recognition with Image Sets

Discriminative Covariance Oriented Representation Learning for Face Recognition with Image Sets Discriminative Covariance Oriented Representation Learning for Face Recognition with Image Sets Wen Wang 1,2, Ruiping Wang 1,2,3, Shiguang Shan 1,2,3, Xilin Chen 1,2,3 1 Key Laboratory of Intelligent Information

More information

A Real Time Facial Expression Classification System Using Local Binary Patterns

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

More information

Discriminative Local Binary Pattern for Image Feature Extraction

Discriminative Local Binary Pattern for Image Feature Extraction Discriminative Local Binary Pattern for Image Feature Extraction Takumi Kobayashi (B) National Institute of Advanced Industrial Science and Technology, -- Umezono, Tsukuba, Japan takumi.kobayashi@aist.go.jp

More information

Countermeasure for the Protection of Face Recognition Systems Against Mask Attacks

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

More information

Manifold Learning for Video-to-Video Face Recognition

Manifold Learning for Video-to-Video Face Recognition Manifold Learning for Video-to-Video Face Recognition Abstract. We look in this work at the problem of video-based face recognition in which both training and test sets are video sequences, and propose

More information

Texture Features in Facial Image Analysis

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

More information

HETEROGENEOUS FACE RECOGNITION VIA GRASSMANNIAN BASED NEAREST SUBSPACE SEARCH

HETEROGENEOUS FACE RECOGNITION VIA GRASSMANNIAN BASED NEAREST SUBSPACE SEARCH HETEROGENEOUS FACE RECOGNITION VIA GRASSMANNIAN BASED NEAREST SUBSPACE SEARCH Yuan Tian 1, Cheng Yan 1, Xiao Bai 1, Jun Zhou 2 1 School of Computer Science and Engineering, Beihang University, Beijing,

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

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

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

arxiv: v1 [cs.cv] 19 May 2017

arxiv: v1 [cs.cv] 19 May 2017 Affine-Gradient Based Local Binary Pattern Descriptor for Texture Classification You Hao 1,2, Shirui Li 1,2, Hanlin Mo 1,2, and Hua Li 1,2 arxiv:1705.06871v1 [cs.cv] 19 May 2017 1 Key Laboratory of Intelligent

More information

Image Set Classification Using Sparse Bayesian Regression

Image Set Classification Using Sparse Bayesian Regression 2017 IEEE Winter Conference on Applications of Computer Vision Image Set Classification Using Sparse Bayesian Regression Mohammed E. Fathy Rama Chellappa Center for Automation Research, University of Maryland,

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

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017

International Journal of Computer Techniques Volume 4 Issue 1, Jan Feb 2017 RESEARCH ARTICLE OPEN ACCESS Facial expression recognition based on completed LBP Zicheng Lin 1, Yuanliang Huang 2 1 (College of Science and Engineering, Jinan University, Guangzhou, PR China) 2 (Institute

More information

SURF. Lecture6: SURF and HOG. Integral Image. Feature Evaluation with Integral Image

SURF. Lecture6: SURF and HOG. Integral Image. Feature Evaluation with Integral Image SURF CSED441:Introduction to Computer Vision (2015S) Lecture6: SURF and HOG Bohyung Han CSE, POSTECH bhhan@postech.ac.kr Speed Up Robust Features (SURF) Simplified version of SIFT Faster computation but

More information

IMAGE RETRIEVAL USING VLAD WITH MULTIPLE FEATURES

IMAGE RETRIEVAL USING VLAD WITH MULTIPLE FEATURES IMAGE RETRIEVAL USING VLAD WITH MULTIPLE FEATURES Pin-Syuan Huang, Jing-Yi Tsai, Yu-Fang Wang, and Chun-Yi Tsai Department of Computer Science and Information Engineering, National Taitung University,

More information

Face and Nose Detection in Digital Images using Local Binary Patterns

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

More information

Dictionary-Based Face Recognition from Video

Dictionary-Based Face Recognition from Video Dictionary-Based Face Recognition from Video Yi-Chen Chen 1,VishalM.Patel 1, P. Jonathon Phillips 2, and Rama Chellappa 1 1 Department of Electrical and Computer Engineering Center for Automation Research,

More information

Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification

Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification Tomohiro Tanno, Kazumasa Horie, Jun Izawa, and Masahiko Morita University

More information

TEXTURE CLASSIFICATION METHODS: A REVIEW

TEXTURE CLASSIFICATION METHODS: A REVIEW TEXTURE CLASSIFICATION METHODS: A REVIEW Ms. Sonal B. Bhandare Prof. Dr. S. M. Kamalapur M.E. Student Associate Professor Deparment of Computer Engineering, Deparment of Computer Engineering, K. K. Wagh

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

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

Toward Part-based Document Image Decoding

Toward Part-based Document Image Decoding 2012 10th IAPR International Workshop on Document Analysis Systems Toward Part-based Document Image Decoding Wang Song, Seiichi Uchida Kyushu University, Fukuoka, Japan wangsong@human.ait.kyushu-u.ac.jp,

More information

Distance-Based Descriptors and Their Application in the Task of Object Detection

Distance-Based Descriptors and Their Application in the Task of Object Detection Distance-Based Descriptors and Their Application in the Task of Object Detection Radovan Fusek (B) and Eduard Sojka Department of Computer Science, Technical University of Ostrava, FEECS, 17. Listopadu

More information

Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces

Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces Dealing with Inaccurate Face Detection for Automatic Gender Recognition with Partially Occluded Faces Yasmina Andreu, Pedro García-Sevilla, and Ramón A. Mollineda Dpto. Lenguajes y Sistemas Informáticos

More information

Object detection using non-redundant local Binary Patterns

Object detection using non-redundant local Binary Patterns University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 Object detection using non-redundant local Binary Patterns Duc Thanh

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

Palm Vein Recognition with Local Binary Patterns and Local Derivative Patterns

Palm Vein Recognition with Local Binary Patterns and Local Derivative Patterns Palm Vein Recognition with Local Binary Patterns and Local Derivative Patterns Leila Mirmohamadsadeghi and Andrzej Drygajlo Swiss Federal Institude of Technology Lausanne (EPFL) CH-1015 Lausanne, Switzerland

More information

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

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

More information

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

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

More information

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

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

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

A Graph Theoretic Approach to Image Database Retrieval

A Graph Theoretic Approach to Image Database Retrieval A Graph Theoretic Approach to Image Database Retrieval Selim Aksoy and Robert M. Haralick Intelligent Systems Laboratory Department of Electrical Engineering University of Washington, Seattle, WA 98195-2500

More information

An Acceleration Scheme to The Local Directional Pattern

An Acceleration Scheme to The Local Directional Pattern An Acceleration Scheme to The Local Directional Pattern Y.M. Ayami Durban University of Technology Department of Information Technology, Ritson Campus, Durban, South Africa ayamlearning@gmail.com A. Shabat

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

Directional Binary Code for Content Based Image Retrieval

Directional Binary Code for Content Based Image Retrieval Directional Binary Code for Content Based Image Retrieval Priya.V Pursuing M.E C.S.E, W. T. Chembian M.I.ET.E, (Ph.D)., S.Aravindh M.Tech CSE, H.O.D, C.S.E Asst Prof, C.S.E Gojan School of Business Gojan

More information

Facial Expression Recognition with Emotion-Based Feature Fusion

Facial Expression Recognition with Emotion-Based Feature Fusion Facial Expression Recognition with Emotion-Based Feature Fusion Cigdem Turan 1, Kin-Man Lam 1, Xiangjian He 2 1 The Hong Kong Polytechnic University, Hong Kong, SAR, 2 University of Technology Sydney,

More information

Face Recognition Based on Image Sets

Face Recognition Based on Image Sets Face Recognition Based on Image Sets Hakan Cevikalp, William Triggs To cite this version: Hakan Cevikalp, William Triggs. Face Recognition Based on Image Sets. CVPR 2010 - IEEE Conference on Computer Vision

More information

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features

Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features Content Based Image Retrieval Using Color Quantizes, EDBTC and LBP Features 1 Kum Sharanamma, 2 Krishnapriya Sharma 1,2 SIR MVIT Abstract- To describe the image features the Local binary pattern (LBP)

More information

Gabor Surface Feature for Face Recognition

Gabor Surface Feature for Face Recognition Gabor Surface Feature for Face Recognition Ke Yan, Youbin Chen Graduate School at Shenzhen Tsinghua University Shenzhen, China xed09@gmail.com, chenyb@sz.tsinghua.edu.cn Abstract Gabor filters can extract

More information

A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features

A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features A Novel Method of Face Recognition Using Lbp, Ltp And Gabor Features Koneru. Anuradha, Manoj Kumar Tyagi Abstract:- Face recognition has received a great deal of attention from the scientific and industrial

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

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

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

More information

Cross-pose Facial Expression Recognition

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

More information

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

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

More information

Tracking Using Online Feature Selection and a Local Generative Model

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

More information

Texture Classification using a Linear Configuration Model based Descriptor

Texture Classification using a Linear Configuration Model based Descriptor STUDENT, PROF, COLLABORATOR: BMVC AUTHOR GUIDELINES 1 Texture Classification using a Linear Configuration Model based Descriptor Yimo Guo guoyimo@ee.oulu.fi Guoying Zhao gyzhao@ee.oulu.fi Matti Pietikäinen

More information

LBP Based Facial Expression Recognition Using k-nn Classifier

LBP Based Facial Expression Recognition Using k-nn Classifier ISSN 2395-1621 LBP Based Facial Expression Recognition Using k-nn Classifier #1 Chethan Singh. A, #2 Gowtham. N, #3 John Freddy. M, #4 Kashinath. N, #5 Mrs. Vijayalakshmi. G.V 1 chethan.singh1994@gmail.com

More information

Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval

Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval Texture Feature Extraction Using Improved Completed Robust Local Binary Pattern for Batik Image Retrieval 1 Arrie Kurniawardhani, 2 Nanik Suciati, 3 Isye Arieshanti 1, Institut Teknologi Sepuluh Nopember,

More information

Facial Expression Recognition Using Expression- Specific Local Binary Patterns and Layer Denoising Mechanism

Facial Expression Recognition Using Expression- Specific Local Binary Patterns and Layer Denoising Mechanism Facial Expression Recognition Using Expression- Specific Local Binary Patterns and Layer Denoising Mechanism 1 2 Wei-Lun Chao, Jun-Zuo Liu, 3 Jian-Jiun Ding, 4 Po-Hung Wu 1, 2, 3, 4 Graduate Institute

More information

CS4495/6495 Introduction to Computer Vision. 8C-L1 Classification: Discriminative models

CS4495/6495 Introduction to Computer Vision. 8C-L1 Classification: Discriminative models CS4495/6495 Introduction to Computer Vision 8C-L1 Classification: Discriminative models Remember: Supervised classification Given a collection of labeled examples, come up with a function that will predict

More information

EE368 Project Report CD Cover Recognition Using Modified SIFT Algorithm

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

More information

3D EAR IDENTIFICATION USING LC-KSVD AND LOCAL HISTOGRAMS OF SURFACE TYPES. Lida Li, Lin Zhang, Hongyu Li

3D EAR IDENTIFICATION USING LC-KSVD AND LOCAL HISTOGRAMS OF SURFACE TYPES. Lida Li, Lin Zhang, Hongyu Li 3D EAR IDENTIFICATION USING LC-KSVD AND LOCAL HISTOGRAMS OF SURFACE TYPES Lida Li, Lin Zhang, Hongyu Li School of Software Engineering Tongji University Shanghai 201804, China ABSTRACT In this paper, we

More information

Periocular Region-based Person Identification in the Visible, Infrared and Hyperspectral Imagery

Periocular Region-based Person Identification in the Visible, Infrared and Hyperspectral Imagery Periocular Region-based Person Identification in the Visible, Infrared and Hyperspectral Imagery Muhammad Uzair, Arif Mahmood, Ajmal Mian and Chris McDonald Computer Science & Software Engineering The

More information

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis 1 Xulin LONG, 1,* Qiang CHEN, 2 Xiaoya

More information

Spatiotemporal Derivative Pattern: A Dynamic Texture Descriptor for Video Matching

Spatiotemporal Derivative Pattern: A Dynamic Texture Descriptor for Video Matching Spatiotemporal Derivative Pattern: A Dynamic Texture Descriptor for Video Matching Farshid Hajati 1, Mohammad Tavakolian 1, Soheila Gheisari 1,2, and Ajmal Saeed Mian 3 1 Electrical Engineering Department,

More information

URL: <

URL:   < Citation: Cheheb, Ismahane, Al-Maadeed, Noor, Al-Madeed, Somaya, Bouridane, Ahmed and Jiang, Richard (2017) Random sampling for patch-based face recognition. In: IWBF 2017-5th International Workshop on

More information

FACE DETECTION USING LOCAL HYBRID PATTERNS. Chulhee Yun, Donghoon Lee, and Chang D. Yoo

FACE DETECTION USING LOCAL HYBRID PATTERNS. Chulhee Yun, Donghoon Lee, and Chang D. Yoo FACE DETECTION USING LOCAL HYBRID PATTERNS Chulhee Yun, Donghoon Lee, and Chang D. Yoo Department of Electrical Engineering, Korea Advanced Institute of Science and Technology chyun90@kaist.ac.kr, iamdh@kaist.ac.kr,

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

CS 664 Image Matching and Robust Fitting. Daniel Huttenlocher

CS 664 Image Matching and Robust Fitting. Daniel Huttenlocher CS 664 Image Matching and Robust Fitting Daniel Huttenlocher Matching and Fitting Recognition and matching are closely related to fitting problems Parametric fitting can serve as more restricted domain

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

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

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

SKIN COLOUR INFORMATION AND MORPHOLOGY BASED FACE DETECTION TECHNIQUE

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

More information

RANSAC and some HOUGH transform

RANSAC and some HOUGH transform RANSAC and some HOUGH transform Thank you for the slides. They come mostly from the following source Dan Huttenlocher Cornell U Matching and Fitting Recognition and matching are closely related to fitting

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

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

MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING

MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING MULTIMODAL BIOMETRICS RECOGNITION FROM FACIAL VIDEO VIA DEEP LEARNING Sayan Maity, Mohamed Abdel-Mottaleb, and Shihab S. As University of Miami; 1251 Memorial Drive; Coral Gables; Florida 33146-0620 s.maity1@umail.miami.edu,

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