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

Progressive End-to-End Object Detection in Crowded Scenes

About

In this paper, we propose a new query-based detection framework for crowd detection. Previous query-based detectors suffer from two drawbacks: first, multiple predictions will be inferred for a single object, typically in crowded scenes; second, the performance saturates as the depth of the decoding stage increases. Benefiting from the nature of the one-to-one label assignment rule, we propose a progressive predicting method to address the above issues. Specifically, we first select accepted queries prone to generate true positive predictions, then refine the rest noisy queries according to the previously accepted predictions. Experiments show that our method can significantly boost the performance of query-based detectors in crowded scenes. Equipped with our approach, Sparse RCNN achieves 92.0\% $\text{AP}$, 41.4\% $\text{MR}^{-2}$ and 83.2\% $\text{JI}$ on the challenging CrowdHuman \cite{shao2018crowdhuman} dataset, outperforming the box-based method MIP \cite{chu2020detection} that specifies in handling crowded scenarios. Moreover, the proposed method, robust to crowdedness, can still obtain consistent improvements on moderately and slightly crowded datasets like CityPersons \cite{zhang2017citypersons} and COCO \cite{lin2014microsoft}. Code will be made publicly available at https://github.com/megvii-model/Iter-E2EDET.

Anlin Zheng, Yuang Zhang, Xiangyu Zhang, Xiaojuan Qi, Jian Sun• 2022

Related benchmarks

TaskDatasetResultRank
Pedestrian DetectionCityPersons (val)--
85
Pedestrian DetectionCrowdHuman (val)
MR^-237.7
61
Object DetectionCrowdHuman (val)
AP94.1
52
Object DetectionMS COCO 2017 (minival)
AP46.7
50
Pedestrian DetectionCrowdHuman
mAP94.1
38
Pedestrian DetectionCrowdHuman (test)--
16
Pedestrian DetectionCityPersons
MR-27.8
7
Eye detectionOur dataset of real surgeries
Precision85.4
6
Face DetectionOur dataset of real surgeries
Precision84.38
6
Eye detection4D-OR dataset of simulated surgeries
Precision76.43
6
Showing 10 of 14 rows

Other info

Code

Follow for update