A Near-Infrared Face Detection and Recognition System Using ASM and PCA+LDA

Size: px
Start display at page:

Download "A Near-Infrared Face Detection and Recognition System Using ASM and PCA+LDA"

Transcription

1 2728 JOURNAL OF NETWORKS VOL. 9 NO. 10 OCTOBER 2014 A Near-Infrared Face Detection and Recognition System Using ASM and PCA+LDA Peiyi Shen 1 Liang Zhang 1 Juan Song 1 Hu Xu 1 Lianie Qin 1 Wei Wei 2 Wenzheng Zhang 3 Bin Leng 3 and Mengqi Zeng 3 1. National school of Software Xidian University Xi an P. R. China 2. School of Computer Science and Engineering Xian University of Technology PR China 3. Science and Tech. On Com. Security Lab Chengdu P. R. China Abstract Near-infrared (NIR) images have a lot of advantages which can make up the shortages of visible light (VL) images. A novel NIR detection and recognition system is presented in this paper. First a NIR imaging system is developed to provide good illumination conditions for subsequent face detection and recognition. Then Active Shape Model (ASM) method is applied to detect the features and the low-dimensional Gabor features are extracted for recognition by combining Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA). The recognition rate of the system is up to 90% in a few milliseconds. Finally by using such real-time NIR face recognition system comparative results are provided from that we can seen that this system can work robustly and effectively. Index Terms NIR; ASM; Gabor; PCA; LDA I. INTRODUCTION Most current face recognition systems are based on face images captured under visible light (VL) condition which cannot provide accurate recognition due to changes of environmental illumination [1]. As the Near-infrared (NIR) images have a lot of advantages such as strong anti-interference and independence to VL source great attentions have been paid to face recognition for NIR images. Accurate face position is important to feature extraction for face recognition. During past 20 years scholars have carried out a lot of research. Active Shape Model (ASM) proposed by Cootes [2] has been a popular obect detection method. It can restrict the adustment of parameters according to the training data thereby limiting the shape change in a reasonable range. Today the methods of feature extraction and description in face recognition are divided into two categories [3]: geometrical characteristics based and statistical characteristics based. Recent years most of the proposed methods are based on statistical characteristics for example Principal Components Analysis (PCA) Linear Discriminant Analysis (LDA) Support Vector Machine (SVM) and Artificial Neural Network (ANN) and etc. Among them PCA and LDA methods based on subspace are widely used. However PCA is less sensitive to the classification information of different training samples and LDA is fully considerate of the classification information but the calculation process of LDA is too complex to ensure the accuracy. To achieve illumination invariant face recognition we present a novel solution using NIR imaging techniques in this paper. The solution consists of NIR imaging hardware and NIR-based face detection and recognition algorithms. The remainder of this paper is organized as follows. Section 2 introduces the presented imaging hardware system for producing face images of a good illumination condition. Section 3 describes the method of face detection and recognition. Experiments and results are provided and analyzed in Section 4 prior to discussion and conclusion in Section 5. II. NIR IMAGING SYSTEM The NIR imaging system is developed to overcome the problem arising from uncontrolled environmental lights so as to produce face images of a good illumination condition for face detection and recognition. The key problems to capturing NIR images with good illumination condition are 1) the design of camera module and 2) the arrangement of the LED lamps. To solve the first problem we choose LED lamps which can emit 940nm NIR lights as active radiation source which are strong enough to produce a clear frontal-lighted face image without causing disturbance to the human eyes. As shown in Figure 1(b) we place a optical filter on the camera to cut off the visible environmental lights while allowing most of the 940nm NIR light to pass. D Cameras A: the lamp panel B: the touch screen C: IC/ID card reader P C B (1) (2) NIR camera module Color camera module spacer Baffle plate Lamp panel Optical filter Lens shade Figure 1. The structure of the NIR imaging system. In the figure (1) the front view of the system. In the figure (2) the side view of the system doi: /nw

