CVCLJul 21, 2023

Advancing Visual Grounding with Scene Knowledge: Benchmark and Method

arXiv:2307.11558v132 citationsh-index: 39Has Code
Originality Incremental advance
AI Analysis

This addresses the need for more challenging benchmarks in vision-and-language models to evaluate reasoning abilities, though it is incremental as it builds on prior work.

The authors tackled the problem of visual grounding by introducing a new benchmark, SK-VG, that requires reasoning over long-form scene knowledge, as existing datasets are too simple. They proposed two methods for this task, achieving promising results but noting room for improvement in performance and interpretability.

Visual grounding (VG) aims to establish fine-grained alignment between vision and language. Ideally, it can be a testbed for vision-and-language models to evaluate their understanding of the images and texts and their reasoning abilities over their joint space. However, most existing VG datasets are constructed using simple description texts, which do not require sufficient reasoning over the images and texts. This has been demonstrated in a recent study~\cite{luo2022goes}, where a simple LSTM-based text encoder without pretraining can achieve state-of-the-art performance on mainstream VG datasets. Therefore, in this paper, we propose a novel benchmark of \underline{S}cene \underline{K}nowledge-guided \underline{V}isual \underline{G}rounding (SK-VG), where the image content and referring expressions are not sufficient to ground the target objects, forcing the models to have a reasoning ability on the long-form scene knowledge. To perform this task, we propose two approaches to accept the triple-type input, where the former embeds knowledge into the image features before the image-query interaction; the latter leverages linguistic structure to assist in computing the image-text matching. We conduct extensive experiments to analyze the above methods and show that the proposed approaches achieve promising results but still leave room for improvement, including performance and interpretability. The dataset and code are available at \url{https://github.com/zhjohnchan/SK-VG}.

Code Implementations1 repo
Foundations

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

Your Notes