Journal of Signal and Information Processing
Vol.3 No.2(2012), Article ID:19585,4 pages DOI:10.4236/jsip.2012.32035

Face Recognition Feature Comparison Based SVD and FFT*

Lina Zhao, Wanbao Hu, Lihong Cui

School of Science, Beijing University of Chemical Technology, Beijing, China.

Email: zhaoln@mail.buct.edu.cn, {huwanbao2008, mathcui2}@163.com

Received January 5th, 2012; revised February 28th, 2012; accepted March 31st, 2012

Keywords: Face Recognition; Feature Extraction; SVD; FFT

ABSTRACT

SVD and FFT are both the efficient tools for image analysis and face recognition. In this paper, we first study the role of SVD and FFT in both filed. Then the decomposition information from SVD and FFT are compared. Next, a new viewpoint that the singular value matrix contains the illumination information of the image is proposed and testified by the experiments based on the ORL face database finally.

1. Introduction

As the most natural and important characteristic, face plays the central role in various forms of human biological characteristics. Since 1970s, Face recognition has been attracting overwhelming interests in the field of image engineering and computer vision. Until now, face recognition technology has gone through three stages of change: The first stage (1964-1990) is usually only as a general pattern recognition problem to study; In the second stage (1991-1997), face recognition technology gained rapid development, the proposed algorithm greatly improved the efficiency and accuracy; In the third stage (1998-now), face recognition technology gradually tend to mature, research focuses on solving the problems of poor robustness. The mainstream technology of face recognition basically is divided into three categories [1], the approach based on geometry feature [2], based on template matching method [3-5] and based model [6,7].

The general steps for face recognition are as follows. The first step is image acquisition and the source of face information can get form scanning a photo by scanner, shooting face by a digital camera and face database. The second step is face detection and location which means processing and analysis input image to determining whether there is one face. If there are people faces, we should find the location of the face in the image, and separate face from the background image. The third step is image pre-processing and the main role of image preprocessing is to remove or reduce the interference so that provide high-quality image. The interference may be caused from the light, the imaging system and the external environment. The most commonly used methods contain geometric normalization and elimination of noise. The fourth step is feature extraction and selection and this module’s role is to extract feature from the image that is pre-processed, then the original image data is mapped to feature space. Since the original image data is quite large, it is necessary to transform the original data to effectively achieve the classification and recognition. The fifth step is training and this process may also be known as the classifier design. The end of this process will generate the parameters can be used to identify. In this part, the basic approach is to determine a decision rule based on the sample training set, so that when we classify objects, error recognition rate or error is the smallest. The last step is identification. According to the parameters derived from training, the module is used to complete the work of human face discrimination, give the final recognition results.

Although face recognition has been developed so many years and there are so many mature algorithms and technologies, but there are still difficulties in the procedures. Recognition of face images acquired in an outdoor environment with changes in illumination and or pose remains a largely unsolved problem. In other words, current systems are still far away from the capability of the human perception system [8]. How about decomposing image into two parts: illumination information and texture and pose information?

In this paper, we do the following work: we elaborate the Fourier transform and SVD of the image in Section 2. We compare the action between two decompositions. FFT transform image to amplitude spectrum and phase spectrum, SVD decompose the image matrix into singular matrix and singular vector matrixes. We propose that singular matrix contains the same illustration information just like amplitude spectrum does. We design three experiments and testified our proposal in Section 3. Section 4 is the conclusion of our work.

2. The Decomposition of the Image

2.1. Fourier Transform of Image

Some functions which meet certain conditions can be expressed as a trigonometric function or their integral linear combination by Fourier transform. In different research areas, Fourier transform has many different variations, Such as the continuous Fourier transform and discrete Fourier transform.

Here we give the definition:

If f(t) has the following form

(1)

Then

(2)

(3)

is called the Fourier transform of; is called inverse Fourier transform of.

2.2. Spectrum Analysis

After the discrete Fourier transform, we can obtain amplitude spectrum and phase spectrum of the image. In the image detection, image feature detection and texture analysis is an important direction. Amplitude spectrum represents relation between the signal amplitude and frequency, phase spectrum represents relation between initial phase of the signal and frequency.

Two-dimensional Fourier transform:

(4)

Two-dimensional inverse Fourier transform:

(5)

After a Fourier decomposition of the image, the phase spectrum contains texture and Structure information about the image, the amplitude spectrum saves contrast illumination information [9].

