Next Article in Journal
A Refractive Index Sensor Based on the Resonant Coupling to Cladding Modes in a Fiber Loop
Previous Article in Journal
Polycarbonate as an Elasto-Plastic Material Model for Simulation of the Microstructure Hot Imprint Process
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Finger Vein Recognition with Personalized Feature Selection

School of Computer Science and Technology, Shandong University, Jinan 250101, China
*
Author to whom correspondence should be addressed.
Sensors 2013, 13(9), 11243-11259; https://doi.org/10.3390/s130911243
Submission received: 25 May 2013 / Revised: 7 August 2013 / Accepted: 16 August 2013 / Published: 22 August 2013
(This article belongs to the Section Physical Sensors)

Abstract

: Finger veins are a promising biometric pattern for personalized identification in terms of their advantages over existing biometrics. Based on the spatial pyramid representation and the combination of more effective information such as gray, texture and shape, this paper proposes a simple but powerful feature, called Pyramid Histograms of Gray, Texture and Orientation Gradients (PHGTOG). For a finger vein image, PHGTOG can reflect the global spatial layout and local details of gray, texture and shape. To further improve the recognition performance and reduce the computational complexity, we select a personalized subset of features from PHGTOG for each subject by using the sparse weight vector, which is trained by using LASSO and called PFS-PHGTOG. We conduct extensive experiments to demonstrate the promise of the PHGTOG and PFS-PHGTOG, experimental results on our databases show that PHGTOG outperforms the other existing features. Moreover, PFS-PHGTOG can further boost the performance in comparison with PHGTOG.

1. Introduction

In recent years, there has been considerable research in finger-vein recognition due to its advantages over existing biometrics. As a biometric identifier, finger veins have the following properties [1]: (1) non-contact; (2) live-body identification; (3) high security; and (4) small device size. Therefore, personalized identification with finger vein patterns has received lots of research interest [26]. Currently, several commercial products are available for civilian applications [79].

Finger vein recognition involves four main steps: image capture, pre-processing, feature extraction and matching. In the image capture step, an infrared LED light of 760–1,000 nm is able to pass through the skin of the finger while the hemoglobin in the vein can absorb the infrared light [10], and then the finger vein patterns are captured by an infrared LED and CCD camera. The pre-processing procedure consists of image enhancement, normalization, etc. Enhancement algorithms [1114] are utilized to enhance the images for better performance. Because the pre-processing procedure is not the core point of this paper, a detailed description of these approaches is not provided.

Feature extraction is the critical step in the finger vein recognition process. The feature extracting methods can be classified into two categories based on the rules that determine how the blood vessel network will be segmented. For the first category, the finger vein network is segmented first, and then the geometric shape, topological structure or other information of the segmented blood vessel network are obtained [1522]. However, due to low qualities of finger vein images and the limitations of the segmenting algorithms, the segmentation results are often unsatisfying [23], hence, the feature based on the segmented blood vessel network is less powerful. To solve this problem, another category of feature extracting methods [10,2327] are proposed, where after the pre-processing, the features will be extracted without segmentation. Although promising experiment results are reported in [2227], two limitations of these feature extraction methods may exist. One problem is that the effective information contained in these features is not enough to make the feature more powerful and robust. For example, [24] proposes a LLBP operator for finger-vein recognition. The operator consists of two components: horizontal and vertical. These operators may lose other directional information, which may be important for recognition. In [10] PCA is proposed to extract the global features based on the rule of minimizing the image reconstruction errors. However, the global features may ignore some local detailed information, which is important for recognition. In addition, another limitation of these methods is that they treat all the features as equally important in the final matching. In fact, for a subject, only a subset of features distinguish this subject from other subjects. Moreover, the discriminative subset of features is different for different subjects due to the differences between the subjects. For example, [25] uses the LBP operator to extract the binary code for each subject, where every binary bit is treated as of equal importance. In fact, for a subject, only a part of the binary bit can really reflect the main characteristics of this subject and the discriminative bits are different for different subjects. The authors of [26] propose PBBM, which is rooted in LBP, to select the personalized discriminative bits for each subject. Experimental results show that PBBM achieves quality performance not only on the recognition accuracy but also in time cost due to the fact PBBM only selects a part of personalized discriminative bits for each subject. Although PBBM can improve the performance, PBBM based on LBP cannot achieve a satisfying result due to the insufficient information in the LBP. For example, LBP cannot reflect the delicate difference among the gray values of pixels. Given a pixel whose gray value is 100, the gray values of its eight neighbors are all 90, and its LBP code is 1111111, for another pixel whose gray value is 50, its eight neighbors are all 20, and its LBP code is 1111111. Although the LBP codes of the two pixels are same, the local gray differences of them are not same apparently.

