English

Understanding Retrieval Robustness for Retrieval-Augmented Image Captioning

Computer Vision and Pattern Recognition 2024-08-07 v3 Computation and Language

Abstract

Recent advances in retrieval-augmented models for image captioning highlight the benefit of retrieving related captions for efficient, lightweight models with strong domain-transfer capabilities. While these models demonstrate the success of retrieval augmentation, retrieval models are still far from perfect in practice: the retrieved information can sometimes mislead the model, resulting in incorrect generation and worse performance. In this paper, we analyze the robustness of a retrieval-augmented captioning model SmallCap. Our analysis shows that the model is sensitive to tokens that appear in the majority of the retrieved captions, and the input attribution shows that those tokens are likely copied into the generated output. Given these findings, we propose to train the model by sampling retrieved captions from more diverse sets. This decreases the chance that the model learns to copy majority tokens, and improves both in-domain and cross-domain performance.

Keywords

Cite

@article{arxiv.2406.02265,
  title  = {Understanding Retrieval Robustness for Retrieval-Augmented Image Captioning},
  author = {Wenyan Li and Jiaang Li and Rita Ramos and Raphael Tang and Desmond Elliott},
  journal= {arXiv preprint arXiv:2406.02265},
  year   = {2024}
}

Comments

9 pages, long paper at ACL 2024

R2 v1 2026-06-28T16:52:52.620Z