SOTAVerified

Can Pre-trained Vision and Language Models Answer Visual Information-Seeking Questions?

2023-02-23Code Available1· sign in to hype

Yang Chen, Hexiang Hu, Yi Luan, Haitian Sun, Soravit Changpinyo, Alan Ritter, Ming-Wei Chang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Pre-trained vision and language models have demonstrated state-of-the-art capabilities over existing tasks involving images and texts, including visual question answering. However, it remains unclear whether these models possess the capability to answer questions that are not only querying visual content but knowledge-intensive and information-seeking. In this study, we introduce InfoSeek, a visual question answering dataset tailored for information-seeking questions that cannot be answered with only common sense knowledge. Using InfoSeek, we analyze various pre-trained visual question answering models and gain insights into their characteristics. Our findings reveal that state-of-the-art pre-trained multi-modal models (e.g., PaLI-X, BLIP2, etc.) face challenges in answering visual information-seeking questions, but fine-tuning on the InfoSeek dataset elicits models to use fine-grained knowledge that was learned during their pre-training. Furthermore, we show that accurate visual entity recognition can be used to improve performance on InfoSeek by retrieving relevant documents, showing a significant space for improvement.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
InfoSeekCLIP + FiDAccuracy20.9Unverified
InfoSeekCLIP + PaLM (540B)Accuracy20.4Unverified
InfoSeekPaLIAccuracy19.7Unverified

Reproductions