CVCLMar 27, 2018

Neural Baby Talk

arXiv:1803.09845v1462 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of producing more accurate and natural-sounding captions for image understanding tasks, with incremental improvements in grounding and distribution robustness.

The paper tackles image captioning by introducing a framework that combines slot filling and neural captioning to generate captions explicitly grounded in detected objects, achieving state-of-the-art results on COCO and Flickr30k datasets.

We introduce a novel framework for image captioning that can produce natural language explicitly grounded in entities that object detectors find in the image. Our approach reconciles classical slot filling approaches (that are generally better grounded in images) with modern neural captioning approaches (that are generally more natural sounding and accurate). Our approach first generates a sentence `template' with slot locations explicitly tied to specific image regions. These slots are then filled in by visual concepts identified in the regions by object detectors. The entire architecture (sentence template generation and slot filling with object detectors) is end-to-end differentiable. We verify the effectiveness of our proposed model on different image captioning tasks. On standard image captioning and novel object captioning, our model reaches state-of-the-art on both COCO and Flickr30k datasets. We also demonstrate that our model has unique advantages when the train and test distributions of scene compositions -- and hence language priors of associated captions -- are different. Code has been made available at: https://github.com/jiasenlu/NeuralBabyTalk

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes