paper-with-me

Papers

Understanding Retrieval Robustness for Retrieval-Augmented Image Captioning

2024-06-04 · Wenyan Li, Jiaang Li, Rita Ramos, Raphael Tang, Desmond Elliott

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.

📄 PDF Abstract BibTeX arXiv:2406.02265

Code (1)

lyan62/RobustCap 공식 구현 pytorch

Tasks

Image CaptioningRetrieval

Similar Papers 제목 키워드 기반

RAVENEA: A Benchmark for Multimodal Retrieval-Augmented Visual Culture Understanding

2025-05-20 · Jiaang Li, Yifei Yuan, Wenyan Li, Mohammad Aliannejadi 외

As vision-language models (VLMs) become increasingly integrated into daily life, the need for accurate visual culture understanding is becoming critical. Yet, these models frequently fall short in interpreting cultural n…

Image CaptioningQuestion AnsweringRAGRetrieval+2

Benchmarking Image Retrieval for Visual Localization

2020-11-24 · Noé Pion, Martin Humenberger, Gabriela Csurka, Yohann Cabon 외

Visual localization, i.e., camera pose estimation in a known scene, is a core component of technologies such as autonomous driving and augmented reality. State-of-the-art localization approaches often rely on image retri…

Autonomous DrivingBenchmarkingCamera Pose EstimationImage Retrieval+3

FilterRAG: Zero-Shot Informed Retrieval-Augmented Generation to Mitigate Hallucinations in VQA

2025-02-25 · S M Sarwar

Visual Question Answering requires models to generate accurate answers by integrating visual and textual understanding. However, VQA models still struggle with hallucinations, producing convincing but incorrect answers, …

Question AnsweringRetrievalRetrieval-augmented GenerationVisual Question Answering+1

Open-World 3D Scene Graph Generation for Retrieval-Augmented Reasoning

2025-11-08 · Fei Yu, Quan Deng, Shengeng Tang, Yuehua Li 외 arxiv

Understanding 3D scenes in open-world settings poses fundamental challenges for vision and robotics, particularly due to the limitations of closed-vocabulary supervision and static annotations. To address this, we propos…

Scene Graph GenerationScene UnderstandingQuestion AnsweringVisual Grounding

Scaling Beyond Context: A Survey of Multimodal Retrieval-Augmented Generation for Document Understanding

2025-10-17 · Sensen Gao, Shanshan Zhao, Xu Jiang, Lunhao Duan 외 arxiv

Document understanding is critical for applications from financial analysis to scientific discovery. Current approaches, whether OCR-based pipelines feeding Large Language Models (LLMs) or native Multimodal LLMs (MLLMs),…

Document AI