As mentioned above, most of the proposed features only involve the shape information or texture information. To extract a more powerful feature, a combination of the effective information such as gray, texture and shape is necessary. In addition, the feature which reveals the global spatial layout and the local detail of the finger vein will make the feature more robust. In this paper, we propose a simple but powerful feature based on the spatial pyramid representation and a combination of more effective information such as gray, texture and shape. We construct the pyramid histogram of gray (PHG) and pyramid histogram of texture (PHT) by using a method which is similar to the method of extracting PHOG [28]. We join the pyramid histogram of gray, pyramid histogram of texture (LBP operators are used to form the pyramid histogram of texture) with PHOG [28] to reflect the global and local information of gray characteristic, texture characteristic and shape characteristic of the finger vein. We called our feature Pyramid Histograms of Gray, Texture and Orientation Gradients (PHGTOG). Although rich information will make the feature more robust, in fact, only a part of information is useful for distinguishing a subject from other subjects, moreover, the irrelevant information may degrade the recognition accuracy and increase the computational complexity. Therefore, selecting a subset of features containing the discriminative information is very important for the performance gain. In addition, another significant problem should not be ignored. That is the differences that exist between subjects. The discriminative subsets of features are different for different subjects. Therefore, it is crucial to select the personalized features for subjects. In this paper, the sparse weight vector for each subject is trained by using LASSO [29], we select a personalized subset of features from PHGTOG for each subject by using the sparse weight vector and we call the selected features PFS-PHGTOG.

The rest of this paper is organized as follows: we briefly introduce the PHGTOG extraction method in Section 2. Personalized feature selection will be introduced in Section 3. The proposed framework of finger vein recognition will be described in Section 4. Experimental results are demonstrated in Section 5 to verify the validity of the proposed approach. Finally, Section 6 concludes this paper.

2. PHGTOG for Image Representation

Based on spatial pyramid representation and a combination of more effective information such as gray, texture and shape, PHGTOG is designed as the Concatenation of the Pyramid Histogram of Gray (PHG), Pyramid Histogram of Texture (PHT) and PHOG [28]. Since spatial pyramid representation combines multiple resolutions in a principled fashion, it is robust to failures at the subject level [30]. PHG can represent the statistical information of global gray and local gray, PHT can reflect the statistical information of texture characteristics at multiple resolutions. PHOG can represent an image by its local shape and the spatial layout of the shape [28], so PHGTOG can represent the global spatial layout and local details of gray, texture and shape. We will describe the details of PHG, PHT and PHOG in the following subsection, PHGTOG is obtained by combining PHG, PHT and PHOG.

2.1. PHG Feature Extraction

The method of extracting PHG can be divided into three steps:

(a)

Partition each image into a sequence of increasingly finer spatial grids by repeatedly doubling the number of divisions in each axis direction at each pyramid resolution level.

(b)

Calculate gray histograms for each grid cell at each pyramid resolution level.

(c)

Concatenate all the histogram vectors of all resolution levels to obtain the final feature for the image. The final feature is normalized to sum to unity.

Figure 1 gives out the results of gray spatial pyramid representation of two finger vein images (after pre-processing) from different subjects at different level resolution. As shown in Figure 1, level 0 is represented by a K-vector, where K (in Figure 1, K = 4) is the number of the bins of the histogram in each grid, level 1 by a 4K-vector, etc., and the gray histogram of the entire image is a vector with dimensionality K. L is the pyramid resolution level of the image. Interestingly, the histogram in each grid can describe the local gray information, the gray feature in the level 0 can represent the global gray information of these two samples. Therefore, PHG can also reflect the global gray information to a certain degree.

From Figure 1 we can see that the feature extracted at the level 1 and 2 are more discriminative than that at the level 0 for the two images. In other words, the local features represent more detailed information, and thus are more discriminative than the global feature for the two images.

2.2. PHT Feature Extraction

The method of extracting the Pyramid histogram of Texture (the LBP operator [31] is used to represent texture) can be divided into three steps:

(a)

Partition each image into a sequence of increasingly finer spatial grids by repeatedly doubling the number of divisions in each axis direction at each pyramid resolution level.

(b)

Calculate LBP for the pixels in each grid cell at each pyramid resolution level. Based on the LBP code, each pixel can be represented by an 8 dimension vector whose values contain 0 and 1. The summation of all the 8 dimension vectors in the grid cell is the corresponding LBP histograms for this grid cell. For example, a grid cell contains four pixels. The LBP codes of the pixels are [0,1,1,1,0,1,0,0], [1,1,0,1,0,1,0,1], [0,1,1,1,0,1,0,1], [0,1,0,1,1,1,0,0], respectively. The LBP histogram of this grid cell is [1,4,2,4,1,4,0,2].