2 JOURNAL OF NETWORKS VOL. 9 NO. 10 OCTOBER For the purpose of providing homogeneous light on the face it is important to carefully design the layout of the LEDs. After simulation experiments the solution of the second problem is to choose the number of LEDs as 24 to arrange LEDs around the cameras as shown in Figure 2(a) and to fix each LED lamp with an angle ϕ as shown in Figure 2(b). With the design above there exists an image area with homogeneous illumination about 60-80cm distance from the camera. (1) Figure 3 shows example images of one person taken by the color camera and the NIR camera with different direction of environmental illumination. It can be seen that the VL images are intensely influenced by the lighting condition which is adverse to the further face recognition; while the NIR images are robust to the changes of illumination with the NIR LEDs lighting in the front and the filter to cut off most of the visible lights. In this way the NIR images produced by the equipment can provide a good foundation of face recognition. III. DESCRIPTION OF ALGORITHMS A. ASM Method The primary task of developing a real-time face detection and recognition system is to find a suitable face detection algorithm. Active Shape Model (ASM) an image searching method based on statistical model includes four steps [4]: labeling and aligning the training set building the global shape model and the local grey model and searching the profile of the obect iteratively. The advantage of ASM method is that it can restrict the adustment of parameters according to the training data thereby limiting the shape change in a reasonable range. The detailed procedures are described in Figure 4. (2) Figure 2. The architecture of the NIR lighting equipment. In the figure (1) 24 LEDs which can emit 940nm NIT are placed in the way that the NIR light can be proected onto a person s face equally. In the figure (2) each LED lamp has a fixed angle ϕ After analysis of the problems we design the hardware structure of the NIR lighting system including: the NIR lighting equipment cameras image sensor (CMOS OV7725) and CPU (OMAP3530). The NIR lighting equipment can provide a stable infrared illumination condition. There are two cameras to collect both the VL and NIR images which can be transmitted to the CPU through an image sensor and processed using algorithms presented in Section 3. The structure of the system is shown in Figure 1. The NIR lighting equipment can provide a maximum frame number of 30 per second and produce images. (1) The color images Training set Testing image Labeling and aligning the training set Finding the approximate face location Building the global shape model Initializing the shape model Building the local grey model N Searching the best fit for each feature point Figure 4. The process of ASM method Y Converge? Updating the model parameters The best face profile The shape model of 2-Dimensional contains 68 feature points to represent the Point Distribution Model (PDM) of human face. After labeling the training samples manually we align all the samples through similarity transformation and then get the average shape. One disadvantage of ASM is that it is more dependent on the initial point set so the initial position of the model is very important. It is usual to get an approximate face location through some other image processing methods. A Haar-feature cascade classifier [5] provided by OpenCV is used to find a rough face location in this paper. As shown in Figure 5 the initial shape is obtained after similarity transformation from the rough face location. In the meantime the person should always stand ust before the image acquisition equipment. (2) The NIR images Figure 3. The VL images and their corresponding NIR images are taken by the present NIR imaging system. The influence of the environmental lighting on the VL images is obvious oppositely the NIR images can minimum the effect of the bad lighting condition Figure 5. The model's initialization. Left: the red box shows the rough face location. Right: the initial shape

3 2730 JOURNAL OF NETWORKS VOL. 9 NO. 10 OCTOBER 2014 Another disadvantage of ASM is that it is easy to fall into local extremum during the searching process. To avoid this we do some improvements for searching method. For each feature point we select the candidate points along its normal direction. Through calculating the Mahalanobis Distance between the candidate points and feature points we can find the best fit to the feature points. The Mahalanobis Distance can be described as [6]: Training Recognizing Face Database Testing image Gabor transform Gabor transform and PCA PCA and LDA Proect on subspace Extracting Feature and reducing dimensionality Classify by the nearest-neighbour rule Pattern recognition Figure 7. The flow chart of face recognition The result f i y i y s y i y (1) T 1 ( ) ( ( ) ) ( ( ) ) where y and s are the local grey model of the feature point and y(i) is the normalized grey differential vector of the candidate point i calculated by the same way to the grey model. This distance reflects the similarity of the sample point to the feature point. Figure 6 shows an iterative process for ASM to search the best fit to the feature points. After face detecting using ASM method we can get an accurate face location as the red box shown in Figure 6(f) for the further use of face recognition. (1) (2) (3) (4) (5) (6) Figure 6. An Iterative Process of improved ASM: 1) initial location 2) after 2 iterations 3) after 4 iterations 4) after 8 iterations 5) after 16 iterations 6) the detecting result of ASM method B. PCA+LDA Method Based on Gabor Feature Face recognition is a process to compare the target face image with the given face in database whose purpose is to reach an identification conclusion. The core of this process is extracting suitable feature and choosing proper matching strategy. On the foundation of the research of VL image based face recognition and with the consideration of the calculation capability of the presented embedded system we put forward a new recognition method suitable to NIR image based face recognition. The first step is to extract the Gabor feature of the face image and the following is to identify the human face with the combinative method of PCA and LDA. The process of face recognition is shown in Figure 7. The NIR images in face database which is under constructing are all collected through the NIR lighting equipment developed by our lab. At the current stage the database includes 80 persons and each one has at least 80 representative pictures for example different expressions face rotating and wearing eyeglasses etc. C. Gabor Feature Extraction Gabor feature extraction is a method based on Gabor Filter which is widely applied in computer vision and image processing fields because of the high resolution in time and frequency domain. The kernel function of Gabor Filter is defined as follows [7]: ( k 2 z /2 ) izk ( /2) k e [ e e ] (2) 2 where and define the orientation and scale of the Gabor kernels z ( x y) denotes the norm operator and the definition of the wave vector k is k cos k. Where k k sin = k max / f and /8. k max is the maximum frequency and f is the interval factor between kernel functions in frequency domain. We choose 5 different scales {01234} and 8 different directions μ { } and let σ=2π k max = /2 f = 2. Substitute the value of these parameters into the equation and then we can get a set of kernel functions () z corresponding to different direction and scale factors. Given a face image I( x y ) the Gabor features are extracted by convolving I( x y ) with () z as follows [8]: O ( z) I( z) ( z) (3) O () z is the high-dimensional Gabor features of face image I( x y ) after Gabor filtering. D. Face Recognition Using PCA+LDA Because the calculation cost of the high-dimensional data is adverse to the performance of the real-time system it is necessary to reduce the dimensionality of the Gabor features obtained above simultaneously retaining most of the original feature information. Principal Components Analysis (PCA) and Linear Discriminant Analysis (LDA) are two common dimensionality reduction methods. By the analysis of the advantages and disadvantages of PCA and LDA [9] we can conclude that PCA method is less sensitive to the classification information of different training samples while LDA is fully considerate of the classification information but its calculation process is too complex to

