k-fold Subsampling based Sequential Backward Feature Elimination
Jeonghwan Park, Kang Li, Huiyu Zhou
TL;DR
This work introduces a wrapper-filter hybrid feature selection method that combines $k$-fold subsampling with sequential backward elimination (SBE) in conjunction with a linear SVM for human detection. It defines a dual scoring scheme, including step performance $P$ and feature relevance $R$, augmented by a mutual-information counter score to mitigate over-pruning. The algorithm produces compact feature subsets (e.g., 40%–80% of the full feature set) that can speed up detection by over 50% while maintaining or slightly improving accuracy, and it yields appearance models built from the selected features that outperform baselines like LatSVM-V2 and approach or exceed deformable part model performance. Experiments on INRIA and ETH datasets using HOG features demonstrate both speedups and robust generalization, with the 10HOG-V2 appearance model achieving up to 9% higher detection rates than LatSVM-V2 root filters on INRIA. The method extends to broad data scenarios and does not require highly precise object annotations, enhancing practical applicability for pedestrian detection systems.
Abstract
We present a new wrapper feature selection algorithm for human detection. This algorithm is a hybrid feature selection approach combining the benefits of filter and wrapper methods. It allows the selection of an optimal feature vector that well represents the shapes of the subjects in the images. In detail, the proposed feature selection algorithm adopts the k-fold subsampling and sequential backward elimination approach, while the standard linear support vector machine (SVM) is used as the classifier for human detection. We apply the proposed algorithm to the publicly accessible INRIA and ETH pedestrian full image datasets with the PASCAL VOC evaluation criteria. Compared to other state of the arts algorithms, our feature selection based approach can improve the detection speed of the SVM classifier by over 50% with up to 2% better detection accuracy. Our algorithm also outperforms the equivalent systems introduced in the deformable part model approach with around 9% improvement in the detection accuracy.
