paper-with-me

Papers

Progressive End-to-End Object Detection in Crowded Scenes

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

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.

📄 PDF Abstract BibTeX arXiv:2203.07669

Code (2)

megvii-model/iter-e2edet 공식 구현 pytorch
zyayoung/Iter-Deformable-DETR pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Crowd-SAM: SAM as a Smart Annotator for Object Detection in Crowded Scenes

2024-07-16 · Zhi Cai, Yingjie Gao, Yaoyan Zheng, Nan Zhou 외

In computer vision, object detection is an important task that finds its application in many scenarios. However, obtaining extensive labels can be challenging, especially in crowded scenes. Recently, the Segment Anything…

Human Instance SegmentationInstance Segmentationobject-detectionObject Detection+1

Joint Counting, Detection and Re-Identification for Multi-Object Tracking

2022-12-12 · Weihong Ren, Denglu Wu, Hui Cao, Xi'ai Chen 외

The recent trend in 2D multiple object tracking (MOT) is jointly solving detection and tracking, where object detection and appearance feature (or motion) are learned simultaneously. Despite competitive performance, in c…

Multi-Object TrackingMultiple Object TrackingObjectobject-detection+2

Beta R-CNN: Looking into Pedestrian Detection from Another Perspective

2022-10-23 · NeurIPS 2020 12 · Zixuan Xu, Banghuai Li, Ye Yuan, Anhong Dang

Recently significant progress has been made in pedestrian detection, but it remains challenging to achieve high performance in occluded and crowded scenes. It could be attributed mostly to the widely used representation …

Pedestrian 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

Unsupervised Anomalous Trajectory Detection for Crowded Scenes

2019-07-03 · Deepan Das, Deepak Mishra

We present an improved clustering based, unsupervised anomalous trajectory detection algorithm for crowded scenes. The proposed work is based on four major steps, namely, extraction of trajectories from crowded scene vid…

Anomaly DetectionClustering