Preprocessing Techniques for Face Recognition using R-LDA under Difficult Lighting Conditions and Occlusions

Size: px
Start display at page:

Download "Preprocessing Techniques for Face Recognition using R-LDA under Difficult Lighting Conditions and Occlusions"

Transcription

1 Preprocessing Techniques for Face Recognition using R-LDA under Difficult Lighting Conditions and Occlusions Ashraf S. Huwedi University of Benghazi, Faculty of Information Technology(IT) Benghazi - Libya ash_huwedi@yahoo.com Abstract In recent years face recognition has received substantial attention from researchers in biometrics, pattern recognition, and computer vision communities. At least two reasons account for this trend: the first is the wide range of commercial and law enforcement applications, and the second is the availability of feasible technologies in recent years of research. Many existing methods in face recognition area perform well under certain conditions, but still facing challenging with illumination changes and occlusions. This paper attempts to deal with the above challenges by combining robust illumination normalization techniques with powerful feature extraction method. Keywords: Face Recognition, Wavelet Analysis, Waveletbased illumination normalization, Wavelet-based image Denoising, Gradient face, Linear Discriminate Analysis (LDA). F I. INTRODUCTION ACE recognition (FR) has been an active research topic in the fields of computer vision and biometrics over the past several decades [1][2][3] due to its numerous potential applications, such as human-computer interfaces, access control, security, surveillance, e-commerce, entertainment and so on. However, Illumination variation is one of the most significant factors limiting the performance of face recognition. Since several images of the same person appear to be dramatically different under different illumination, the performance of most existing face recognition methods is highly sensitive to illumination variation, and will be severely degraded if the training/testing face is exposed to severe lighting variations. To overcome the problem caused by illumination variation on face, various approaches have been introduced, such as preprocessing and illumination normalization techniques, illumination invariant feature extraction techniques, and 3D face modeling techniques. Many methods have been proposed to handle the illumination problem. In general, these methods can be divided into two main categories: A. Illumination Invariant/Insensitive Feature Extraction Techniques These techniques attempt to extract facial features robust to illumination variations. Early researches employed simple descriptors such as logarithmic transformation, edge map, and image gradient to reduce the impact of illumination variation. These methods are built on primitive image processing theories and they are easy to implement with a relatively limited performance. However, the recently proposed Gradient face method [6] developed from the image gradient presents a very good performance. Waveletbased facial structure representation of the face image method was presented in [5]. In Retinex approaches the luminance is estimated by the smoothed image. The image can then be divided by the luminance to obtain the reflectance, which is an invariant feature to illumination. The sum of several Gaussian functions with different scales is applied to smooth the image in the multi-scale retinex approach[13]. Logarithm transform is employed to compress the dynamic range in [13]. Moreover, the Weber Face [15] and the Local Binary Pattern (LBP) [14] are all effectual descriptors robust to illumination changing. B. Illumination Pre-processing Techniques These techniques attempt to normalize the variation in order to make the images appear stable under different lighting conditions. This is accomplished either by image transformation or by synthesizing a new image from the given image in some normalized form, then the normalized images are used for recognition. For instance, Histogram Equalization (HE), Gamma correction, logarithm transform, etc. are widely used for illumination normalization [16]. In [7],Tan and Triggs proposed a method which combines the strengths of illumination pre-processing, invariant feature extraction, distance transform based matching, kernel-based feature extraction and multiple feature fusion. The illumination normalization process is the same as that described in [8]. Local Ternary Patterns (LTP),a generalization of the Local Binary Pattern (LBP) local texture descriptor, is then extracted. Finally, the robustness is further improved by adding kernel PCA feature extraction and incorporating rich local appearance cues from two complementary sources Gabor wavelets and LBP. Within our work, we propose to use three robust preprocessing methods in order to compare the effectives and weakness of each one. each pre-processing consists of two stages namely, Difference of Gaussian (DoG) /Gradient Face, Difference of Gaussian (DoG) /Contrast Equalization

