paper-with-me

Papers

RORPCap: Retrieval-based Objects and Relations Prompt for Image Captioning

2025-08-10 · Jinjing Gu, Tianbao Qin, Yuanyuan Pu, Zhengpeng Zhao arxiv

Image captioning aims to generate natural language descriptions for input images in an open-form manner. To accurately generate descriptions related to the image, a critical step in image captioning is to identify objects and understand their relations within the image. Modern approaches typically capitalize on object detectors or combine detectors with Graph Convolutional Network (GCN). However, these models suffer from redundant detection information, difficulty in GCN construction, and high training costs. To address these issues, a Retrieval-based Objects and Relations Prompt for Image Captioning (RORPCap) is proposed, inspired by the fact that image-text retrieval can provide rich semantic information for input images. RORPCap employs an Objects and relations Extraction Model to extract object and relation words from the image. These words are then incorporate into predefined prompt templates and encoded as prompt embeddings. Next, a Mamba-based mapping network is designed to quickly map image embeddings extracted by CLIP to visual-text embeddings. Finally, the resulting prompt embeddings and visual-text embeddings are concatenated to form textual-enriched feature embeddings, which are fed into a GPT-2 model for caption generation. Extensive experiments conducted on the widely used MS-COCO dataset show that the RORPCap requires only 2.6 hours under cross-entropy loss training, achieving 120.5% CIDEr score and 22.0% SPICE score on the "Karpathy" test split. RORPCap achieves comparable performance metrics to detector-based and GCN-based models with the shortest training time and demonstrates its potential as an alternative for image captioning.

📄 PDF Abstract BibTeX arXiv:2508.07318

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningText Retrieval

Results from the Paper

RankTaskDatasetModelMetrics
#3 Image Captioning MS-COCO RORPCap CIDEr: 120.5

Similar Papers 제목 키워드 기반

RACap: Relation-Aware Prompting for Lightweight Retrieval-Augmented Image Captioning

2025-09-19 · Xiaosheng Long, Hanyu Wang, Zhentao Song, Kun Luo 외 arxiv

Recent retrieval-augmented image captioning methods incorporate external knowledge to compensate for the limitations in comprehending complex scenes. However, current approaches face challenges in relation modeling: (1) …

Image Captioning

Exposing and Mitigating Spurious Correlations for Cross-Modal Retrieval

2023-04-06 · Jae Myung Kim, A. Sophia Koepke, Cordelia Schmid, Zeynep Akata

Cross-modal retrieval methods are the preferred tool to search databases for the text that best matches a query image and vice versa. However, image-text retrieval models commonly learn to memorize spurious correlations …

Cross-Modal RetrievalImage-text RetrievalObjectRetrieval+1

Structured Query-Based Image Retrieval Using Scene Graphs

2020-05-13 · Brigit Schroeder, Subarna Tripathi

A structured query can capture the complexity of object interactions (e.g. 'woman rides motorcycle') unlike single objects (e.g. 'woman' or 'motorcycle'). Retrieval using structured queries therefore is much more useful …

Image RetrievalObjectRetrieval

Leveraging Retrieval-Augmented Tags for Large Vision-Language Understanding in Complex Scenes

2024-12-16 · Antonio Carlos Rivera, Anthony Moore, Steven Robinson

Object-aware reasoning in vision-language tasks poses significant challenges for current models, particularly in handling unseen objects, reducing hallucinations, and capturing fine-grained relationships in complex visua…

Contrastive LearningMultimodal ReasoningObjectRetrieval

DualCap: Enhancing Lightweight Image Captioning via Dual Retrieval with Similar Scenes Visual Prompts

2025-10-28 · Binbin Li, Guimiao Yang, Zisen Qi, Haiping Wang 외 arxiv

Recent lightweight retrieval-augmented image caption models often utilize retrieved data solely as text prompts, thereby creating a semantic gap by leaving the original visual features unenhanced, particularly for object…

Image-to-Text RetrievalImage CaptioningImage Retrieval