paper-with-me

Papers

Detection in Crowded Scenes: One Proposal, Multiple Predictions

2020-03-20 · CVPR 2020 6 · Xuangeng Chu, Anlin Zheng, Xiangyu Zhang, Jian Sun

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.

📄 PDF Abstract BibTeX arXiv:2003.09163

Code (3)

megvii-model/CrowdDetection 공식 구현 pytorch
Purkialo/CrowdDet pytorch
tusimple/simpledet mxnet

Tasks

Object DetectionPedestrian Detection

Similar Papers 제목 키워드 기반

End-to-end people detection in crowded scenes

2015-06-16 · CVPR 2016 6 · Russell Stewart, Mykhaylo Andriluka

Current people detectors operate either by scanning an image in a sliding window fashion or by classifying a discrete set of proposals. We propose a model that is based on decoding an image into a set of people detection…

Progressive End-to-End Object Detection in Crowded Scenes

2022-03-15 · CVPR 2022 1 · Anlin Zheng, Yuang Zhang, Xiangyu Zhang, Xiaojuan Qi 외

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 i…

Objectobject-detectionObject Detection

QuickPose: Real-time Multi-view Multi-person Pose Estimation in Crowded Scenes

2022-07-22 · SIGGRAPH 2022 7 · Zhize Zhou, Qing Shuai, Yize Wang, Qi Fang 외

This work proposes a real-time algorithm for reconstructing 3D human poses in crowded scenes from multiple calibrated views. The key challenge of this problem is to efficiently match 2D observations across multiple views…

2D Pose Estimation3D Multi-Person Pose EstimationMulti-Person Pose EstimationPose Estimation

Learning Pairwise Relationship for Multi-object Detection in Crowded Scenes

2019-01-12 · Yu Liu, Lingqiao Liu, Hamid Rezatofighi, Thanh-Toan Do 외

As the post-processing step for object detection, non-maximum suppression (GreedyNMS) is widely used in most of the detectors for many years. It is efficient and accurate for sparse scenes, but suffers an inevitable trad…

object-detectionObject Detection

Tracking-by-Counting: Using Network Flows on Crowd Density Maps for Tracking Multiple Targets

2020-07-18 · Weihong Ren, Xinchao Wang, Jiandong Tian, Yandong Tang 외

State-of-the-art multi-object tracking~(MOT) methods follow the tracking-by-detection paradigm, where object trajectories are obtained by associating per-frame outputs of object detectors. In crowded scenes, however, det…

Cell TrackingMulti-Object TrackingObjectObject Tracking