There are many main properties of the Fourier transform, for example, symmetry, linear, odd-even and actual situation, scale transformation, time-shift feature, frequency shift, differential properties, time-domain integral. Because of the good nature, Fourier transform have a wide range of applications in many fields, such as physics, number theory, signal processing, probability, statistics, cryptography, acoustics, optics, etc.

Fast Fourier transform is the fast algorithms of the discrete Fourier transform. FFT lies at the heart of signal and image processing fields, encompassing a versatile range of applications, such as telecommunications, medical imaging, and spectral analysis.

2.3. Singular Value Decomposition of the Image

2.3.1. The Significance of Singular Value Decomposition Algorithm

Effectiveness of all methods of face recognition depends on two aspects: feature representation and feature matching [10], feature representation is the pattern feature extraction in pattern recognition. The priority of image recognition is extract effective image feature. In [2], image features had been divided into four categories: visual features, the demographic characteristics, characteristics of transform coefficients, algebraic features. The algebraic features of the image reflect an intrinsic property of the image; it is stable in a certain range. Hong [11] presented identification method based on singular value decomposition (SVD). The method provides a new algebraic method for extracting image algebraic features. Effectiveness of this method has been verified in [11-13].

2.3.2. Singular Value Decomposition Theorem

If, there exists orthogonal matrix U of m order and orthogonal matrix V of n order, is non-zero singular value of the matrix A, and,

(*)

(*) is called singular value decomposition of matrix A.

SVD has the following important properties. In [14] these important properties were proved. Now we list these properties as follows: stability, transposition invariance, rotation invariance, proportion invariance, mirror transform invariance.

Using singular value decomposition method to do pattern recognition is a commonly used face recognition methods. Du Gan [15] thought that the traditional approach based on SVD only used global information of the image, if we divided the face into different regions, the local information of the face can be used to better describe the facial features and improve the recognition rate.

3. Research about Light Information of Picture

3.1. Suppose

Fast Fourier Transform (FFT) of the image can convert image information into the frequency domain space, we can obtain its amplitude spectrum and phase spectrum. After a Fourier decomposition of the image, the phase spectrum contains texture and structure information about the image, the amplitude spectrum saves contrast illumination information of the image [9].

When we do singular value decomposition of the image, firstly transform image into digital information, it is a gray value matrix in the computer, then the digital matrix is done singular value decomposition, we can get three digital matrixes U, S, V. We will set up a group of experiments to verify relation between S matrix and Amplitude spectrum and phase spectrum matrix.

We take the following 20 images that are shown in Figure 1 of ORL [16]. Face database as an example, respectively do FFT and SVD, we can obtain their phase spectrum matrix, amplitude spectrum matrix and S matrix. We have known that the phase spectrum and the amplitude spectrum contain information of image, which information could the S matrix carry?

3.2. Experiment

Experiment 1:

Extract amplitude spectrum matrix Ai of each image, find the cosine between the amplitude spectrum matrix and Si matrix, and then obtain the angle between them.

We have obtained by using matlab tool, Table 1 is the solution.

Experiment 2:

Suppose the cosine of each image between the phase spectrum matrix and S matrix S is, we have obtained by using matlab tool, Table 2 is the solution.

Experiment 3:

Reconstruct the phase spectrum and amplitude spectrum of the Fourier transform image, and then do inverse Fourier transform, at last compare S matrix with it. We find the cosine between them, the result is that are shown in Table 3.

3.3. Test Results Analysis

Experiment 1:

We can see that the cosine is very close to 1, the angle

Figure 1. 20 images from ORL face database.

Table 1. Ki between amplitude spectrum and Si matrix.

Table 2. Ki between phase spectrum and Si matrix.

Table 3. Ki between reconstruct matrix and Si matrix.

between the two matrices are close to 0, the information carried by two matrix is very close, and the amplitude spectrum of image contain contrast illumination information of image.

Experiment 2:

The cosine is 0 in the Table 2, the information that two matrixes carried is completely different. The phase spectrum of the image contains texture information of images.

Experiment 3:

After the amplitude spectrum and phase spectrum are reorganized, the matrix contain texture information and contrast illumination information, when we compare it with S, we get the cosine of the angle is very small in the Table 3. This shows that the singular value matrix S carries a kind of information.