4 JOURNAL OF NETWORKS VOL. 9 NO. 10 OCTOBER ensure the accuracy. Therefore a mixed method combining PCA and LDA is adopted in this paper. The steps of PCA+LDA [10] method are as follows: 1) Reduce the dimensionality of original data by PCA to achieve a low-dimensional feature space of PCA; 2) Calculate the within-class scatter matrix and the between-class scatter matrix of LDA in PCA subspace; 3) Calculate the best classification subspace of LDA and fuse the subspace of LDA and PCA; 4) Proect training samples and testing images separately onto the fusion subspace get the recognition features and accomplish face recognition using the Nearest Neighbor (NN) Rule. The NN Rule is based on Cosine Similarity which is defined as [11]: T ( ) x y cos xy (4) x y where vector x and y represent the two classes remaining to be compared. The smaller ( xy ) cos is the more similar the two classes are. Figure 9. Face detection results of ASM: the red blocks show face rectangle and the green gridding shows feature points on the profile of the whole face 2) Face recognition--algorithm evaluation on self-built database In experiment 2 we set up the subset of 50 persons from the whole face database we have build with the training number of each person increasing from 1 to 7 images and the training face images normalized into size. The testing set has 2500 images in total. No images in the testing set are included in the training set. Based on these a comparison among PCA LDA and the presented PCA+LDA is done. (1) The original images (2) The matching faces in database (3) The matching scores Figure 8. The recognition result: 1) the green frames show the detected faces by ASM 2) the best matching faces of the upper images 3) the matching scores between upper and lower images in the same column Figure 8 shows the recognition results using the PCA+LDA method. It can be seen from the matching scores that the NN Rule based on Cosine Similarity can separate among the different classes well. The recognition rate of the algorithm can reach up to 90% with different indoor light conditions and training faces of size. IV. EXPERIMENTS AND RESULTS Based on the presented hardware and algorithms a real-time NIR based face recognition system is built. In the following we evaluate the performance of the system with three experiments. 1) Face detection--asm method As shown in Figure 9 the presented ASM could adapt to various situations such as rotating shaping different expressions and wearing glasses. The average detecting time in a image for ASM is 65ms. Then it can be concluded that ASM is a suitable face detection algorithm for NIR images. The recognition rate The numbler of training samples PCA PCA+LDA Figure 10. Performance with different number of training samples. As shown in Figure 10 no matter how many the training samples are the recognition rate of PCA+LDA is higher than that of PCA or LDA. Along with the increase of the training samples the recognition rate of all the algorithms is on the rise. When the training number of each person increases to 6 the recognition rate of presented PCA+LDA reaches the highest recognition rate in this experiment. 3) Face recognition--algorithm evaluation on PolyU Near-Infrared face database (PolyU-NIRFD) In order to evaluate the performance of the face recognition algorithms on a much bigger subset than experiment 2 we do experiment 3 using the PolyU Near- Infrared face database (PolyU-NIRFD) [12] which was constructed by the Hong Kong Polytechnic University. The database contains images from 350 subects each contributing about 100 samples with variations of pose expression focus scale and time etc. Figure 11 shows sample images of one person in the database [13-17]. LDA

5 2732 JOURNAL OF NETWORKS VOL. 9 NO. 10 OCTOBER 2014 Figure 11. Parts of NIR face images of a subect in PolyU-NIRFD In this experiment we extract 200 subects from PolyU-NIRFD with 6 training samples of each subect. The testing set contains 80 images of each person in a total of As shown in Figure 12 the recognition rate of the PCA+LDA method in experiment 3 is 89% which proves that the presented algorithm works well on other NIR face database. conditions of VL eliminating influence of VL and NIR light. It can be seen that unfavorable lighting is obvious under VL condition while the changes of environmental illumination is almost eliminated under NIR light condition [18-25]. The training set has 30 persons in which each person has 6 images of size for training. We set up the real-time system in the lab and do experiments under three different cases respectively. During the experiment people in the training set stand before the image acquisition equipment in order. The experimental result is shown in Table 1. We can see that the presented algorithms under NIR condition can well satisfy the requests of real-time system. TABLE I. ANALYSIS ON EFFECTS OF DIFFERENT ILLUMINATION CONDITIONS Situations Detection timerecognition time recognition rate Case A Case B Case C 60ms 73ms 65ms 78ms 90ms 75ms 78% 87% 90% The recognition rate PCA LDA PCA+LDA Figure 12. Performance of the algorithms on PolyU-NIRFD 4) The performance of the real-time system-- comparison among different illumination conditions V. DISCUSSION AND CONCLUSION In this paper a real-time NIR face recognition system using ASM for detection and PCA+LDA for recognition has been proposed. The novel NIR lighting system is developed to solve the problem of uncontrolled environmental lighting. An accurate face location is obtained by the ASM method. By combining PCA and LDA suitable Gabor features are extracted thus the calculation cost is reduced and the face recognition rate is increased. Experimental results show the robustness and effectiveness of the presented system. The proposed system still exist some shortages. Specular reflection on eyeglasses under NIR condition is a limitation for face recognition. The algorithms presented are practical but not optimal. Our further work is to solve these problems. (1) Case A: training images captured by color camera (2) training images captured by color camera and eliminating the influence of VL (3) training images captured by NIR camera Figure 13. Training samples under different conditions: images in training set are all captured by the presented hardware device and furthermore we conduct homomorphic filtering and histogram equalization on images in Case B Figure 13 shows parts of training images in three cases to compare the performance of the system under ACKNOWLEDGMENT This work is partially supported by the Open Proects Program of National Laboratory of Pattern Recognition. The Proect is partially supported by Natural Science Basic Research Plan in Shaanxi Province of China (Program No. 2010JM8005). This program is also supported by Scientific Research Program Funded by Shaanxi Provincial Education Department (Program No. 2013JK1139) and Supported by China Postdoctoral Science Foundation (No. 2013M542370) and supported by the Specialized Research Fund for the Doctoral Program of Higher Education of China (Grant No ).And this proect is also supported by NSFC Grant (No No No No No No No ) by 863 Program (2013AA014601) by shannxi Scientific research plan (2013K06-09). REFERENCES [1] Stan Z. Li Ru Feng Chu Illumination Invariant Face Recognition Using Near-Infrared Images IEEE

