Formulating Semantic Image Annotation as a Supervised Learning Problem

Abstract

We introduce a new method to automatically annotate and retrieve images using a vocabulary of image semantics. The novel contributions include a discriminant formulation of the problem, a multiple instance learning solution that enables the estimation of concept probability distributions without prior image segmentation, and a hierarchical description of the density of each image class that enables very efficient training. Compared to current methods of image annotation and retrieval, the one now proposed has significantly smaller time complexity and better recognition performance. Specifically, its recognition complexity is O(C/spl times/R), where C is the number of classes (or image annotations) and R is the number of image regions, while the best results in the literature have complexity O(T/spl times/R), where T is the number of training images. Since the number of classes grows substantially slower than that of training images, the proposed method scales better during training, and processes test images faster This is illustrated through comparisons in terms of complexity, time, and recognition performance with current state-of-the-art methods.

Cite

Text

Carneiro and Vasconcelos. "Formulating Semantic Image Annotation as a Supervised Learning Problem." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005. doi:10.1109/CVPR.2005.164

Markdown

[Carneiro and Vasconcelos. "Formulating Semantic Image Annotation as a Supervised Learning Problem." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005.](https://mlanthology.org/cvpr/2005/carneiro2005cvpr-formulating/) doi:10.1109/CVPR.2005.164

BibTeX

@inproceedings{carneiro2005cvpr-formulating,
  title     = {{Formulating Semantic Image Annotation as a Supervised Learning Problem}},
  author    = {Carneiro, Gustavo and Vasconcelos, Nuno},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2005},
  pages     = {163-168},
  doi       = {10.1109/CVPR.2005.164},
  url       = {https://mlanthology.org/cvpr/2005/carneiro2005cvpr-formulating/}
}