Design, Implementation and Evaluation of an Algorithm for Face Recognition Based on Modified Local Directional Pattern Face Recognition using LDP5

DOI : 10.17577/IJERTV2IS110497

Download Full-Text PDF Cite this Publication

Text Only Version

Design, Implementation and Evaluation of an Algorithm for Face Recognition Based on Modified Local Directional Pattern Face Recognition using LDP5

Face Recognition using LDP5

Krishnakant Kishore 1, Vinit Kumar Gunjan 2, Gautam Bommagani 3 , Apoorva Paidipelli 4, Pooja 5 1 JDCT, LNCT College Indore, Madhya Pradesh, India

2 BioAxis DNA Research Centre Pvt Ltd Hyderabad, Andhra Pradesh, India

3 TATA Consultancy Services, Hyderabad, India

4 GRIET, JNTU Hyderabad, Andhra Pradesh, India

4 Dot Matrix Info Solutions Pvt Ltd, Hyderabad, Andhra Pradesh, India

AbstractFace Recognition is one of the most researched fields of image processing and computer vision. Recent developed algorithms were restricted controlled by the environmental condition such as illumination, expression. Proposed Algorithm aims to implement face recognition based on the Modified Local Directional Pattern (LDP) in which the concept of Local Binary Pattern which is strong enough to select good features under real world environmental condition. In the modified LDP, the face area is divided into small regions. An LDP histogram is extracted for each smaller region. All the histograms of each and every small regions are concatenated into a single vector to represent the face efficiently. This combined histogram is the final analysis of each and every image and stores the features for each ad every image. The classification is performed by using KNN classification. The performance of the algorithm has been checked for the different databases YaleDB, ORL and CMU- PIE .