6 JOURNAL OF NETWORKS VOL. 9 NO. 10 OCTOBER transaction on pattern analysis and machine intelligence vol. 29 no. 4 pp [2] T. F. Cootes C. J. Taylor Active Shape Models--Their Training and Application Computer Vision and Image Understanding vol. 61 no. 1 pp [3] Qing Shan Liu Han Qing Lu A Survey: Subspace Analysis for Face Recognition Acta Automatica Sinica vol. 29 no. 6 pp [4] Jie Zhu Zhen Min Tang ASM and Color Gabor Features for Facial Feature Extraction Computer Science vol. 37 no. 4 pp [5] Chao Yan Yuan Qing Wang Infrared face detection based on real Adaboost algorithm and Cascade structure Laser and Infrared vol. 39 no. 11 pp [6] Yan Peng Sun Rong Fu Face feature points detection based on refined ASM Computer Engineering and Applications vol. 44 no. 10 pp [7] Chen g Jun Liu Harry Wechsler Gabor Feature Based Classification Using the Enhanced Fisher Linear Discriminant Model for Face Recognition IEEE Transactions on Image Processing vol. 11 no. 4 pp [8] Dong Li Xu Dong Xie Gabor Boost Linear Discriminant Analysis for Face Recognition ICME pp [9] Aleix M. Martinez Avinash C. Kak PCA versus LDA IEEE transaction on pattern analysis and machine intelligence vol. 23 no. 2 pp [10] Shun Gang Hua Yu Zhou Thermal Infrared Face Image Recognition Based on PCA and LDA Pattern Recognition and Artificial Intelligence vol. 21 no. 2 pp [11] Rui Guo Shu Ling Zhang Study of Feature Extraction and Similarity Match Method on Face Recognition Computer Engineering vol. 32 no. 11 pp [12] Baochang Zhang Lei Zhang Directional Binary Code with Application to PolyU Near-Infrared Face Database Pattern Recognition Letters vol. 31 no. 14 pp [13] Wei Wei Bin Zhou Features Detection Based on a Variational Model in Sensornets International Journal of Digital Content Technology and its Applications ISSN: DOI: /dcta. vol4. issue7. 11 Volume 4 Number 7 Octber 2010 On page(s): [14] Wei Wei Hui Yang etc Queuing Schedule for Location Based on Wireless Ad-hoc Networks with D-Cover Algorithm International Journal of Digital Content Technology and its Applications ISSN: DOI: /dcta. vol5. issue (1) January 2011 on page(s): [15] Jiang Jinlin Wei Wei Many-facet Rasch Model s Application in the Evaluation of Test Validity International Journal of Digital Content Technology and its Applications ISSN: [16] Wei Wei Liang Jun The Integration of p-laplace Model Certifiable Protocols with ID-based Group Key in WSNs JDCTA [17] FENG Lei Wei Wei "Research of PSO/Genetic Algorithms and Development of its Hybrid Algorithm" JDCTA 2012 (EI Journal). [18] Yuni Wang Hai-Chao Han Jack Y. Yang Merry L Lindsey Yufang Jin. A conceptual cellular interaction model of left ventricular remodelling post-mi: dynamic network with exit-entry competition strategy. BMC Systems Biology (Suppl 1): 1-10 [19] Yuni Wang Tianyi Yang Yonggang Ma Ganesh V Halade Jianqiu Zhang Merry L Lindsey Yu-Fang Jin. Mathematical modeling and stability analysis of macrophage activation in left ventricular remodeling postmyocardial infarction. BMC Genomics : 1-8. [20] Tianyi Yang Ying A Chiao Yuni Wang Andrew Voorhees Hai-Chao Han Merry L Lindsey Yu-Fang Jin. Mathematical modeling of left ventricular dimensional changes in mice during aging. BMC Systems Biology : [21] Yuni Wang Philip Chen Yufang Jin Traectory planning for an unmanned ground vehicle group using augmented particle swarm optimization in a dynamic environment in: IEEE International Conference on Systems Man and Cybernetics San Antonio TX USA Oct 2009 San Antonio pp [22] Yuni Wang Yufang Jin Yonggang Ma Halade V Halade Merry L Lindsey Mathematical modeling of macrophage activation in left ventricular remodeling post-myocardial infarction in: Genomic Signal Processing and Statistics (GENSIPS) 2011 IEEE International Workshop on: San Antonio TX USA 4-6 Dec 2011 pp [23] Nguyen Nguyen. Xiaolin Zhang Yuni Wang Hai-Chao Han Yufang Jin Galen Schmidt Richard A Lange Robert J Chilton Merry L Lindsey Targeting myocardial infarction-specific protein interaction network using computational analyses in: Genomic Signal Processing and Statistics (GENSIPS) 2011 IEEE International Workshop on: San Antonio TX USA 4-6 Dec 2011 pp [24] Wenting Zha Junyong Zhai Shuming Fei Yuni Wang. Finite-time stabilization for a class of stochastic nonlinear systems via output feedback. ISA transactions 2014 (In Press) [25] Yi Wang Cheng Gong Baoku Su Yuni Wang. Delaydependent robust stability of uncertain TS fuzzy systems with time-varying delay. International Journal of Innovative Computing Information and Control (9):

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

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

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

