SOTAVerified

VisualBERT: A Simple and Performant Baseline for Vision and Language

2019-08-09Code Available1· sign in to hype

Liunian Harold Li, Mark Yatskar, Da Yin, Cho-Jui Hsieh, Kai-Wei Chang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose VisualBERT, a simple and flexible framework for modeling a broad range of vision-and-language tasks. VisualBERT consists of a stack of Transformer layers that implicitly align elements of an input text and regions in an associated input image with self-attention. We further propose two visually-grounded language model objectives for pre-training VisualBERT on image caption data. Experiments on four vision-and-language tasks including VQA, VCR, NLVR2, and Flickr30K show that VisualBERT outperforms or rivals with state-of-the-art models while being significantly simpler. Further analysis demonstrates that VisualBERT can ground elements of language to image regions without any explicit supervision and is even sensitive to syntactic relationships, tracking, for example, associations between verbs and image regions corresponding to their arguments.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Flickr30k Entities DevVisualBERTR@170.4Unverified
Flickr30k Entities TestVisualBERTR@171.33Unverified

Reproductions