Keywords-Face Recognition; Local Binary Pattern; Local Directional Pattern; K- Nearest Neighbour;

  1. INTRODUCTION

    Face Recognition is a part of image processing where an image is the input and an image or set of parameters is the output. The input image may be picture or video stream. Face recognition technology is used in applications such as person authentication, access control and surveillance. Research activity has increased significantly from the past few years. Two or more image of the same face vary due to illumination and rotation Many of the image processing techniques or algorithm considers the image as a two dimensional signal. A standard appropriate algorithm is applied on it according to the required output and the parameters. Early face recognition algorithms used simple geometric models, but the recognition process has now matured into a science of sophisticated mathematical representations and matching processes. Major advancements and initiatives in the past ten to fifteen years have propelled face recognition technology into spotlight [14]. Face recognition can be used for both verification and identification.

    Feature extraction plays a vital role in face recognition techniques. In this process we extract the features from the sample input data by applying the transformation process on it. If the features extracted are carefully chosen it is expected that

    the features set will extract the relevant information from the input data in order to perform the desire task using this reduced representation instead of the full size input. In the global feature extraction process, the image is taken into account, while local features are considered within the image. Global features are generated by Principal Component Analysis (PCA), Linear Discriminant Analysis (LDA) etc. The performances of global features get deteriorated in the changing environment. Local features are generated by Local Features Analysis (LFA), Elastic Bunch Graph Mapping (EBGM) etc. Ahonen et al. [4] proposed Local Binary pattern for illumination variant description. Later Jabid et al. [1] proposed a Local Directional Pattern for human face recognition by computing the edge response values.

    According to a recent survey on face recognition, this research domain is having a great significance [2] and high progress [3]. However a robust face recognition system in an uncontrolled environment is a major challenge.

    This paper describes a Modified Local Directional Pattern (LDP5) which works on the drawbacks of Local Binary Pattern (LBP). The proposed LDP5 is a local descriptor which considers the edge response values in 15 different directions. This provides more consistency as edge response value is more stable.

  2. LOCAL BINARY PATTERN (LBP)

    The LBP operator is a gray scale invariant text primitive and is significantly popular for describing an face image [5]. It labels each pixel value of a face image by thresholding its P- neighbour values with the center value and gives the result in a binary number by using (1). The values of the P-neighbour are compared with the threshold value and the value to each pixel is assigned.

    Where Ojala et al. [5] observed the local binary pattern more significant in certain image area. These local binary patterns are termed as uniform as they contain few 0 to 1 or 1 to 0 transitions. Ahonen et al. [4] has used the variant of LBP for their face recognition. This variant is sensitive to noise and illumination variation.

    Figure 1: LBP Operator

  3. LOCAL DIRECTIONAL PATTERN (LDP)

    The proposed Local Directional Pattern (LDP) is a sixteen bit binary code assigned to each pixel of an input face image. Initially Jaqib et al. [1] has proposed the LDP for an eight bit code. It was calculate by using Kirsch Mask. The proposed LDP code is calculated by comparing the relative edge response value of a pixel in sixteen different directions. For this purpose we calculate sixteen directional edge response value of a particular pixel using a modified mask in sixteen different orientations (M0 to M15). The four different orientations of the mask are shown in the fig. 2.

    By applying these sixteen masks, we obtain sixteen edge response value m0, m1, m2, . , m15. Each mask value represents the edge significance in its respective direction. The different edge response value has different significant [6]. We are keen to know the k most prominent directions in order to generate the LDP5. For this we find the k most prominent values |mi| and assign 1 to them. All the rest values are set to 0.

    C[f(x,y)]:=(ci=1) if 0 i and mi (2) where =kth(M); M={m0,m1,m2, , m15}

    The LDP5 code produces a stable pattern in the presence of noise.

    The LDP features encode the texture of the image by ranking the most significant responses in the different sixteen directions [7]. The presence of noise may change its relative position. Even if the relative value changes, it is mostly likely to occur in lesser significant direction [8]. Thus the Local Directional Pattern gives more stable pattern in the presence of noise.

    Figure 2: Mask in four orientations

  4. LDP BASED FACE RECOGNITION

    The Local Directional Pattern is robust against random noise and non-monotonic changes in illumination. The LDP feature of an image is used to represent face in the application of face recognition. In this section we are going to explain how to use the proposed LDP5 operator to represent the appearance of face image and to use that feature for the identification of the face. The proposed LDP uses a LBP operator of 5*5 matrix.

    1. Face Representation using LDP5

      The face representation process using LDP5 consist of three steps. First of all, the LDP image is obtained from the raw image using the LDP5 operator. Secondly, after getting the LDP image, a histogram is extracted from each local region of the LDP image [9]. These histograms make the local representation of the image. And third, all the histograms of local representationare concatenated into one histogram which is a feature vector for the global representation of the image. The proposed LDP5 has been demonstrated in figure 4.

      1. Getting LDP image from the raw image: The very first step is to get the LDP image using the LDP5 operator. The LDP5 operator is applied to the raw face image. In this

        Figure 3: Generating LDP5 Code

        Figure 4: Face Recognition using LDP5

        Figure 5: Original Image vs LDP5 image experiment, we are using k=3 to generate the LDP5 code.

        An example of LDP5 image which is generated from the raw image is shown in the figure 5. On operating LDP5 operator on the raw face image sixteen different LDP5 image is obtained and these image result in a final LDP5 image of a raw image.

      2. Histogram of LDP5 image: After obtaining LDP5 image using LDP5 operator, the image is divided into twenty-five local regions. This division is to obtain the local representation of the image. A histogram of 56 bin is obtained for each local region. As a result twenty-five histograms is obtained for a image as shown in the figure 6

        Figure 6: Histogram for Local Representation

      3. Concatenation of Histogram: During the face representation, each face is represented with a LDP5 histogram [12]. This LDP histogram gives the detain information of an image such as edges, spot, corner, and other texture features. In order to get the higher degree of information the image was divided into small regions and histogram of each small region is obtained [13]. These histograms of small regions are concatenated into a spatially combined LDP histogram which gives the global representation for the global feature for the given face image as shown in the figure 7.

        Figure 7: Spatially Combined Histogram feature

    2. Classification with k- Nearest Neighbour (KNN)

    The global feature of the LDP5 image generated using LDP5 descriptor is used for the recognition of the face with k- Nearest Neighbour (KNN). KNN is a well defined method for classifying objects based on closest training. It is a type of instance based learning [10]. It is simplest among all machine learning algorithms. The object is assigned to the class which is most common among its k nearest neighbour. The k is a positive integer value. If k=1, then the object is assigned to the class of its nearest neighbour. Neighbours are teken from a set of objects with correct classification [11]. This classifier is sensitive to the local structure of the dataset.

    This classifier is based on Euclidean distance. Usually Euclidean distance is used as the distance metric. The Euclidean distance between the points x and u may be defined as

    d(x,u) = (xi-ui)2 (3)

    where i is number of elements in the vector. This classifier assign the object to the class of the object having the minimum Euclidean distance.

    Table I

    Classification Accuracy with Different Database

    Database

    Accuracy

    YaleDB

    81.1

    ORl

    61.8

    CMU-PIE

    59.4

    Table II

    Classification Accuracy with Different Ratio Train/Test LDP5 Earlier LDP

    1/9

    74.1

    71.4

    2/8

    77.4

    75.6

    3/7

    76.2

    74.8

    4/6

    87.3

    86.5

    5/5

    99

    98.1

  5. EXPERIMENTAL RESULT