Face Alignment Under Various Poses and Expressions

Face Alignment Under Various Poses and Expressions Face Alignment Under Various Poses and Expressions Shengjun Xin and Haizhou Ai Computer Science and Technology Department, Tsinghua University, Beijing 100084, China ahz@mail.tsinghua.edu.cn Abstract.

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

Directional Derivative and Feature Line Based Subspace Learning Algorithm for Classification

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

More information

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI *

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI * 2017 2nd International onference on Artificial Intelligence: Techniques and Applications (AITA 2017) ISBN: 978-1-60595-491-2 Research of Traffic Flow Based on SVM Method Deng-hong YIN, Jian WANG and Bo

More information

Dynamic Human Fatigue Detection Using Feature-Level Fusion

Dynamic Human Fatigue Detection Using Feature-Level Fusion Dynamic Human Fatigue Detection Using Feature-Level Fusion Xiao Fan, Bao-Cai Yin, and Yan-Feng Sun Beijing Key Laboratory of Multimedia and Intelligent Software, College of Computer Science and Technology,

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

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

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

Generic Face Alignment Using an Improved Active Shape Model

Generic Face Alignment Using an Improved Active Shape Model Generic Face Alignment Using an Improved Active Shape Model Liting Wang, Xiaoqing Ding, Chi Fang Electronic Engineering Department, Tsinghua University, Beijing, China {wanglt, dxq, fangchi} @ocrserv.ee.tsinghua.edu.cn

More information

The Elimination Eyelash Iris Recognition Based on Local Median Frequency Gabor Filters

The Elimination Eyelash Iris Recognition Based on Local Median Frequency Gabor Filters Journal of Information Hiding and Multimedia Signal Processing c 2015 ISSN 2073-4212 Ubiquitous International Volume 6, Number 3, May 2015 The Elimination Eyelash Iris Recognition Based on Local Median

More information

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2 International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

Study on GA-based matching method of railway vehicle wheels

Study on GA-based matching method of railway vehicle wheels Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(4):536-542 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on GA-based matching method of railway vehicle

More information

The Research of Delay Characteristics in CAN Bus Networked Control System

The Research of Delay Characteristics in CAN Bus Networked Control System Journal of Computational Information Systems 9: 18 (2013) 7517 7523 Available at http://www.jofcis.com The Research of Delay Characteristics in CAN Bus Networked Control System Yi WANG 1, Liren HE 2, Ming

More information

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

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

More information

Fuzzy Bidirectional Weighted Sum for Face Recognition

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

More information

A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO

A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com A Kind of Wireless Sensor Network Coverage Optimization Algorithm Based on Genetic PSO Yinghui HUANG School of Electronics and Information,

More information

Restricted Nearest Feature Line with Ellipse for Face Recognition

Restricted Nearest Feature Line with Ellipse for Face Recognition Journal of Information Hiding and Multimedia Signal Processing c 2012 ISSN 2073-4212 Ubiquitous International Volume 3, Number 3, July 2012 Restricted Nearest Feature Line with Ellipse for Face Recognition

More information

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

4th Annual International Conference on Material Science and Engineering (ICMSE 2016)

4th Annual International Conference on Material Science and Engineering (ICMSE 2016) A Bidirectional Walk Method of Random Polygon for Two-dimensional Concrete Model Zheng CHEN 1,2,a,*, Yu-Liu WEI 1,b, Wei-Ying LIANG 1,c and Wo-Cheng HUANG 1,d 1 Key Laboratory of Disaster Prevention and

More information

Gabor Surface Feature for Face Recognition

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

More information

A Path Planning Method for Substation Laser Inspection Robot Based on Improved Ant Colony Algorithm

A Path Planning Method for Substation Laser Inspection Robot Based on Improved Ant Colony Algorithm 2nd International Conference on Computer Engineering, Information Science & Application Techlogy (ICCIA 2017) A Path Planning Method for Substation Laser Inspection Robot Based on Improved Ant Colony Algorithm

More information

Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm

Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm 016 International Conference on Advanced Manufacture Technology and Industrial Application (AMTIA 016) ISBN: 978-1-60595-387-8 Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm Ji-zhong

More information

CHAOTIC ANT SYSTEM OPTIMIZATION FOR PATH PLANNING OF THE MOBILE ROBOTS

CHAOTIC ANT SYSTEM OPTIMIZATION FOR PATH PLANNING OF THE MOBILE ROBOTS CHAOTIC ANT SYSTEM OPTIMIZATION FOR PATH PLANNING OF THE MOBILE ROBOTS Xu Mingle and You Xiaoming Shanghai University of Engineering Science, Shanghai, China ABSTRACT This paper presents an improved ant

More information