2 and Normalization/wavelet de-noising, and then extract the features using powerful statistical method namely Regularized Linear Discriminant Analysis (R-LDA). Finally, the extracted feature vectors are classified by calculating the cosine distance between them. II. ILLUMINATION NORMALIZATION Real-world input data always contains some amount of noise and certain preprocessing is needed to reduce its effect. The term noise is to be understood broadly: anything that hinders a pattern recognition system in fulfilling its commission may be regarded as noise no matter how inherent this "noise" is in the nature of the data. Some desirable properties of the data may also be enhanced with preprocessing before the data is fed further in the recognition system. within this section we describes three illumination normalization methods. These preprocessing methods run before feature extraction that incorporates a series of stages designed to count the effects of illumination variations, local shadowing and highlights while preserving the essential elements of visual appearance. A. DoG / Contrast Equalization Difference of Gaussian (DoG) Filtering is a convenient way to obtain the resulting band pass behavior. Fine spatial detail is critically important for recognition so the inner (smaller) Gaussian is typically quite narrow (σ 1 pixel), while the outer one might have σ 2 of 2 4 pixels or more, depending on the spatial frequency at which low frequency information becomes misleading rather than informative. We find that σ 1 =1 and σ 2 =2.30 gives best results as previous stage before Contrast Equalization. Contrast Equalization is the second step of this preprocessing. It globally rescales the image intensities to standardize a robust measure of overall contrast or intensity variation. It is important to use a robust estimator because the signal typically still contains a small admixture of extreme values produced by highlights, garbage at the image borders and small dark regions such as nostrils. One could, e.g., use the median of the absolute value of the signal for this, but here we have preferred a simple and rapid approximation based on a two stage process:,,,,,,, Here, a is a strongly compressive exponent that reduces the influence of large values, τ is a threshold used to truncate large values after the first phase of normalization, and the mean is over the whole image. By default use a= 0.3and τ= 1.5. The resulting image is now well scaled but it can still contain extreme values. To reduce their influence on subsequent stages of processing, we apply a final nonlinear mapping to compress over-large values. The exact functional form is not critical. Here we use the hyperbolic tangent, tanh, /, thus limiting I to the range,. Figure 1 shows the two steps of this preprocessing method and the images before and after preprocessing process. Figure 1. DoG + Contrast Equalization B. DoG / Gradient Face DoG as mentioned above, is a convenient way to obtain the resulting band pass behavior. The DoG can be used as first stage before Gradient Face preprocessing. For this we find best results 1 as inner filter to reduce aliasing and noise, and 4 as outer filter to suppresses low frequency lighting variation without suppressing too much class information. Gradient face is an illumination insensitive measure derived from the image gradient domain such that it can discover underlying inherent structure of face images since the gradient domain explicitly considers the relationships between neighboring pixel points. Therefore, Gradient face has more discriminating power than the illumination insensitive measure extracted from the pixel domain. In order to extract illumination insensitive measure from gradient domain, we must refer to the Reflectance Model which can be expressed as the following:,,, Where I(x,y) is image pixel value, R(x,y) is the reflectance and L(x,y) is the luminance at each point (x,y). Here, the nature of L(x,y) is determined by the lighting source, while R(x,y) is determined by the characteristics of the surface of object. Therefore, R(x,y) which can be regarded as illumination insensitive measure. We have the following theorem by studying the relationships between the components of gradient domain: Theorem 1: Given an arbitrary image I(x,y) taken illumination condition, the ratio of y-gradient of,, / to x-gradient of,, / is an illumination insensitive measure. In practical application, the ratio of y-gradient of image to x-gradient of image might be infinitude derived by zero value of x-gradient of image. Thus, it cannot be directly

3 used as the illumination insensitive measure. These considerations lead us to defining Gradient faces as follows: Definition 1: I be an image under variable lighting conditions, then Gradient faces (G) of image I can be defined as:, 0,2 where and are the gradient of image I in the x,y direction respectively. To compute the gradient stably, we suggest to smoothen the image first with Gaussian kernel function. With a convolution-type smoothing, the numerical calculation of gradient is much more stable in calculation. Furthermore, we pointed out that the main advantage for using Gaussian kernel is twofold: (a) Gradient face is more robust to image noise and, (b) it can reduce the effect of shadows. The Gradient faces method is summarized in algorithm 1. Figure 2 shows the two steps of this preprocessing method and the images before and after preprocessing process. Algorithm 1. Demonstration of the Gradient Faces method. Figure 2. DoG + Gradient Face C. Wavelet Norm/Wavelet De-noising In Wavelet-based illumination normalization, the waveletbased image analysis decomposes an image into approximate coefficients and detail coefficients. Contrast enhancement can be done by histogram equalization of the approximation coefficients, meanwhile edge enhancement can be achieved by multiplying the detail coefficients with a scalar (>1),In our experiments we find the scalar 1.2 gives best results. A normalized image is obtained from the modified coefficients by inverse wavelet transform. In Wavelet-based image de-noising, the wavelet-based image de-noising approach is exploited to obtain an illumination invariant representation of the facial image. The technique starts with the modified imaging model of the retinex theory given by the following equation:,,, Where, log,,, log, and, log,. In fact, There are two reason for transforming image into the logarithm domain. The first one, In order to apply the wavelet-based approach to extract illumination invariant R. the other reason is that the logarithm of the luminance is a crude approximation to the perceived brightness, hence logarithm transform can partly reduce the effect of lighting. Based on the "common assumption", L varies slowly while R can change abruptly, L may be regarded as low frequency part of signal I and R is high frequency part of signal I. Under the assumption that the key facial features (R) are high frequency phenomena equivalent to noise in the image de-noising model, we propose to estimate the luminance, by the wavelet de-noising model and then to extract the illumination invariant reflectance, in accordance with the following equation:, log, log, Let us denote the wavelet coefficient of the input image, log, as,,, where W stands for the 2D Discrete Wavelet Transformed (DWT) operator; and, similarly, let,, denotes the matrix of wavelet coefficients of the luminance,. The 2D DWT decompose the image into approximation coefficients, LL (low-low) and detailed coefficients; LH (low-high), HL (high-low) and HH (high-high). The HH sub band gives the details of the image; the HL sub band gives the horizontal features while the LH sub band represents the vertical structures. The LL sub band is low resolution residuals consisting of low frequency components. The estimate of the luminance in the wavelet domain Y(x,y) is then obtained by modifying the detail coefficients of X(x,y) using the so-called soft thresholding technique and keeping the approximation coefficients unaltered. Here, the soft threshold procedure for each location (x,y) is defined as:,,,,,,, 0,, where X s (x,y) denotes one of the three sub-bands generated by the detail DWT coefficients (either the lowhigh (LH), the high-low (HL) or the high-high (HH) subbands, i.e.,, ), Y s (x,y) stands for the corresponding soft threshold sub-band and T represent a predefined threshold. It is clear that for an efficient rendering of the facial images, an appropriate threshold has

