CVSep 1, 2025

ReCap: Event-Aware Image Captioning with Article Retrieval and Semantic Gaussian Normalization

arXiv:2509.01259v1h-index: 5Has CodeMM
Originality Incremental advance
AI Analysis

This addresses the need for context-aware image understanding in applications like news reporting and digital archiving, representing an incremental improvement over existing methods.

The paper tackled the problem of generic image captions lacking event-level semantics by introducing ReCap, a pipeline that retrieves relevant articles and uses semantic normalization to generate narrative-rich captions, achieving a score of 0.54666 and ranking 2nd on the OpenEvents V1 dataset.

Image captioning systems often produce generic descriptions that fail to capture event-level semantics which are crucial for applications like news reporting and digital archiving. We present ReCap, a novel pipeline for event-enriched image retrieval and captioning that incorporates broader contextual information from relevant articles to generate narrative-rich, factually grounded captions. Our approach addresses the limitations of standard vision-language models that typically focus on visible content while missing temporal, social, and historical contexts. ReCap comprises three integrated components: (1) a robust two-stage article retrieval system using DINOv2 embeddings with global feature similarity for initial candidate selection followed by patch-level mutual nearest neighbor similarity re-ranking; (2) a context extraction framework that synthesizes information from article summaries, generic captions, and original source metadata; and (3) a large language model-based caption generation system with Semantic Gaussian Normalization to enhance fluency and relevance. Evaluated on the OpenEvents V1 dataset as part of Track 1 in the EVENTA 2025 Grand Challenge, ReCap achieved a strong overall score of 0.54666, ranking 2nd on the private test set. These results highlight ReCap's effectiveness in bridging visual perception with real-world knowledge, offering a practical solution for context-aware image understanding in high-stakes domains. The code is available at https://github.com/Noridom1/EVENTA2025-Event-Enriched-Image-Captioning.

Foundations

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

Your Notes