Bootstrap Your Object Detector via Mixed Training
Mengde Xu, Zheng Zhang, Fangyun Wei, Yutong Lin, Yue Cao, Stephen Lin,, Han Hu, Xiang Bai

TL;DR
MixTraining is a novel training paradigm for object detection that leverages mixed augmentations and pseudo boxes, improving detector performance by addressing augmentation strength and annotation errors through bootstrapping.
Contribution
It introduces MixTraining, a new method that enhances object detection training by combining augmentation strategies and pseudo labels via detector bootstrapping.
Findings
Consistent performance improvements on COCO dataset.
Faster R-CNN with ResNet-50 improved from 41.7 to 44.0 mAP.
Cascade-RCNN with Swin-Small improved from 50.9 to 52.8 mAP.
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…
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
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsRegion Proposal Network · Convolution · Softmax · RoIPool · Faster R-CNN
