Visually-Aware Context Modeling for News Image Captioning
Tingyu Qu, Tinne Tuytelaars, Marie-Francine Moens
TL;DR
The paper tackles News Image Captioning by differentiating visual inputs into faces that can be directly grounded to article names and non-grounded context. It introduces a face naming module with prefix-attention, a CLIP-based sentence retrieval strategy to connect images with article segments, and a CoLaM margin-based training regime to emphasize article context. The approach, built on a BART-based encoder-decoder, yields state-of-the-art CIDEr scores on GoodNews and NYTimes800k without external data and is supported by comprehensive ablations. This modular framework improves grounding of captions to both images and articles, with practical impact for more informative and context-aware news captions.
Abstract
News Image Captioning aims to create captions from news articles and images, emphasizing the connection between textual context and visual elements. Recognizing the significance of human faces in news images and the face-name co-occurrence pattern in existing datasets, we propose a face-naming module for learning better name embeddings. Apart from names, which can be directly linked to an image area (faces), news image captions mostly contain context information that can only be found in the article. We design a retrieval strategy using CLIP to retrieve sentences that are semantically close to the image, mimicking human thought process of linking articles to images. Furthermore, to tackle the problem of the imbalanced proportion of article context and image context in captions, we introduce a simple yet effective method Contrasting with Language Model backbone (CoLaM) to the training pipeline. We conduct extensive experiments to demonstrate the efficacy of our framework. We out-perform the previous state-of-the-art (without external data) by 7.97/5.80 CIDEr scores on GoodNews/NYTimes800k. Our code is available at https://github.com/tingyu215/VACNIC.
