PDF  PubReader

Huang* , Wang** , and Wang**: Kernel Fisher Discriminant Analysis for Natural Gait Cycle Based Gait Recognition

Jun Huang* , Xiuhui Wang** and Jun Wang**

Kernel Fisher Discriminant Analysis for Natural Gait Cycle Based Gait Recognition

Abstract: This paper studies a novel approach to natural gait cycles based gait recognition via kernel Fisher discriminant analysis (KFDA), which can effectively calculate the features from gait sequences and accelerate the recognition process. The proposed approach firstly extracts the gait silhouettes through moving object detection and segmentation from each gait videos. Secondly, gait energy images (GEIs) are calculated for each gait videos, and used as gait features. Thirdly, KFDA method is used to refine the extracted gait features, and low-dimensional feature vectors for each gait videos can be got. The last is the nearest neighbor classifier is applied to classify. The proposed method is evaluated on the CASIA and USF gait databases, and the results show that our proposed algorithm can get better recognition effect than other existing algorithms.

Keywords: Gait Energy Image , Gait Recognition , Kernel Fisher Discriminant Analysis , Natural Gait Cycle

1. Introduction

Gait recognition is one kind of gait identification technology, which can realize long-distance and hidden identity authentication and has been widely applied in the field of intelligent video surveillance. The existing gait recognition algorithms are mainly divided into two categories: methods based on appearance [1] and model-based methods [2]. The former is based on the spatiotemporal shape and motion characteristics of the gait sequence, and the latter adopts the structural model to measure the time varying gait characteristic parameters, such as gait cycle, frequency, direction of key point and so on. Different from biometrics of human faces [3] and fingerprint [4], gait features are a group of dynamic features and the significance and robustness of the features can be demonstrated in a running cycle [5]. How to extract the gait features which have significance and robustness and low data space from a set of gait image sequences is one of the research problems. GEI use a simple weighted average method to synthesize a periodic gait image into a better image. On the basis of the GEI method, the authors [6,7] proposed the two directional two-dimensional principal component analysis ‘(2D)2PCA’ and weighted (2D)2PCA ‘W(2D)2PCA’ by the combination of the rows and the columns. Compared to traditional feature extraction methods such as the principal component analysis (PCA) and linear discriminant analysis (LDA), (2D)2PCA and W(2D)2PCA have more resilient to change the angle of view. In order to extract local information better, Yang et al. [8] proposed the discriminant common vectors (DCV) method to solve small sample size problem and Liu et al. [9] used the local binary pattern (LBP) to extract the local feature of GEI and the DCV to reduce the LBP features, which explored the GEI information better than traditional methods. Atta et al. [10] proposed a spatio-temporal gait recognition method based on radon transform to overcome the limitations associated with the most existing temporal template approaches. To deal with a gait features directly as a matrix, the authors [11] suggested the concept of kernel cuboid, and proposed a new kernel-based image feature extraction method for recognition, which deal with a face image in a block-wise manner, and independently perform kernel discriminant analysis in every block set by using kernel cuboid instead of kernel matrix. Kernel Fisher discriminant analysis (KFDA) method [12] is another way to use the kernel function to map the nonlinear separable data to optimal feature space. In face recognition, KFDA has achieved better recognition results than other existing methods—such as PCA [13], LDA [14], and linear preserving projection (LPP) [15]. The experimental results in [16] show that the KFDA have the lower error rate than other methods (PCA, FLD).

Fig. 1.

Flow chart of the proposed gait recognition method.
1.png