(c)

Concatenate all the histogram vectors of all resolution levels to obtain the final feature for the image. The final feature is normalized to sum to unity.

Figure 2 gives the results of texture spatial pyramid representation of two finger vein images (after pre-processing) from the same subject at different level resolution. As shown in Figure 2, level 0 is represented by a K-vector corresponding to the K (K = 8) bins of the histogram, level 1 by a 4K-vector, etc., and the texture histogram of the entire image is a vector with dimensionality K l L 4 lwhere L is the level of the image. The second finger vein image is captured by rotating the finger a small degree compared to the first image.

From Figure 2, although certain local texture features are different between these two samples due to the small rotation, the similar global texture characteristics will guarantee that the two images are classified into the same subject. We guess that the global texture feature may make PHT insensitive to the small rotation.

2.3. PHOG Feature Extraction

PHOG [28] is proposed as a spatial pyramid representation of the HOG descriptor. It achieved promising performance in object recognition, which can represent an image by its local shape and the spatial layout of the shape. We use PHOG to describe shape of the vein. Before extracting PHOG, the vein pattern should be firstly extracted by using the Sobel edge detector, and then we use the following three steps to obtain PHOG:

(a)

Partition each image into a sequence of increasingly finer spatial grids by repeatedly doubling the number of divisions in each axis direction.

(b)

Calculate Histograms of Orientation Gradients (HOG) [32] for each grid cell at each pyramid resolution level.

(c)

The final PHOG descriptor for the image is a weighted concatenation of all the HOG vectors. The PHOG is normalized to sum to unity.

Figure 3 gives out the results of shape spatial pyramid representation of a finger vein image at different level. More details about PHOG can be found in [28]. Given that max(F) and min(F) are the maximum and minimum values of the raw features respectively, the normalized value of the feature is calculated as f' = [max(F) – f)/(f – min(F)]. In our experiments, the dimension of PHG, PHT, and PHOG are 84, 168, 340, respectively. We concatenate PHG, PHT and PHOG into a 592 dimension feature vector to obtain PHGTOG.

3. Personalized Feature Selection

After extracting the new feature PHGTOG, a high dimension feature vector can be obtained. Although PHGTOG contains a wealth of information, such a high dimension feature may contain some useless information which may degrade the recognition accuracy in the final matching, in addition, high dimension features may increase the computational complexity, so it can be very important to select a discriminative subset of PHGTOG for the final recognition.

Because the differences among subjects exist, personalized features that reflect the differences among subjects should be selected for different subjects. For example, subject 1 is distinguished from the other subjects by its shape characteristics, and subset of the feature that reflects the shape information of the subject 1 should be selected. The texture information makes the subject 2 very discriminative, and subset of the features that reflect the texture information are more important for subject 2 and should be selected for classifying subject 2 from other subjects.

In this paper, LASSO [29] was used to select the personalized feature for different subjects. It has frequently been observed that L1 regularization in many models causes many parameters to equal zero, so that the parameter vector is sparse[33].Linear least-squares regression with L1 regularization is called the LASSO [29] algorithm, which is known to generally give sparse weight vectors which contain some coefficients equals zero. The subset of the features which are useless for the matching can be ignored according to the weight coefficients which equals zero. We can get the sparse weight vector w by solving the optimization problem of minimizing following Equation (1):

Min i = 1 m ( Y i w T X i ) + λ w 1

In Equation (1), we consider the training set S = { (Xi,Yi) }, (I = 1,2,3,…m) with m training samples, where Yi ∈ {+1,−1 } is a class label, and Xi is a p dimensional column vector which represents the feature of a sample. w = (w1,w2,…wp)T is the weight coefficient vector, where wi(I = 1,2,…p) denotes the weight coefficient of the i-th dimension of the feature. Resulting from the difference among subjects, we should select the personalized subset of features for each subject, so we learn different w values for different subject. When we learn the weight coefficient vector of the i-th subject, the labels of the training samples from the i-th subject are +1, the remains are -1. After w is trained, we can select a subset of features from PHGTOG according to the weight vector w of each subject. We adopt the SLEP toolbox [34] to solve Equation (1). The selected features we called PFS-PHGTOG.

4. The Proposed Method

In this section, we propose a finger vein recognition method based on PFS-PHGTOG. It mainly involves two stages: a training stage and a recognition stage. The training stage aims to train different weight coefficient vectors w for each subject and generate the class center based on PFS-PHGTOG for each subject. This stage includes preprocessing, PHGTOG extraction, personalized weight coefficient vector training, and we construct a class center for each subject based on PFS-PHGTOG. In the recognition stage, we first preprocess the test sample, and then extract PHGTOG, and get PFS-PHGTOG based on the above trained weight coefficient vector. Then the similarity between the test sample and the class center of a certain subject is computed, finally a recognition result is obtained by comparing the similarity with a given threshold. The framework of the proposed method is demonstrated in Figure 4.

