English

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

Computer Vision and Pattern Recognition 2024-07-22 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2407.11464,
  title  = {Crowd-SAM: SAM as a Smart Annotator for Object Detection in Crowded Scenes},
  author = {Zhi Cai and Yingjie Gao and Yaoyan Zheng and Nan Zhou and Di Huang},
  journal= {arXiv preprint arXiv:2407.11464},
  year   = {2024}
}

Comments

Accepted by ECCV2024

R2 v1 2026-06-28T17:42:38.962Z