The paper presents a new gait recognition method based on KFDA, as shown in Fig. 1. First, the GEI is calculated from gait cycle. Then KFDA can make use of the high correlation between different GEI for feature extraction by selecting the proper kernel function, and the nearest neighbor classifier is designed as the classifier. Finally, the algorithm is tested on CASIA and USF gait database. The results of experiment prove that our method is effective for gait recognition. The main contributions of this paper include (1) a new feature extraction algorithm is proposed based on natural gait cycles, and the observation vector set is constructed using the extracted features. In order to improve the algorithm robustness, the algorithm also adopts the feature combination of gait image and its region bounded by legs. (2) KFDA method is used to refine the extracted gait features, and low-dimensional feature vectors for each gait videos can be got. (3) Experimental results on CASIA and USF gait database show that even when human body have changed in walking at condition of carrying backpacks and other objects, the proposed method can still get better gait classification rates than other existing methods.

The rest of the paper is organized as follows. In Section 2, the details of the proposed method are discussed. Section 3 presents the experimental methods and results analysis in detail. Finally, conclusions and future works are drawn in Section 4.

2. The Proposed Method

3. Experiments and Analysis

2.1 Gait Silhouettes Extraction

The proposed approach extracts the gait video silhouettes through moving object detection and segmentation from each gait videos. Since there are some influences of external factors in the process of real image acquisition, which can easily cause some problems such as noise and contrast, it is necessary to preprocess the image of gait recognition. Image preprocessing is the precondition of feature extraction and gait recognition. The paper mainly follows the steps to preprocess image.

- Background reconstruction: Since the scene is approximately stationary and the background information is corresponding to the low frequency part in the whole video sequence, the median of the corresponding pixels in the sequence image is used to estimate the static background.

- Moving object detection: Background subtraction is first used to eliminate moving foreground image, which is got by difference operation between the image sequence and the background image, and then the moving shadow of the foreground image is erased by HSV based color model [17]. At last, the binarization image is calculated by threshold value of OTSU algorithm [18].

- Binarization image noise removal and normalization: Since there are some small noises around the human body and background area in the process of threshold segmentation, the median filter method is used to remove the noise and redundant information. In addition, to deal with the problem of the inconsistency of the human silhouette size caused by the change of focal length in the shooting, the object image silhouettes is normalized and the image is scaled to the same size.

- Gait cycle detection: The change of gait is periodic and the center of gravity of the body is constantly changing in the process of walking. The center of gravity does not change with the hands and legs forward movement, but the vertical axis will change periodically. In the paper, the period of the gait is determined according to the change of the coordinate of the center of gravity.

2.2 Improving GEI Processing and Cycle Detection

The gait energy diagram adopts a simple weighted average method to synthesize a periodic gait silhouettes images into one image, which is defined as:

(1)
[TeX:] $$G(x, y)=\frac{1}{T} \sum_{t=1}^{T} B_{t}(x, y)$$

where T is the gait cycle length and [TeX:] $$B_{t}(x, y)$$ is the brightness values of pixel point (x, y) at time t. The brightness value of the background area is 0, and the target area is 255.

Since the method of gait video silhouettes extraction has been discussed in above section, this section will focus on subsequent gait description and identification and propose feature extraction algorithm based on natural video gait cycle. According to human leg characteristics, the key gait of normal walking can be classified three kinds:

State 1: The two legs are kept close together in the same plane of the body and there are three common postures, namely left foot being lifted by the side of the right foot, right foot being lifted by the side of the left foot and two feet normally standing, all together marked as K1;

State 2: The left foot being in front of the right foot, marked as K2;

State 3: The right foot being in front of the left foot, marked as K3.

We define the complete gait cycle as a process of K1→K2→K1→K3→K1 or K1→K3→K1→K2→K1. Fig. 2 shows one example of complete gait cycle of K1->K3->K1->K2->K1. After the segmentation of a complete gait cycle, we will first continue to deal with all subsequent frames, find all complete gait cycles or gaits to evenly partition each gait cycle and extract NF key gait silhouettes images in turn. Then the GEI of a time domain is extracted based on center of each key gait silhouettes image to construct the observed state set. At last, the KFDA is used to reduce the dimensions of the observed state set and corresponding low dimensional eigenvectors would be got, which will be discussed in follow section.

Fig. 2.

An example of a complete gait cycle.
2.png

Fig. 3.