4.1. Preprocessing

For obtaining efficient features, image preprocessing is necessary. We use the preprocessing method proposed in [26] in this paper. The preprocessing mainly includes image gray processing, ROI extraction, size normalization and gray normalization. For reducing the computational complexity, image gray processing is used for transforming the original 24-bit color image (as shown in Figure 5a) into an 8-bit gray image. Edge-detection method with a Sobel operator can be used for extracting the finger contour. Region of Interest (ROI) (as shown in Figure 5b) can be obtained according to the maximum and minimum abscissa values of the finger contour. Due to personalized factors such as different finger size and changing location, the ROI region is normalized to the same size by using the bilinear interpolation, the size of the normalized ROI is set to be 96 × 64 (as shown in Figure 5c). After size normalization, gray normalization (as shown in Figure 5d) is used to obtain a uniform ray distribution.

4.2. Class Center Construction

We construct a class center for each subject with the training samples from this subject, where the k-th feature of the class center is calculated by averaging the corresponding feature values of the training samples. As there are N subjects, we then obtain N class centers Ti (i = 1, 2, …, N).as shown in Equation (2):

T i = j = 1 M q j M

In Equation (2), qj is the j-th sample represented by PFS-PHGTOG from the i-th subject. The number of the training samples in the i-th subject is M.

4.3. Matching

For any testing sample f, we estimate the similarity between this testing sample and the i-th class center Ti with Euclidean distances as shown in Equation (3):

D ( f , T i ) = f T i 2

5. Experimental Results

5.1. The Experimental Database

The experiments were conducted using our finger vein image database. Our finger vein image database consists of 4,080 images acquired from 34 volunteers (20 males and 14 females, Asian race) who are students, professors and staff at our school. To acquire these natural finger vein images. The finger vein images were acquired in two separate sessions with an interval of 20 days. The age of the volunteers was between 19 and 48 years. Each volunteer provides four fingers, which are left index, left middle, right index and right middle fingers, each of which contributes 30 images. In the first session, 20 images of each subject are captured, and the 10 images of each subject in the second session. We treat a finger as a subject. The capture device was manufactured by the Joint Lab for Intelligent Computing and Intelligent System of Wuhan University, China. The capture device mainly consists of a near-infrared light source, lens, light filter, and image capture equipment. Vein patterns can be viewed through an image sensor which is sensitive to near-infrared light (wavelengths between 700 and 1,000 nanometers), because near-infrared light passes through human body tissues and is blocked by pigments such as hemoglobin or melanin. To obtain a stable finger-vein pattern, our light source uses a near-infrared light source with wavelength of 790 nm. A groove in the shell of the device is used to guide the finger orientation, and the capture device is shown in Figure 6. The original spatial resolution of the image is 320 × 240. Several finger vein images in our database are shown in Figure 7.

Note that although [6] provides a public databases for finger vein images, the size of samples is too small for training the weight vector w in our work because the number of the finger vein images from each subject is 12.

5.2. The Experiment Settings

All the experiments are implemented in MATLAB 7.6, and run on a PC with a 2.9 GHz CPU and 4.0 GB memory. In the step of extracting PHGOTOG, the bins of the histogram in every grid cell is 4 (except for PHT, where the PHT bins are 8), the resolution level of PHG, PHT and PHOG are 2, 2 and 3, respectively. We conduct four experiments to demonstrate the efficiency of PHGTOG and PFS-PHGTOG: (1) Experiment 1 evaluates the efficiency of PHGTOG by comparing PHGTOG with PHG PHT and PHOG; (2) in Experiment 2, we compare the efficiency of PHGTOG with several traditional features such as mean curvature [17], LLBP [24], LBP, and LDP [25]; (3) in Experiment 3 we compare the efficiency of PHGTOG with PFS-PHGTOG to demonstrate the power of PFS-PHGTOG; (4) in Experiment 4, we evaluate the effect on recognition performance when using different numbers of training samples to train the weight coefficient vector for each subject.

5.3. Experiment 1

We performed this experiment on our finger vein database. Different fingers from the same individual were treated as different classes (i.e., 136 classes), in the experiments, we use the first 10 samples of each class in the database to generate the class center and use the last 10 as test samples. Consequently, there are 1,360 (136 × 10) genuine ones. For obtaining the imposters, we select two samples from test samples of each class to match with the class center from different classes. So we can obtain 36,720 (135 × 2 × 136) imposters.

