Beyond Spatial Pyramids: A New Feature Extraction Framework with Dense Spatial Sampling for Image Classification

Abstract

We introduce a new framework for image classification that extends beyond the window sampling of fixed spatial pyramids to include a comprehensive set of windows densely sampled over location, size and aspect ratio. To effectively deal with this large set of windows, we derive a concise high-level image feature using a two-level extraction method. At the first level, window-based features are computed from local descriptors (e.g., SIFT, spatial HOG, LBP) in a process similar to standard feature extractors. Then at the second level, the new image feature is determined from the window-based features in a manner analogous to the first level. This higher level of abstraction offers both efficient handling of dense samples and reduced sensitivity to misalignment. More importantly, our simple yet effective framework can readily accommodate a large number of existing pooling/coding methods, allowing them to extract features beyond the spatial pyramid representation. To effectively fuse the second level feature with a standard first level image feature for classification, we additionally propose a new learning algorithm, called Generalized Adaptive ℓ_ p -norm Multiple Kernel Learning (GA-MKL), to learn an adapted robust classifier based on multiple base kernels constructed from image features and multiple sets of pre-learned classifiers of all the classes. Extensive evaluation on the object recognition (Caltech256) and scene recognition (15Scenes) benchmark datasets demonstrates that the proposed method outperforms state-of-the-art image classification algorithms under a broad range of settings.

Cite

Text

Yan et al. "Beyond Spatial Pyramids: A New Feature Extraction Framework with Dense Spatial Sampling for Image Classification." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33765-9_34

Markdown

[Yan et al. "Beyond Spatial Pyramids: A New Feature Extraction Framework with Dense Spatial Sampling for Image Classification." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/yan2012eccv-beyond/) doi:10.1007/978-3-642-33765-9_34

BibTeX

@inproceedings{yan2012eccv-beyond,
  title     = {{Beyond Spatial Pyramids: A New Feature Extraction Framework with Dense Spatial Sampling for Image Classification}},
  author    = {Yan, Shengye and Xu, Xinxing and Xu, Dong and Lin, Stephen and Li, Xuelong},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {473-487},
  doi       = {10.1007/978-3-642-33765-9_34},
  url       = {https://mlanthology.org/eccv/2012/yan2012eccv-beyond/}
}