4 to be defined. We propose to compute the threshold T as follows:, where the standard deviations σ and σ x are robustly estimated from:,,,,0 In the above expressions mad denotes the mean absolute deviation and var denotes the variance. Note that the noise variance σ 2 is estimated from the HH sub-band, while the signal standard deviation σ x is computed based on the estimate of the variance of the processed sub-band X s (x,y) for,,. Algorithm 2. Demonstration of the wavelet-based de-noising approach Figure 3. Wavelet De-noising + HE For an optimal implementation of the presented denoising procedure, we suggest using a value of λ somewhere in the range from 0.01 to Once, all three detail coefficient sub-bands have been threshold, they are combined with the unaltered approximate coefficient subband to form the de-noised wavelet coefficient matrix Y(x,y). The estimate of the luminance in the spatial domain is ultimately obtained by applying the inverse DWT to the wavelet coefficients in Y(x,y), and can be used to compute the illumination invariant reflectance. The wavelet-based image de-noising approach is summarized in algorithm 2. In figure 3, the result of two steps preprocessing method using Wavelet De-noising and Histogram Equalization is shown. The input and output images of this preprocessing method is showing as well. III. FEATURE EXTRACTION Feature extraction is the task of reducing the high dimensional training data to a set of features to investigate properties (morphological, geometric etc.) of the data [4], [11]. Features are used by recognition approaches to differentiate between faces of different identities. During the feature extraction process the dimensionality of data is reduced. This is almost always necessary, due to the technical limits in memory and computation time. A good feature extraction scheme should maintain and enhance those features of the input data which make distinct pattern classes separate from each other. At the same time, the system should be immune to variations produced both by the humans using it and the technical devices used in the data acquisition stage. Linear discriminant analysis (LDA) is powerful method used for feature extraction and data reduction. It has been widely used in most of pattern recognition applications. However, a critical issue using LDA, particularly in face recognition area, is the Small Sample Size (SSS) Problem. This problem is encountered in practice since there are often a large number of pixels available, but the total number of training samples is less than the dimension of the feature space. To overcome this limitation many LDA-based methods have been proposed [9], [10]. within this paper, we have used LDA-based method namely regularized Linear discriminant analysis (R-LDA) to deal with small sample size scenarios. The basic idea of R- LDA is to find a linear transformation such as the feature clusters are most separable after the transformation. This is done as follow: given a face image matrix A of size mxn, we construct a vector representation by concatenating all the columns of A to form a column vector x of dimension mxn. Given a set of training vectors x i ; i = 1, 2,..., M for all persons,,,, TABLE 1 RECOGNITION RESULTS OF OUR METHOD COMPARED WITH ANOTHER METHODS THOSE HANDLE THE ILLUMINATION VARIATION PROBLEM Feature Illumination Preprocessing Methods Extractor SQI LDCT Correlation Eigenfaces LBP LGBP Fisherfaces LEC R-LDA Feature Extractors: LGBP Local Gabor Binary Pattern LEC Local Ensemble Classifier Illumination Preprocessing Methods: SQI: Self-Quotient Image LDCT: Logarithmic Discrete Cosine Transform TT: Tan & Triggs [7] TT DOG/CE DOG/GF Norm/WD

5 where X represent all the face images. The matrix X is composed of C classes; in each class we have m i individuals, Then, we express the between-class scatter matrix S B as:. with:,,,,,, where µ i is the mean of the i th class and µ is the mean of all classes. they can be calculated as follows: Next, we determine the d eigenvectors of, denoted as,,, where d<=c-1. after that, we calculate the first d most significant eigenvectors U d of S B and their corresponding Eigen values (Λ B) by:, Λ B U T S B U Let Λ, we find the eigenvectors of denoted as,, sorted in increasing eigen value order, S w is the within-class scatter matrix which is denoted as: then, we choose the first D eigenvectors of P ( D d). Let P D and Λ w are the obtained eigenvectors matrix and their corresponding diagonal eigenvalues matrix, respectively. In R-LDA the projection vector W are computed as follows: Λ where I is the (DxD) identity matrix, and η is a regularization parameter in the range 01. In general, we choose η=1. Finally, we project the training vectors as follows: Given a test face image Test, first we transform it on a column vector T, then use Eq. (1) to get the feature vector, then we calculate the similarity between vectors by using Cosine Distance. IV. EXPERIMENTAL RESULTS A. Database Since this proposed face recognition system mainly deals with illumination problem, we used Extended Yale-B face database. The Extended Yale-B face database provides an excellent testing platform for extreme variation in illumination [17]. It consists of still images, in frontal pose, for 38 subjects, each having 64 images captured under different illumination conditions. The total number of images in the database is 2432 images, These images are divided into five subsets according to the angle between the light source direction and the central camera axis 12,25,50,77,90 as shown in Figure 4. The images are resample to a fixed size of 128 x 128 for the purpose. B. Experiment 1: Recognition without occlusion In this experiment, the ideal images (subset1) were used as reference images to form the gallery set and all the remaining images were used for testing. Table 1 shows the results compared with another existing methods that handle illumination variation problem[12]. As shown in table 1, Experimental results show that, a good recognition rate is achieved by R-LDA using these 3 methods of preprocessing. Compared them with other methods, our proposed methods got a highest recognition rate. C. Experiment 2: Recognition with small sample size Within this experiment, we have tested each method based on small size of the training set (one and two images), the results demonstrated in table 2 show that the system work well even with small sample size scenario. TABLE 2 RECOGNITION RESULTS OF FACE BASED ON SMALL SAMPLE SIZE IN THE TRAINING STAGE No. of Training Set DoG/ CE DoG/ GradientFaces Norm/Wavelet Denoising D. Experiment 3: Recognition with random block occlusion In this experiment, we test the robustness of our proposed methods to random block occlusion. Subset 1 and subset 2 of the Extended Yale B database are used for training process, while subset 3 is used for testing stage. Each testing sample will be inserted an unrelated image as a block occlusion, and the blocking ratio is changing from 10% to 50%. Table3, shows the results compared with another existing methods that handle occlusion problem. As shown in table 3, We can see that when the block occlusion ratio is low, all methods can achieve good recognition accuracy; when the block occlusion ratio increases, the accuracy of our proposed method scan still have good results up to more than 90% even with 50% block occlusion. E. Experiment 4: Recognition with important facial occlusion In this experiment, the occlusions cover important facial parts like eyes, nose and mouth. The key facial parts are blackened out (likening them to occlusion).the tests have been done on more challenging subset namely, subset 5, whereas the subset 1 was selected as training images. The occlusion ratio was 23.4% of the image, Figure 5 shows some of the sample face images with occlusion. The recognition results of the face are tabulated in table 4.

6 TABLE 3 RECOGNITION RESULTS OF FACE USING VARIOUS RANDOM OCCLUSION RATIOS, COMPARED WITH DIFFERENT APPROACHES Occlusion Ratio 10% 20% 30% 40% 50% SRC [18] 100% 99.8% 98.5% 90.3% 65.3% CRC_RLS [21] 99.8% 93.6% 82.6% 70.0% 52.3% GSRC [19] 100% 100% 99.8% 96.5% 87.4% RSC [20] 100% 100% 99.8% 96.9% 83.9% DoG+CE/R-LDA 98.9% 98.9% 97.6% 94.7% 93.2% DoG+GF/R-LDA 98.2% 97.6% 97.4% 94.3% 90.3% HE/WD/R-LDA 100% 99.8% 99.6% 98.5% 98.2% V. CONCLUSION In this paper, we have presented three robust illumination preprocessing methods Difference of Gaussian (DoG) +Contrast Equalization(CE), DoG+ GradientFace(GF), and Histogram Equalization + Wavelet-based image denoising (HE+WD). These methods effectively eliminate unwanted illumination effect and enhance the local features of facial images, which play a vital role in recognition. The presented methods are quite different from each other; the first method (DoG+CE) is very simple method which is used in order to enhance the contrast and the suppression of frequencies that cause noise (low frequencies) and changes in lighting (high frequencies), this method is applied directly on the image in pixel domain and does not seek to obtain an illumination insensitive measure. The second method (DoG+GF) was focused on finding illumination insensitive measure from gradient domain, the gradient domain explicitly considers the relationships between neighboring pixel points such that it is able to reveal underlying inherent structure of image data unlike the methods which are implemented in pixel domain ignore the underlying relationships between neighboring pixel points. this method was combined with DoG filter in order to reduce the effects of noise and lighting variations. Using and Gradient Face after DoG improves the recognition rate about 2%. The third method (HE+WD) exploited the wavelet denoising model to obtain an illumination invariant representation of the facial image in the wavelet domain. Applying histogram equalization prior to the de-noising model would result in improving the image's contrast and TABLE 4 RECOGNITION RESULTS OF FACE USING OUR PROPOSED METHODS ON THE EXTENDED YALE B DATABASE WITH KEY FACIAL LANDMARK OCCLUDED 23.4% OF THE IMAGE Without Occlusion With Occlusion DoG+CE /RLDA 99.6% 92.3% DoG+GF/RLDA 99.3% 96.1% Norm/WD /RLDA 99.6% 96.9% redistributing the pixel intensities equally. this procedure adds to images variability needed to successfully discriminate between different subjects. Using this method the recognition rate is improved especially in occlusion case. Both second and third methods depending on imaging model to obtain the illumination invariant for face recognition. However, In any face recognition system, the preprocessing methods is not enough to get significant results (high recognition rate). Therefore, it's important to choose robust and effective mechanism to extract distinctive features and classified it well. the combination of R-LDA and cosine distance to extract and classify features provides very promising results. R-LDA extracts features for each class which are more related to the entire class, since it minimizes the variance characteristic within class scatter (minimizing the distance within class scatter) and increases the variance between class scatter (maximizing the distance between class scatter), even if there are random occlusions in the testing images, R-LDA provided sufficient measurements are extracted. Experiments were performed based on the Extended Yale B facial databases. Experimental results show that very high recognition rates were achieved by R-LDA and Cosine distance recognition with the proposed preprocessing methods. we have demonstrated the effectiveness of the proposed methods compared with another methods that handle illumination variation and occlusions. The proposed algorithms in all experiments was conducted under MATLAB programming environment on a PC with Intel R Core (i5) 2.1 GHz CPU and 2.99 GB RAM. In the mean time, we have evaluated the training time of each proposed algorithm, the training time is also a critical factor in many applications. we have used one image per person in the database. thus, the total number of training images in this evaluation is 38 images. We find out that, the spent time to process and extract features in the training stage for both DoG+CE and DoG+GF is around 0.3 second. while the spent time to process and extract features in the training stage for HE+WD is more than 0.5 second. as observed, the DoG+CE and DoG+GF are more appropriate than HE+WD for real-time systems. REFERENCES [1] W. Zhao, R. Chellappa, P. J. Phillips and A. Rosenfeld, Face recognition: A literature survey,acm Computing Survey, 35(4), 2003, pp [2] R. Jafri and H. R. Abrania, A survey of face recognition techniques, Journal of Information Processing Systems, 5(2):41-68, [3] Y. Adini, Y. Moses and S. Ullman, Face Recognition: the problem of compensating for changes in illumination direction, IEEE Trans. Pattern Analysis and Machine Intelligence, 19(7): ,1997. [4] A. Shashua and T. Riklin-Raviv, The quotient image: Class-based rerendering and recognition with varying illuminations, IEEE Trans. Pattern Analysis and Machine Intelligence, 23(2): ,2001. [5] T. Zhang, B. Fang, Y. Yuan, Y. Y. Tang, Z. Shang, D. Li and F. Lang, Multiscale facial structure representation for face recognition under varying illumination, Pattern Recognition, 42(2): , [6] T. P. Zhang, Y. Y. Tang, B. Fang, Z. W. Shang and X. Y. Liu, Face recognition under varying illumination using gradientfaces, IEEE Trans. Image Process, 18(11): ,2009.

