paper-with-me

홈 › Papers

KeepAugment: A Simple Information-Preserving Data Augmentation Approach

2020-11-23 · CVPR 2021 1 · Chengyue Gong, Dilin Wang, Meng Li, Vikas Chandra, Qiang Liu

Data augmentation (DA) is an essential technique for training state-of-the-art deep learning systems. In this paper, we empirically show data augmentation might introduce noisy augmented examples and consequently hurt the performance on unaugmented data during inference. To alleviate this issue, we propose a simple yet highly effective approach, dubbed \emph{KeepAugment}, to increase augmented images fidelity. The idea is first to use the saliency map to detect important regions on the original images and then preserve these informative regions during augmentation. This information-preserving strategy allows us to generate more faithful training examples. Empirically, we demonstrate our method significantly improves on a number of prior art data augmentation schemes, e.g. AutoAugment, Cutout, random erasing, achieving promising results on image classification, semi-supervised image classification, multi-view multi-camera tracking and object detection.

📄 PDF Abstract BibTeX arXiv:2011.11778

Code (1)

cjf8899/KeepAugment_Pytorch pytorch

Tasks

Data AugmentationGeneral Classificationimage-classificationImage Classificationobject-detectionObject DetectionSemi-Supervised Image Classification

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Cutout Cutout is an image augmentation and regularization technique that randomly masks out square regions of input during training. and can be used to improve the robustness and…
AutoAugment 설명 없음

Similar Papers 제목 키워드 기반

KeepOriginalAugment: Single Image-based Better Information-Preserving Data Augmentation Approach

2024-05-10 · Teerath Kumar, Alessandra Mileo, Malika Bendechache

Advanced image data augmentation techniques play a pivotal role in enhancing the training of models for diverse computer vision tasks. Notably, SalfMix and KeepAugment have emerged as popular strategies, showcasing their…

Data Augmentation

Simple Semantic-based Data Augmentation for Named Entity Recognition in Biomedical Texts

2022-05-01 · BioNLP (ACL) 2022 5 · Uyen Phan, Nhung Nguyen

Data augmentation is important in addressing data sparsity and low resources in NLP. Unlike data augmentation for other tasks such as sentence-level and sentence-pair ones, data augmentation for named entity recognition …

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

IPF-RDA: An Information-Preserving Framework for Robust Data Augmentation

2025-09-20 · Suorong Yang, Hongchao Yang, Suhan Guo, Furao Shen 외 arxiv

Data augmentation is widely utilized as an effective technique to enhance the generalization performance of deep models. However, data augmentation may inevitably introduce distribution shifts and noises, which significa…

Data Augmentation

SimPSI: A Simple Strategy to Preserve Spectral Information in Time Series Data Augmentation

2023-12-10 · Hyun Ryu, Sunjae Yoon, Hee Suk Yoon, Eunseop Yoon 외

Data augmentation is a crucial component in training neural networks to overcome the limitation imposed by data size, and several techniques have been studied for time series. Although these techniques are effective in c…

Data AugmentationTime Series

Context-Preserving Instance-Level Augmentation and Deformable Convolution Networks for SAR Ship Detection

2022-02-14 · Taeyong Song, Sunok Kim, SungTai Kim, Jaeseok Lee 외

Shape deformation of targets in SAR image due to random orientation and partial information loss caused by occlusion of the radar signal, is an essential challenge in SAR ship detection. In this paper, we propose a data …

Data AugmentationInstance SegmentationSAR Ship DetectionSemantic Segmentation