SOTAVerified

VIVO: Visual Vocabulary Pre-Training for Novel Object Captioning

2020-09-28Unverified0· sign in to hype

Xiaowei Hu, Xi Yin, Kevin Lin, Lijuan Wang, Lei Zhang, Jianfeng Gao, Zicheng Liu

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

It is highly desirable yet challenging to generate image captions that can describe novel objects which are unseen in caption-labeled training data, a capability that is evaluated in the novel object captioning challenge (nocaps). In this challenge, no additional image-caption training data, other thanCOCO Captions, is allowed for model training. Thus, conventional Vision-Language Pre-training (VLP) methods cannot be applied. This paper presents VIsual VOcabulary pretraining (VIVO) that performs pre-training in the absence of caption annotations. By breaking the dependency of paired image-caption training data in VLP, VIVO can leverage large amounts of paired image-tag data to learn a visual vocabulary. This is done by pre-training a multi-layer Transformer model that learns to align image-level tags with their corresponding image region features. To address the unordered nature of image tags, VIVO uses a Hungarian matching loss with masked tag prediction to conduct pre-training. We validate the effectiveness of VIVO by fine-tuning the pre-trained model for image captioning. In addition, we perform an analysis of the visual-text alignment inferred by our model. The results show that our model can not only generate fluent image captions that describe novel objects, but also identify the locations of these objects. Our single model has achieved new state-of-the-art results on nocaps and surpassed the human CIDEr score.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
nocaps entireMicrosoft Cognitive Services teamCIDEr114.25Unverified
nocaps in-domainMicrosoft Cognitive Services teamCIDEr112.82Unverified
nocaps near-domainMicrosoft Cognitive Services teamCIDEr115.54Unverified
nocaps out-of-domainMicrosoft Cognitive Services teamCIDEr110.14Unverified
nocaps-XD entireMicrosoft Cognitive Services teamCIDEr114.25Unverified
nocaps-XD entireMicrosoft Cognitive Services teamCIDEr100.12Unverified
nocaps-XD in-domainMicrosoft Cognitive Services teamCIDEr100.62Unverified
nocaps-XD near-domainMicrosoft Cognitive Services teamCIDEr101.2Unverified
nocaps-XD out-of-domainMicrosoft Cognitive Services teamCIDEr95.5Unverified

Reproductions