Home Interior Classification Using SIFT Keypoint Histograms

Abstract

Semantic scene classification, the process of categorizing photographs into a discrete set of classes using pattern recognition techniques, is a useful ability for image annotation, organization and retrieval. The literature has focused on classifying outdoor scenes such as beaches and sunsets. Here, we focus on a much more difficult problem, that of differentiating between typical rooms in home interiors, such as bedrooms or kitchens. This requires robust image feature extraction and classification techniques, such as SIFT (scale-invariant feature transform) features and Adaboost classifiers. To this end, we derived SIFT keypoint histograms, an efficient image representation that utilizes variance information from linear discriminant analysis. We compare SIFT keypoint histograms with other features such as spatial color moments and compare Adaboost with support vector machine classifiers. We outline the various techniques used, show their advantages, disadvantages, and actual performance, and determine the most effective algorithm of those tested for home interior classification. Furthermore, we present results of pairwise classification of 7 rooms typically found in homes.

Cite

Text

Ayers and Boutell. "Home Interior Classification Using SIFT Keypoint Histograms." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007. doi:10.1109/CVPR.2007.383485

Markdown

[Ayers and Boutell. "Home Interior Classification Using SIFT Keypoint Histograms." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007.](https://mlanthology.org/cvpr/2007/ayers2007cvpr-home/) doi:10.1109/CVPR.2007.383485

BibTeX

@inproceedings{ayers2007cvpr-home,
  title     = {{Home Interior Classification Using SIFT Keypoint Histograms}},
  author    = {Ayers, Brian and Boutell, Matthew R.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2007},
  doi       = {10.1109/CVPR.2007.383485},
  url       = {https://mlanthology.org/cvpr/2007/ayers2007cvpr-home/}
}