CVCLSep 25, 2020

Are scene graphs good enough to improve Image Captioning?

arXiv:2009.12313v21000 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing image captioning with scene graphs for AI researchers, showing it is incremental due to limited practical gains with existing noisy models.

The paper investigates whether scene graphs improve image captioning and finds that current scene graph models are too noisy to provide significant benefits, but high-quality scene graphs can yield up to a 3.3 CIDEr gain over a baseline.

Many top-performing image captioning models rely solely on object features computed with an object detection model to generate image descriptions. However, recent studies propose to directly use scene graphs to introduce information about object relations into captioning, hoping to better describe interactions between objects. In this work, we thoroughly investigate the use of scene graphs in image captioning. We empirically study whether using additional scene graph encoders can lead to better image descriptions and propose a conditional graph attention network (C-GAT), where the image captioning decoder state is used to condition the graph updates. Finally, we determine to what extent noise in the predicted scene graphs influence caption quality. Overall, we find no significant difference between models that use scene graph features and models that only use object detection features across different captioning metrics, which suggests that existing scene graph generation models are still too noisy to be useful in image captioning. Moreover, although the quality of predicted scene graphs is very low in general, when using high quality scene graphs we obtain gains of up to 3.3 CIDEr compared to a strong Bottom-Up Top-Down baseline. We open source code to reproduce all our experiments in https://github.com/iacercalixto/butd-image-captioning.

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