Image Retrieval with Structured Object Queries Using Latent Ranking SVM

Abstract

We consider image retrieval with structured object queries – queries that specify the objects that should be present in the scene, and their spatial relations. An example of such queries is “car on the road”. Existing image retrieval systems typically consider queries consisting of object classes (i.e. keywords). They train a separate classifier for each object class and combine the output heuristically. In contrast, we develop a learning framework to jointly consider object classes and their relations. Our method considers not only the objects in the query (“car” and “road” in the above example), but also related object categories can be useful for retrieval. Since we do not have ground-truth labeling of object bounding boxes on the test image, we represent them as latent variables in our model. Our learning method is an extension of the ranking SVM with latent variables, which we call latent ranking SVM . We demonstrate image retrieval and ranking results on a dataset with more than a hundred of object classes.

Cite

Text

Lan et al. "Image Retrieval with Structured Object Queries Using Latent Ranking SVM." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33783-3_10

Markdown

[Lan et al. "Image Retrieval with Structured Object Queries Using Latent Ranking SVM." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/lan2012eccv-image/) doi:10.1007/978-3-642-33783-3_10

BibTeX

@inproceedings{lan2012eccv-image,
  title     = {{Image Retrieval with Structured Object Queries Using Latent Ranking SVM}},
  author    = {Lan, Tian and Yang, Weilong and Wang, Yang and Mori, Greg},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {129-142},
  doi       = {10.1007/978-3-642-33783-3_10},
  url       = {https://mlanthology.org/eccv/2012/lan2012eccv-image/}
}