Object categorization based on a supervised mean shift algorithm

Ruo Du,Qiang Wu,Xiangjian He,Jie Yang
DOI: https://doi.org/10.1007/978-3-642-33885-4_64
2012-01-01
Abstract:In this work, we present a C++ implementation of object categorization with the bag-of-word (BoW) framework. Unlike typical BoW models which consider the whole area of an image as the region of interest (ROI) for visual codebook generation, our implementation only considers the regions of target objects as ROIs and the unrelated backgrounds will be excluded for generating codebook. This is achieved by a supervised mean shift algorithm. Our work is on the benchmark SIVAL dataset and utilizes a Maximum Margin Supervised Topic Model for classification. The final performance of our work is quite encouraging.
What problem does this paper attempt to address?