Classification Committee for Active Deep Object Detection
Lei Zhao, Bo Li, Xingxing Wei

TL;DR
This paper introduces a novel active learning approach for deep object detection using a classification committee with discrepancy measurement to select informative samples, reducing labeling costs and improving detection performance.
Contribution
It proposes a classification committee with a discrepancy mechanism and a focus on positive instances loss for active deep object detection, enhancing sample selection and detection accuracy.
Findings
Outperforms state-of-the-art active learning methods on Pascal VOC and COCO datasets.
Effectively selects informative images with high-uncertainty instances.
Improves detection performance while reducing labeling effort.
Abstract
In object detection, the cost of labeling is much high because it needs not only to confirm the categories of multiple objects in an image but also to accurately determine the bounding boxes of each object. Thus, integrating active learning into object detection will raise pretty positive significance. In this paper, we propose a classification committee for active deep object detection method by introducing a discrepancy mechanism of multiple classifiers for samples' selection when training object detectors. The model contains a main detector and a classification committee. The main detector denotes the target object detector trained from a labeled pool composed of the selected informative images. The role of the classification committee is to select the most informative images according to their uncertainty values from the view of classification, which is expected to focus more on 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Image Processing Techniques and Applications · Machine Learning and Algorithms
MethodsFocus