In this experiment, the performance of a system is evaluated by the equal error rate (EER), the false rejection rate (FRR) at zero false acceptance rate (FAR) and the FAR at zero FRR. EER is the error rate when the FRR equals the FAR and therefore suited for measuring the overall performance of biometrics systems because the FRR and FAR are treated equally. On the other hand, the FRR at-zero-FAR is suited for high security systems, as in those systems, false acceptance errors are much more critical than false rejection errors. On the contrary, the FAR at zero FRR shows the acceptance rate of impostors when none genuine rejected is desired.

The ROC curves are shown in Figure 8. The ERR, FRR at-zero-FAR and FAR at-zero-FRR values are listed in Table 1. From Figure 8 and Table 1, we can see that PHGTOG achieves a much lower EER, FAR at-zero-FRR, FRR at-zero-FAR than PHG, PHT and PHOG. This can be explained that the combination of gray, texture, shape make PHGTOG contain more effective information and is more robust than the other two features which only reflect the shape or gray information.

5.4. Experiment 2

In this experiment, we compare the efficiency of PHGTOG with several traditional features extracted by the mean curvature [17], LLBP [24], LBP, and LDP [25] methods. The performance of different features is evaluated by the EER and recognition rate. In the identification mode, we want to identify input finger vein which class it belongs to. We use Equation (2) to construct the class center for every class, there are 136 class centers in total. A test image was matched with all the class centers according to Equation (3). If (f,Tj) = min D(f,Ti)(i = 1, 2, …, 136), then q goes to the j-th class. We can compare the prediction label and its truth label to judge if this test image is classified correctly. For N test images, we assume u test images are classified correctly, and then the recognition rate can be calculated as u/N.

The ROC curves are shown in Figure 9. The ERR, recognition rate values are reported in Table 2. From Figure 9 and Table 2, we can see that PHGTOG achieves the best performance. Compared with the traditional features which only reflect one certain characteristic such as texture or shape, PHGTOG can describe not only global layout and local details, but also a combination of gray, texture and shape.

A wealth of information makes PHGOTG less insensitive to the noise and more discriminative than traditional features. Therefore, PHGOTG is more powerful and robust.

5.5. Experiment 3

In this experiment, we compare PHGTOG with PFS-PHGTOG to demonstrate the efficiency of personalized feature selection. The ROC curves of these two features are shown in Figure 10. The ERR, FRR at-zero-FAR and FAR at-zero-FRR values are listed in Table 3.

From Figure 10 and Table 3, we can see that PFS-PHGTOG achieves much lower EER, FRR at-zero-FAR and FAR at-zero-FRR. We think the reason may be that although PHGTOG contains rich information, only a subset of features can reflect the discriminative characteristics of the each subject, the discriminative subset of features is treated to be equally important as the other features which may be useless for matching, and this may limit the improvement of the performance. However, PFS-PHGTOG selects the distinguishing subset of features by considering the difference between the subjects, and the discriminative subset of features can play a more important role in the procedure of matching, so it results in a performance gain.

We also test the matching time to demonstrate that PFS-PHGTOG can reduce the computational complexity in comparison with PHGTOG. The matching time is shown in Table 4. Because PFS-PHGTOG is only a subset of PHGTOG, PFS-PHGTOG can achieve faster matching speed. Table 5 shows the maximum, minimum, average dimension of PHGTOG and PFS-PHGTOG of the subjects. As shown in Table 5, the dimension of most PFS-PHGTOG is much lower than PHGTOG.

5.6. Experiment 4

In this experiment, we evaluate the effect on the performance when using different numbers of training samples to generate PFS-PHGTOG.

For each subject, we select 8, 10, 12, 14, 16, 18, 20 samples from the first 20 images as the training samples respectively and the last 10 images as test samples. We generate genuine and imposters by the same methods as mentioned in Experiment 1.

We use EER and recognition rate as the performance measure. The EER, recognition rate values are listed in Table 6. From Table 6, we can see that the performance is improved with the number of training samples increased on the whole. The reason may be that prior knowledge is increased with the increased number of training samples, therefore, more prior knowledge makes the learned weight coefficient more optimal for feature selection, so the feature selected is more discriminative for each subject. Interestingly, the performance of PFS-PHGTOG with eight samples is much better than any other feature as shown in Experiment 2. The reason may be that although the number of the training samples is smaller, the effective information which PFS-PHGTOG represents is more and the crucial discriminative information is selected to play a key role for the recognition.

6. Conclusions and Future Work