7 [7] X. Tan and B. Triggs, Enhanced local texture feature sets for face recognition under difficult lighting conditions, IEEE Trans. Image Process, 19(6): , [8] C.N Fan, F.Y Zhang, Homomorphic filtering based illumination normalization method for face recognition, Pattern Recognition Letters, 32(10): , [9] L. F. Chen, H. Y. M. Liao, M. T. Ko, J. C. Lin and G. J. Yu, A new LDA-based face recognition system which can solve the small sample size problem, Pattern Recognition, vol. 33(10): , [10] J. Lu, K. N. Plataniotis and A. N. Venetsanopoulos, Regularization studies of linear discriminant analysis in small sample size scenarios with application to face recognition, Pattern Recognition Letters, 26, pp , [11] A. Globerson, N. Tishby, I. Guyon, and A. Elisseeff, Sufficient dimensionality reduction, Machine Learning Research, [12] H. Han, S. Shan, X. Chen and W. Gao, A comparative study on illumination preprocessing in face recognition, Pattern Recognition, 46: , [13] D. J. Jobson, Z. Rahman, and G. A. Woodell, A multi-scale retinex for bridging the gap between color images and the human observation of scenes, IEEE Trans. Image Process., vol. 6, no. 7, pp , Jul [14] T. Ahonen, A. Hadid, M. Pietikainen, Face description with local binary patterns, Application to face recognition. IEEE TPAMI 28(12) [15] B. Wang, W. Li, W. Yang, Q. Liao, Illumination Normalization Based on Weber s Law with Application to Face Recognition, IEEE Signal Processing Letter 18, , [16] S. Shan, W. Gao, B. Cao and D. Zhao Illumination normalization for robust face recognition against varying lighting conditions, Proc. IEEE Int. Workshop Anal. Model. Faces Gestures, , [17] K. Lee, J. Ho, and D. Kriegman, Acquiring linear subspaces for face recognition under variable lighting, IEEE Trans. Pattern Analysis & Machine Intelligence, vol. 27, no. 5, pp , [18] J. Wright, A. Yang, A. Ganesh, S. Sastry, and Y. Ma, Robust face recognition via sparse representation, IEEE Trans. Pattern Analysis and Machine Intelligence, 31(2): , [19] M. Yang and L. Zhang, Gabor Feature based Sparse Representation for Face Recognition with Gabor Occlusion Dictionary, Proc. European Conf. Computer Vision, [20] M. Yang, L. Zhang, J. Yang and D. Zhang, Robust sparse coding for face recognition, In CVPR, [21] L. Zhang, M. Yang and X. Feng, Sparse representation or collaborative representation: Which helps face recognition?, In ICCV, Figure 4. Image sample of each subset Figure 5. Image sample of key facial parts occluded

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

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

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

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features

Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features Face Recognition Based On Granular Computing Approach and Hybrid Spatial Features S.Sankara vadivu 1, K. Aravind Kumar 2 Final Year Student of M.E, Department of Computer Science and Engineering, Manonmaniam

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

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

Face Detection and Recognition in an Image Sequence using Eigenedginess

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

More information

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

Low Cost Illumination Invariant Face Recognition by Down-Up Sampling Self Quotient Image

Low Cost Illumination Invariant Face Recognition by Down-Up Sampling Self Quotient Image Low Cost Illumination Invariant Face Recognition by Down-Up Sampling Self Quotient Image Li Lin and Ching-Te Chiu Department of Computer Science, National Tsing Hua University, Hsinchu, Taiwan, R.O.C email:

More information

Haresh D. Chande #, Zankhana H. Shah *

Haresh D. Chande #, Zankhana H. Shah * Illumination Invariant Face Recognition System Haresh D. Chande #, Zankhana H. Shah * # Computer Engineering Department, Birla Vishvakarma Mahavidyalaya, Gujarat Technological University, India * Information

More information

Illumination Normalization in Face Recognition Using DCT and Supporting Vector Machine (SVM)

Illumination Normalization in Face Recognition Using DCT and Supporting Vector Machine (SVM) Illumination Normalization in Face Recognition Using DCT and Supporting Vector Machine (SVM) 1 Yun-Wen Wang ( 王詠文 ), 2 Wen-Yu Wang ( 王文昱 ), 2 Chiou-Shann Fuh ( 傅楸善 ) 1 Graduate Institute of Electronics

More information

Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets

Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets IJCST Vo l. 3, Is s u e 4, Oc t - De c 2012 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) Face Recognition Under varying Lighting Conditions and Noise Using Texture Based and SIFT Feature Sets 1 Vishnupriya.

More information

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms

Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Face Recognition by Combining Kernel Associative Memory and Gabor Transforms Author Zhang, Bai-ling, Leung, Clement, Gao, Yongsheng Published 2006 Conference Title ICPR2006: 18th International Conference

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

Face Recognition under Varying Illumination with Logarithmic Fractal Analysis

Face Recognition under Varying Illumination with Logarithmic Fractal Analysis IEEE SIGNAL PROCESSING LETTERS, VOL 21, NO 12, DECEMBER 2014 1457 Face Recognition under Varying Illumination with Logarithmic Fractal Analysis Mohammad Reza Faraji and Xiaojun Qi Abstract Face recognition

More information

Three-Dimensional Face Recognition: A Fishersurface Approach

