Kernel subclass convex hull sample selection method for SVM on face recognition

  • Authors:
  • Xiaofei Zhou;Wenhan Jiang;Yingjie Tian;Yong Shi

  • Affiliations:
  • Graduate University of Chinese Academy of Sciences, Beijing 100190, China;First Research Institute of Ministry of Public Security, Beijing 100048, China and Department of Electronic Engineering, Tsinghua University, Beijing 100084, China;Graduate University of Chinese Academy of Sciences, Beijing 100190, China;Graduate University of Chinese Academy of Sciences, Beijing 100190, China and College of Information Science and Technology University of Nebraska at Omaha, Omaha, NE 68182, USA

  • Venue:
  • Neurocomputing
  • Year:
  • 2010

Quantified Score

Hi-index 0.03

Visualization

Abstract

Support Vector Machine (SVM) is an effective classifier for classification task, but a vital shortcoming of SVM is that it needs huge computation for large-scale learning tasks. Sample selection is a feasible strategy to overcome the problem. In order to reduce training samples without sacrificing recognition accuracy, this paper presents a novel sample selection approach named Kernel Subclass Convex Hull (KSCH) sample selection approach, which tries to select boundary samples of each class convex hull. The sample selection idea is derived from the geometrical explanation of SVM. In geometry, constructing a SVM problem can be converted to a problem of computing the nearest points between two convex hulls. Therefore, each class convex hull virtually determines the separating plane of SVM. Since a convex hull of a set can be only constructed by boundary samples of the convex hull, using boundary samples of each class to train SVM will be equivalent to using all training samples to train the classifier. Based on the idea, KSCH method iteratively select boundary samples of each class convex hull in high-dimensional space (induced by kernel trick). The convex hull of chosen set is called subclass convex hull. With the increasing of the size of chosen set, each subclass convex hull can rapidly approximate each class convex hull. So the samples selected by our method can efficiently represent original training set and support SVM classification. Experimental results on MIT-CBCL face database and UMIST face database show that KSCH sample selection method can select fewer high-quality samples to maintain the recognition accuracy of SVM.