Learn Discriminant Features for Multi-View Face and Eye Detection
Abstract
In current face detection, mostly often used features are selected from a large set (e.g. Haar wavelets). Generally Haar wavelets only represent the local geometric feature. When applying those features to profile faces and eyes with irregular geometric patterns, the classifier accuracy is low in the later training stages, only near 50%. In this paper, instead of brute-force searching the large feature set, we propose to statistically learn the discriminant features for object detection. Besides applying Fisher discriminant analysis(FDA) in AdaBoost, we further propose the recursive nonparametric discriminant analysis (RNDA) to handle more general cases. Those discriminant analysis features are not constrained with geometric shape and can provide better accuracy. The compact size of feature set allows to select a near optimal subset of features and construct the probabilistic classifiers by greedy searching. The proposed methods are applied to multi-view face and eye detection and achieve good accuracy.
Cite
Text
Wang and Ji. "Learn Discriminant Features for Multi-View Face and Eye Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005. doi:10.1109/CVPR.2005.200Markdown
[Wang and Ji. "Learn Discriminant Features for Multi-View Face and Eye Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005.](https://mlanthology.org/cvpr/2005/wang2005cvpr-learn/) doi:10.1109/CVPR.2005.200BibTeX
@inproceedings{wang2005cvpr-learn,
title = {{Learn Discriminant Features for Multi-View Face and Eye Detection}},
author = {Wang, Peng and Ji, Qiang},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2005},
pages = {373-379},
doi = {10.1109/CVPR.2005.200},
url = {https://mlanthology.org/cvpr/2005/wang2005cvpr-learn/}
}