In this paper, we firstly propose a very simple but powerful feature called PHGTOG which reflects not only the global spatial layout but also the local information of gray, texture and shape. Secondly, PFS-PHGTOG is proposed as a personalized subset of features from PHGTOG. Compared with PHGTOG, PFS-PHGTOG is not only more effective but also has a lower computational complexity. At last, we conduct experiments to demonstrate the efficiency of PHGTOG and PFS-PHGTOG.

As shown in Experiment 4, the performance is improved with sufficient training samples, but in some application areas, it is very difficult or expensive to obtain sufficient instances for training, so, finding a more powerful feature selection method to make full use of fewer samples to select the more effective feature will be the focus of our future work.

Acknowledgments

The work is supported by National Science Foundation of China under Grant No. 61070097, 61173069, Program for New Century Excellent Talents in University of Ministry of Education of ChinaNCET-11-0315, Shandong Natural Science Funds for Distinguished Young Scholar. The authors would like to thank Shuaiqiang Wang and Shuangling Wang for their helpful comments and constructive advice on structuring the paper. In addition, the authors would particularly like to thank the anonymous reviewers for their helpful suggestions.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Liu, Z.; Yin, Y.L.; Wang, H.J.; Song, S.L.; Li, Q.L. Finger vein recognition with manifold learning. J. Netw. Comput. 2010, 33, 275–282. [Google Scholar]
  2. Kono, M.; Ueki, H.; Umemura, S. Near-infrared finger vein patterns for personal identification. Appl. Opt. 2002, 41, 7429–7436. [Google Scholar]
  3. Hashimoto, J. Finger Vein Authentication Technology and Its Future. Proceedings of the IEEE Symposium on VLSI Circuits, Digest of Technical Papers, Honolulu, HI, USA, 15–17 June 2006; pp. 5–8.
  4. Mulyono, D.; Jinn, H.S. A Study of Finger Vein Biometric for Personal Identification. Proceedings of the International Symposium on Biometrics and Security Technologies, Islamabad, Pakistan, 23–24 April 2008; pp. 1–8.
  5. Li, S.Z.; Jain, A.K. Encyclopedia of Biometrics; Springer: New York, NY, USA, 2009. [Google Scholar]
  6. Kumar, A.; Zhou, Y. Human identification using finger images. IEEE Trans. Image Process. 2012, 21, 2228–2244. [Google Scholar]
  7. Finger Vein Products. Available online: http://www.hitachi.co.jp/products/it/veinid/global//products/index.html (accessed on 20 April 2013).
  8. Kiyomizu, H.; Miura, N.; Miyatakeand, T.; Nagasaka, A. Finger Vein Authentication Device. U.S. Patent No. 20100098304A1, April 2010. [Google Scholar]
  9. Sato, H. Finger Vein Authentication Apparatus and Finger Vein Authentication Method. U.S. Patent 20100080422A1, April 2010. [Google Scholar]
  10. Wu, J.D.; Liu, C.T. Finger-vein pattern identification using principal component analysis and the neural network technique. Expert Syst. Appl. 2011, 38, 5423–5427. [Google Scholar]
  11. Yu, C.-B.; Zhang, D.-M.; Li, H.-B. Finger Vein Image Enhancement Based on Multi-Threshold Fuzzy Algorithm. Proceedings of the 2nd International Congress on Image and Signal Processing (CISP ′09), Tianjin, China, 17–19 October 2009; pp. 1–3.
  12. Yang, J.F.; Yang, J.L. Multi-Channel Gabor Finger Design for Finger Vein Image Enhancement. Proceedings of the 5th International Conference on Image and Graphics (ICIG ′09), Xi'an, China, 20–23 September 2009; pp. 87–91.
  13. Yang, J.F.; Yan, M.F. An Improved Method for Finger-Vein Image Enhancement. Proceedings of the 2010 IEEE 10th International Conference on Signal Processing, Beijing, China, 24–28 October 2010; pp. 1706–1709.
  14. Yang, J.F.; Yang, J.L.; Shi, Y.H. Combination of Gabor Wavelets and Circular Gabor Filter for Finger-Vein Extraction. Proceedings of the 5th International Conference on Emerging Intelligent Computing Technology and Applications, Ulsan, Korea, 16–19 September 2009; Springer-Verlag: Berlin, Germany, 2009; Volume LNCS 5754, pp. 346–354. [Google Scholar]
  15. Miura, N.; Nagasaka, A.; Miyatake, T. Feature extraction of finger-vein patterns based on repeated line tracking and its application to personal identification. Mach. Vis. Appl. 2004, 15, 194–203. [Google Scholar]
  16. Huafeng, Q.; Lan, Q.; Chengbo, Y. Region growth-based feature extraction method for finger vein recognition. Opt. Eng. 2011, 50, 281–307. [Google Scholar]
  17. Song, W.; Kim, T.; Kim, H.C.; Choi, J.H.; Kong, H.J.; Lee, S.R. A finger-vein verification system using mean curvature. Pattern Recognit. Lett. 2011, 32, 1541–1547. [Google Scholar]
  18. Yu, C.B.; Qin, H.F.; Zhang, L.; Cui, Y.Z. Finger-vein image recognition combining modified Hausdorff distance with minutiae feature matching. J. Biomed. Sci. 2009, 2, 261–272. [Google Scholar]
  19. Hoshyar, A.N.; Sulaiman, R.; Houshyar, A.N. Smart access control with finger vein authentication and neural network. J. Am. Sci. 2011, 7, 192–200. [Google Scholar]
  20. Huang, B.N.; Dai, Y.G.; Li, R.F. Finger-Vein Authentication Based on Wide Line Detector and Pattern Normalization. Proceedings of the 20th International Conference on Pattern Recognition, Istanbul, Turkey, 23–26 August 2010; pp. 1269–1272.
  21. Miura, N.; Nagasaka, A.; Miyatake, T. Extraction of Finger-Vein Patterns Using Maximum Curvature Points in Image Profiles. Proceedings of the 9th IAPR Conference on Machine Vision Applications (MVA), Tsukuba, Japan, 16–18 May 2005; pp. 347–350.
  22. Zhang, Z.; Ma, S.; Han, X. Multiscale Feature Extraction of Finger-Vein Patterns Based on Curvelets and Local Interconnection Structure Neural Network. Proceedings of the 18th International Conference on Pattern Recognition, Hong Kong, 20–24 August 2006; pp. 145–148.
  23. Wu, J.D.; Ye, S.H. Driver identification using finger-vein patterns with Radon transform and neural network. Expert Syst. Appl. 2009, 36, 5793–5799. [Google Scholar]
  24. Rosdi, B.A.; Shing, C.W.; Suandi, S.A. Finger vein recognition using local line binary pattern. Sensors 2010, 11, 11357–11371. [Google Scholar]
  25. Lee, E.C.; Jung, H.; Kim, D. New finger biometric method using near infrared imaging. Sensors 2011, 3, 2319–2333. [Google Scholar]
  26. Yang, G.P.; Xi, X.M.; Yin, Y.L. Finger vein recognition based on a personalized best bit map. Sensors 2012, 12, 1738–1757. [Google Scholar]
  27. Lee, H.C.; Kang, B.J.; Lee, E.C.; Park, K.R. Finger vein recognition using weighted local binary pattern code based on a support vector machine. J. Zheijiang Univ. Sci. 2010, 11, 514–524. [Google Scholar]
  28. Bosch, A.; Zisserman, A.; Munoz, X. Representing Shape with a Spatial Pyramid Kernel. Proceedings of the 6th ACM International Conference on Image and Video Retrieval, New York, NY, USA; 2007; pp. 401–408. [Google Scholar]
  29. Tibshirani, R. Regression shrinkage and selection via the LASSO. J. R. Stat. Soc. B 1996, 58, 267–288. [Google Scholar]
  30. Lazebnik, S.; Schmid, C.; Ponce, J. Beyond Bags of Features: Spatial Pyramid Matching for Recognizing Natural Scene Categories. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, New York, NY, USA, 17–22 June 2006; Volume 2, pp. 2169–2178.
  31. Ojala, T.; Pietikainen, M.; Harwood, D. A comparative study of texture measures with classification based on feature distributions. PatternRecognit. 1996, 29, 51–59. [Google Scholar]
  32. Dalal, N.; Triggs, B. Histograms of Oriented Gradients for Human Detection. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, San Diego, CA, USA; 2005; pp. 886–893. [Google Scholar]
  33. Ng, A.Y. Feature Selection, L1 vs. L2 Regularization, and Rotational Invariance. Proceedings of the 21st International Conference on Machine Learning, Banff, Canada, 4–8 July 2004; p. 78.
  34. Liu, J.; Ji, S.; Ye, J. SLEP: Sparse Learning with Efficient Projections; Arizona State University: Tempe, AZ, USA, 2009. [Google Scholar]
