Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Detection in Crowded Scenes: One Proposal, Multiple Predictions

About

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\% $\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.

Xuangeng Chu, Anlin Zheng, Xiangyu Zhang, Jian Sun• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (minival)
mAP38.5
184
Pedestrian DetectionCityPersons (val)
AP (Reasonable)12.1
85
Pedestrian DetectionCrowdHuman (val)
MR^-238.7
61
Pedestrian DetectionCrowdHuman
mAP90.7
38
Pedestrian DetectionCrowdHuman (test)
MR41.4
16
Pedestrian DetectionCityPersons Reasonable
Miss Rate10.7
9
Pedestrian DetectionCityPersons
MR-28.8
7
Object DetectionCrowdHuman (test)
mJI77.74
6
Pedestrian DetectionTJU-DHD-pedestrian (TJU-Ped-traffic) (val)
MR-2 Rate (R)20.82
5
Pedestrian DetectionTJU-DHD-pedestrian (TJU-Ped-campus) (val)
Recall (MR-2)25.73
5
Showing 10 of 10 rows

Other info

Code

Follow for update