paper-with-me

홈 › Papers

ColMix -- A Simple Data Augmentation Framework to Improve Object Detector Performance and Robustness in Aerial Images

2023-05-22 · Cuong Ly, Grayson Jorgenson, Dan Rosa de Jesus, Henry Kvinge, Adam Attarian, Yijing Watkins

In the last decade, Convolutional Neural Network (CNN) and transformer based object detectors have achieved high performance on a large variety of datasets. Though the majority of detection literature has developed this capability on datasets such as MS COCO, these detectors have still proven effective for remote sensing applications. Challenges in this particular domain, such as small numbers of annotated objects and low object density, hinder overall performance. In this work, we present a novel augmentation method, called collage pasting, for increasing the object density without a need for segmentation masks, thereby improving the detector performance. We demonstrate that collage pasting improves precision and recall beyond related methods, such as mosaic augmentation, and enables greater control of object density. However, we find that collage pasting is vulnerable to certain out-of-distribution shifts, such as image corruptions. To address this, we introduce two simple approaches for combining collage pasting with PixMix augmentation method, and refer to our combined techniques as ColMix. Through extensive experiments, we show that employing ColMix results in detectors with superior performance on aerial imagery datasets and robust to various corruptions.

📄 PDF Abstract BibTeX arXiv:2305.13509

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationObject

Similar Papers 제목 키워드 기반

HARD: Hard Augmentations for Robust Distillation

2023-05-24 · Arne F. Nix, Max F. Burg, Fabian H. Sinz

Knowledge distillation (KD) is a simple and successful method to transfer knowledge from a teacher to a student model solely based on functional activity. However, current KD has a few shortcomings: it has recently been …

Data AugmentationDomain GeneralizationKnowledge Distillation

Missingness Augmentation: A General Approach for Improving Generative Imputation Models

2021-07-31 · Yufeng Wang, Dan Li, Cong Xu, Min Yang

Missing data imputation is a fundamental problem in data analysis, and many studies have been conducted to improve its performance by exploring model structures and learning procedures. However, data augmentation, as a s…

Data AugmentationImputation

Tied-Augment: Controlling Representation Similarity Improves Data Augmentation

2023-05-22 · Emirhan Kurtulus, Zichao Li, Yann Dauphin, Ekin Dogus Cubuk

Data augmentation methods have played an important role in the recent advance of deep learning models, and have become an indispensable component of state-of-the-art models in semi-supervised, self-supervised, and superv…

Data Augmentation

On Data Augmentation for Extreme Multi-label Classification

2020-09-22 · Danqing Zhang, Tao Li, Haiyang Zhang, Bing Yin

In this paper, we focus on data augmentation for the extreme multi-label classification (XMC) problem. One of the most challenging issues of XMC is the long tail label distribution where even strong models suffer from in…

ClassificationData AugmentationExtreme Multi-Label ClassificationGeneral Classification+2

Greedy Policy Search: A Simple Baseline for Learnable Test-Time Augmentation

2020-02-21 · Dmitry Molchanov, Alexander Lyzhov, Yuliya Molchanova, Arsenii Ashukha 외

Test-time data augmentation$-$averaging the predictions of a machine learning model across multiple augmented samples of data$-$is a widely used technique that improves the predictive performance. While many advanced lea…

Data Augmentationimage-classificationImage Classification