SOTAVerified

Learning to Count Objects in Natural Images for Visual Question Answering

2018-02-15ICLR 2018Code Available0· sign in to hype

Yan Zhang, Jonathon Hare, Adam Prügel-Bennett

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Visual Question Answering (VQA) models have struggled with counting objects in natural images so far. We identify a fundamental problem due to soft attention in these models as a cause. To circumvent this problem, we propose a neural network component that allows robust counting from object proposals. Experiments on a toy task show the effectiveness of this component and we obtain state-of-the-art accuracy on the number category of the VQA v2 dataset without negatively affecting other categories, even outperforming ensemble models with our single model. On a difficult balanced pair metric, the component gives a substantial improvement in counting over a strong baseline by 6.6%.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
VQA v2 test-devDMNAccuracy68.09Unverified
VQA v2 test-stdDMNoverall68.4Unverified

Reproductions