Figure 1. Gray spatial pyramid representation. The first row and third row: two images from different subjects and grids for levels L = 0 to L = 2; the second row and the fourth row: histogram representations corresponding to each level. The final PHG vector is a concatenation of vectors (histograms) for all levels.
Figure 1. Gray spatial pyramid representation. The first row and third row: two images from different subjects and grids for levels L = 0 to L = 2; the second row and the fourth row: histogram representations corresponding to each level. The final PHG vector is a concatenation of vectors (histograms) for all levels.
Sensors 13 11243f1 1024
Figure 2. Texture spatial pyramid representation. The first row and the third row: two images from same subject and grids for levels L = 0 to L = 2; the second row and the fourth row: histogram representations corresponding to each level. The final PHT vector is a concatenation of vectors (histograms) for all levels.
Figure 2. Texture spatial pyramid representation. The first row and the third row: two images from same subject and grids for levels L = 0 to L = 2; the second row and the fourth row: histogram representations corresponding to each level. The final PHT vector is a concatenation of vectors (histograms) for all levels.
Sensors 13 11243f2 1024
Figure 3. Shape spatial pyramid representation. The first row: an images and grids for levels L = 0 to L = 2; the second row: histogram representations corresponding to each level.
Figure 3. Shape spatial pyramid representation. The first row: an images and grids for levels L = 0 to L = 2; the second row: histogram representations corresponding to each level.
Sensors 13 11243f3 1024
Figure 4. Framework of the proposed method.
Figure 4. Framework of the proposed method.
Sensors 13 11243f4 1024
Figure 5. Examples of preprocessing. (a) Original finger vein image; (b) ROI of (a); (c) Finger vein image after size normalization; (d) Finger vein image after gray normalization.
Figure 5. Examples of preprocessing. (a) Original finger vein image; (b) ROI of (a); (c) Finger vein image after size normalization; (d) Finger vein image after gray normalization.
Sensors 13 11243f5 1024
Figure 6. The finger vein image capture device.
Figure 6. The finger vein image capture device.
Sensors 13 11243f6 1024
Figure 7. Sample finger vein images.
Figure 7. Sample finger vein images.
Sensors 13 11243f7 1024
Figure 8. ROC curves of different features.
Figure 8. ROC curves of different features.
Sensors 13 11243f8 1024
Figure 9. ROC curves of PHGTOG and different traditional features.
Figure 9. ROC curves of PHGTOG and different traditional features.
Sensors 13 11243f9 1024
Figure 10. ROC curves of two different features.
Figure 10. ROC curves of two different features.
Sensors 13 11243f10 1024
Table 1. Performance of three different features.
Table 1. Performance of three different features.
EERFAR at-zero-FRRFRR at-zero-FAR
PHG1.0.06102.0.79953.0.2699
4.PHOG5.0.05456.0.93207.0.3493
8.PHT9.0.046310.0.651411.0.2353
12.PHGTOG13.0.035314.0.591515.0.1522
Table 2. Performance of PHGTOG and different traditional features.
Table 2. Performance of PHGTOG and different traditional features.
EERRecognition Rate
LBP16.0.041317.0.9324
LDP18.0.227619.0.6463
Mean Curve20.0.177521.0.7007
LLBP22.0.049923.0.9015
PHGTOG24.0.035325.0.9765
Table 3. Performance of two different features.
Table 3. Performance of two different features.
EERFAR at-Zero-FRRFRR at-Zero-FAR
PHGTOG26.0.035327.0.591528.0.1522
29. PFS-PHGTOG30.0.011031.0.368032.0.0801
Table 4. Matching time of different features.
Table 4. Matching time of different features.
Average Time(ms)
PHGTOG1.5
PFS-PHGTOG0.81
Table 5. Dimensions of PHGTOG and PFS-PHGTOG.
Table 5. Dimensions of PHGTOG and PFS-PHGTOG.
MaximumMinimumAverage
PHGTOG33.59234.59235.592
PFS-PHGTOG36.35137.15238.302
Table 6. Performance with different numbers of training samples.
Table 6. Performance with different numbers of training samples.
Number of Training SamplesEERRecognition Rate
839.0.010340.0.9603
1041.0.01142.0.9596
1243.0.008144.0.9691
1445.0.006846.0.9706
1647.0.004448.0.9787
1849.0.004650.0.9779
2051.0.002252.0.9890

Share and Cite

MDPI and ACS Style

Xi, X.; Yang, G.; Yin, Y.; Meng, X. Finger Vein Recognition with Personalized Feature Selection. Sensors 2013, 13, 11243-11259. https://doi.org/10.3390/s130911243

AMA Style

Xi X, Yang G, Yin Y, Meng X. Finger Vein Recognition with Personalized Feature Selection. Sensors. 2013; 13(9):11243-11259. https://doi.org/10.3390/s130911243

Chicago/Turabian Style

Xi, Xiaoming, Gongping Yang, Yilong Yin, and Xianjing Meng. 2013. "Finger Vein Recognition with Personalized Feature Selection" Sensors 13, no. 9: 11243-11259. https://doi.org/10.3390/s130911243

Article Metrics

Back to TopTop