From Open Set to Closed Set: Counting Objects by Spatial Divide-and-Conquer
Haipeng Xiong, Hao Lu, Chengxin Liu, Liang Liu, Zhiguo Cao, Chunhua, Shen

TL;DR
This paper introduces S-DCNet, a novel spatial divide-and-conquer approach for counting objects in images that generalizes from limited closed-set training data to open-set scenarios, achieving state-of-the-art results.
Contribution
The paper proposes S-DCNet, a simple and efficient method that decomposes counting tasks into sub-regions, enabling generalization from closed-set training to open-set counting problems.
Findings
Achieves state-of-the-art performance on multiple counting datasets.
Provides a 20-22% relative improvement over previous methods.
Efficiently generalizes to unseen count ranges through spatial divide-and-conquer.
Abstract
Visual counting, a task that predicts the number of objects from an image/video, is an open-set problem by nature, i.e., the number of population can vary in in theory. However, the collected images and labeled count values are limited in reality, which means only a small closed set is observed. Existing methods typically model this task in a regression manner, while they are likely to suffer from an unseen scene with counts out of the scope of the closed set. In fact, counting is decomposable. A dense region can always be divided until sub-region counts are within the previously observed closed set. Inspired by this idea, we propose a simple but effective approach, Spatial Divide-and- Conquer Network (S-DCNet). S-DCNet only learns from a closed set but can generalize well to open-set scenarios via S-DC. S-DCNet is also efficient. To avoid repeatedly computing sub-region…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Neural Network Applications · Remote-Sensing Image Classification
