Learning Semantic Representations of Objects and Their Parts

Abstract

Recently, large scale image annotation datasets have been collected with millions of images and thousands of possible annotations. Latent variable models, or embedding methods, that simultaneously learn semantic representations of object labels and image representations can provide tractable solutions on such tasks. In this work, we are interested in jointly learning representations both for the objects in an image, and the parts of those objects, because such deeper semantic representations could bring a leap forward in image retrieval or browsing. Despite the size of these datasets, the amount of annotated data for objects and parts can be costly and may not be available. In this paper, we propose to bypass this cost with a method able to learn to jointly label objects and parts without requiring exhaustively labeled data. We design a model architecture that can be trained under a proxy supervision obtained by combining standard image annotation (from ImageNet) with semantic part-based within-label relations (from WordNet). The model itself is designed to model both object image to object label similarities, and object label to object part label similarities in a single joint system. Experiments conducted on our combined data and a precisely annotated evaluation set demonstrate the usefulness of our approach.

Cite

Text

Mesnil et al. "Learning Semantic Representations of Objects and Their Parts." Machine Learning, 2014. doi:10.1007/S10994-013-5336-9

Markdown

[Mesnil et al. "Learning Semantic Representations of Objects and Their Parts." Machine Learning, 2014.](https://mlanthology.org/mlj/2014/mesnil2014mlj-learning/) doi:10.1007/S10994-013-5336-9

BibTeX

@article{mesnil2014mlj-learning,
  title     = {{Learning Semantic Representations of Objects and Their Parts}},
  author    = {Mesnil, Grégoire and Bordes, Antoine and Weston, Jason and Chechik, Gal and Bengio, Yoshua},
  journal   = {Machine Learning},
  year      = {2014},
  pages     = {281-301},
  doi       = {10.1007/S10994-013-5336-9},
  volume    = {94},
  url       = {https://mlanthology.org/mlj/2014/mesnil2014mlj-learning/}
}