paper-with-me

Papers

Improved Visual Grounding through Self-Consistent Explanations

2023-12-07 · CVPR 2024 1 · Ruozhen He, Paola Cascante-Bonilla, Ziyan Yang, Alexander C. Berg, Vicente Ordonez

Vision-and-language models trained to match images with text can be combined with visual explanation methods to point to the locations of specific objects in an image. Our work shows that the localization --"grounding"-- abilities of these models can be further improved by finetuning for self-consistent visual explanations. We propose a strategy for augmenting existing text-image datasets with paraphrases using a large language model, and SelfEQ, a weakly-supervised strategy on visual explanation maps for paraphrases that encourages self-consistency. Specifically, for an input textual phrase, we attempt to generate a paraphrase and finetune the model so that the phrase and paraphrase map to the same region in the image. We posit that this both expands the vocabulary that the model is able to handle, and improves the quality of the object locations highlighted by gradient-based visual explanation methods (e.g. GradCAM). We demonstrate that SelfEQ improves performance on Flickr30k, ReferIt, and RefCOCO+ over a strong baseline method and several prior works. Particularly, comparing to other methods that do not use any type of box annotations, we obtain 84.07% on Flickr30k (an absolute improvement of 4.69%), 67.40% on ReferIt (an absolute improvement of 7.68%), and 75.10%, 55.49% on RefCOCO+ test sets A and B respectively (an absolute improvement of 3.74% on average).

📄 PDF Abstract BibTeX arXiv:2312.04554

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingLarge Language ModelVisual Grounding

Similar Papers 제목 키워드 기반

Calibrating Uncertainty Quantification of Multi-Modal LLMs using Grounding

2025-04-30 · Trilok Padhi, Ramneet Kaur, Adam D. Cobb, Manoj Acharya 외

We introduce a novel approach for calibrating uncertainty quantification (UQ) tailored for multi-modal large language models (LLMs). Existing state-of-the-art UQ methods rely on consistency among multiple responses gener…

Medical Question AnsweringQuestion AnsweringUncertainty QuantificationVisual Question Answering

AutoVQA-G: Self-Improving Agentic Framework for Automated Visual Question Answering and Grounding Annotation

2026-04-19 · Rongsheng Hu, Runwei Guan, Yicheng Di, Jiayu Bao 외 arxiv

Manual annotation of high-quality visual question answering with grounding (VQA-G) datasets, which pair visual questions with evidential grounding, is crucial for advancing vision-language models (VLMs), but remains unsc…

Visual Question AnsweringVisual Grounding

NAVER: A Neuro-Symbolic Compositional Automaton for Visual Grounding with Explicit Logic Reasoning

2025-02-01 · Zhixi Cai, Fucai Ke, Simindokht Jahangard, Maria Garcia de la Banda 외

Visual Grounding (VG) tasks, such as referring expression detection and segmentation tasks are important for linking visual entities to context, especially in complex reasoning tasks that require detailed query interpret…

Referring ExpressionVisual Grounding

No Labels, No Problem: Training Visual Reasoners with Multimodal Verifiers

2025-12-09 · Damiano Marsili, Georgia Gkioxari arxiv

Visual reasoning is challenging, requiring both precise object grounding and understanding complex spatial relationships. Existing methods fall into two camps: language-only chain-of-thought approaches, which demand larg…

Reinforcement LearningSpatial ReasoningVisual GroundingVisual Reasoning

Learn where to Click from Yourself: On-Policy Self-Distillation for GUI Grounding

2026-05-01 · Yan Zhang, Daiqing Wu, Huawen Shen, Can Ma 외 arxiv

Graphical User Interface (GUI) grounding maps natural language instructions to the visual coordinates of target elements and serves as a core capability for autonomous GUI agents. Recent reinforcement learning methods (e…

Reinforcement Learning