paper-with-me

Papers

Data Augmentation using Random Image Cropping and Patching for Deep CNNs

2018-11-22 · Ryo Takahashi, Takashi Matsubara, Kuniaki Uehara

Deep convolutional neural networks (CNNs) have achieved remarkable results in image processing tasks. However, their high expression ability risks overfitting. Consequently, data augmentation techniques have been proposed to prevent overfitting while enriching datasets. Recent CNN architectures with more parameters are rendering traditional data augmentation techniques insufficient. In this study, we propose a new data augmentation technique called random image cropping and patching (RICAP) which randomly crops four images and patches them to create a new training image. Moreover, RICAP mixes the class labels of the four images, resulting in an advantage similar to label smoothing. We evaluated RICAP with current state-of-the-art CNNs (e.g., the shake-shake regularization model) by comparison with competitive data augmentation techniques such as cutout and mixup. RICAP achieves a new state-of-the-art test error of $2.19\%$ on CIFAR-10. We also confirmed that deep CNNs with RICAP achieve better results on classification tasks using CIFAR-100 and ImageNet and an image-caption retrieval task using Microsoft COCO.

📄 PDF Abstract BibTeX arXiv:1811.09030

Code (1)

jackryo/ricap 공식 구현 pytorch

Tasks

Data AugmentationImage AugmentationImage CroppingRetrieval

Methods 이 논문이 사용한 방법론

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…
Shake-Shake Regularization 설명 없음

Similar Papers 제목 키워드 기반

Object-Aware Cropping for Self-Supervised Learning

2021-12-01 · Shlok Mishra, Anshul Shah, Ankan Bansal, Abhyuday Jagannatha 외

A core component of the recent success of self-supervised learning is cropping data augmentation, which selects sub-regions of an image to be used as positive views in the self-supervised loss. The underlying assumption …

Data AugmentationObjectobject-detectionObject Detection+1

See Better Before Looking Closer: Weakly Supervised Data Augmentation Network for Fine-Grained Visual Classification

2019-01-26 · Tao Hu, Honggang Qi, Qingming Huang, Yan Lu

Data augmentation is usually adopted to increase the amount of training data, prevent overfitting and improve the performance of deep models. However, in practice, random data augmentation, such as random image cropping,…

Data AugmentationFine-Grained Image ClassificationGeneral ClassificationImage Cropping+1

Random Erasing Data Augmentation

2017-08-16 · Zhun Zhong, Liang Zheng, Guoliang Kang, Shaozi Li 외

In this paper, we introduce Random Erasing, a new data augmentation method for training the convolutional neural network (CNN). In training, Random Erasing randomly selects a rectangle region in an image and erases its p…

Data AugmentationGeneral ClassificationImage Augmentationimage-classification+5

Amplified Patch-Level Differential Privacy for Free via Random Cropping

2026-03-25 · Kaan Durmaz, Jan Schuchardt, Sebastian Schmidt, Stephan Günnemann arxiv

Random cropping is one of the most common data augmentation techniques in computer vision, yet the role of its inherent randomness in training differentially private machine learning models has thus far gone unexplored. …

Data Augmentation

Multi-cropping Contrastive Learning and Domain Consistency for Unsupervised Image-to-Image Translation

2023-04-24 · Chen Zhao, Wei-Ling Cai, Zheng Yuan, Cheng-Wei Hu

Recently, unsupervised image-to-image translation methods based on contrastive learning have achieved state-of-the-art results in many tasks. However, in the previous works, the negatives are sampled from the input image…

Contrastive LearningData AugmentationImage-to-Image TranslationTranslation+1