CVAIApr 19, 2021

A Competitive Method to VIPriors Object Detection Challenge

arXiv:2104.09059v113 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for object detection in computer vision competitions.

The authors tackled the VIPriors object detection challenge by using data augmentation, ROI feature enhancement, and model integration, resulting in significant improvement in average precision on a COCO2017 subset.

In this report, we introduce the technical details of our submission to the VIPriors object detection challenge. Our solution is based on mmdetction of a strong baseline open-source detection toolbox. Firstly, we introduce an effective data augmentation method to address the lack of data problem, which contains bbox-jitter, grid-mask, and mix-up. Secondly, we present a robust region of interest (ROI) extraction method to learn more significant ROI features via embedding global context features. Thirdly, we propose a multi-model integration strategy to refinement the prediction box, which weighted boxes fusion (WBF). Experimental results demonstrate that our approach can significantly improve the average precision (AP) of object detection on the subset of the COCO2017 dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes