English

Detection in Crowded Scenes: One Proposal, Multiple Predictions

Computer Vision and Pattern Recognition 2020-06-25 v2

Abstract

We propose a simple yet effective proposal-based object detector, aiming at detecting highly-overlapped instances in crowded scenes. The key of our approach is to let each proposal predict a set of correlated instances rather than a single one in previous proposal-based frameworks. Equipped with new techniques such as EMD Loss and Set NMS, our detector can effectively handle the difficulty of detecting highly overlapped objects. On a FPN-Res50 baseline, our detector can obtain 4.9\% AP gains on challenging CrowdHuman dataset and 1.0\% MR2\text{MR}^{-2} improvements on CityPersons dataset, without bells and whistles. Moreover, on less crowed datasets like COCO, our approach can still achieve moderate improvement, suggesting the proposed method is robust to crowdedness. Code and pre-trained models will be released at https://github.com/megvii-model/CrowdDetection.

Keywords

Cite

@article{arxiv.2003.09163,
  title  = {Detection in Crowded Scenes: One Proposal, Multiple Predictions},
  author = {Xuangeng Chu and Anlin Zheng and Xiangyu Zhang and Jian Sun},
  journal= {arXiv preprint arXiv:2003.09163},
  year   = {2020}
}

Comments

CVPR 2020 Oral

R2 v1 2026-06-23T14:21:09.670Z