SOTAVerified

Counting Everyday Objects in Everyday Scenes

2016-04-12CVPR 2017Code Available0· sign in to hype

Prithvijit Chattopadhyay, Ramakrishna Vedantam, Ramprasaath R. Selvaraju, Dhruv Batra, Devi Parikh

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We are interested in counting the number of instances of object classes in natural, everyday images. Previous counting approaches tackle the problem in restricted domains such as counting pedestrians in surveillance videos. Counts can also be estimated from outputs of other vision tasks like object detection. In this work, we build dedicated models for counting designed to tackle the large variance in counts, appearances, and scales of objects found in natural scenes. Our approach is inspired by the phenomenon of subitizing - the ability of humans to make quick assessments of counts given a perceptual signal, for small count values. Given a natural scene, we employ a divide and conquer strategy while incorporating context across the scene to adapt the subitizing idea to counting. Our approach offers consistent improvements over numerous baseline approaches for counting on the PASCAL VOC 2007 and COCO datasets. Subsequently, we study how counting can be used to improve object detection. We then show a proof of concept application of our counting methods to the task of Visual Question Answering, by studying the `how many?' questions in the VQA and COCO-QA datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO count-testAso-sub-ft-3x3m-reIRMSE0.24Unverified
COCO count-testensm-reIRMSE0.18Unverified
COCO count-testSeq-sub-ft-3x3m-reIRMSE0.18Unverified
COCO count-testFast-RCNNm-reIRMSE0.2Unverified
COCO count-testglance-ft-2Lm-reIRMSE0.23Unverified
PASCAL VOCCEOESmRMSE0.42Unverified
Pascal VOC 2007 count-testensm-reIRMSE-nz0.65Unverified
Pascal VOC 2007 count-testSeq-sub-ft-3x3m-reIRMSE-nz0.68Unverified
Pascal VOC 2007 count-testglance-noft-2Lm-reIRMSE-nz0.73Unverified
Pascal VOC 2007 count-testFast-RCNNm-reIRMSE-nz0.85Unverified

Reproductions