Adaptive Self-Training for Object Detection
Renaud Vandeghen, Gilles Louppe, Marc Van Droogenbroeck

TL;DR
This paper introduces ASTOD, an adaptive self-training method for object detection that automatically determines confidence thresholds without parameter tuning, improving performance across different datasets.
Contribution
ASTOD presents a novel threshold-free pseudo-labeling approach and a new pseudo-labeling procedure using multiple views, enhancing semi-supervised object detection.
Findings
Outperforms threshold-dependent methods on MS-COCO
Achieves competitive results without parameter tuning
Adapts effectively to different data distributions
Abstract
Deep learning has emerged as an effective solution for solving the task of object detection in images but at the cost of requiring large labeled datasets. To mitigate this cost, semi-supervised object detection methods, which consist in leveraging abundant unlabeled data, have been proposed and have already shown impressive results. However, most of these methods require linking a pseudo-label to a ground-truth object by thresholding. In previous works, this threshold value is usually determined empirically, which is time consuming, and only done for a single data distribution. When the domain, and thus the data distribution, changes, a new and costly parameter search is necessary. In this work, we introduce our method Adaptive Self-Training for Object Detection (ASTOD), which is a simple yet effective teacher-student method. ASTOD determines without cost a threshold value based…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