GEIs of three different conditions at 90º: (a) normal condition, (b) carrying a bag, and (c) with a coat.
3.png

From Fig. 3, we can see the outermost outlines of the human body have changed when human is walking at condition of carrying backpacks and other objects, which can lead to poor gait recognition robustness [19]. Since changes on top part of the body is very little and lower part of the body (such as legs ) has obvious change in normal, carrying and clothing conditions, the paper adopts the method in [20] to represent the gait feature by both gait silhouettes image and energy image in the local outline of the legs. Fig. 4 shows energy image in the local region of the legs (box tag).

Supposed using above feature extraction method to extract feature of whole video gait silhouettes image and the corresponding energy image in the local region of the legs for each gait video G, G can be expressed as

(2)
[TeX:] $$G=\left[\left\{F_{1}\right\},\left\{F_{2}\right\}\right]$$

where [TeX:] $$F_{1} \text { and } F_{2}$$ is extracted features from whole gait silhouettes images and from the local region of the legs respectively. The [TeX:] $$F_{1} \text { and } F_{2}$$ can be calculated by eigenmatrix mapping method, which was discussed in detail in [20] and we’re not going to analyze it.

Fig. 4.

Image in the local outline of the legs: (a) normal, (b) carrying a bag, (c) clothing, and (d) walking at night.
4.png
2.3 Kernel Fisher Discriminant Analysis

KFDA method is to map the input samples into a high dimensional feature space by a nonlinear mapping and find the projection space, which makes the inter-class scatter matrix biggest and the withinclass scatter matrix smallest. The main idea of LDA algorithm is to find the optimal projection matrix [TeX:] $$W_{o p t}$$ by Fisher criterion, which objective is to determine the discriminant vectors by maximizing interclass scatter matrix [TeX:] $$S_{B}^{\Phi}$$ while minimizing the within-class scatter matrix [TeX:] $$s_{W}^{\Phi}.$$

Suppose there are n samples [TeX:] $$\left\{x_{1}, x_{2}, \ldots, x_{n}\right\}$$ belonging to class [TeX:] $$C\left\{X_{1}, X_{2}, \ldots, X_{c}\right\}.$$ According to Fisher LDA, non-linear function [TeX:] $$\varphi(x)$$ map samples on the feature space F, and get the optimal subspace [TeX:] $$W_{o p t} :$$

(3)
[TeX:] $$W_{o p t}=\arg \max _{w} \frac{ | W^{T} S_{B} \Phi_{W |}}{\left|W^{T} S_{W}^{\Phi} W\right|}=\left[w_{1}, w_{2}, \ldots, w_{m}\right]$$

Similarly, [TeX:] $$s_{B}^{\Phi} \text { and } s_{W}^{\Phi}$$ represent the inter-class and within-class scatter matrix of feature space F.

(4)
[TeX:] $$S_{B}^{\Phi}=\sum_{i=1}^{C} n_{i}\left(u_{i}^{\Phi}-u^{\Phi}\right)\left(u_{i}^{\Phi}-u^{\Phi}\right)^{T}$$

(5)
[TeX:] $$S_{W}^{\Phi}=\sum_{i=1}^{C} \sum_{X_{k} \in X_{i}}\left(\Phi\left(x_{k}\right)-\mu_{i}^{\Phi}\right)\left(\Phi\left(x_{k}\right)-\mu_{i}^{\Phi}\right)^{T}$$

where [TeX:] $$\mu_{i}^{\Phi}=\frac{1}{n} \sum_{x_{k} \in X_{i}} \Phi\left(x_{k}\right), u^{\Phi}=\frac{1}{n} \sum_{i=1}^{N} \Phi\left(x_{i}\right), w_{i}$$ is calculated by [TeX:] $$S_{B}^{\Phi} w_{i}=\lambda_{i} S_{W}^{\Phi} w_{i}.$$

