A Unified Object Counting Network with Object Occupation Prior
Shengqin Jiang, Qing Wang, Fengna Cheng, Yuankai Qi, Qingshan Liu

TL;DR
This paper introduces a novel unified object counting network capable of handling evolving object classes by leveraging a class-agnostic mask and class-incremental learning, enabling efficient adaptation to new classes without retraining from scratch.
Contribution
It proposes the first evolving object counting dataset and a unified network that incorporates class-agnostic masks and incremental learning to adapt to new object classes.
Findings
The model effectively adapts to new classes with minimal retraining.
Knowledge distillation helps retain previous class information.
The approach outperforms existing methods on the new dataset.
Abstract
The counting task, which plays a fundamental role in numerous applications (e.g., crowd counting, traffic statistics), aims to predict the number of objects with various densities. Existing object counting tasks are designed for a single object class. However, it is inevitable to encounter newly coming data with new classes in our real world. We name this scenario as \textit{evolving object counting}. In this paper, we build the first evolving object counting dataset and propose a unified object counting network as the first attempt to address this task. The proposed model consists of two key components: a class-agnostic mask module and a class-incremental module. The class-agnostic mask module learns generic object occupation prior via predicting a class-agnostic binary mask (e.g., 1 denotes there exists an object at the considering position in an image and 0 otherwise). The…
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 · Data Stream Mining Techniques · Anomaly Detection Techniques and Applications
MethodsKnowledge Distillation
