Captioning Images with Diverse Objects
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.
Code (1)
Tasks
ObjectObject RecognitionSimilar Papers 제목 키워드 기반
Diverse Image Captioning with Context-Object Split Latent Spaces
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 CaptioningObjectA Baseline for Detecting Out-of-Distribution Examples in Image Captioning
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) DetectionLook Deeper See Richer: Depth-aware Image Paragraph Captioning
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 CaptioningSentencePartially-Supervised Novel Object Captioning Leveraging Context from Paired Data
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+1Captioning Images with Novel Objects via Online Vocabulary Expansion
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