In the kernel function theory, [TeX:] $$w_{i} \in | \operatorname{span}\left\{\varphi\left(\mathrm{x}_{1}\right), \varphi\left(\mathrm{x}_{2}\right), \cdots, \varphi\left(\mathrm{x}_{n}\right)\right\}$$ is bound in the mapping function to generate space, which is, [TeX:] $$w_{i} \in \operatorname{span}\left\{\Phi\left(x_{1}\right), \Phi\left(x_{2}\right), \ldots, \Phi\left(x_{n}\right)\right\}$$ can be linear represented as [TeX:] $$w_{i}=\sum_{j=1}^{n} \alpha_{i}^{j} \cdot \Phi\left(x_{j}\right)$$ by train samples. So molecular in (4) can be converted as:

(6)
[TeX:] $$w_{i}^{T} S_{B}^{\Phi} w_{i}=\alpha_{i}^{T} M \alpha_{i}$$

where [TeX:] $$M=\sum_{i=1}^{C}\left(M_{i}-\overline{M}\right)\left(M_{i}-\overline{M}\right)^{T}, \overline{M}_{j}=\frac{1}{n} \sum_{i=1}^{n} k\left(x_{j}, x_{i}\right) \text { and } \alpha_{i}=\left[\alpha_{i}^{1}, \alpha_{i}^{2}, \ldots, \alpha_{i}^{n}\right]^{T}$$

Similarly, the denominator in (3) can be converted as:

(7)
[TeX:] $$w_{i}^{T} S_{W}^{\Phi} w_{i}=\alpha_{i}^{T} L \alpha_{i}$$

where [TeX:] $$L=\sum_{j=1}^{C} K_{j}\left(I-I_{N}\right) K_{j}^{T}, K_{j} \text { is } n \times n_{j}$$ matrix, [TeX:] $$\left(K_{j}\right)_{n m}=k\left(x_{n}, x_{m}\right), x_{m} \in X_{j},$$ I denotes a unit matrix, [TeX:] $$I_{N j}$$ represents a matrix formed by [TeX:] $$1 / n_{i}$$.

Eq. (3) can also be simplified as:

(8)
[TeX:] $$\alpha_{o p t}=\arg \max _{\alpha} \frac{\left|\alpha^{T} M \alpha\right|}{\left|\alpha^{T} L \alpha\right|}=\left[\alpha_{1}, \alpha_{2}, \ldots, \alpha_{m}\right]$$

The optimal subspace [TeX:] $$W_{O p t}$$ is:

(9)
[TeX:] $$W_{O p t}=\left[w_{1}, w_{2}, \ldots, w_{m}\right]=\left[\sum_{i=1}^{n} \alpha_{1}^{i} \Phi\left(x_{i}\right), \sum_{i=1}^{n} \alpha_{2}^{i} \Phi\left(x_{i}\right), \ldots, \sum_{i=1}^{n} \alpha_{\bmod e l s}^{i} \Phi\left(x_{i}\right)\right]$$

When given a non-linear mapping function [TeX:] $$\Phi(x),$$ the mapping result of sample to the feature space F is:

(10)
[TeX:] $$\begin{array}{l}{\Phi(x) W_{o p t}=\left[\sum_{i=1}^{n} \alpha_{1}^{i} \Phi\left(x_{i}\right) \Phi(x), \sum_{i=1}^{n} \alpha_{2}^{i} \Phi\left(x_{i}\right) \Phi(x), \ldots\right]} \\ {=\left[\sum_{i=1}^{n} \alpha_{1}^{i} k\left(x_{i}, x\right), \sum_{i=1}^{n} \alpha_{2}^{i} k\left(x_{i}, x\right), \sum_{i=1}^{n} \alpha_{m}^{i} k\left(x_{i}, x\right)\right]}\end{array}$$

