ALWOD: Active Learning for Weakly-Supervised Object Detection
Yuting Wang, Velibor Ilic, Jiatong Li, Branislav Kisacanin, and, Vladimir Pavlovic

TL;DR
ALWOD introduces a novel active learning framework that combines weakly and semi-supervised object detection, utilizing a new image generator, an uncertainty-based acquisition function, and human-in-the-loop labeling to improve detection with minimal labeled data.
Contribution
The paper presents a new ALWOD framework that effectively integrates active learning with weakly and semi-supervised object detection, including a warm-start strategy and a disagreement-based acquisition function.
Findings
Significantly reduces the gap between few-shot and fully supervised object detection.
Demonstrates strong performance across multiple challenging benchmarks.
Code is publicly available for reproducibility.
Abstract
Object detection (OD), a crucial vision task, remains challenged by the lack of large training datasets with precise object localization labels. In this work, we propose ALWOD, a new framework that addresses this problem by fusing active learning (AL) with weakly and semi-supervised object detection paradigms. Because the performance of AL critically depends on the model initialization, we propose a new auxiliary image generator strategy that utilizes an extremely small labeled set, coupled with a large weakly tagged set of images, as a warm-start for AL. We then propose a new AL acquisition function, another critical factor in AL success, that leverages the student-teacher OD pair disagreement and uncertainty to effectively propose the most informative images to annotate. Finally, to complete the AL loop, we introduce a new labeling task delegated to human annotators, based on…
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
ALWOD: Active Learning for Weakly-Supervised Object Detection· youtube
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Algorithms
