CVMMAug 4, 2021

ICECAP: Information Concentrated Entity-aware Image Captioning

arXiv:2108.02050v124 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for more detailed and accurate image captions in news contexts, though it is incremental as it builds on prior entity-aware captioning methods.

The paper tackles the problem of generating informative captions for news images by leveraging background knowledge from associated articles, and achieves state-of-the-art performance on BreakingNews and GoodNews datasets.

Most current image captioning systems focus on describing general image content, and lack background knowledge to deeply understand the image, such as exact named entities or concrete events. In this work, we focus on the entity-aware news image captioning task which aims to generate informative captions by leveraging the associated news articles to provide background knowledge about the target image. However, due to the length of news articles, previous works only employ news articles at the coarse article or sentence level, which are not fine-grained enough to refine relevant events and choose named entities accurately. To overcome these limitations, we propose an Information Concentrated Entity-aware news image CAPtioning (ICECAP) model, which progressively concentrates on relevant textual information within the corresponding news article from the sentence level to the word level. Our model first creates coarse concentration on relevant sentences using a cross-modality retrieval model and then generates captions by further concentrating on relevant words within the sentences. Extensive experiments on both BreakingNews and GoodNews datasets demonstrate the effectiveness of our proposed method, which outperforms other state-of-the-arts. The code of ICECAP is publicly available at https://github.com/HAWLYQ/ICECAP.

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