A Distance-Based Classifier Using Dissimilarity Based on Class Conditional Probability and Within-Class Variation. Kwanyong Lee 1 and Hyeyoung Park 2

A Distance-Based Classifier Using Dissimilarity Based on Class Conditional Probability and Within-Class Variation. Kwanyong Lee 1 and Hyeyoung Park 2 A Distance-Based Classifier Using Dissimilarity Based on Class Conditional Probability and Within-Class Variation Kwanyong Lee 1 and Hyeyoung Park 2 1. Department of Computer Science, Korea National Open

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical esearch, 015, 7(3):175-179 esearch Article ISSN : 0975-7384 CODEN(USA) : JCPC5 Thread image processing technology research based on

More information

A Study on Similarity Computations in Template Matching Technique for Identity Verification

A Study on Similarity Computations in Template Matching Technique for Identity Verification A Study on Similarity Computations in Template Matching Technique for Identity Verification Lam, S. K., Yeong, C. Y., Yew, C. T., Chai, W. S., Suandi, S. A. Intelligent Biometric Group, School of Electrical

More information

An indirect tire identification method based on a two-layered fuzzy scheme

An indirect tire identification method based on a two-layered fuzzy scheme Journal of Intelligent & Fuzzy Systems 29 (2015) 2795 2800 DOI:10.3233/IFS-151984 IOS Press 2795 An indirect tire identification method based on a two-layered fuzzy scheme Dailin Zhang, Dengming Zhang,

More information

A Study on Different Challenges in Facial Recognition Methods

A Study on Different Challenges in Facial Recognition Methods Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 6, June 2015, pg.521

More information

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware.

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware. 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 Research and Design on Water Sound Acquisition System of Deep Sea Ultrahigh Pressure Environment Gang TONG 1,

More information

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM

Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Performance Degradation Assessment and Fault Diagnosis of Bearing Based on EMD and PCA-SOM Lu Chen and Yuan Hang PERFORMANCE DEGRADATION ASSESSMENT AND FAULT DIAGNOSIS OF BEARING BASED ON EMD AND PCA-SOM.

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China December 2008

2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China December 2008 2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China 13-15 December 2008 IEEE Catalog Number: ISBN: CFP0881F-PRT 978-1-4244-3427-5 TABLE OF CONTENTS

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

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

Infrared Image Stitching Based on Immune Memory Clonal Selection Algorithm

Infrared Image Stitching Based on Immune Memory Clonal Selection Algorithm Infrared Image Stitching Based on Immune Memory Clonal Selection Algorithm by Tong Hejun, Fu Dongmei, Dong Lin and Yang Tao School of Automation and Electrical Engineering, University of Science and Technology

More information

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

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

More information

Automatic Detection and Assessment System of Water Turbidity based on Image Processing

Automatic Detection and Assessment System of Water Turbidity based on Image Processing TELKOMNIKA, Vol.11, No.3, March 2013, pp. 1506 ~ 1513 ISSN: 2302-4046 1506 Automatic Detection and Assessment System of Water Turbidity based on Image Processing Cheng En, Zhang Rong-Xin, Yuan Fei* Key

More information

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Application of Geometry Rectification to Deformed Characters Liqun Wang1, a * and Honghui Fan2 1 School of

More information

Image-Based Face Recognition using Global Features

Image-Based Face Recognition using Global Features Image-Based Face Recognition using Global Features Xiaoyin xu Research Centre for Integrated Microsystems Electrical and Computer Engineering University of Windsor Supervisors: Dr. Ahmadi May 13, 2005

More information

Ear Recognition based on 2D Images

Ear Recognition based on 2D Images Ear Recognition based on 2D Images Li Yuan, Zhi-chun Mu Abstract-Research of ear recognition and its application is a new subject in the field of biometrics authentication. Ear normalization and alignment

More information

Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography

Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography , pp.37-41 http://dx.doi.org/10.14257/astl.2013.31.09 Application Research of Wavelet Fusion Algorithm in Electrical Capacitance Tomography Lanying Li 1, Yun Zhang 1, 1 School of Computer Science and Technology

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

result, it is very important to design a simulation system for dynamic laser scanning

result, it is very important to design a simulation system for dynamic laser scanning 3rd International Conference on Multimedia Technology(ICMT 2013) Accurate and Fast Simulation of Laser Scanning Imaging Luyao Zhou 1 and Huimin Ma Abstract. In order to design a more accurate simulation

More information

Facial Feature Points Tracking Based on AAM with Optical Flow Constrained Initialization

Facial Feature Points Tracking Based on AAM with Optical Flow Constrained Initialization Journal of Pattern Recognition Research 7 (2012) 72-79 Received Oct 24, 2011. Revised Jan 16, 2012. Accepted Mar 2, 2012. Facial Feature Points Tracking Based on AAM with Optical Flow Constrained Initialization

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

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Multidirectional 2DPCA Based Face Recognition System

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

More information

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis

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

More information

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

Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation

Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation M. Blauth, E. Kraft, F. Hirschenberger, M. Böhm Fraunhofer Institute for Industrial Mathematics, Fraunhofer-Platz 1,

More information

Disguised Face Identification Based Gabor Feature and SVM Classifier

Disguised Face Identification Based Gabor Feature and SVM Classifier Disguised Face Identification Based Gabor Feature and SVM Classifier KYEKYUNG KIM, SANGSEUNG KANG, YUN KOO CHUNG and SOOYOUNG CHI Department of Intelligent Cognitive Technology Electronics and Telecommunications

