SOTAVerified

Object Counting and Instance Segmentation with Image-level Supervision

2019-03-06CVPR 2019Code Available0· sign in to hype

Hisham Cholakkal, Guolei Sun, Fahad Shahbaz Khan, Ling Shao

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Common object counting in a natural scene is a challenging problem in computer vision with numerous real-world applications. Existing image-level supervised common object counting approaches only predict the global object count and rely on additional instance-level supervision to also determine object locations. We propose an image-level supervised approach that provides both the global object count and the spatial distribution of object instances by constructing an object category density map. Motivated by psychological studies, we further reduce image-level supervision using a limited object count information (up to four). To the best of our knowledge, we are the first to propose image-level supervised density map estimation for common object counting and demonstrate its effectiveness in image-level supervised instance segmentation. Comprehensive experiments are performed on the PASCAL VOC and COCO datasets. Our approach outperforms existing methods, including those using instance-level supervision, on both datasets for common object counting. Moreover, our approach improves state-of-the-art image-level supervised instance segmentation with a relative gain of 17.8% in terms of average best overlap, on the PASCAL VOC 2012 dataset. Code link: https://github.com/GuoleiSun/CountSeg

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO count-testSupervised Density Mapm-reIRMSE0.18Unverified
PASCAL VOCILCmRMSE0.29Unverified
Pascal VOC 2007 count-testSupervised Density Mapm-reIRMSE-nz0.61Unverified

Reproductions