TriCoS: A Tri-Level Class-Discriminative Co-Segmentation Method for Image Classification

Abstract

The aim of this paper is to leverage foreground segmentation to improve classification performance on weakly annotated datasets – those with no additional annotation other than class labels. We introduce TriCoS, a new co-segmentation algorithm that looks at all training images jointly and automatically segments out the most class-discriminative foregrounds for each image. Ultimately, those foreground segmentations are used to train a classification system. TriCoS solves the co-segmentation problem by minimizing losses at three different levels: the category level for foreground/background consistency across images belonging to the same category, the image level for spatial continuity within each image, and the dataset level for discrimination between classes. In an extensive set of experiments, we evaluate the algorithm on three benchmark datasets: the UCSD-Caltech Birds-200-2010, the Stanford Dogs, and the Oxford Flowers 102. With the help of a modern image classifier, we show superior performance compared to previously published classification methods and other co-segmentation methods.

Cite

Text

Chai et al. "TriCoS: A Tri-Level Class-Discriminative Co-Segmentation Method for Image Classification." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33718-5_57

Markdown

[Chai et al. "TriCoS: A Tri-Level Class-Discriminative Co-Segmentation Method for Image Classification." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/chai2012eccv-tricos/) doi:10.1007/978-3-642-33718-5_57

BibTeX

@inproceedings{chai2012eccv-tricos,
  title     = {{TriCoS: A Tri-Level Class-Discriminative Co-Segmentation Method for Image Classification}},
  author    = {Chai, Yuning and Rahtu, Esa and Lempitsky, Victor S. and Van Gool, Luc and Zisserman, Andrew},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {794-807},
  doi       = {10.1007/978-3-642-33718-5_57},
  url       = {https://mlanthology.org/eccv/2012/chai2012eccv-tricos/}
}