Presentation is loading. Please wait.

Presentation is loading. Please wait.

指導老師 : 萬書言 老師 報告學生 : 何炳杰 報告日期 : 2010/10/08 1 Face recognition: component-based versus global approaches.

Similar presentations


Presentation on theme: "指導老師 : 萬書言 老師 報告學生 : 何炳杰 報告日期 : 2010/10/08 1 Face recognition: component-based versus global approaches."— Presentation transcript:

1 指導老師 : 萬書言 老師 報告學生 : 何炳杰 報告日期 : 2010/10/08 1 Face recognition: component-based versus global approaches

2 論文出處 2 Computer Vision and Image Understanding Volume 91, Issues 1-2, July- August 2003, Pages 6-21 Special Issue on Face Recognition Computer Vision and Image UnderstandingVolume 91, Issues 1-2 Authors : Honda Research Institute US, 145 Tremont St., Boston, MA 02111, USA Center for Biological and Computational Learning, M.I.T., Cambridge, MA, USA Hewlett-Packard, Cambridge, MA, USA Received 15 February 2002; accepted 11 February 2003. ; Available online 17 July 2003.

3 Abstract 3 在這篇文章中,作者分別呈現局部 (component- based method) 與整臉 (global method) 方式的人臉辨 識,並評估這兩種呈現方式的系統的穩定性 ( 針對 人臉的位置轉動部分 ) 。 Component system: Locate facial components. 123 Extract them. Combine them into a single feature vector. The two global system: The 1st Sys. Train a single SVM classifier for each person in the database. The 2nd Sys. Consists of sets of view-specific SVM classifier and involves clustering during training.

4 1. Introduction 4 (i) global approach (ii) component-based approach (I) Global Approach: Focusing on the aspect of pose invariance. Global ApproachReferences Minimum distance classification[2,3] Fisher’s discriminant analysis[4] Neural networks[5] Fisher’s discriminant analysis && Kernel PCA [6, 7]

5 1. Introduction - Global approach 5 Global approach 方法的限制 : Global techniques are not robust against pose changes since global features are highly sensitive to translation and rotation of the face. Solutions: An alignment stage can be added before classifying the face. Aligning an input face image with a reference frontal face image requires computing correspondences between the two face images.

6 1. Introduction - Global approach (cont.) 6 Solutions: correspondents: A small number of prominent points in the face like the center of the eye, the nostrils, or the corners of the mouth. center of eye the nostrils the corners of the mouth

7 1. Introduction 7 (II) Component-Based Approach: Component-BasedReferences Face recognition: features versus templates[14] Face recognition under varying pose[15] Face recognition by elastic bunch graph matching [16] An embedded hmm-based approach for face detection and recognition [17] Recognizing imprecisely localized, partially occluded, and expression variant faces from a single sample per class [18]

8 1. Introduction - Component-Based Approach 8 The main idea of component-based recognition is to compensate for pose changes by allowing a flexible geometrical relation between the components in the classification stage. A component-based approach is to classify local facial components. ( eyes, nose, mouth... )

9 1. Introduction - global methods 9 We present two global approach and a component-based approach to face recognition and evaluate their robustness against pose changes. The first global method: A straightforward face detector which extracts the face from an input image. The second global method: Split the images of each person into view-specific clusters. We then train view-specific SVM classifiers on each single cluster.

10 1. Introduction - component-based methods 10 The component-based system: Use a face detector that detects and extracts local components of the face. The detector consists of a set of SVM classifiers that locate learned facial components and a single geometrical classifier that checks if the configuration of the components matches a learned geometrical face model. 示意圖 : Face detector image A set of SVM classifiers. Training( 學習階段 )

11 1. Introduction 11 The outline of the paper is as follows: Section 2: Give a brief overview on SVM learning and strategies for multi-class classification with SVMs. Section 3: Describe the two global methods for face recognition. Section 4: It’s about the component-based system. Section 5: Contain experimental results and a comparison between the global and component systems. Section 6: Concludes the paper and suggests future work.

12 2.1. Binary classification 12 SVMs belong to the class of maximum margin classifiers. They perform pattern recognition between two class by finding a decision surface that has maximum distance to the closest points in the training set which are termed support vectors. 示意圖 : 出處 : C. Cortes, V. Vapnik, Support vector networks, Mach. Learning 20 (1995) 1–25.