KFDA method can convert class X to c - 1 dimension vector, and we can chose the feature vectors corresponding to the first c - 1 eigenvectors to reduce the dimension of feature space and improve the processing speed. Since the dimension of samples usually is small in the recognition process, the number of training samples is smaller than the pixels of an image that may cause inter-class scatter matrix [TeX:] $$S_{W}$$ singular matrix, that is say [TeX:] $$\operatorname{rank}(Q)=\operatorname{rank}\left(S_{w}^{\Phi}\right) \leq n-1,$$ we cannot use generalized eigenvalue equation to solve Rayleigh’s extremum problems. Aiming at this problem, we add [TeX:] $$\mu I$$ (I represents a unit matrix and μ is a coefficient) to the Q matrix, and [TeX:] $$Q \mu=Q+\mu I,$$ which can let Q become a nonsingular and use a generalized eigenvalue equation to solve.

Suppose there are m individuals, each of which correspond the gait sequences of different view angles. The proposed algorithm extracts gait information contained in the each individual’s GEI as an input vector samples. According to KFDA method, assuming that the number of gait sequences is [TeX:] $$m_{i}, i=1,2, \ldots, q,$$ the sample set is [TeX:] $$\left\{x_{1,1}, x_{1,2}, \ldots, x_{1, n 1}, x_{2,1}, \ldots, x_{2, n 2}, \ldots, x_{q, n q}\right\},$$ the input samples is [TeX:] $$n=n_{1}+n_{2}+\ldots+n_{q},$$ if we want to classify the unknown class of gait sequences, the first we should do is to train the known classes of gait, find the optimal feature space [TeX:] $$W_{o p t} \text { and } \alpha_{o p t}.$$ Then the projection on [TeX:] $$\alpha_{o p t}$$ and its projected trajectory are calculated. The detailed gait recognition algorithm is described in Algorithm 1.

Algorithm 1
The gait recognition algorithm based on combination of KFDA and GCI-GEIs
pseudo1.png
3.1 Experiment on CASIA Gait Database

The CASIA dataset A [21] is called NLPR gait database before, which contains 20 subjects and each subjects has 12 image sequences and 3 walking direction (0º, 45º, and 90º). There are 4 image sequences in each direction and 2 gait cycles in each sequence. Our experiments select 2 gait sequences and 4 gait cycles for training and another 2 gait sequences and 4 gait cycles for testing. We carried out 6 experiments on CASIA database A and calculate the average.

The CASIA Dataset B is a large multi-view gait dataset contains 124 subjects and data was captured from 11 views varying from 0º to 180º with 18º between each two nearest view directions. There are 10 sequences for each subject, 6 sequences of them for normal walking (normal), 2 for walking with bag (bag) and 2 for walking in coat. Our experiments use 60 subjects at 90º and normal conditions that is each subject has 6 sequences, each sequence contains 2 gait cycles and every sequence have 12 gait cycles. In the experiments, 2 gait sequences and 4 gait cycles are selected for training and another 4 gait sequences and 8 gait cycles for testing. We carried out 15 experiments on CASIA B and calculate the average.

Our main focuses are on feature extraction and identification of human silhouette image. The input samples of experiments are expansion of everyone’s GEI by column vector. The training and testing set are divided with the ratio of 1:1. Then, the KFDA method is applied to train features, get [TeX:] $$\alpha_{o p t} \text { and } W_{o p t}.$$ Finally, the sample vectors are projected on the optimal feature space [TeX:] $$W_{O p t}$$ and the training features Train_Features and testing features Train_Features are got respectively.

Due to the small number of samples, to obtain the unbiased estimation of the correct recognition rate, leave-one-out cross-validation method is adopted to conduct the experiments. The paper adopts cumulative match score (CMS) [22] to evaluate the experiment results and presents recognition rates of Rank 1 and Rank 5. In order to evaluate the GCI-GEI feature extraction effect and the KFDA dimension reduction and classification ability, the recognition rate of our method is compared to other exiting algorithms, and the results are showed in Table 1.

Table 1.