More information

Human Face Recognition Using Weighted Vote of Gabor Magnitude Filters

Human Face Recognition Using Weighted Vote of Gabor Magnitude Filters Human Face Recognition Using Weighted Vote of Gabor Magnitude Filters Iqbal Nouyed, Graduate Student member IEEE, M. Ashraful Amin, Member IEEE, Bruce Poon, Senior Member IEEE, Hong Yan, Fellow IEEE Abstract

More information

Research on friction parameter identification under the influence of vibration and collision

Research on friction parameter identification under the influence of vibration and collision Research on friction parameter identification under the influence of vibration and collision Qiang Chen 1, Yingjun Wang 2, Ying Chen 3 1, 2 Department of Control and System Engineering, Nanjing University,

More information

Algorithm research of 3D point cloud registration based on iterative closest point 1

Algorithm research of 3D point cloud registration based on iterative closest point 1 Acta Technica 62, No. 3B/2017, 189 196 c 2017 Institute of Thermomechanics CAS, v.v.i. Algorithm research of 3D point cloud registration based on iterative closest point 1 Qian Gao 2, Yujian Wang 2,3,

More information

NOWADAYS, there are many human jobs that can. Face Recognition Performance in Facing Pose Variation

NOWADAYS, there are many human jobs that can. Face Recognition Performance in Facing Pose Variation CommIT (Communication & Information Technology) Journal 11(1), 1 7, 2017 Face Recognition Performance in Facing Pose Variation Alexander A. S. Gunawan 1 and Reza A. Prasetyo 2 1,2 School of Computer Science,

More information

FSRM Feedback Algorithm based on Learning Theory

FSRM Feedback Algorithm based on Learning Theory Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 699-703 699 FSRM Feedback Algorithm based on Learning Theory Open Access Zhang Shui-Li *, Dong

More information

Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority

Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Comprehensive analysis and evaluation of big data for main transformer equipment based on PCA and Apriority To cite this article:

More information

School of Computer and Communication, Lanzhou University of Technology, Gansu, Lanzhou,730050,P.R. China

School of Computer and Communication, Lanzhou University of Technology, Gansu, Lanzhou,730050,P.R. China Send Orders for Reprints to reprints@benthamscienceae The Open Automation and Control Systems Journal, 2015, 7, 253-258 253 Open Access An Adaptive Neighborhood Choosing of the Local Sensitive Discriminant

More information

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle.

Qiqihar University, China *Corresponding author. Keywords: Highway tunnel, Variant monitoring, Circle fit, Digital speckle. 2017 2nd International Conference on Applied Mechanics and Mechatronics Engineering (AMME 2017) ISBN: 978-1-60595-521-6 Research on Tunnel Support Deformation Based on Camera and Digital Speckle Improvement

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

CV of Qixiang Ye. University of Chinese Academy of Sciences

CV of Qixiang Ye. University of Chinese Academy of Sciences 2012-12-12 University of Chinese Academy of Sciences Qixiang Ye received B.S. and M.S. degrees in mechanical & electronic engineering from Harbin Institute of Technology (HIT) in 1999 and 2001 respectively,

More information

AAM Based Facial Feature Tracking with Kinect

AAM Based Facial Feature Tracking with Kinect BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 3 Sofia 2015 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2015-0046 AAM Based Facial Feature Tracking

More information

Mobile Face Recognization

Mobile Face Recognization Mobile Face Recognization CS4670 Final Project Cooper Bills and Jason Yosinski {csb88,jy495}@cornell.edu December 12, 2010 Abstract We created a mobile based system for detecting faces within a picture

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

Distribution Network Reconfiguration Based on Relevance Vector Machine

Distribution Network Reconfiguration Based on Relevance Vector Machine 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Distribution Network Reconfiguration Based on Relevance Vector Machine Sheng ZHOU

More information

Semi-supervised Data Representation via Affinity Graph Learning

Semi-supervised Data Representation via Affinity Graph Learning 1 Semi-supervised Data Representation via Affinity Graph Learning Weiya Ren 1 1 College of Information System and Management, National University of Defense Technology, Changsha, Hunan, P.R China, 410073

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

Multi-projector-type immersive light field display

Multi-projector-type immersive light field display Multi-projector-type immersive light field display Qing Zhong ( é) 1, Beishi Chen (í ì) 1, Haifeng Li (Ó ô) 1, Xu Liu ( Ê) 1, Jun Xia ( ) 2, Baoping Wang ( ) 2, and Haisong Xu (Å Ø) 1 1 State Key Laboratory

More information

I accurate and reliable navigation of vision-based IV. The main purpose of image segmentation is to separate the

