DAP: Detection-Aware Pre-training with Weak Supervision
Yuanyi Zhong, Jianfeng Wang, Lijuan Wang, Jian Peng, Yu-Xiong Wang,, Lei Zhang

TL;DR
This paper introduces Detection-Aware Pre-training (DAP), a method that uses weakly-labeled datasets like ImageNet to pre-train models specifically for object detection, improving efficiency and accuracy especially with limited data.
Contribution
The novel approach transforms classification datasets into detection datasets using weak supervision, enabling detection-aware pre-training from classification data.
Findings
DAP outperforms traditional classification pre-training in detection tasks.
DAP improves sample efficiency and convergence speed.
Significant accuracy gains with small training datasets.
Abstract
This paper presents a detection-aware pre-training (DAP) approach, which leverages only weakly-labeled classification-style datasets (e.g., ImageNet) for pre-training, but is specifically tailored to benefit object detection tasks. In contrast to the widely used image classification-based pre-training (e.g., on ImageNet), which does not include any location-related training tasks, we transform a classification dataset into a detection dataset through a weakly supervised object localization method based on Class Activation Maps to directly pre-train a detector, making the pre-trained model location-aware and capable of predicting bounding boxes. We show that DAP can outperform the traditional classification pre-training in terms of both sample efficiency and convergence speed in downstream detection tasks including VOC and COCO. In particular, DAP boosts the detection accuracy by a large…
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 · Machine Learning and Data Classification
