paper-with-me

Papers

On the Generalization Effects of Linear Transformations in Data Augmentation

2020-05-02 · ICML 2020 1 · Sen Wu, Hongyang R. Zhang, Gregory Valiant, Christopher Ré

Data augmentation is a powerful technique to improve performance in applications such as image and text classification tasks. Yet, there is little rigorous understanding of why and how various augmentations work. In this work, we consider a family of linear transformations and study their effects on the ridge estimator in an over-parametrized linear regression setting. First, we show that transformations that preserve the labels of the data can improve estimation by enlarging the span of the training data. Second, we show that transformations that mix data can improve estimation by playing a regularization effect. Finally, we validate our theoretical insights on MNIST. Based on the insights, we propose an augmentation scheme that searches over the space of transformations by how uncertain the model is about the transformed data. We validate our proposed scheme on image and text datasets. For example, our method outperforms random sampling methods by 1.24% on CIFAR-100 using Wide-ResNet-28-10. Furthermore, we achieve comparable accuracy to the SoTA Adversarial AutoAugment on CIFAR-10, CIFAR-100, SVHN, and ImageNet datasets.

📄 PDF Abstract BibTeX arXiv:2005.00695

Code (2)

SenWu/dauphin 공식 구현 pytorch
adam-mehdi/MuarAugment pytorch

Tasks

Data Augmentationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
RandAugment 설명 없음
AutoAugment 설명 없음
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

PADDIT: Probabilistic Augmentation of Data using Diffeomorphic Image Transformation

2018-10-03 · Mauricio Orbes Arteaga, Lauge Sørensen, M. Jorge Cardoso, Marc Modat 외

For proper generalization performance of convolutional neural networks (CNNs) in medical image segmentation, the learnt features should be invariant under particular non-linear shape variations of the input. To induce in…

Image SegmentationMedical Image SegmentationSemantic Segmentation

Data augmentation with Mobius transformations

2020-02-07 · Sharon Zhou, Jiequan Zhang, Hang Jiang, Torbjorn Lundh 외

Data augmentation has led to substantial improvements in the performance and generalization of deep models, and remain a highly adaptable method to evolving model architectures and varying amounts of data---in particular…

Data AugmentationTranslation

Improved Mixed-Example Data Augmentation

2018-05-29 · Cecilia Summers, Michael J. Dinneen

In order to reduce overfitting, neural networks are typically trained with data augmentation, the practice of artificially generating additional training data via label-preserving transformations of existing training exa…

Data AugmentationImage Augmentation

Adversarial and Random Transformations for Robust Domain Adaptation and Generalization

2022-11-13 · Liang Xiao, Jiaolong Xu, Dawei Zhao, Erke Shang 외

Data augmentation has been widely used to improve generalization in training deep neural networks. Recent works show that using worst-case transformations or adversarial augmentation strategies can significantly improve …

Data AugmentationDomain Adaptation

Domain Generalization by Rejecting Extreme Augmentations

2023-10-10 · Masih Aminbeidokhti, Fidel A. Guerrero Peña, Heitor Rapela Medeiros, Thomas Dubail 외

Data augmentation is one of the most effective techniques for regularizing deep learning models and improving their recognition performance in a variety of tasks and domains. However, this holds for standard in-domain se…

Data AugmentationDomain Generalization