CVAug 16, 2023

Visually-Aware Context Modeling for News Image Captioning

arXiv:2308.08325v236 citationsh-index: 75Has Code
AI Analysis

This work addresses the problem of generating accurate captions for news images by better integrating textual and visual information, which is incremental but offers specific gains in performance.

The paper tackles news image captioning by proposing a framework that includes a face-naming module, a retrieval strategy using CLIP, and a training method called CoLaM to balance article and image context, achieving state-of-the-art results with CIDEr score improvements of 7.97 on GoodNews and 5.80 on NYTimes800k.

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.

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