English

An Effective Two-stage Training Paradigm Detector for Small Dataset

Computer Vision and Pattern Recognition 2023-09-12 v1

Abstract

Learning from the limited amount of labeled data to the pre-train model has always been viewed as a challenging task. In this report, an effective and robust solution, the two-stage training paradigm YOLOv8 detector (TP-YOLOv8), is designed for the object detection track in VIPriors Challenge 2023. First, the backbone of YOLOv8 is pre-trained as the encoder using the masked image modeling technique. Then the detector is fine-tuned with elaborate augmentations. During the test stage, test-time augmentation (TTA) is used to enhance each model, and weighted box fusion (WBF) is implemented to further boost the performance. With the well-designed structure, our approach has achieved 30.4% average precision from 0.50 to 0.95 on the DelftBikes test set, ranking 4th on the leaderboard.

Keywords

Cite

@article{arxiv.2309.05652,
  title  = {An Effective Two-stage Training Paradigm Detector for Small Dataset},
  author = {Zheng Wang and Dong Xie and Hanzhi Wang and Jiang Tian},
  journal= {arXiv preprint arXiv:2309.05652},
  year   = {2023}
}

Comments

4 pages, 2 figures

R2 v1 2026-06-28T12:18:23.461Z