Recognition rate of Rank 1 and Rank 5
Algorithm CASIA dataset A CASIA dataset B
Rank 1 (%) Rank 5 (%) Rank 1 (%) Rank 5 (%)
GEI+PCA [13] 88.04 92.37 85.41 90.31
GEI+LDA [14] 89.20 93.50 86.94 90.37
GEI+LPP [15] 90.12 94.37 87.07 91.53
GEI+DCV [8] 88.07 92.78 83.39 87.66
GEI+LBP+DCV [9] 86.16 90.38 82.44 87.53
GCI-GEI+KFDA (proposed algorithm) 93.08 100 90.78 93.98

As can be seen from Table 1, the average recognition rate of our algorithm is best. We can find that our proposed algorithm can get more than 90% recognition rate in Rank 1 and Rank 5, which testify that the method based on GCI-GEI and KFDA can identify better the different human gait and get better recognition effect than other algorithms in the small sample gait database. Furthermore, the experiment data shows the recognition rate of GEI+LBP+DCV is lower than GEI+PCA, which explains reducing the dimension by PCA will lose important gait recognition information after LBP feature extraction from GEI.

3.2 Experiments on USF Human ID Database

A database consisting of 1,870 sequences of the 122 subjects based the USF Human ID database [23] is divided into 1 set for training and 10 probes labeled from A to J for test, which based on 3 covariates: normal, walking, and carrying condition. Being different from experiment on CASIA, this experiment adopts weighted mean recognition rate to evaluate the experiment results. To demonstrate the advantages of KFDA, we choose the traditional algorithms LDA, PCA and DCV, and manifold earning algorithm LPP for comparison. Table 2 reports the recognition rates of this group of experiments on the 10 probes.

Table 2.

Recognition rates (%) of different algorithms
Algorithm A B C D E F G H I J Mean
GEI+PCA 80 87 72 26 22 11 13 47 40 37 39.25
GEI+LDA 88 89 74 25 25 15 20 52 53 56 45.93
GEI+LPP 88 91 76 29 32 21 23 53 52 53 47.49
GEI+DCV 87 93 76 30 35 21 23 53 57 53 48.33
GCI-GEI+KFDA(proposed algorithm) 90 87 80 41 48 27 28 72 63 63 55.64

As can be seen from Table 2, KFDA can achieve higher recognition rate than traditional GEI when using different dimensional reduction algorithms including PCA, LDA, LPP, and DCV. KFDA features present more discriminating power than original features. Comparing with other algorithms, the GCIGEI+ KFDA approaches can improve the recognition rate by about 6%. In addition, since the experiment is based on normal, walking and carrying condition, the experiment results demonstrate the proposed algorithm can eliminate effects of walking and carrying conditions and have great robustness.

4. Conclusion

The different walking conditions of human movement leaded gait recognition become more difficult. This paper proposes a new algorithm for gait recognition based on GEI and KFDA. The proposed algorithm firstly proposed a new feature extraction algorithm based on natural gait cycles, and the observation vector set is constructed using the extracted features by combination of gait image and its region bounded by legs. Then the expansion vector of the GEI by column is used as the input to get the optimal subspace [TeX:] $$W_{o p t} \text { and } \alpha_{o p t},$$ the projection on [TeX:] $$\alpha_{O p t}$$ is calculated by the GEI observation vectors. The third is to project sample vectors on [TeX:] $$W_{O p t}$$ to get training features and testing features. At last, the feasibility of the algorithm is verified by experiments on CASIA and USF. Comparing with other 5 existing algorithms, the results prove the proposed algorithm can get better recognition effect and have better robustness than other existing algorithms in the small sample gait database.

However, the limitation of the algorithm is that: first, only 5 other algorithms are used to compare with our proposed method in experiments; second, the experimental verification of the algorithm is only done on CASIA B and USF database. In the future work, we will try to use more other algorithms to compare and more publicly available databases to verify effectiveness and robustness of the proposed algorithm on a larger scale.

Biography

Jun Huang
https://orcid.org/0000-0003-0947-1936