13 2.1. Binary classification - linear classification 13 參數部分 : - : A training set of points where each points belongs to one of two classes identified the label - and : They are the solutions of a quadratic programming problem. - Goal: Separate the two classes by a hyperplane such the distance to the support vectors is maximized. OSH(Optimal Separating Hyperplane )

14 2.1. Binary classification - linear classification 14 功用 : Perform multi-class classification. : The sign of is the classification result for, and is the distance from to the hyperplane. The larger, the more reliable the classification result.

15 2.1. Binary classification - non-linear classification 15 的由來 : - Each point x in the input space is mapped to a point of a higher dimensional space, called the feature space, where the data are separated by a hyperplane. - : 由數學中的內積所衍生出的性質。 linear classification non-linear classification

16 2.1. Binary classification - non-linear classification 16 - : It is subject to the condition that the dot product of two points in the feature space 。 - Feature space: - Each point x in the input space is mapped to a point of a higher dimensional space, called the feature space. f1f1 f2f2 f2f2 f3f3 f1f1

17 2.1. Binary classification - non-linear classification 17 An important family of kernel functions is the polynomial kernel - : The degree of the polynomial.

18 2.2. Multi-class classification 18 One-vs-all approach( 一對多 -SVM 分類方法 ) Pairwise approach( 成對的 SVM 分類方法 ) - One-vs-all approach( 一對多 -SVM 分類方法 ): C2 class 1 class 2 class 3 C1 C3 原則 : 取大 ( 取正號 ) 出處 : http://www.powercam.cc/slide/6556 http://www.powercam.cc/slide/6556

19 2.2. Multi-class classification 19 Pairwise approach( 成對的 SVM 分類方法 ) bottom-up comparison 出處 : G. Guodong, S. Li, C. Kapluk, Face recognition by support vector machines, in: Proc. IEEE Int. Conf. on Automatic Face and Gesture Recognition, 2000, pp. 196–201.

20 2.2. Multi-class classification 20 Pairwise approach( 成對的 SVM 分類方法 ) top-down comparison 出處 : J. Platt, N. Cristianini, J. Shawe-Taylor, Large margin dags for multiclass classification, Adv. Neural Inform. Process. Systems

21 2.2. Multi-class classification A more recent comparison between several multi-class techniques [20] favors the one-vs-all approach because of its simplicity and excellent classification performance. 出處 : R. Rifkin, Everything old is new again: a fresh look at historical approaches in machine learning, Ph.D. thesis, M.I.T., 2002.

22 3. Global approach 22 System process: Face detector image Face recognition Face Extract the face from an input image.

23 3.1. Face detection - Global approach 23 In order to detect faces at different scales we first computed a resolution pyramid for the input image and then shifted a 58*58 window over each image in the pyramid. ※金字塔架構 (pyramid structure) 出處 : http:// www.cs.pu.edu.tw/~ychu/class981/DataComp/15- HierarchicalCoding.PPT

24 3.1. Face detection - Global approach

25 25 The training data for the face detector was generated by rendering seven textured 3-D head models [29]. The heads were rotated between and in depth and illuminated by ambient light and a single directional light pointing towards the center of the face. 出處 : A morphable model for synthesis of 3D faces, in: Comput. Graphics Proc. SIGGRAPH, Los Angeles, 1999, pp. 187–194.

26 3.1. Face detection - Global approach Sample size: - We generated 2457 face images of size 58*58 pixels, some examples are shown in Fig. 2. - The negative training set initially consisted of 10,209 58*58 non-face patterns randomly extracted from 502 non-face images.

27 3.2. Recognition - Global approach 27 We implemented two global recognition systems. Both systems were based on the one-vs-all strategy for SVM multi- class classification described in the previous section. - The first system: Use a linear SVM for every person in the database. Each SVM was trained to distinguish between all images of a single person ( labeled +1 ) and all other images in the training set (labeled -1 ). clas s1 clas s2 clas s3 C1 C3 C2

28 3.2. Recognition - Global approach For both training and testing we first ran the face detector on the input image to extract the face. Re-scale: - We re-scaled the face image to 40*40 pixels and converted the gray values into a feature vector. - Given a set of q people and a set of q SVMs, each one associated to one person, the class label y of a face pattern x is computed as follows:

29 3.2. Recognition - Global approach Formulas: - : It is computed according to Eq. (2) for the SVM trained to recognize person. - : The classification threshold. - The class label 0 stands for rejection. t

30 3.2. Recognition - Global approach 潛在的問題與限制 : - Changes in the head pose lead to strong variations in the images of a person’s face. - These in-class variations complicate the recognition task.

31 3.2. Recognition - Global approach 解決方案 : - For this reason, we developed a second method in which we split the training images of each person into clusters by a divisive cluster technique. - The cluster with the highest variance is split into two by a hyperplane. - N: The number of faces in the cluster.

32 3.2. Recognition - Global approach 解決方案 : - The face with the minimum distance to all other faces in the same cluster is chosen to be the average face of the cluster. cluster average face

33 4. Component-based approach 33 System process: Face detector image Face recognition Face Detect facial components.

34 4.1. Detection 34 We implemented a two-level, component-based face detector.

35 4.1. Detection 35 The 14 facial components used in the detection system are shown in Fig. 5a, their dimensions are given in Table 1. Fig. 5. (a) The 14 components of our face detector. The centers of the components are marked by a white cross. The shapes and positions of the components have been automatically determined from the training data.

36 4.1. Detection 36 Table 1: We trained 14 linear SVMs on the component data and applied them to the whole training set in order to generate the training data for the geometrical classifier.

37 4.1. Detection 37 In a final step: We trained the geometrical classifier, which was again a linear SVM, on the X–Y locations and continuous outputs of the 14 component classifiers.

38 4.1. Detection 缺點 : - The component-based face detector was computationally more expensive than the global face detector. - This was because the combined size of the 14 components was about 1.12 times the size of the face region used in the global detector. - In addition, we had to locate the maxima of the responses of the component classifiers and compute the output of the geometrical classifier. - In average, the component-based detector was about 1.2 times slower than the global detector.

39 4.2. Recognition 39 System process: - Step 1: First ran the component-based detector over each image in the training set. - Step 2: Extracted the components. From the 14 original components we kept 10 for face recognition. 篩選條件 : - Removing those that either contained few gray value structures (e.g., cheeks) or strongly overlapped with other components.

40 4.2. Recognition 40 The 10 selected components are shown in Fig. 5b. The 10 components that were used for face recognition are shown in (b).

41 4.2. Recognition 41 Examples of the component-based face detector applied to images of the training set are shown in Fig. 6.

42 5. Experiments 42 Training set: - 10,000 gray face images of 10 subjects from which about 1400 were frontal views. - The resolution of the face images ranged: 80*80 ~ 130*130 pixels. ( with rotations in azimuth up to about +- ) Testing stage: - 1154 images of all 10 subjects in the database. - The rotation in depth was again up to about +-.

43 5. Experiments 43 We trained four different recognition systems on the 10,000 images: (1) Global system using one linear SVM classifier per person. (2) Global system using one second-degree polynomial SVM per person. (3) Global system with one linear SVM for each cluster. (4) Component-based approach with one linear SVM classifier per person.

44 5. Experiments 44 The ROC curves for the four systems are shown in Fig. 7.

45 5. Experiments 45 Some examples of misclassifications caused by false detections are shown in Figs. 8 and 9.

46 6. Conclusion and future work 46 We presented a component-based technique and two global techniques for face recognition and evaluated their performance with respect to robustness against pose changes. The component-based system: - It detected and extracted a set of 10 facial components and arranged them in a single feature vector that was classified by linear SVMs. Both global systems: - we detected the whole face, extracted it from the image, and used it as input to the classifiers.

47 6. Conclusion and future work 47 In the experiment the component-based system outperformed the global systems even though we used more powerful classifiers (i.e., non-linear instead of linear SVMs) for the global system. 研究限制 ( the current component-based classifier ): - The current component-based classifier cannot deal with the full range of poses (from frontal to profile views). 解決方案 : - It will be necessary to train view-specific component classifiers, e.g., two mouth classifiers trained on frontal and profile views, respectively.

48 48 Thank You!


Download ppt "指導老師 : 萬書言 老師 報告學生 : 何炳杰 報告日期 : 2010/10/08 1 Face recognition: component-based versus global approaches."

Similar presentations


Ads by Google