Three-Dimensional Face Recognition: A Fishersurface Approach Three-Dimensional Face Recognition: A Fishersurface Approach Thomas Heseltine, Nick Pears, Jim Austin Department of Computer Science, The University of York, United Kingdom Abstract. Previous work has

More information

IMAGE PREPROCESSING WITH SYMMETRICAL FACE IMAGES IN FACE RECOGNITION AND REGRESSION CLASSIFICATION

IMAGE PREPROCESSING WITH SYMMETRICAL FACE IMAGES IN FACE RECOGNITION AND REGRESSION CLASSIFICATION ISSN: 2186-2982 (P), 2186-2990 (O), Japan, DOI: https://doi.org/10.21660/2018.50. IJCST32 Special Issue on Science, Engineering & Environment IMAGE PREPROCESSING WITH SYMMETRICAL FACE IMAGES IN FACE RECOGNITION

More information

Image Processing and Image Representations for Face Recognition

Image Processing and Image Representations for Face Recognition Image Processing and Image Representations for Face Recognition 1 Introduction Face recognition is an active area of research in image processing and pattern recognition. Since the general topic of face

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

An Efficient Face Recognition under Varying Image Conditions

An Efficient Face Recognition under Varying Image Conditions An Efficient Face Recognition under Varying Image Conditions C.Kanimozhi,V.Nirmala Abstract Performance of the face verification system depends on many conditions. One of the most problematic is varying

More information

Face Recognition under varying illumination with Local binary pattern

Face Recognition under varying illumination with Local binary pattern Face Recognition under varying illumination with Local binary pattern Ms.S.S.Ghatge 1, Prof V.V.Dixit 2 Department of E&TC, Sinhgad College of Engineering, University of Pune, India 1 Department of E&TC,

More information

Preprocessing and Feature Sets for Robust Face Recognition

Preprocessing and Feature Sets for Robust Face Recognition Preprocessing and Feature Sets for Robust Face Recognition Xiaoyang Tan and Bill Triggs LJK-INRIA, 655 avenue de l Europe, Montbonnot 38330, France Xiaoyang.Tan@inria.fr, Bill.Triggs@imag.fr Abstract Many

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

A Robust Color Image Watermarking Using Maximum Wavelet-Tree Difference Scheme

A Robust Color Image Watermarking Using Maximum Wavelet-Tree Difference Scheme A Robust Color Image Watermarking Using Maximum Wavelet-Tree ifference Scheme Chung-Yen Su 1 and Yen-Lin Chen 1 1 epartment of Applied Electronics Technology, National Taiwan Normal University, Taipei,

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

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

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

More information

An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class

An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class An Efficient Face Recognition using Discriminative Robust Local Binary Pattern and Gabor Filter with Single Sample per Class D.R.MONISHA 1, A.USHA RUBY 2, J.GEORGE CHELLIN CHANDRAN 3 Department of Computer

More information

A Case Study on Various Preprocessing Methods and their Impact on Face Recognition using Random Forest

A Case Study on Various Preprocessing Methods and their Impact on Face Recognition using Random Forest A Case Study on Various Preprocessing Methods and their Impact on Face Recognition using Random Forest Hanan M. S. Algharib Computer Engineering Ankara Yıldırım Beyazıt university Ankara/ Turkey Shafqat

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

More information

Face Detection Using Convolutional Neural Networks and Gabor Filters

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

More information

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

A Survey of Light Source Detection Methods

A Survey of Light Source Detection Methods A Survey of Light Source Detection Methods Nathan Funk University of Alberta Mini-Project for CMPUT 603 November 30, 2003 Abstract This paper provides an overview of the most prominent techniques for light

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

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

Gabor Volume based Local Binary Pattern for Face Representation and Recognition

Gabor Volume based Local Binary Pattern for Face Representation and Recognition Gabor Volume based Local Binary Pattern for Face Representation and Recognition Zhen Lei 1 Shengcai Liao 1 Ran He 1 Matti Pietikäinen 2 Stan Z. Li 1 1 Center for Biometrics and Security Research & National

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

Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions

Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions Enhanced Local Texture Feature Sets for Face Recognition Under Difficult Lighting Conditions Xiaoyang Tan and Bill Triggs INRIA & Laboratoire Jean Kuntzmann, 655 avenue de l Europe, Montbonnot 38330, France

More information

PCA and KPCA algorithms for Face Recognition A Survey

PCA and KPCA algorithms for Face Recognition A Survey PCA and KPCA algorithms for Face Recognition A Survey Surabhi M. Dhokai 1, Vaishali B.Vala 2,Vatsal H. Shah 3 1 Department of Information Technology, BVM Engineering College, surabhidhokai@gmail.com 2

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

Vivekananda. Collegee of Engineering & Technology. Question and Answers on 10CS762 /10IS762 UNIT- 5 : IMAGE ENHANCEMENT.

Vivekananda. Collegee of Engineering & Technology. Question and Answers on 10CS762 /10IS762 UNIT- 5 : IMAGE ENHANCEMENT. Vivekananda Collegee of Engineering & Technology Question and Answers on 10CS762 /10IS762 UNIT- 5 : IMAGE ENHANCEMENT Dept. Prepared by Harivinod N Assistant Professor, of Computer Science and Engineering,

More information

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

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

More information

Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness

Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness Implementation of Face Recognition Using STASM and Matching Algorithm for Differing Pose and Brightness 1 Savitha G, 2 Chaitra K, 3 Dr.Vibha L 1 Associate professor, 2 PG Scholar, 3 Professor 1 Department

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

FACE RECOGNITION USING INDEPENDENT COMPONENT

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

More information

Feature Based Watermarking Algorithm by Adopting Arnold Transform

