paper-with-me

홈 › Papers

Colorful Cutout: Enhancing Image Data Augmentation with Curriculum Learning

2024-03-29 · Juhwan Choi, Youngbin Kim

Data augmentation is one of the regularization strategies for the training of deep learning models, which enhances generalizability and prevents overfitting, leading to performance improvement. Although researchers have proposed various data augmentation techniques, they often lack consideration for the difficulty of augmented data. Recently, another line of research suggests incorporating the concept of curriculum learning with data augmentation in the field of natural language processing. In this study, we adopt curriculum data augmentation for image data augmentation and propose colorful cutout, which gradually increases the noise and difficulty introduced in the augmented image. Our experimental results highlight the possibility of curriculum data augmentation for image data. We publicly released our source code to improve the reproducibility of our study.

📄 PDF Abstract BibTeX arXiv:2403.20012

Code (1)

c-juhwan/colorful-cutout-aug 공식 구현 pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Provable Benefit of Cutout and CutMix for Feature Learning

2024-10-31 · Junsoo Oh, Chulhee Yun

Patch-level data augmentation techniques such as Cutout and CutMix have demonstrated significant efficacy in enhancing the performance of vision tasks. However, a comprehensive theoretical understanding of these methods …

Data Augmentation

Improved Image Augmentation for Convolutional Neural Networks by Copyout and CopyPairing

2019-09-01 · Philip May

Image augmentation is a widely used technique to improve the performance of convolutional neural networks (CNNs). In common image shifting, cropping, flipping, shearing and rotating are used for augmentation. But there a…

Image Augmentation

Revisiting Image Classifier Training for Improved Certified Robust Defense against Adversarial Patches

2023-06-22 · Aniruddha Saha, Shuhua Yu, Arash Norouzzadeh, Wan-Yi Lin 외

Certifiably robust defenses against adversarial patches for image classifiers ensure correct prediction against any changes to a constrained neighborhood of pixels. PatchCleanser arXiv:2108.09135 [cs.CV], the state-of-th…

Robust classification

Analysis of Spatial augmentation in Self-supervised models in the purview of training and test distributions

2024-09-26 · Abhishek Jha, Tinne Tuytelaars

In this paper, we present an empirical study of typical spatial augmentation techniques used in self-supervised representation learning methods (both contrastive and non-contrastive), namely random crop and cutout. Our c…

Representation Learning

CA-Cut: Crop-Aligned Cutout for Data Augmentation to Learn More Robust Under-Canopy Navigation

2025-07-23 · Robel Mamo, Taeyeong Choi arxiv

State-of-the-art visual under-canopy navigation methods are designed with deep learning-based perception models to distinguish traversable space from crop rows. While these models have demonstrated successful performance…

Visual NavigationData Augmentation