Discriminative Feature Fusion for Image Classification

Abstract

Bag-of-words-based image classification approaches mostly rely on low level local shape features. However, it has been shown that combining multiple cues such as color, texture, or shape is a challenging and promising task which can improve the classification accuracy. Most of the state-of-the-art feature fusion methods usually aim to weight the cues without considering their statistical dependence in the application at hand. In this paper, we present a new logistic regression-based fusion method, called LRFF, which takes advantage of the different cues without being tied to any of them. We also design a new marginalized kernel by making use of the output of the regression model. We show that such kernels, surprisingly ignored so far by the computer vision community, are particularly well suited to achieve image classification tasks. We compare our approach with existing methods that combine color and shape on three datasets. The proposed learning-based feature fusion process clearly outperforms the state-of-the art fusion methods for image classification. 1.

Cite

Text

Fernando et al. "Discriminative Feature Fusion for Image Classification." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6248084

Markdown

[Fernando et al. "Discriminative Feature Fusion for Image Classification." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/fernando2012cvpr-discriminative/) doi:10.1109/CVPR.2012.6248084

BibTeX

@inproceedings{fernando2012cvpr-discriminative,
  title     = {{Discriminative Feature Fusion for Image Classification}},
  author    = {Fernando, Basura and Fromont, Élisa and Muselet, Damien and Sebban, Marc},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {3434-3441},
  doi       = {10.1109/CVPR.2012.6248084},
  url       = {https://mlanthology.org/cvpr/2012/fernando2012cvpr-discriminative/}
}