Feature Based Watermarking Algorithm by Adopting Arnold Transform Feature Based Watermarking Algorithm by Adopting Arnold Transform S.S. Sujatha 1 and M. Mohamed Sathik 2 1 Assistant Professor in Computer Science, S.T. Hindu College, Nagercoil, Tamilnadu, India 2 Associate

More information

An Integrated Face Recognition Algorithm Based on Wavelet Subspace

An Integrated Face Recognition Algorithm Based on Wavelet Subspace , pp.20-25 http://dx.doi.org/0.4257/astl.204.48.20 An Integrated Face Recognition Algorithm Based on Wavelet Subspace Wenhui Li, Ning Ma, Zhiyan Wang College of computer science and technology, Jilin University,

More information

LOCAL APPEARANCE BASED FACE RECOGNITION USING DISCRETE COSINE TRANSFORM

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

More information

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON WITH S.Shanmugaprabha PG Scholar, Dept of Computer Science & Engineering VMKV Engineering College, Salem India N.Malmurugan Director Sri Ranganathar Institute

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

Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune

Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune Face sketch photo synthesis Shweta Gandhi, Dr.D.M.Yadav JSPM S Bhivarabai sawant Institute of technology & research Electronics and telecom.dept, Wagholi, Pune Abstract Face sketch to photo synthesis has

More information

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images Karthik Ram K.V & Mahantesh K Department of Electronics and Communication Engineering, SJB Institute of Technology, Bangalore,

More information

A Novel Algorithm for Color Image matching using Wavelet-SIFT

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

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP(www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP(www.prdg.org) 1 Region based Face Recognition underdiffer rent Illumination Us sing Effective Machine Lear rning Seethalakshmi K 1 and Madhurani M 2 1 Department of Computer Science/Sriram Engineering College, Anna University,

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

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

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

Chapter 7. Conclusions and Future Work

Chapter 7. Conclusions and Future Work Chapter 7 Conclusions and Future Work In this dissertation, we have presented a new way of analyzing a basic building block in computer graphics rendering algorithms the computational interaction between

More information

An Optimal Gamma Correction Based Image Contrast Enhancement Using DWT-SVD

An Optimal Gamma Correction Based Image Contrast Enhancement Using DWT-SVD An Optimal Gamma Correction Based Image Contrast Enhancement Using DWT-SVD G. Padma Priya 1, T. Venkateswarlu 2 Department of ECE 1,2, SV University College of Engineering 1,2 Email: padmapriyagt@gmail.com

More information

Illumination Compensation and Normalization for Robust Face Recognition Using Discrete Cosine Transform in Logarithm Domain

Illumination Compensation and Normalization for Robust Face Recognition Using Discrete Cosine Transform in Logarithm Domain 458 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 36, NO. 2, APRIL 2006 Illumination Compensation and Normalization for Robust Face Recognition Using Discrete Cosine Transform

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 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

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) References: [1] http://homepages.inf.ed.ac.uk/rbf/hipr2/index.htm [2] http://www.cs.wisc.edu/~dyer/cs540/notes/vision.html

More information

Robust Face Recognition Technique under Varying Illumination

Robust Face Recognition Technique under Varying Illumination Robust Face Recognition Technique under Varying Illumination Jamal Hussain Shah, Muhammad Sharif*, Mudassar Raza, Marryam Murtaza and Saeed-Ur-Rehman Department of Computer Science COMSATS Institute of

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

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

Image Enhancement Techniques for Fingerprint Identification

Image Enhancement Techniques for Fingerprint Identification March 2013 1 Image Enhancement Techniques for Fingerprint Identification Pankaj Deshmukh, Siraj Pathan, Riyaz Pathan Abstract The aim of this paper is to propose a new method in fingerprint enhancement

More information

FACE RECOGNITION BASED ON LOCAL DERIVATIVE TETRA PATTERN

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

More information

UWA Research Publication

UWA Research Publication UWA Research Publication Tavakolian, M., Hajati, F., Mian, A., Gao, Y., & Gheisari, S. (2013). Derivative Variation Pattern for Illumination-Invariant Image Representation. In Proceedings of 20th IEEE

More information

Hybrid Face Recognition and Classification System for Real Time Environment

Hybrid Face Recognition and Classification System for Real Time Environment Hybrid Face Recognition and Classification System for Real Time Environment Dr.Matheel E. Abdulmunem Department of Computer Science University of Technology, Baghdad, Iraq. Fatima B. Ibrahim Department

More information

Computer vision: models, learning and inference. Chapter 13 Image preprocessing and feature extraction

Computer vision: models, learning and inference. Chapter 13 Image preprocessing and feature extraction Computer vision: models, learning and inference Chapter 13 Image preprocessing and feature extraction Preprocessing The goal of pre-processing is to try to reduce unwanted variation in image due to lighting,

More information

Image Processing. Image Features

Image Processing. Image Features Image Processing Image Features Preliminaries 2 What are Image Features? Anything. What they are used for? Some statements about image fragments (patches) recognition Search for similar patches matching

More information

The Afresh Transform Algorithm Based on Limited Histogram Equalization of Low Frequency DCT Coefficients

The Afresh Transform Algorithm Based on Limited Histogram Equalization of Low Frequency DCT Coefficients Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 623-630 623 Open Access The Afresh Transform Algorithm Based on Limited Histogram Equalization

More information

CHAPTER 5 PALMPRINT RECOGNITION WITH ENHANCEMENT

CHAPTER 5 PALMPRINT RECOGNITION WITH ENHANCEMENT 145 CHAPTER 5 PALMPRINT RECOGNITION WITH ENHANCEMENT 5.1 INTRODUCTION This chapter discusses the application of enhancement technique in palmprint recognition system. Section 5.2 describes image sharpening