He received his B.S. and M.S. degree in computer & application major from Hunan University and Chang Jiang University in 1982 and 1992 respectively. He is currently with the College of Modern Science and Technology, China Jjliang University as an associate professor of computer engineering. His research interests include network communication, digital image processing and multimedia processing.

Biography

Xiuhui Wang
https://orcid.org/0000-0003-1773-9760

He received his Ph.D. in information and computing science major from Zhejiang University in 2007. He is currently with the college of information engineering, China Jjliang University as an associate professor of computer engineering. His research interests focus on computer graphics, computer vision, and computer networks.

Biography

Jun Wang
https://orcid.org/0000-0002-1569-723X

He received the Bachelor degree from South China Agricultural University, China, in 2014. He is currently a master student at college of information engineering, China Jiliang University. His research focuses on the pattern recognition and computer vision.

References

  • 1 Q. Yang, D. Xue, "Gait recognition based on sparse representation and segmented frame difference energy image," Information and Control, vol. 42, no. 1, pp. 27-32, 2013.doi:[[[10.3724/SP.J.1219.2013.00027]]]
  • 2 N. V. Boulgouris, D. Hatzinakos, K. N. Plataniotis, "Gait recognition: a challenging signal processing technology for biometric identification," IEEE Signal Processing Magazine, vol. 22, no. 6, pp. 78-90, 2005.doi:[[[10.1109/msp.2005.1550191]]]
  • 3 D. Xu, Y. Huang, Z. Zeng, X. Xu, "Human gait recognition using patch distribution feature and locality-constrained group sparse representation," IEEE Transactions on Image Processing, vol. 21, no. 1, pp. 316-326, 2011.doi:[[[10.1109/TIP.2011.2160956]]]
  • 4 N. V. Boulgouris, Z. X. Chi, "Gait recognition using radon transform and linear discriminant analysis," IEEE Transactions on Image Processing, vol. 16, no. 3, pp. 731-740, 2007.doi:[[[10.1109/TIP.2007.891157]]]
  • 5 K. Wang, T. Yan, Z. Lu, "Feature level fusion method based on the coupled metric learning and its application in gait recognition," Journal of Southeast University (Natural Science), vol. 43, no. S1, pp. 7-10, 2013.doi:[[[10.3969/j.issn.1001-0505.2013.S1.002]]]
  • 6 J. Huang, Z. Yi, X. Wang, H. Wu, "Gait recognition system based on (2D)2 PCA and HMM," in Proceedings of the 8th International Conference on Digital Image Processing (ICDIP), Chengdu, China, 2016;custom:[[[-]]]
  • 7 F. X. Guan, K. J. Wang, J. Y. Liu, H. MA, "Bi-direction weighted (2D)2 PCA with eigenvalue normalization one for finger vein recognition," Pattern Recognition and Artificial Intelligence, vol. 24, no. 3, pp. 417-424, 2011.custom:[[[-]]]
  • 8 X. Yang, J. Dai, Y. Zhou, J. Yang, "Gabor-based discriminative common vectors for gait recognition," in Proceedings of 2008 Congress on Image and Signal Processing, Hainan, China, 2008;pp. 191-195. custom:[[[-]]]
  • 9 Z. Liu, G. Feng, W. Chen, "Gait recognition based on local binary pattern and discriminant common vector," Computer Science, vol. 40, no. 9, pp. 262-265, 2013.custom:[[[-]]]
  • 10 R. Atta, S. Shaheen, M. Ghanbari, "Human identification based on temporal lifting using 5/3 wavelet filters and radon transform," Pattern Recognition, vol. 69, pp. 213-224, 2017.doi:[[[10.1016/j.patcog.2017.04.015]]]
  • 11 X. Z. Liu, C. G. Zhang, "Fisher discriminant analysis based on kernel cuboid for face recognition," Soft Computing, vol. 20, no. 3, pp. 831-840, 2016.doi:[[[10.1007/s00500-015-1794-2]]]