CVCLLGJul 10, 2020

Image Captioning with Compositional Neural Module Networks

arXiv:2007.05608v111 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of overgeneralized captions in image captioning for applications requiring detailed descriptions, representing an incremental improvement over existing methods.

The paper tackles the problem of generating detailed and accurate image captions by introducing a hierarchical framework that combines compositionality and sequentiality, outperforming a state-of-the-art model on the MSCOCO dataset across multiple metrics, including improved SPICE subcategory f-scores and human evaluations.

In image captioning where fluency is an important factor in evaluation, e.g., $n$-gram metrics, sequential models are commonly used; however, sequential models generally result in overgeneralized expressions that lack the details that may be present in an input image. Inspired by the idea of the compositional neural module networks in the visual question answering task, we introduce a hierarchical framework for image captioning that explores both compositionality and sequentiality of natural language. Our algorithm learns to compose a detail-rich sentence by selectively attending to different modules corresponding to unique aspects of each object detected in an input image to include specific descriptions such as counts and color. In a set of experiments on the MSCOCO dataset, the proposed model outperforms a state-of-the art model across multiple evaluation metrics, more importantly, presenting visually interpretable results. Furthermore, the breakdown of subcategories $f$-scores of the SPICE metric and human evaluation on Amazon Mechanical Turk show that our compositional module networks effectively generate accurate and detailed captions.

Foundations

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

Your Notes