I accurate and reliable navigation of vision-based IV. The main purpose of image segmentation is to separate the An Improved Otsu Image Segmentation Algorithm for Path Mark Detection under Variable Illumination JIN Li-Sheng TIAN Lei WANG Rong-ben GUO Lie CHU Jiang-wei ( Transportation College of Jilin University,

More information

PATTERN SYNTHESIS FOR PLANAR ARRAY BASED ON ELEMENTS ROTATION

PATTERN SYNTHESIS FOR PLANAR ARRAY BASED ON ELEMENTS ROTATION Progress In Electromagnetics Research Letters, Vol. 11, 55 64, 2009 PATTERN SYNTHESIS FOR PLANAR ARRAY BASED ON ELEMENTS ROTATION F. Zhang, F.-S. Zhang, C. Lin, G. Zhao, and Y.-C. Jiao National Key Laboratory

More information

Human Action Recognition Using Independent Component Analysis

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

More information

Study on the Quantitative Vulnerability Model of Information System based on Mathematical Modeling Techniques. Yunzhi Li

Study on the Quantitative Vulnerability Model of Information System based on Mathematical Modeling Techniques. Yunzhi Li Applied Mechanics and Materials Submitted: 2014-08-05 ISSN: 1662-7482, Vols. 651-653, pp 1953-1957 Accepted: 2014-08-06 doi:10.4028/www.scientific.net/amm.651-653.1953 Online: 2014-09-30 2014 Trans Tech

More information

Iris Recognition Using Curvelet Transform Based on Principal Component Analysis and Linear Discriminant Analysis

Iris Recognition Using Curvelet Transform Based on Principal Component Analysis and Linear Discriminant Analysis Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 3, July 2014 Iris Recognition Using Curvelet Transform Based on Principal Component

More information

Automatic Feature Extraction of Pose-measuring System Based on Geometric Invariants

Automatic Feature Extraction of Pose-measuring System Based on Geometric Invariants Automatic Feature Extraction of Pose-measuring System Based on Geometric Invariants Yan Lin 1,2 Bin Kong 2 Fei Zheng 2 1 Center for Biomimetic Sensing and Control Research, Institute of Intelligent Machines,

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

Research on Evaluation Method of Video Stabilization

Research on Evaluation Method of Video Stabilization International Conference on Advanced Material Science and Environmental Engineering (AMSEE 216) Research on Evaluation Method of Video Stabilization Bin Chen, Jianjun Zhao and i Wang Weapon Science and

More information

A Novel Double Triangulation 3D Camera Design

A Novel Double Triangulation 3D Camera Design Proceedings of the 2006 IEEE International Conference on Information Acquisition August 20-23, 2006, Weihai, Shandong, China A Novel Double Triangulation 3D Camera Design WANG Lei,BOMei,GAOJun, OU ChunSheng

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

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

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

Research Article. Three-dimensional modeling of simulation scene in campus navigation system

Research Article. Three-dimensional modeling of simulation scene in campus navigation system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(12):103-107 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Three-dimensional modeling of simulation scene

More information

An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b

An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) An adaptive container code character segmentation algorithm Yajie Zhu1, a, Chenglong Liang2, b

More information

Time Series Clustering Ensemble Algorithm Based on Locality Preserving Projection

Time Series Clustering Ensemble Algorithm Based on Locality Preserving Projection Based on Locality Preserving Projection 2 Information & Technology College, Hebei University of Economics & Business, 05006 Shijiazhuang, China E-mail: 92475577@qq.com Xiaoqing Weng Information & Technology

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

Cross-pose Facial Expression Recognition

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

More information

A Design of Remote Monitoring System based on 3G and Internet Technology

A Design of Remote Monitoring System based on 3G and Internet Technology National Conference on Information Technology and Computer Science (CITCS 2012) A Design of Remote Monitoring System based on 3G and Internet Technology Shouxian WEN Lei XU Xingguo SUN Xiaohui LI* Abstract

More information

3D HAND LOCALIZATION BY LOW COST WEBCAMS

3D HAND LOCALIZATION BY LOW COST WEBCAMS 3D HAND LOCALIZATION BY LOW COST WEBCAMS Cheng-Yuan Ko, Chung-Te Li, Chen-Han Chung, and Liang-Gee Chen DSP/IC Design Lab, Graduated Institute of Electronics Engineering National Taiwan University, Taiwan,

More information

Gender Classification Technique Based on Facial Features using Neural Network

Gender Classification Technique Based on Facial Features using Neural Network Gender Classification Technique Based on Facial Features using Neural Network Anushri Jaswante Dr. Asif Ullah Khan Dr. Bhupesh Gour Computer Science & Engineering, Rajiv Gandhi Proudyogiki Vishwavidyalaya,

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

Gabor Wavelet Based Features Extraction for RGB Objects Recognition Using Fuzzy Classifier

Gabor Wavelet Based Features Extraction for RGB Objects Recognition Using Fuzzy Classifier Gabor Wavelet Based Features Extraction for RGB Objects Recognition Using Fuzzy Classifier Rakesh Kumar [1], Rajesh Kumar [2] and Seema [3] [1] Department of Electronics & Communication Engineering Panipat

More information

The design of medical image transfer function using multi-feature fusion and improved k-means clustering

The design of medical image transfer function using multi-feature fusion and improved k-means clustering Available online www.ocpr.com Journal of Chemical and Pharmaceutical Research, 04, 6(7):008-04 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 The design of medical image transfer function using

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

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

The HFB Face Database for Heterogeneous Face Biometrics Research

The HFB Face Database for Heterogeneous Face Biometrics Research The HFB Face Database for Heterogeneous Face Biometrics Research Stan Z. Li, Zhen Lei, Meng Ao Center for Biometrics and Security Research Institute of Automation, Chinese Academy of Sciences 95 Zhongguancun

More information

Face Recognition using Rectangular Feature

Face Recognition using Rectangular Feature Face Recognition using Rectangular Feature Sanjay Pagare, Dr. W. U. Khan Computer Engineering Department Shri G.S. Institute of Technology and Science Indore Abstract- Face recognition is the broad area

More information