CVDec 2, 2021

The Second Place Solution for ICCV2021 VIPriors Instance Segmentation Challenge

arXiv:2112.01072v13 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for a specific competition challenge in computer vision.

The paper tackled instance segmentation in a data-deficient setting by designing data augmentation, model selection, and training strategies, achieving 40.2% AP@0.50:0.95 on the test set.

The Visual Inductive Priors(VIPriors) for Data-Efficient Computer Vision challenges ask competitors to train models from scratch in a data-deficient setting. In this paper, we introduce the technical details of our submission to the ICCV2021 VIPriors instance segmentation challenge. Firstly, we designed an effective data augmentation method to improve the problem of data-deficient. Secondly, we conducted some experiments to select a proper model and made some improvements for this task. Thirdly, we proposed an effective training strategy which can improve the performance. Experimental results demonstrate that our approach can achieve a competitive result on the test set. According to the competition rules, we do not use any external image or video data and pre-trained weights. The implementation details above are described in section 2 and section 3. Finally, our approach can achieve 40.2\%AP@0.50:0.95 on the test set of ICCV2021 VIPriors instance segmentation challenge.

Foundations

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

Your Notes