The performance of the face recognition using the LDP5 feature is evaluated with the images from YaleDB, ORL and

CMU-PIE database. The YaleDb database contains 5,760 single light source image of 10 persons under 9 poses and 64 illumination conditions. The ORL database contains 10 different images of 40 distinct persons. Each image is of size 92×112 pixels. The CMU-PIE database is a collection of 41,368 images under 43 illumination conditions, 13 different poses, and 4 different expressions. In our study, the face images are cropped and normalized to 40×40 pixels. Each image is partitioned into 5×5 sub-blocks to generate spatially combined LDP histogram feature vector as discussed in section

IV. The performance of LDP5 for different database has been checked as shown with Table I. The performance of the matrix is enhanced as we increase the train data. The classification performance in respect to different train data to test data ratio is shown in Table II. The comparison of the proposed LDP5 algorithm with the earlier LDP algorithm has also been shown in Table II.

REFERENCES

  1. Taskeed Jabid, Md. Hasanul Kabir, and Oksam Chae, Local Directional Pattern(LDP) for Face Recognition, International Journal of Innovative Computing, Information and Control , volume 8, Number 4, pp. 2423- 2437, April 2012

  2. P. J. Phillips et al, FRVT 2006 and ICE 2006 Large Scale Results, Technical Report 2007, National Institute of Standards and Technology.

  3. W. Zhao, R Chellappa, P. J. Phillips, A Rosenfeld, Face Recognition: A Literature Surveys, ACM Computing Surveys, vol. 35, no. 4, pp. 399-458, 2003.

  4. T.Ahonen, A. Hadid, M. Pietikainen, Face Description with Local Binary Patterns: Application to Face Recognition, IEEE Trans. Pattern Anal. Mach. Intell., vol. 28, no. 12, pp. 2037-2041, 2006.

  5. T. Ojala, M. Pietikainen, Multiresolution Gray-Scale and Rotation Invariant Texture Classification with Local Binary Patterns, IEEE Trans. Pattern Anal. Mach. Intell., vol. 24, no. 7, pp. 971-987, 2002.

  6. Jabid, Taskeed, Md Hasanul Kabir, and Oksam Chae. "Robust facial expression recognition based on local directional pattern." ETRI

    journal 32.5 (2010): 784-794.

  7. Kong, Adams, David Zhang, and Mohamed Kamel. "A survey of palmprint recognition." Pattern Recognition 42.7 (2009): 1408-1418.

  8. Tan, Xiaoyang, et al. "Face recognition from a single image per person: A survey." Pattern Recognition 39.9 (2006): 1725-1745.

  9. Kabir, Md Hasanul, Taskeed Jabid, and Oksam Chae. "A Local Directional Pattern Variance (LDPv) based face descriptor for human facial expression recognition." Advanced Video and Signal Based Surveillance (AVSS), 2010 Seventh IEEE International Conference on. IEEE, 2010.

  10. Lee, Eui Chul, Hyeon Chang Lee, and Kang Ryoung Park. "Finger vein recognition using minutia based alignment and local binary pattern based feature extraction." International Journal of Imaging Systems and Technology19.3 (2009): 179-186.

  11. Tao, Qian, and Raymond Veldhuis. "Illumination normalization based on simplified local binary patterns for a face verification

    system." Biometrics Symposium, 2007. IEEE, 2007.

  12. Zhang, Xiaozheng, and Yongsheng Gao. "Face recognition across pose: A review." Pattern Recognition 42.11 (2009): 2876-2896.

  13. Lee, Eui Chul, Hyeon Chang Lee, and Kang Ryoung Park. "Finger vein recognition using minutia based alignment and local binary pattern based feature extraction." International Journal of Imaging Systems and Technology19.3 (2009): 179-186.

  14. Singh, Omveer, Gautam Bommagani, Sravan Reddy Ravula, and Vinit Kumar Gunjan. "Pattern Based Gender Classification." International Journal 3, no. 10 (2013).

Leave a Reply