Through the above experiment, we can conclude that S matrix does not contain texture information; it carries contrast illumination information of image.

4. Conclusion

Because of the change of gesture, light, age and other factors face recognition technology in the adaptability has been facing with severe challenge [17]. Present research focus is how to avoid or minimize the effects of light, how to improve the recognition rate at complex background and poor conditions. The key to face recognition is to explore new algorithms and approaches. Face recognition is a challenging task, using an existing method is difficult to obtain good recognition results, how to combine with other technologies, how to improve the recognition rate and recognition speed, reduce computation and improve the robustness, how to use the embedded hardware, all are the future research directions. In the future, our research focus is to do some innovative of approaches and algorithms.

REFERENCES

  1. F. Tang, J. Wang and Y. W. Guo, “Facial Feature Detection with Hierarchical Constraints,” Zhejiang University, Hangzhou, 2004.
  2. S. Lawrence, C. L. Giles and A. C. Tsoi, “Face Recognition: A Convolutional Neural Network Approach,” IEEE Transactions on Neural Networks, Vol. 8, No. 1, 1997, pp. 98-113. doi:10.1109/72.554195
  3. H. Peng and X. Y. Zhang, “Face Recognition Using DCT— Based Feature Vector,” IEEE International Conference, Vol. 4, 1996, pp. 2144-2147.
  4. D. L. Swets and J. J. Weng, “Using Discriminant Eigenfeatures for Image Retrieval,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 18, No. 8, 1996, pp. 831-836.
  5. P. N. Belhumeur, J. P. Hespanha and D. J. Kriegman, “Eigenfaces vs Fisherfaces: Recognition Using Class Specific Linear Projection,” IEEE Transaction on PAML, Vol. 19, No. 7, 1997, pp. 711-720. doi:10.1109/34.598228
  6. T. F. Cootes, G. J. Edwards and C. J. Taylor, “Active Appearance Models,” Proceeding of 5th European Conference on Computer Vision, 1998, pp. 484-498.
  7. X. W. Hou, S. Z. Li, H. J. Zhang and Q. S. Cheng, “Direct Appearance Models,” Proceedings of IEEE International Conference on Computer Vision and Pattern Recognition, Hawaii, December 2001.
  8. W. Zhao, et al., “Face Recognition: A Literature Survey,” ACM Computing Surveys, Vol. 35. No. 4, 2003, pp. 399-458. doi:10.1145/954339.954342
  9. Y. X. Lv, Z. Q. Liu and X. H. Zhu, “Image Feature Detection Based on the Principle of Phase Coherency,” Ninth National Youth Communication Conference Proceedings, Electronics Industry Press, Beijing, 2004, pp. 1101-1105.
  10. J. Zhang, Y. Yan and M. Lades, “Face Recognition: Eigenface, Elastic Matching, and Neural Nets,” Proceedings of the IEEE, Vol. 85, No. 9, 1997, pp. 312-325.
  11. Z. Hang, “Algebraic Feature Extraction for Recognition,” Pattern Recognition, Vol. 24, No. 3, 1991, pp. 211-219. doi:10.1016/0031-3203(91)90063-B
  12. S. Romdhani, “Face Recognition Using Principle Components Analysis,” MS Dissertation, University of Glasgow, Glasgow, 1997.
  13. R. Brunelli and D. Falavigna, “Person Identification Using Multiple Cues,” IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 17, No. 10, 1995, pp. 968-985. doi:10.1109/34.464560
  14. M. S. Bartlell, J. R. Movellan and T. J. Se Jnow Ski, “Face Recognition by Independent Component Analysis,” IEEE Transon Neural Networks, Vol. 13, No. 6, 2002, pp. 1450- 1464. doi:10.1109/TNN.2002.804287
  15. G. Du and W. J. Zhu, “Face Recognition Method Based on Singular Value Decomposition and Fuzzy Decision,” Journal of Image and Graphics, Vol. 11, No. 10, 2006, pp. 1456-1459.
  16. ORL Database. http://d.download.csdn.net/down/2451660/cx_lee
  17. G. D. Su, “Questions about the Application of Face Recognition Technology,” China Security, No. 7, 2008, pp. 81-83.

NOTES

*This work was partially financed by the following projects: Tianyuan Fund of National Natural Science Foundation of China (10926187), Central University special fund basic scientific research and operating expenses (ZZ1019), National Natural Science Foundation of China (60803099).