Hashing-based Non-Maximum Suppression for Crowded Object Detection

05/22/2020
by   Jianfeng Wang, et al.
1

In this paper, we propose an algorithm, named hashing-based non-maximum suppression (HNMS) to efficiently suppress the non-maximum boxes for object detection. Non-maximum suppression (NMS) is an essential component to suppress the boxes at closely located locations with similar shapes. The time cost tends to be huge when the number of boxes becomes large, especially for crowded scenes. The basic idea of HNMS is to firstly map each box to a discrete code (hash cell) and then remove the boxes with lower confidences if they are in the same cell. Considering the intersection-over-union (IoU) as the metric, we propose a simple yet effective hashing algorithm, named IoUHash, which guarantees that the boxes within the same cell are close enough by a lower IoU bound. For two-stage detectors, we replace NMS in region proposal network with HNMS, and observe significant speed-up with comparable accuracy. For one-stage detectors, HNMS is used as a pre-filter to speed up the suppression with a large margin. Extensive experiments are conducted on CARPK, SKU-110K, CrowdHuman datasets to demonstrate the efficiency and effectiveness of HNMS. Code is released at <https://github.com/microsoft/hnms.git>.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/17/2022

DiffusionDet: Diffusion Model for Object Detection

We propose DiffusionDet, a new framework that formulates object detectio...
research
12/10/2020

OneNet: Towards End-to-End One-Stage Object Detection

End-to-end one-stage object detection trailed thus far. This paper disco...
research
10/05/2021

Anchor-free Oriented Proposal Generator for Object Detection

Oriented object detection is a practical and challenging task in remote ...
research
05/27/2021

PSRR-MaxpoolNMS: Pyramid Shifted MaxpoolNMS with Relationship Recovery

Non-maximum Suppression (NMS) is an essential postprocessing step in mod...
research
04/17/2019

CenterNet: Object Detection with Keypoint Triplets

In object detection, keypoint-based approaches often suffer a large numb...
research
11/16/2018

DeRPN: Taking a further step toward more general object detection

Most current detection methods have adopted anchor boxes as regression r...
research
12/01/2021

Confidence Propagation Cluster: Unleash Full Potential of Object Detectors

It has been a long history that most object detection methods obtain obj...

Please sign up or login with your details

Forgot password? Click here to reset