Face Liveness Detection Based on Texture and Frequency Analyses

Size: px
Start display at page:

Download "Face Liveness Detection Based on Texture and Frequency Analyses"

Transcription

1 Face Liveness Detection Based on Texture and Frequency Analyses Gahyun Kim 1, Sungmin Eum 1, Jae Kyu Suhr 2, Dong Ik Kim 1, Kang Ryoung Park 3 and Jaihie Kim 1 1 School of Electrical and Electronic Engineering, Yonsei University, Republic of Korea {ghrapture, eumsungmin, godsknight15,jhkim}@yonsei.ac.kr 2 Research Institute of Automotive Electronics and Control, Hanyang University, Republic of Korea lfisbf@hanyang.ac.kr 3 Division of Electronics and Electrical Engineering, Dongguk University, Republic of Korea parkgr@dongguk.edu Abstract This paper proposes a single image-based face liveness detection method for discriminating 2-D paper masks from the live faces. Still images taken from live faces and 2-D paper masks were found to bear the differences in terms of shape and detailedness. In order to effectively employ such differences, we exploit frequency and texture information by using power spectrum and Local Binary Pattern (LBP), respectively. In the experiments, three liveness detectors utilizing the power spectrum, LBP, and fusion of the two were trained and tested with two databases which consist of images taken from live and four types of 2-D paper masks. One database was acquired from a web camera while the other was from the camera on the automated teller machine. Experimental results show that the proposed methods can efficiently classify 2-D paper masks and live faces. 1. Introduction As the security concerns are on the rise in various areas, surveillance systems exploiting the face information are expanding their domain. Such systems include face recognition systems for gate control applications [1] or facial occlusion detection built inside the automated teller machines (ATMs) [2]. It is well known that face recognition systems try to validate whether the subject matches a previously-enrolled facial image for identifying the users, while facial occlusion detection systems check the presence of any recognizable facial images for the following criminal investigations [2]. These techniques, in turn, may put themselves in a vulnerable position when attacks are made by those who use the fake faces (masks). In consequence, attempts to attack or capacitate such systems using fake faces have begun to be reported in the news media [3]. Such attacks can largely be categorized into three types: 2-D paper mask attacks, video attacks, and 3-D fake face (mask) attacks. Among them, 2-D paper masks are thought to be the easiest to be used as an attacking measure and thus relevant studies have been carried out in order to suppress those attacks [4, 5, 6, 7]. Countermeasures to defend the systems from 2-D paper mask attacks can be divided into two approaches regarding the users cooperation; intrusive approach requires the cooperation of the users while non-intrusive approach proceeds unnoticeably. Due to the fact that the non-intrusive approach provides better convenience for the users, researches on this approach are being conducted more widely. Methods based on the non-intrusive approach can again be categorized into multiple image-based methods and single image-based methods. While the multiple image-based methods take 3-D facial information [8] or eye-blinking information [5] into account, the single image-based ones deal with the innate characteristics on the still images taken from live faces and masks [4, 6]. Between the two, the methods that exploit the single images have advantages over the multiple image-based methods in that the former can be employed whether or not a series of images is acquired. Single image-based methods discriminate the live faces from the masks by either decomposing given images into necessary image components [4] or transforming them into the frequency domain [6]. In this paper, we propose a single image-based fake face detection method based on frequency and texture analyses for discriminating 2-D paper masks from the live faces. For the frequency analysis, we have carried out power spectrum based method [9] which exploits not only the low frequency information but also the information residing in the high frequency regions. Moreover, widely used Local Binary Pattern (LBP) [10] based description method has been employed for analyzing the textures on the given facial images. In addition, the fused information of the decision values from the frequency based classifier and the texture based classifier has also been utilized for detecting the fake faces. Previous fake face detection methods which try to supplement only the face recognition systems dealt with 1

2 (a) (b) (c) Figure 1: Frequency-based feature extraction (a) original facial image (b) Log-scale magnitude of the Fourier-transformed image (power spectrum) (c) 1-D frequency feature vector extracted from the normalized power spectrum 2-D paper masks generated by photo-printing on photographic papers or conventionally printing on general printing papers. However, the proposed method expands its scope by considering both the face recognition and facial occlusion detection systems. Therefore, in the experiments, attacks made by using faces on the magazines or caricature images are also taken into account. 2. Difference between images taken from live faces and 2-D paper masks Still images taken from live faces and 2-D paper masks were found to bear the following two differences. First, there is a difference in 3-D shapes. While live faces manifest 3-D shape variance, 2-D paper masks show rather flat surfaces. Secondly, the detailedness in the image is another difference that can be seen. Notice that unlike the images taken from live faces, those taken from 2-D paper masks tend to lose their detailedness because the masks themselves are already a printed outcome (result) of the photos which were taken beforehand. That is, in order to obtain a still image of a 2-D paper mask, the original object goes through multiple procedures of capturing, printing and recapturing. Based on the differences mentioned above, we exploit frequency and texture information in discriminating the images taken from live faces and those taken from 2-D paper masks. Using the frequency information carries significance in two reasons. First, the difference in the existence of 3-D shapes leads to the difference in the low frequency regions which is closely related to the illuminance component induced by overall shape of a face. Secondly, the difference in the detailedness between the lives and the masks triggers the disparity in the high frequency information [4, 6]. Meanwhile, the texture information also has its own advantages in discriminating the masks from the live faces in two aspects. The images taken from the 2-D objects (especially, the illuminance components) tend to suffer from the loss of texture richness compared to the images taken from the 3-D objects [7]. Moreover, the difference in the detailedness brings the difference in the micro-texture. (a) (b) (c) Figure 2: Feature vector extraction process based on LBP (a) original facial image (b) LBP-coded image (c) histogram of the LBP-coded image. 3. Proposed method 3.1. Frequency-based feature extraction Extracting the frequency information from the given facial images proceeds as follows. First of all, given facial image is transformed into the frequency domain by using the 2-D discrete Fourier transform. The original facial image is depicted in Figure 1(a) and the log-scale magnitude of Fourier-transformed image is shown in Figure 1(b). Note that the Fourier-transformed result is shifted so that the zero-frequency component lies in the center of the spectrum. The transformed result is then divided into several groups in the form of concentric rings. The radius difference between each pair of the neighboring rings is set as 1. A set of 32 concentric rings are then generated from an image with the size of 64(width) 64(height). Each ring represents a corresponding region in the frequency band. That is, a ring with small radius would contain the low frequency information of the given image. Lastly, 1-D feature vector can be acquired by concatenating the average energy values of all the concentric rings. Since the average values vary in large amount for the different regions of frequency components (concentric rings), min-max normalization [11] has been employed. The resulting frequency feature can be obtained as shown in Figure 1(c) Texture-based feature extraction For analyzing the texture characteristics of the images taken from the live faces and masks, this paper utilizes the LBP [10]. LBP is one of the most popular methods to describe the texture information of the images. As shown in Eq. (1), LBP assigns a code for each pixel by considering the relative intensity differences between the pixel and its neighbors. P 1 p 1, x 0 LBPPR, = s( g p gc)2, s( x) = (1) p= 0 0, x < 0 2

3 3.3. Fusion-based feature extraction (a) (b) This paper utilizes Support Vector Machine (SVM)[12] classifier to learn liveness detectors with the feature vectors generated by power spectrum-based and LBP-based methods. The fusion-based method extracts a feature vector by combining the decision value of SVM classifier trained by power spectrum-based feature vectors and that of SVM classifier trained by LBP-based feature vectors [14]. These two decision values produced by different feature extraction methodologies are concatenated as a 2-D feature vector, and used for training a fusion-based liveness detector. (c) Figure 3: Feature vector extraction process based on LBP (a) original facial image (b) LBP-coded image (c) histogram of the LBP-coded image. where P is the number of neighboring pixels, R is the distance from the center to the neighboring pixels. While gc corresponds to the grayscale value of the center pixel, gp corresponds to the grayscale values of the p equally spaced pixels on the circle of radius R, and s(x) is the threshold function of x. Figure 2 describes on how to employ the neighboring pixels regarding the P and R. The use of various values for P and R enabled the analysis of the multiresolution texture. This paper utilized the uniform LBP, and P and R were set to 8 and 1, respectively. Figure 3 depicts the process of acquiring the LBP feature vector from a given facial image. Figure 3(a) is the original facial image while Figure 3(b) shows the LBP-coded image of Figure 3(a). The histogram of Figure 3(b) is shown in Figure 3(c) which will be exploited as the feature vector for the classification. 4. Experiments 4.1. Database In this paper, two different databases have been used in the experiments: BERC Webcam Database (hereafter, Webcam Database) and BERC ATM Database (hereafter, ATM Database). Each database contains a set of live face images along with 4 different sets of fake face images (photo, print, magazine, and caricature). While all the images in both of the databases were acquired with the same size of 640(width) 480(height), the apparatus used in acquiring the images was different. The images included in the Webcam Database was captured with the conventional web camera while those in ATM Database was acquired using the built-in camera on the ATM [2]. Figure 4 shows the sample images found in Webcam Figure 4: Sample images of the Webcam Database and the ATM Database. 3

4 Table 1. The number of sequences included in the databases Live Photo Print Magazine Caricature Webcam DB ATM DB Table 2. The number of images in each database Live Photo Print Magazine Caricature Webcam DB ATM DB Train Test Train Test Database and ATM Database. As shown in Figure 4, the main difference between the two databases lies in the resolution of the images. Since a transparent plastic cover is originally built in front of the ATM camera for protection purpose, the images in the ATM database show relatively lower resolution than those in the Webcam database. All the images (either live or fake) in Webcam Database were captured under 3 different illumination conditions: indoor without any additional lights, strong additional light towards the front and strong additional light directed from the side. Live face images were obtained from 25 subjects, whereas each type of the fake face images contains 120 different kinds of relevant fake faces (masks). The details on the 4 types of fake face images in Webcam Database are as follows. Photo: The fake faces were generated by printing out the photographs of 20 subjects. The photos were taken under 3 different illumination conditions: indoor without any additional lights, strong additional light towards the fontal face, and strong additional light directed from the side. All the photos were developed on the photographic papers with the sizes of 10.2cm 15.2cm and 29.7cm 21cm using the conventional method. Print: Identical set of images which were used in generating the photo were printed out on ordinary printing papers using a color laser printer. Magazine: 60 face images with the size of 5~8cm and 60 with the size of 9~14cm were obtained from the magazines. Note that we have measured the size of a face as the distance between upper line of the eyebrows and the bottom line of the lips. Caricature: 60 kinds of caricature images were obtained from the web. The images were printed in two different sizes of 5~8cm and 9~14cm using the color laser printer. Unlike Webcam Database, all the images (either live or fake) contained in ATM Database were acquired under only the ordinary indoor lighting condition. Although the indoor lighting is the only external illumination applied on the fake faces, the photos and the prints already contain the illumination effects which were acquired when the (a) (b) Figure 5: ROC curves showing the performances of the three proposed methods using (a) the Webcam Database (b) the ATM Database images were taken beforehand. While live face images were obtained from 20 subjects, fake face images were constructed by using the identical sets of fake faces used in acquiring the Webcam Database. Facial occlusion detection systems in recent studies [2, 15], devised to help prevent the ATM-related crimes, manifest their vulnerability in that they do not consider the fake faces. Therefore, we have constructed the ATM database with fake faces showing no facial occlusions using the conventional ATM. Using the ATM database, we have showed that the proposed method can detect the fake faces with reasonable performance thus gaining the capability of compensating the defects of the facial occlusion systems which are likely to grant the intruders with fake faces. As shown in Table 1, the Webcam Database and the ATM Database each includes 1650 and 1200 sequences, respectively. Each sequence consists of 10 single images. After employing face detection process on all the images in Webcam Database and ATM Database, only the detected regions were cropped and categorized into train and test sets. These facial regions were normalized by using automatically detected two eyes and a mouth. Table 2 shows the number of faces in train and test sets extracted from the two databases. Note that the train and test sets are constructed to be mutually exclusive Experimental results The performances of the three proposed methods have been evaluated using the Webcam Database and the ATM Database. Using the training database shown in Table 2, the fake face detector has been obtained by employing the SVM classification method. For the SVM classifier, RBF kernel has been applied throughout the experiments while the relevant parameters (cost and gamma) were optimized using the Genetic Algorithm [13]. The training database includes the images of live faces and those of 2-D paper masks in four types (photo, print, magazine, and caricature). From the Webcam Database, 683 and 3628 images of live and 2-D paper masks, respectively, were used in the training. Meanwhile, for the ATM Database, 897 images of live faces and 2798 images of 2-D paper masks were extracted to be included in the train set. Note 4

5 Table 3. The performances for Webcam Database at EER points. Frequency LBP Fusion Live face 88.13% 88.42% 91.57% Paper mask Photo 90.82% 88.89% 93.91% Print 86.11% 88.05% 90.31% Mag 88.63% 86.47% 90.60% Caric 81.70% 96.60% 89.36% EER 11.87% 11.58% 8.43% Table 4. The performances for ATM Database at EER points. Frequency LBP Fusion Live face 94.57% 87.54% 95.58% Paper mask Photo 94.76% 89.71% 97.43% Print 98.62% 87.45% 97.87% Mag 91.46% 81.28% 91.83% Caric 91.99% 95.03% 93.65% EER 5.43% 12.46% 4.42% that in the actual application, the type of the mask is rather unknown. Therefore, all four types of fake face images have been included in a single train set in order to devise a single fake face detector. Figure 5 (a) depicts the Receiver Operating Characteristics (ROC) curves which describe the performance of the three proposed methods with the Webcam Database. Gray line, black dotted-line, and black line each indicates the results of the frequency-based, LBP-based and the fusion-based method, respectively. As shown in the figure, frequency-based and LBP-based methods have performed with similar equal error rate (EER) of 11.87% and 11.58%, respectively. Meanwhile, the fusion-based method has shown the best performance with the EER of 8.43%. In Table 3, the performances for each type of the masks (Webcam Database) at the EER points are listed. When photo and magazine are used, the frequency-based method performed better than the LBP-based one. Such result showing that LBP-based method falls behind the frequency-based one seems to have been caused by the less texture differences between the images of live faces and those of photo and magazine. That is, when photos and magazines with fine details are presented, frequency-based method which handles both the low (shape related) and high (detail related) frequency information shows better performance than the LBP-based method which is rather strong with the texture differences. It is noteworthy to mention that low frequency information contains valuable information in discriminating the live face images and paper mask images since it is closely related to the shape of the object. Moreover, when an image is taken apart into the illuminance part and the reflectance part, the former includes the shape-related information in the form of surface normal. Since the live face images and the paper mask images are originally acquired from 3-D and 2-D objects, respectively, they share difference in the surface normal (a) (b) (c) (d) (e) (f) Figure 6: (a) live face image (b) (a) reconstructed by low frequency components (c) fake face image (d) (c) reconstructed by low frequency components (e) 3-dimensional intensity image of (b) (profile view) (f) 3-dimensional intensity image of (d) (profile view) portion of the illuminance part. The difference can apparently be found in the images reconstructed with only the low frequency components. Figure 6(b) and (d) depicts the reconstructed images of live face and paper mask images shown in Figure 6(a) and (c), respectively. These reconstructed images only contain the low frequency components that correspond to the first 10 frequency indexes. Figure 6(e) and (f) show the profile view of the 3-D intensity images of the reconstructed images. In this figure, horizontal axis and vertical axis represent y-axis in an image and the intensity value, respectively. As can be seen in these figures, the reconstructed face of the paper mask image accommodates less variation than that of the live face image. In short, the fake face images are more likely to be reconstructed having nearly flat shape throughout the whole face area in contrast to the live ones. These differences between the live face and paper mask brought about a relatively high discriminate power in the low frequency band. On the other hand, LBP-based method is more desirable than the frequency-based method when images captured from prints and caricatures are employed. It seems that such result is due to the fact that masks of prints and caricatures contain prominent differences in texture. It is noticeable that this phenomenon is reflected more with the caricature masks. In the meantime, it is apparent that the fusion-based method carries both of the advantages from the frequency and the LBP. This, in turn, seems to have brought the best overall results among the three methods. Figure 5 (b) depicts the ROC curves showing the performance of the three proposed method using the ATM Database. Gray line, black dotted-line, and black line each indicates the results of the frequency-based, LBP-based and the fusion-based method, respectively. As shown in 5

