SOTAVerified

Bootstrap Your Object Detector via Mixed Training

2021-11-04NeurIPS 2021Code Available1· sign in to hype

Mengde Xu, Zheng Zhang, Fangyun Wei, Yutong Lin, Yue Cao, Stephen Lin, Han Hu, Xiang Bai

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce MixTraining, a new training paradigm for object detection that can improve the performance of existing detectors for free. MixTraining enhances data augmentation by utilizing augmentations of different strengths while excluding the strong augmentations of certain training samples that may be detrimental to training. In addition, it addresses localization noise and missing labels in human annotations by incorporating pseudo boxes that can compensate for these errors. Both of these MixTraining capabilities are made possible through bootstrapping on the detector, which can be used to predict the difficulty of training on a strong augmentation, as well as to generate reliable pseudo boxes thanks to the robustness of neural networks to labeling error. MixTraining is found to bring consistent improvements across various detectors on the COCO dataset. In particular, the performance of Faster R-CNN ren2015faster with a ResNet-50 he2016deep backbone is improved from 41.7 mAP to 44.0 mAP, and the accuracy of Cascade-RCNN cai2018cascade with a Swin-Small liu2021swin backbone is raised from 50.9 mAP to 52.8 mAP. The code and models will be made publicly available at https://github.com/MendelXu/MixTraining.

Tasks

Reproductions