Connecting Modalities: Semi-Supervised Segmentation and Annotation of Images Using Unaligned Text Corpora

Abstract

We propose a semi-supervised model which segments and annotates images using very few labeled images and a large unaligned text corpus to relate image regions to text labels. Given photos of a sports event, all that is necessary to provide a pixel-level labeling of objects and background is a set of newspaper articles about this sport and one to five labeled images. Our model is motivated by the observation that words in text corpora share certain context and feature similarities with visual objects. We describe images using visual words, a new region-based representation. The proposed model is based on kernelized canonical correlation analysis which finds a mapping between visual and textual words by projecting them into a latent meaning space. Kernels are derived from context and adjective features inside the respective visual and textual domains. We apply our method to a challenging dataset and rely on articles of the New York Times for textual features. Our model outperforms the state-of-the-art in annotation. In segmentation it compares favorably with other methods that use significantly more labeled training data.

Cite

Text

Socher and Fei-Fei. "Connecting Modalities: Semi-Supervised Segmentation and Annotation of Images Using Unaligned Text Corpora." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540112

Markdown

[Socher and Fei-Fei. "Connecting Modalities: Semi-Supervised Segmentation and Annotation of Images Using Unaligned Text Corpora." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/socher2010cvpr-connecting/) doi:10.1109/CVPR.2010.5540112

BibTeX

@inproceedings{socher2010cvpr-connecting,
  title     = {{Connecting Modalities: Semi-Supervised Segmentation and Annotation of Images Using Unaligned Text Corpora}},
  author    = {Socher, Richard and Fei-Fei, Li},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {966-973},
  doi       = {10.1109/CVPR.2010.5540112},
  url       = {https://mlanthology.org/cvpr/2010/socher2010cvpr-connecting/}
}