SOTAVerified

GIT: A Generative Image-to-text Transformer for Vision and Language

2022-05-27Code Available2· sign in to hype

JianFeng Wang, Zhengyuan Yang, Xiaowei Hu, Linjie Li, Kevin Lin, Zhe Gan, Zicheng Liu, Ce Liu, Lijuan Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we design and train a Generative Image-to-text Transformer, GIT, to unify vision-language tasks such as image/video captioning and question answering. While generative models provide a consistent network architecture between pre-training and fine-tuning, existing work typically contains complex structures (uni/multi-modal encoder/decoder) and depends on external modules such as object detectors/taggers and optical character recognition (OCR). In GIT, we simplify the architecture as one image encoder and one text decoder under a single language modeling task. We also scale up the pre-training data and the model size to boost the model performance. Without bells and whistles, our GIT establishes new state of the arts on 12 challenging benchmarks with a large margin. For instance, our model surpasses the human performance for the first time on TextCaps (138.2 vs. 125.5 in CIDEr). Furthermore, we present a new scheme of generation-based image classification and scene text recognition, achieving decent performance on standard benchmarks. Codes are released at https://github.com/microsoft/GenerativeImage2Text.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO CaptionsGITBLEU-444.1Unverified
nocaps entireGIT, Single ModelCIDEr123.39Unverified
nocaps in-domainGIT, Single ModelCIDEr122.4Unverified
nocaps in-domainGIT2, Single ModelCIDEr124.18Unverified
nocaps near-domainGIT2, Single ModelCIDEr125.51Unverified
nocaps near-domainGIT, Single ModelCIDEr123.92Unverified
nocaps out-of-domainGIT2, Single ModelCIDEr122.27Unverified
nocaps out-of-domainGIT, Single ModelCIDEr122.04Unverified
nocaps-XD entireGITCIDEr123.39Unverified
nocaps-XD entireGIT2CIDEr124.77Unverified
nocaps-XD in-domainGIT2CIDEr124.18Unverified
nocaps-XD in-domainGITCIDEr122.4Unverified
nocaps-XD near-domainGIT2CIDEr125.51Unverified
nocaps-XD near-domainGITCIDEr123.92Unverified
nocaps-XD out-of-domainGIT2CIDEr122.27Unverified
nocaps-XD out-of-domainGITCIDEr122.04Unverified

Reproductions