paper-with-me

Papers

Captioning Images with Diverse Objects

2016-06-24 · CVPR 2017 7 · Subhashini Venugopalan, Lisa Anne Hendricks, Marcus Rohrbach, Raymond Mooney, Trevor Darrell, Kate Saenko

Recent captioning models are limited in their ability to scale and describe concepts unseen in paired image-text corpora. We propose the Novel Object Captioner (NOC), a deep visual semantic captioning model that can describe a large number of object categories not present in existing image-caption datasets. Our model takes advantage of external sources -- labeled images from object recognition datasets, and semantic knowledge extracted from unannotated text. We propose minimizing a joint objective which can learn from these diverse data sources and leverage distributional semantic embeddings, enabling the model to generalize and describe novel objects outside of image-caption datasets. We demonstrate that our model exploits semantic information to generate captions for hundreds of object categories in the ImageNet object recognition dataset that are not observed in MSCOCO image-caption training data, as well as many categories that are observed very rarely. Both automatic evaluations and human judgements show that our model considerably outperforms prior work in being able to describe many more categories of objects.

📄 PDF Abstract BibTeX arXiv:1606.07770

Code (1)

willT97/Zero-shot-Image-Captioner pytorch

Tasks

ObjectObject Recognition

Similar Papers 제목 키워드 기반

Diverse Image Captioning with Context-Object Split Latent Spaces

2020-11-02 · NeurIPS 2020 12 · Shweta Mahajan, Stefan Roth

Diverse image captioning models aim to learn one-to-many mappings that are innate to cross-domain datasets, such as of images and texts. Current methods for this task are based on generative latent variable models, e.g. …

DiversityImage CaptioningObject

A Baseline for Detecting Out-of-Distribution Examples in Image Captioning

2022-07-12 · Gabi Shalev, Gal-Lev Shalev, Joseph Keshet

Image captioning research achieved breakthroughs in recent years by developing neural models that can generate diverse and high-quality descriptions for images drawn from the same distribution as training images. However…

Image CaptioningOut of Distribution (OOD) Detection

Look Deeper See Richer: Depth-aware Image Paragraph Captioning

2018-10-15 · ACM International Conference on Multimedia 2018 10 · Ziwei Wang, Yadan Luo, Yang Li, Zi Huang 외

With the widespread availability of image captioning at a sentence level, how to automatically generate image paragraphs is yet well explored. Describing an image by a full paragraph involves organising sentences orderly…

DecoderImage CaptioningImage Paragraph CaptioningSentence

Partially-Supervised Novel Object Captioning Leveraging Context from Paired Data

2021-09-10 · Shashank Bujimalla, Mahesh Subedar, Omesh Tickoo

In this paper, we propose an approach to improve image captioning solution for images with novel objects that do not have caption labels in the training dataset. We refer to our approach as Partially-Supervised Novel Obj…

Image CaptioningNovel Object Detectionobject-detectionObject Detection+1

Captioning Images with Novel Objects via Online Vocabulary Expansion

2020-03-06 · Mikihiro Tanaka, Tatsuya Harada

In this study, we introduce a low cost method for generating descriptions from images containing novel objects. Generally, constructing a model, which can explain images with novel objects, is costly because of the follo…

Image CaptioningWord Embeddings