6 the figure, the frequency-based and the LBP-based performed with the EERs of 5.43% and 12.46%, respectively, while the fusion-based method achieved the highest of 4.42%. The performances for each type of the masks (ATM Database) at the EER points are included in Table 4. The performances of the frequency-based and the LBP-based methods show similar trend as in the Webcam Database. However, improvement in the frequency-based method and degradation in the LBP-based can be observed. The improvement with the frequency-based method seems to result from the ATM Database which manifests almost no variation in the lighting condition compared to the Webcam Database. Less variation in the lighting condition is likely to bring less variation in the illuminance component of the image. This can maintain the low frequency information with small variation thus with better performance. On the other hand, the performance with the LBP-based method dropped. The reason seems to lie in the usage of the actual ATM which has a plastic cover located in front of the camera. This cover is likely to decrease the amount of incoming lights towards the camera. Less light triggers the automatic gain control to increase the gain along with the unwanted noise amplification. Due to the amplified noise added onto the image, texture information can be damaged and bring about the degraded performance with the LBP-based method. 5. Conclusion This paper proposed a single image-based liveness detection method for discriminating 2-D paper masks from the live faces. In order to employ the differences in shapes and detailedness between live and fake facial images, frequency and texture information is exploited by using power spectrum and LBP, respectively. Experimental results show that the proposed methods can efficiently classify various 2-D paper masks and live faces. In the future, we are planning to expand our research on liveness detection which deals with the attacks using video and 3-D fake faces. We would also like to carry out additional experiments using publicly available databases and compare the proposed method with previous works. Acknowledgement This research was supported by a grant from the R&D Program(Industrial Strategic Technology Development) funded by the Ministry of Knowledge Economy(MKE), Republic of Korea. Also, The authors are deeply thankful to all interested persons of MKE and KEIT(Korea Evaluation Institute of Industrial Technology) ( , Development of 3D Montage Creation and Age-specific Facial Prediction System). References [1] X. Tan, S. Chen, Z. H Zhou, and F. Zhang. Face Recognition from a Single Image per Person: A Survey. Pattern Recognition, 39(9): , [2] S. Eum, J. K. Suhr, and J. Kim. Face Recognizability Evaluation for ATM Applications with Exceptional Occlusion Handling. In Proceedings of IEEE Conference on Computer Vision and Pattern Recognition Workshops, 2011: [3] D. Ngo. Vietnamese security firm: Your face is easy to fake [Online], Available: 8_ html. [4] X. Tan, Y. Li, J. Liu, and L. Jiang. Face Liveness Detection from a Single Image with Sparse Low Rank bilinear Discriminative Model. In Proceeding of the European Conference on Computer Vision 2010 (6): [5] G. Pan, L. Sun, Z. Wu, and Y. Wang. Monocular Camera-based Face Liveness Detection by Combining Eyeblink and Scene Context. Journal of Telecommunication Systems, 47(3-4): , [6] J. Li, Y. Wang, T. Tan, and A. Jain. Live Face Detection Based on the Analysis of Fourier Spectra. SPIE, Biometric Technology for Human Identification, 5404: , [7] J. Bai, T.-T. Ng, X. Gao, and Y.-Q. Shi. Is Physics-based Liveness Detection Truly Possible with a Single Image? In Proceedings of IEEE International Symposium on Circuits and Systems 2010: [8] K. Kollreider, H. Fronthaler, and J. Bigun. Non-intrusive Liveness Detection by Face Images. Image and Vision Computing, 27(3): , [9] H. S. Choi, R. C. Kang, K.T. Choi, A. T. B. Jin, and J.H. Kim. Fake-Fingerprint Detection using Multiple Static Features. Optical Engineering, 48(4), [10] T. Ojala, and M. Pietikainen. Multiresolution Gray-Scale and Rotation Invariant Texture Classification with Local Binary Patterns. IEEE Transactions on Pattern Analysis and Machine Intelligence, 24(7): , [11] A. K. Jain, K. Nandakumar, and A. Ross. Score normalization in multimodal biometric systems. Pattern recognition, 38(12): , [12] C.-C. Chang, and C.-J. Lin. LIBSVM: a library for support vector machines. ACM Transactions on Intelligent Systems and Technology, 2:27:1--27:27, Software available at [13] Ho Gi Jung and Jaihie Kim. Constructing a Pedestrian Recognition System with a Public Open Database, without the Necessity of Re-training: an Experimental Study. Pattern Analysis and Applications, 13(2): , [14] B. Waske, J. A. Benediktsson. Fusion of Support Vector Machines for Classification of Multisensor Data. IEEE Transactions on Geoscience and Remote Sensing, 45(12): , [15] J. K. Suhr, S. Eum, H. G. Jung, G. Li, G. Kim and J. Kim. Recognizability assessment of facial images for automated teller machine applications. Pattern Recognition, Published online,

Masked Face Detection based on Micro-Texture and Frequency Analysis

Masked Face Detection based on Micro-Texture and Frequency Analysis International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Masked

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

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

Face Spoofing Detection from a Single Image using Diffusion Speed Model

