A two-stage DINOv2 retrieval and Qwen3 LLM pipeline with a CIDEr-aware length normalizer achieved 2nd place in the EVENTA 2025 event-captioning challenge.
Visually-Aware Context Modeling for News Image Captioning
1 Pith paper cite this work. Polarity classification is still indexing.
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.
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
ReCap: Event-Aware Image Captioning with Article Retrieval and Semantic Gaussian Normalization
A two-stage DINOv2 retrieval and Qwen3 LLM pipeline with a CIDEr-aware length normalizer achieved 2nd place in the EVENTA 2025 event-captioning challenge.