Informative Feature Selection for Object Recognition via Sparse PCA

Abstract

Bag-of-words (BoW) methods are a popular class of object recognition methods that use image features (e.g., SIFT) to form visual dictionaries and subsequent histogram vectors to represent object images in the recognition process. The accuracy of the BoW classifiers, however, is often limited by the presence of uninformative features extracted from the background or irrelevant image segments. Most existing solutions to prune out uninformative features rely on enforcing pairwise epipolar geometry via an expensive structure-from-motion (SfM) procedure. Such solutions are known to break down easily when the camera transformation is large or when the features are extracted from low-resolution, low-quality images. In this paper, we propose a novel method to select informative object features using a more efficient algorithm called Sparse PCA. First, we show that using a large-scale multiple-view object database, informative features can be reliably identified from a highdimensional visual dictionary by applying Sparse PCA on the histograms of each object category. Our experiment shows that the new algorithm improves recognition accuracy compared to the traditional BoW methods and SfM methods. Second, we present a new solution to Sparse PCA as a semidefinite programming problem using the Augmented Lagrangian Method. The new solver outperforms the state of the art for estimating sparse principal vectors as a basis for a low-dimensional subspace model.

Cite

Text

Naikal et al. "Informative Feature Selection for Object Recognition via Sparse PCA." IEEE/CVF International Conference on Computer Vision, 2011. doi:10.1109/ICCV.2011.6126321

Markdown

[Naikal et al. "Informative Feature Selection for Object Recognition via Sparse PCA." IEEE/CVF International Conference on Computer Vision, 2011.](https://mlanthology.org/iccv/2011/naikal2011iccv-informative/) doi:10.1109/ICCV.2011.6126321

BibTeX

@inproceedings{naikal2011iccv-informative,
  title     = {{Informative Feature Selection for Object Recognition via Sparse PCA}},
  author    = {Naikal, Nikhil and Yang, Allen Y. and Sastry, Shankar},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2011},
  pages     = {818-825},
  doi       = {10.1109/ICCV.2011.6126321},
  url       = {https://mlanthology.org/iccv/2011/naikal2011iccv-informative/}
}