English

A convnet for non-maximum suppression

Computer Vision and Pattern Recognition 2016-01-11 v3 Machine Learning

Abstract

Non-maximum suppression (NMS) is used in virtually all state-of-the-art object detection pipelines. While essential object detection ingredients such as features, classifiers, and proposal methods have been extensively researched surprisingly little work has aimed to systematically address NMS. The de-facto standard for NMS is based on greedy clustering with a fixed distance threshold, which forces to trade-off recall versus precision. We propose a convnet designed to perform NMS of a given set of detections. We report experiments on a synthetic setup, and results on crowded pedestrian detection scenes. Our approach overcomes the intrinsic limitations of greedy NMS, obtaining better recall and precision.

Keywords

Cite

@article{arxiv.1511.06437,
  title  = {A convnet for non-maximum suppression},
  author = {Jan Hosang and Rodrigo Benenson and Bernt Schiele},
  journal= {arXiv preprint arXiv:1511.06437},
  year   = {2016}
}

Comments

Included comments from reviewers

R2 v1 2026-06-22T11:50:01.907Z