Fast Selection of Linear Features in Image Data

Abstract

Identifying a small number of useful features for learning from images requires processing large amounts of data and may be very time consuming. The standard approach is to compute many features from training data and then select a subset of the features that is useful for the task at hand. We propose an algorithm for selecting these features efficiently for the case in which the features are linear. Our approach is based on Principal Components dimensionality reduction applied to the training data. It is shown that the computation of linear features as well as the task of pruning redundant features can all be performed in a compact, reduced representation. Specifically, redundant features are detected and removed using the classic Factorization algorithm, applied in the reduced space.

Cite

Text

Wu and Schweitzer. "Fast Selection of Linear Features in Image Data." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005. doi:10.1109/CVPR.2005.460

Markdown

[Wu and Schweitzer. "Fast Selection of Linear Features in Image Data." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005.](https://mlanthology.org/cvpr/2005/wu2005cvpr-fast/) doi:10.1109/CVPR.2005.460

BibTeX

@inproceedings{wu2005cvpr-fast,
  title     = {{Fast Selection of Linear Features in Image Data}},
  author    = {Wu, Feng and Schweitzer, Haim},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2005},
  pages     = {49},
  doi       = {10.1109/CVPR.2005.460},
  url       = {https://mlanthology.org/cvpr/2005/wu2005cvpr-fast/}
}