Face Spoofing Detection from a Single Image using Diffusion Speed Model 2018 IJSRST Volume 4 Issue 2 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Face Spoofing Detection from a Single Image using Diffusion Speed Model K. Sreenivasulu

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

Defect Inspection of Liquid-Crystal-Display (LCD) Panels in Repetitive Pattern Images Using 2D Fourier Image Reconstruction

Defect Inspection of Liquid-Crystal-Display (LCD) Panels in Repetitive Pattern Images Using 2D Fourier Image Reconstruction Defect Inspection of Liquid-Crystal-Display (LCD) Panels in Repetitive Pattern Images Using D Fourier Image Reconstruction Du-Ming Tsai, and Yan-Hsin Tseng Department of Industrial Engineering and Management

More information

Multi-feature face liveness detection method combining motion information

Multi-feature face liveness detection method combining motion information Volume 04 - Issue 11 November 2018 PP. 36-40 Multi-feature face liveness detection method combining motion information Changlin LI (School of Computer Science and Technology, University of Science and

More information

Shape and Texture Based Countermeasure to Protect Face Recognition Systems Against Mask Attacks

Shape and Texture Based Countermeasure to Protect Face Recognition Systems Against Mask Attacks 2013 IEEE Conference on Computer Vision and Pattern Recognition Workshops Shape and Texture Based Countermeasure to Protect Face Recognition Systems Against Mask Attacks Neslihan Kose and Jean-Luc Dugelay

More information

Pattern Recognition 45 (2012) Contents lists available at SciVerse ScienceDirect. Pattern Recognition

Pattern Recognition 45 (2012) Contents lists available at SciVerse ScienceDirect. Pattern Recognition Pattern Recognition 45 (2012) 1899 1914 Contents lists available at SciVerse ScienceDirect Pattern Recognition journal homepage: www.elsevier.com/locate/pr Recognizability assessment of facial images for

More information

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation

Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Finger Vein Biometric Approach for Personal Identification Using IRT Feature and Gabor Filter Implementation Sowmya. A (Digital Electronics (MTech), BITM Ballari), Shiva kumar k.s (Associate Professor,

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

Survey of Various Face Liveness Detection Techniques for Biometric Antispoofing Applications

Survey of Various Face Liveness Detection Techniques for Biometric Antispoofing Applications www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 6 Issue 4 April 2017, Page No. 21120-21125 Index Copernicus value (2015): 58.10 DOI: 10.18535/ijecs/v6i4.55

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

MORPH-II: Feature Vector Documentation

MORPH-II: Feature Vector Documentation MORPH-II: Feature Vector Documentation Troy P. Kling NSF-REU Site at UNC Wilmington, Summer 2017 1 MORPH-II Subsets Four different subsets of the MORPH-II database were selected for a wide range of purposes,

More information

Spoofing Face Recognition Using Neural Network with 3D Mask

Spoofing Face Recognition Using Neural Network with 3D Mask Spoofing Face Recognition Using Neural Network with 3D Mask REKHA P.S M.E Department of Computer Science and Engineering, Gnanamani College of Technology, Pachal, Namakkal- 637018. rekhaps06@gmail.com

More information

LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION

LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION F2008-08-099 LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION 1 Jung, Ho Gi*, 1 Kim, Dong Suk, 1 Kang, Hyoung Jin, 2 Kim, Jaihie 1 MANDO Corporation, Republic of Korea,

More information

Non-Linear Masking based Contrast Enhancement via Illumination Estimation

Non-Linear Masking based Contrast Enhancement via Illumination Estimation https://doi.org/10.2352/issn.2470-1173.2018.13.ipas-389 2018, Society for Imaging Science and Technology Non-Linear Masking based Contrast Enhancement via Illumination Estimation Soonyoung Hong, Minsub

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

CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS

CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS CIRCULAR MOIRÉ PATTERNS IN 3D COMPUTER VISION APPLICATIONS Setiawan Hadi Mathematics Department, Universitas Padjadjaran e-mail : shadi@unpad.ac.id Abstract Geometric patterns generated by superimposing

More information

AN OVERVIEW OF FACE LIVENESS DETECTION

AN OVERVIEW OF FACE LIVENESS DETECTION AN OVERVIEW OF FACE LIVENESS DETECTION Saptarshi Chakraborty 1 and Dhrubajyoti Das 2 1,2 Dept. of Computer Science and Engineering, National Institute of Technology, Silchar, India ABSTRACT Face recognition

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

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

Part-based Face Recognition Using Near Infrared Images

Part-based Face Recognition Using Near Infrared Images Part-based Face Recognition Using Near Infrared Images Ke Pan Shengcai Liao Zhijian Zhang Stan Z. Li Peiren Zhang University of Science and Technology of China Hefei 230026, China Center for Biometrics

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

Part-based Face Recognition Using Near Infrared Images

Part-based Face Recognition Using Near Infrared Images Part-based Face Recognition Using Near Infrared Images Ke Pan Shengcai Liao Zhijian Zhang Stan Z. Li Peiren Zhang University of Science and Technology of China Hefei 230026, China Center for Biometrics

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

Liveness Detection for Face Recognition in Biometrics: A Review

Liveness Detection for Face Recognition in Biometrics: A Review Liveness Detection for Face Recognition in Biometrics: A Review Meenakshi Saini 1, Dr. Chander Kant 2 1,2 (Department Of Computer Science and Applications, Kurukshetra University, Kurukshetra, India) (

More information

Keywords Wavelet decomposition, SIFT, Unibiometrics, Multibiometrics, Histogram Equalization.

Keywords Wavelet decomposition, SIFT, Unibiometrics, Multibiometrics, Histogram Equalization. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Secure and Reliable

More information

Periocular Biometrics: When Iris Recognition Fails

Periocular Biometrics: When Iris Recognition Fails Periocular Biometrics: When Iris Recognition Fails Samarth Bharadwaj, Himanshu S. Bhatt, Mayank Vatsa and Richa Singh Abstract The performance of iris recognition is affected if iris is captured at a distance.

More information

Face Liveness Detection for Biometric Antispoofing Applications using Color Texture and Distortion Analysis Features

Face Liveness Detection for Biometric Antispoofing Applications using Color Texture and Distortion Analysis Features Face Liveness Detection for Biometric Antispoofing Applications using Color Texture and Distortion Analysis Features Tazeen Anjum, Shrikant V Sonekar Dept of CSE JD College of Engg.&Management Nagpur,

More information

Detecting Digital Image Forgeries By Multi-illuminant Estimators

Detecting Digital Image Forgeries By Multi-illuminant Estimators Research Paper Volume 2 Issue 8 April 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 Detecting Digital Image Forgeries By Multi-illuminant Estimators Paper ID

More information

A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation

A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation Walid Aydi, Lotfi Kamoun, Nouri Masmoudi Department of Electrical National Engineering School of Sfax Sfax University

More information

II. LITERATURE REVIEW

II. LITERATURE REVIEW Matlab Implementation of Face Recognition Using Local Binary Variance Pattern N.S.Gawai 1, V.R.Pandit 2, A.A.Pachghare 3, R.G.Mundada 4, S.A.Fanan 5 1,2,3,4,5 Department of Electronics & Telecommunication

More information

PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE

PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE PEOPLE IN SEATS COUNTING VIA SEAT DETECTION FOR MEETING SURVEILLANCE Hongyu Liang, Jinchen Wu, and Kaiqi Huang National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Science

More information

Semi-Supervised PCA-based Face Recognition Using Self-Training

Semi-Supervised PCA-based Face Recognition Using Self-Training Semi-Supervised PCA-based Face Recognition Using Self-Training Fabio Roli and Gian Luca Marcialis Dept. of Electrical and Electronic Engineering, University of Cagliari Piazza d Armi, 09123 Cagliari, Italy

More information

Projected Texture for Hand Geometry based Authentication

Projected Texture for Hand Geometry based Authentication Projected Texture for Hand Geometry based Authentication Avinash Sharma Nishant Shobhit Anoop Namboodiri Center for Visual Information Technology International Institute of Information Technology, Hyderabad,

More information

Face Quality Assessment System in Video Sequences

Face Quality Assessment System in Video Sequences Face Quality Assessment System in Video Sequences Kamal Nasrollahi, Thomas B. Moeslund Laboratory of Computer Vision and Media Technology, Aalborg University Niels Jernes Vej 14, 9220 Aalborg Øst, Denmark

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

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

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

More information

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg Human Detection A state-of-the-art survey Mohammad Dorgham University of Hamburg Presentation outline Motivation Applications Overview of approaches (categorized) Approaches details References Motivation

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

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

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

Face Recognition with Local Binary Patterns

Face Recognition with Local Binary Patterns Face Recognition with Local Binary Patterns Bachelor Assignment B.K. Julsing University of Twente Department of Electrical Engineering, Mathematics & Computer Science (EEMCS) Signals & Systems Group (SAS)

More information

A Modified Mean Shift Algorithm for Visual Object Tracking

A Modified Mean Shift Algorithm for Visual Object Tracking A Modified Mean Shift Algorithm for Visual Object Tracking Shu-Wei Chou 1, Chaur-Heh Hsieh 2, Bor-Jiunn Hwang 3, Hown-Wen Chen 4 Department of Computer and Communication Engineering, Ming-Chuan University,

More information

Rotation Invariant Finger Vein Recognition *

Rotation Invariant Finger Vein Recognition * Rotation Invariant Finger Vein Recognition * Shaohua Pang, Yilong Yin **, Gongping Yang, and Yanan Li School of Computer Science and Technology, Shandong University, Jinan, China pangshaohua11271987@126.com,

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

Pedestrian Detection with Improved LBP and Hog Algorithm

Pedestrian Detection with Improved LBP and Hog Algorithm Open Access Library Journal 2018, Volume 5, e4573 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Pedestrian Detection with Improved LBP and Hog Algorithm Wei Zhou, Suyun Luo Automotive Engineering College,

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

[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

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

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION Panca Mudjirahardjo, Rahmadwati, Nanang Sulistiyanto and R. Arief Setyawan Department of Electrical Engineering, Faculty of

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

A Survey on Face-Sketch Matching Techniques

A Survey on Face-Sketch Matching Techniques A Survey on Face-Sketch Matching Techniques Reshma C Mohan 1, M. Jayamohan 2, Arya Raj S 3 1 Department of Computer Science, SBCEW 2 Department of Computer Science, College of Applied Science 3 Department

More information

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS

FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS FACE RECOGNITION FROM A SINGLE SAMPLE USING RLOG FILTER AND MANIFOLD ANALYSIS Jaya Susan Edith. S 1 and A.Usha Ruby 2 1 Department of Computer Science and Engineering,CSI College of Engineering, 2 Research

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Fingerprint Recognition using Robust Local Features Madhuri and

More information

Finger-Vein Image Enhancement Using a Fuzzy-Based Fusion Method with Gabor and Retinex Filtering

Finger-Vein Image Enhancement Using a Fuzzy-Based Fusion Method with Gabor and Retinex Filtering Sensors 2014, 14, 3095-3129; doi:10.3390/s140203095 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Finger-Vein Image Enhancement Using a Fuzzy-Based Fusion Method with Gabor and

More information

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Amandeep Kaur Department of Computer Science and Engg Guru Nanak Dev University Amritsar, India-143005 ABSTRACT Face detection

More information

ANTI-SPOOFING AND AUTHENTICATION OF A FACE IMAGE USING DIFFUSION SPEED MODEL

ANTI-SPOOFING AND AUTHENTICATION OF A FACE IMAGE USING DIFFUSION SPEED MODEL ANTI-SPOOFING AND AUTHENTICATION OF A FACE IMAGE USING DIFFUSION SPEED MODEL Athira Prem 1, Bineesh. V 2 1,2Department of Computer Science and Engineering, MEA Engineering College, Calicut 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

Facial Feature Extraction Based On FPD and GLCM Algorithms

Facial Feature Extraction Based On FPD and GLCM Algorithms Facial Feature Extraction Based On FPD and GLCM Algorithms Dr. S. Vijayarani 1, S. Priyatharsini 2 Assistant Professor, Department of Computer Science, School of Computer Science and Engineering, Bharathiar

More information

Enhanced Iris Recognition System an Integrated Approach to Person Identification

Enhanced Iris Recognition System an Integrated Approach to Person Identification Enhanced Iris Recognition an Integrated Approach to Person Identification Gaganpreet Kaur Research Scholar, GNDEC, Ludhiana. Akshay Girdhar Associate Professor, GNDEC. Ludhiana. Manvjeet Kaur Lecturer,

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

Fusion of multiple clues for photo-attack detection in face recognition systems

Fusion of multiple clues for photo-attack detection in face recognition systems Fusion of multiple clues for photo-attack detection in face recognition systems Roberto Tronci, Daniele Muntoni, Gianluca Fadda, Maurizio Pili, Nicola Sirena, Gabriele Murgia, Marco Ristori Sardegna Ricerche,

More information

Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis

Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis Experimentation on the use of Chromaticity Features, Local Binary Pattern and Discrete Cosine Transform in Colour Texture Analysis N.Padmapriya, Ovidiu Ghita, and Paul.F.Whelan Vision Systems Laboratory,

More information

An Introduction to Content Based Image Retrieval

An Introduction to Content Based Image Retrieval CHAPTER -1 An Introduction to Content Based Image Retrieval 1.1 Introduction With the advancement in internet and multimedia technologies, a huge amount of multimedia data in the form of audio, video and

More information

Visible and Long-Wave Infrared Image Fusion Schemes for Situational. Awareness

Visible and Long-Wave Infrared Image Fusion Schemes for Situational. Awareness Visible and Long-Wave Infrared Image Fusion Schemes for Situational Awareness Multi-Dimensional Digital Signal Processing Literature Survey Nathaniel Walker The University of Texas at Austin nathaniel.walker@baesystems.com

More information

Fingerprint Mosaicking by Rolling with Sliding

Fingerprint Mosaicking by Rolling with Sliding Fingerprint Mosaicking by Rolling with Sliding Kyoungtaek Choi, Hunjae Park, Hee-seung Choi and Jaihie Kim Department of Electrical and Electronic Engineering,Yonsei University Biometrics Engineering Research

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

IRIS SEGMENTATION OF NON-IDEAL IMAGES

IRIS SEGMENTATION OF NON-IDEAL IMAGES IRIS SEGMENTATION OF NON-IDEAL IMAGES William S. Weld St. Lawrence University Computer Science Department Canton, NY 13617 Xiaojun Qi, Ph.D Utah State University Computer Science Department Logan, UT 84322

More information

Scene Text Detection Using Machine Learning Classifiers

Scene Text Detection Using Machine Learning Classifiers 601 Scene Text Detection Using Machine Learning Classifiers Nafla C.N. 1, Sneha K. 2, Divya K.P. 3 1 (Department of CSE, RCET, Akkikkvu, Thrissur) 2 (Department of CSE, RCET, Akkikkvu, Thrissur) 3 (Department

More information

Object Shape Recognition in Image for Machine Vision Application

Object Shape Recognition in Image for Machine Vision Application Object Shape Recognition in Image for Machine Vision Application Mohd Firdaus Zakaria, Hoo Seng Choon, and Shahrel Azmin Suandi Abstract Vision is the most advanced of our senses, so it is not surprising

More information

Object Extraction Using Image Segmentation and Adaptive Constraint Propagation

Object Extraction Using Image Segmentation and Adaptive Constraint Propagation Object Extraction Using Image Segmentation and Adaptive Constraint Propagation 1 Rajeshwary Patel, 2 Swarndeep Saket 1 Student, 2 Assistant Professor 1 2 Department of Computer Engineering, 1 2 L. J. Institutes

More information

Perceptual Quality Improvement of Stereoscopic Images

Perceptual Quality Improvement of Stereoscopic Images Perceptual Quality Improvement of Stereoscopic Images Jong In Gil and Manbae Kim Dept. of Computer and Communications Engineering Kangwon National University Chunchon, Republic of Korea, 200-701 E-mail:

More information

Time Stamp Detection and Recognition in Video Frames

Time Stamp Detection and Recognition in Video Frames Time Stamp Detection and Recognition in Video Frames Nongluk Covavisaruch and Chetsada Saengpanit Department of Computer Engineering, Chulalongkorn University, Bangkok 10330, Thailand E-mail: nongluk.c@chula.ac.th

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

Texture. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors

Texture. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors. Frequency Descriptors Texture The most fundamental question is: How can we measure texture, i.e., how can we quantitatively distinguish between different textures? Of course it is not enough to look at the intensity of individual

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 LBP-based Descriptor for Facial Depth Images applied to Gender Recognition using RGB-D Face Data

An Efficient LBP-based Descriptor for Facial Depth Images applied to Gender Recognition using RGB-D Face Data An Efficient LBP-based Descriptor for Facial Depth Images applied to Gender Recognition using RGB-D Face Data Tri Huynh, Rui Min, Jean-Luc Dugelay Department of Multimedia Communications, EURECOM, Sophia

More information

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision

Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Adaptive Zoom Distance Measuring System of Camera Based on the Ranging of Binocular Vision Zhiyan Zhang 1, Wei Qian 1, Lei Pan 1 & Yanjun Li 1 1 University of Shanghai for Science and Technology, China

More information

A ROBUST DISCRIMINANT CLASSIFIER TO MAKE MATERIAL CLASSIFICATION MORE EFFICIENT

A ROBUST DISCRIMINANT CLASSIFIER TO MAKE MATERIAL CLASSIFICATION MORE EFFICIENT A ROBUST DISCRIMINANT CLASSIFIER TO MAKE MATERIAL CLASSIFICATION MORE EFFICIENT 1 G Shireesha, 2 Mrs.G.Satya Prabha 1 PG Scholar, Department of ECE, SLC's Institute of Engineering and Technology, Piglipur

More information

Comparative Analysis of Local Binary Patterns using Feature Extraction and Classification

Comparative Analysis of Local Binary Patterns using Feature Extraction and Classification Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 5 (2017) pp. 1025-1036 Research India Publications http://www.ripublication.com Comparative Analysis of Local Binary Patterns

More information

DETECTION OF SMOOTH TEXTURE IN FACIAL IMAGES FOR THE EVALUATION OF UNNATURAL CONTRAST ENHANCEMENT

DETECTION OF SMOOTH TEXTURE IN FACIAL IMAGES FOR THE EVALUATION OF UNNATURAL CONTRAST ENHANCEMENT DETECTION OF SMOOTH TEXTURE IN FACIAL IMAGES FOR THE EVALUATION OF UNNATURAL CONTRAST ENHANCEMENT 1 NUR HALILAH BINTI ISMAIL, 2 SOONG-DER CHEN 1, 2 Department of Graphics and Multimedia, College of Information

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

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

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

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

Text Information Extraction And Analysis From Images Using Digital Image Processing Techniques

Text Information Extraction And Analysis From Images Using Digital Image Processing Techniques Text Information Extraction And Analysis From Images Using Digital Image Processing Techniques Partha Sarathi Giri Department of Electronics and Communication, M.E.M.S, Balasore, Odisha Abstract Text data

More information

An Approach for Real Time Moving Object Extraction based on Edge Region Determination

An Approach for Real Time Moving Object Extraction based on Edge Region Determination An Approach for Real Time Moving Object Extraction based on Edge Region Determination Sabrina Hoque Tuli Department of Computer Science and Engineering, Chittagong University of Engineering and Technology,

More information

FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM

FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM FACIAL RECOGNITION BASED ON THE LOCAL BINARY PATTERNS MECHANISM ABSTRACT Alexandru Blanda 1 This work presents a method of facial recognition, based on Local Binary Models. The idea of using this algorithm

More information

Fabric Defect Detection Based on Computer Vision

Fabric Defect Detection Based on Computer Vision Fabric Defect Detection Based on Computer Vision Jing Sun and Zhiyu Zhou College of Information and Electronics, Zhejiang Sci-Tech University, Hangzhou, China {jings531,zhouzhiyu1993}@163.com Abstract.

More information

Face Recognition based Only on Eyes Information and Local Binary Pattern

Face Recognition based Only on Eyes Information and Local Binary Pattern Face Recognition based Only on Eyes Information and Local Binary Pattern Francisco Rosario-Verde, Joel Perez-Siles, Luis Aviles-Brito, Jesus Olivares-Mercado, Karina Toscano-Medina, and Hector Perez-Meana

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

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

Matching Sketches with Digital Face Images using MCWLD and Image Moment Invariant

Matching Sketches with Digital Face Images using MCWLD and Image Moment Invariant IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov Dec. 2015), PP 131-137 www.iosrjournals.org Matching with Digital Face Images using

More information

Segmentation Framework for Multi-Oriented Text Detection and Recognition

Segmentation Framework for Multi-Oriented Text Detection and Recognition Segmentation Framework for Multi-Oriented Text Detection and Recognition Shashi Kant, Sini Shibu Department of Computer Science and Engineering, NRI-IIST, Bhopal Abstract - Here in this paper a new and

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

Figure 1. Example sample for fabric mask. In the second column, the mask is worn on the face. The picture is taken from [5].

Figure 1. Example sample for fabric mask. In the second column, the mask is worn on the face. The picture is taken from [5]. ON THE VULNERABILITY OF FACE RECOGNITION SYSTEMS TO SPOOFING MASK ATTACKS Neslihan Kose, Jean-Luc Dugelay Multimedia Department, EURECOM, Sophia-Antipolis, France {neslihan.kose, jean-luc.dugelay}@eurecom.fr

More information