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

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

About

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 Model (SAM) has been proposed as a powerful zero-shot segmenter, offering a novel approach to instance segmentation tasks. However, the accuracy and efficiency of SAM and its variants are often compromised when handling objects in crowded and occluded scenes. In this paper, we introduce Crowd-SAM, a SAM-based framework designed to enhance SAM's performance in crowded and occluded scenes with the cost of few learnable parameters and minimal labeled images. We introduce an efficient prompt sampler (EPS) and a part-whole discrimination network (PWD-Net), enhancing mask selection and accuracy in crowded scenes. Despite its simplicity, Crowd-SAM rivals state-of-the-art (SOTA) fully-supervised object detection methods on several benchmarks including CrowdHuman and CityPersons. Our code is available at https://github.com/FelixCaae/CrowdSAM.

Zhi Cai, Yingjie Gao, Yaoyan Zheng, Nan Zhou, Di Huang• 2024

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (val)--
613
Pedestrian DetectionCityPersons (val)--
85
Object DetectionCrowdHuman (val)
AP78.4
52
Instance SegmentationOCHuman (test)
Mask AP31.4
38
Instance SegmentationOCHuman (val)
Mask AP31.4
25
Amodal Instance SegmentationOccHuman (val)
AP31.4
3
Human Instance SegmentationCOCO 2017 (val)
AP22
3
Object DetectionCOCO-OCC (val)
AP20.6
3
Showing 8 of 8 rows

Other info

Code

Follow for update