SOTAVerified

Incorporating Structured Representations into Pretrained Vision & Language Models Using Scene Graphs

2023-05-10Unverified0· sign in to hype

Roei Herzig, Alon Mendelson, Leonid Karlinsky, Assaf Arbelle, Rogerio Feris, Trevor Darrell, Amir Globerson

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Vision and language models (VLMs) have demonstrated remarkable zero-shot (ZS) performance in a variety of tasks. However, recent works have shown that even the best VLMs struggle to capture aspects of compositional scene understanding, such as object attributes, relations, and action states. In contrast, obtaining structured annotations, such as scene graphs (SGs), that could improve these models is time-consuming and costly, and thus cannot be used on a large scale. Here we ask whether small SG datasets can provide sufficient information for enhancing structured understanding of pretrained VLMs. We show that it is indeed possible to improve VLMs when learning from SGs by integrating components that incorporate structured information into both visual and textual representations. For the visual side, we incorporate a special "SG Component" in the image transformer trained to predict SG information, while for the textual side, we utilize SGs to generate fine-grained captions that highlight different compositional aspects of the scene. Our method improves the performance of several popular VLMs on multiple VL datasets with only a mild degradation in ZS capabilities.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
WinogroundBLIP2 (SGVL)Text Score42.8Unverified
WinogroundBLIP (SGVL)Text Score42.8Unverified
WinogroundNegBLIPText Score42.5Unverified
WinogroundBLIP2Text Score42Unverified
WinogroundNegBLIP2Text Score41.5Unverified
WinogroundBLIP (+Graph Text, +Graph Neg)Text Score40.5Unverified
WinogroundBLIP (+Graph Text)Text Score40.3Unverified
WinogroundBLIPText Score39Unverified
WinogroundCLIP (SGVL)Text Score32Unverified
WinogroundNegCLIPText Score29.5Unverified
WinogroundLLaVAText Score24.8Unverified
WinogroundMiniGPT-4Text Score23.3Unverified

Reproductions