HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

IterDet: Iterative Scheme for Object Detection in Crowded Environments

Danila Rukhovich Konstantin Sofiiuk Danil Galeev Olga Barinova Anton Konushin

IterDet: Iterative Scheme for Object Detection in Crowded Environments

Abstract

Deep learning-based detectors usually produce a redundant set of object bounding boxes including many duplicate detections of the same object. These boxes are then filtered using non-maximum suppression (NMS) in order to select exactly one bounding box per object of interest. This greedy scheme is simple and provides sufficient accuracy for isolated objects but often fails in crowded environments, since one needs to both preserve boxes for different objects and suppress duplicate detections. In this work we develop an alternative iterative scheme, where a new subset of objects is detected at each iteration. Detected boxes from the previous iterations are passed to the network at the following iterations to ensure that the same object would not be detected twice. This iterative scheme can be applied to both one-stage and two-stage object detectors with just minor modifications of the training and inference procedures. We perform extensive experiments with two different baseline detectors on four datasets and show significant improvement over the baseline, leading to state-of-the-art performance on CrowdHuman and WiderPerson datasets. The source code and the trained models are available at https://github.com/saic-vul/iterdet.

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-crowdhuman-full-bodyIterDet (Faster RCNN, ResNet50, 1 iteration)
AP: 84.43
mMR: 49.12
object-detection-on-crowdhuman-full-bodyIterDet (Faster RCNN, ResNet50, 2 iterations)
AP: 88.08
mMR: 49.44
object-detection-on-widerpersonIterDet (Faster RCNN, ResNet50, 2 iterations)
AP: 91.95
mMR: 40.78
object-detection-on-widerpersonIterDet (Faster RCNN, ResNet50, 1 iteration)
AP: 89.49
mMR: 40.35

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
IterDet: Iterative Scheme for Object Detection in Crowded Environments | Papers | HyperAI