More information

The Vehicle Logo Location System based on saliency model

The Vehicle Logo Location System based on saliency model ISSN 746-7659, England, UK Journal of Information and Computing Science Vol. 0, No. 3, 205, pp. 73-77 The Vehicle Logo Location System based on saliency model Shangbing Gao,2, Liangliang Wang, Hongyang

More information

CHAPTER 3 FACE DETECTION AND PRE-PROCESSING

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

More information

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH Ignazio Gallo, Elisabetta Binaghi and Mario Raspanti Universitá degli Studi dell Insubria Varese, Italy email: ignazio.gallo@uninsubria.it ABSTRACT

More information

Critique: Efficient Iris Recognition by Characterizing Key Local Variations

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

More information

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

Illumination Invariant Face Recognition by Non-Local Smoothing

Illumination Invariant Face Recognition by Non-Local Smoothing Illumination Invariant Face Recognition by Non-Local Smoothing Vitomir Štruc and Nikola Pavešić Faculty of Electrical Engineering, University of Ljubljana, Tržaška 25, SI-1000 Ljubljana, Slovenia {vitomir.struc,nikola.pavesic}@fe.uni-lj.si.com

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

Image Quality Assessment Techniques: An Overview

Image Quality Assessment Techniques: An Overview Image Quality Assessment Techniques: An Overview Shruti Sonawane A. M. Deshpande Department of E&TC Department of E&TC TSSM s BSCOER, Pune, TSSM s BSCOER, Pune, Pune University, Maharashtra, India Pune

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

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

Illumination Invariance for Face Verification

Illumination Invariance for Face Verification Illumination Invariance for Face Verification J. Short Submitted for the Degree of Doctor of Philosophy from the University of Surrey Centre for Vision, Speech and Signal Processing School of Electronics

More information

Face Hallucination Based on Eigentransformation Learning

Face Hallucination Based on Eigentransformation Learning Advanced Science and Technology etters, pp.32-37 http://dx.doi.org/10.14257/astl.2016. Face allucination Based on Eigentransformation earning Guohua Zou School of software, East China University of Technology,

More information

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods

A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.5, May 2009 181 A Hybrid Face Detection System using combination of Appearance-based and Feature-based methods Zahra Sadri

More information

Robust biometric image watermarking for fingerprint and face template protection

Robust biometric image watermarking for fingerprint and face template protection Robust biometric image watermarking for fingerprint and face template protection Mayank Vatsa 1, Richa Singh 1, Afzel Noore 1a),MaxM.Houck 2, and Keith Morris 2 1 West Virginia University, Morgantown,

More information

Multi-focus Image Fusion Using Stationary Wavelet Transform (SWT) with Principal Component Analysis (PCA)

Multi-focus Image Fusion Using Stationary Wavelet Transform (SWT) with Principal Component Analysis (PCA) Multi-focus Image Fusion Using Stationary Wavelet Transform (SWT) with Principal Component Analysis (PCA) Samet Aymaz 1, Cemal Köse 1 1 Department of Computer Engineering, Karadeniz Technical University,

More information

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF LOCAL BINARY PATTERN AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION 1 CHETAN BALLUR, 2 SHYLAJA S S P.E.S.I.T, Bangalore Email: chetanballur7@gmail.com, shylaja.sharath@pes.edu Abstract

More information

Face Recognition Under Varying Illumination Using Gradientfaces

Face Recognition Under Varying Illumination Using Gradientfaces IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 18, NO. 11, NOVEMBER 2009 2599 [13] C. C. Liu, D. Q. Dai, and H. Yan, Local discriminant wavelet packet coordinates for face recognition, J. Mach. Learn. Res.,

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

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A REVIEW ON ILLUMINATION COMPENSATION AND ILLUMINATION INVARIANT TRACKING METHODS

More information

Feature-level Fusion for Effective Palmprint Authentication

Feature-level Fusion for Effective Palmprint Authentication Feature-level Fusion for Effective Palmprint Authentication Adams Wai-Kin Kong 1, 2 and David Zhang 1 1 Biometric Research Center, Department of Computing The Hong Kong Polytechnic University, Kowloon,

More information

A Survey on Feature Extraction Techniques for Palmprint Identification

A Survey on Feature Extraction Techniques for Palmprint Identification International Journal Of Computational Engineering Research (ijceronline.com) Vol. 03 Issue. 12 A Survey on Feature Extraction Techniques for Palmprint Identification Sincy John 1, Kumudha Raimond 2 1

More information

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.11, November 2013 1 Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial

More information

Face Re-Lighting from a Single Image under Harsh Lighting Conditions

Face Re-Lighting from a Single Image under Harsh Lighting Conditions Face Re-Lighting from a Single Image under Harsh Lighting Conditions Yang Wang 1, Zicheng Liu 2, Gang Hua 3, Zhen Wen 4, Zhengyou Zhang 2, Dimitris Samaras 5 1 The Robotics Institute, Carnegie Mellon University,

More information

Latest development in image feature representation and extraction

Latest development in image feature representation and extraction International Journal of Advanced Research and Development ISSN: 2455-4030, Impact Factor: RJIF 5.24 www.advancedjournal.com Volume 2; Issue 1; January 2017; Page No. 05-09 Latest development in image

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

Image Processing Pipeline for Facial Expression Recognition under Variable Lighting

Image Processing Pipeline for Facial Expression Recognition under Variable Lighting Image Processing Pipeline for Facial Expression Recognition under Variable Lighting Ralph Ma, Amr Mohamed ralphma@stanford.edu, amr1@stanford.edu Abstract Much research has been done in the field of automated

More information