Feature transforms for image data augmentation
A problem with Convolutional Neural Networks (CNNs) is that they require large datasets to obtain adequate robustness; on small datasets, they are prone to overfitting. Many methods have been proposed to overcome this shortcoming with CNNs. In cases where additional samples cannot easily be collected, a common approach is to generate more data points from existing data using an augmentation technique. In image classification, many augmentation approaches utilize simple image manipulation algorithms. In this work, we build ensembles on the data level by adding images generated by combining fourteen augmentation approaches, three of which are proposed here for the first time. These novel methods are based on the Fourier Transform (FT), the Radon Transform (RT) and the Discrete Cosine Transform (DCT). Pretrained ResNet50 networks are finetuned on training sets that include images derived from each augmentation method. These networks and several fusions are evaluated and compared across eleven benchmarks. Results show that building ensembles on the data level by combining different data augmentation methods produce classifiers that not only compete competitively against the state-of-the-art but often surpass the best approaches reported in the literature.
Code (1)
Tasks
Data Augmentationimage-classificationImage ClassificationImage ManipulationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Disentangling the Effects of Data Augmentation and Format Transform in Self-Supervised Learning of Image Representations
Self-Supervised Learning (SSL) enables training performant models using limited labeled data. One of the pillars underlying vision SSL is the use of data augmentations/perturbations of the input which do not significantl…
Data AugmentationSelf-Supervised LearningTransfer LearningData Augmentation for Skin Lesion Analysis
Deep learning models show remarkable results in automated skin lesion analysis. However, these models demand considerable amounts of data, while the availability of annotated skin lesion images is often limited. Data aug…
Data AugmentationGeneral ClassificationSkin Cancer ClassificationSkin Lesion ClassificationOn Interaction Between Augmentations and Corruptions in Natural Corruption Robustness
Invariance to a broad array of image corruptions, such as warping, noise, or color shifts, is an important aspect of building robust models in computer vision. Recently, several new data augmentations have been proposed …
Soft Augmentation for Image Classification
Modern neural networks are over-parameterized and thus rely on strong regularization such as data augmentation and weight decay to reduce overfitting and improve generalization. The dominant form of data augmentation app…
ClassificationData Augmentationimage-classificationImage ClassificationAugmentation Backdoors
Data augmentation is used extensively to improve model generalisation. However, reliance on external libraries to implement augmentation methods introduces a vulnerability into the machine learning pipeline. It is well k…
Data Augmentation