paper-with-me

Papers

Feature transforms for image data augmentation

2022-01-24 · Loris Nanni, Michelangelo Paci, Sheryl Brahnam, Alessandra Lumini

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.

📄 PDF Abstract BibTeX arXiv:2201.09700

Code (1)

lorisnanni/feature-transforms-for-image-data-augmentation 공식 구현

Tasks

Data Augmentationimage-classificationImage ClassificationImage Manipulation

Methods 이 논문이 사용한 방법론

Discrete Cosine Transform Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data…

Similar Papers 제목 키워드 기반

Disentangling the Effects of Data Augmentation and Format Transform in Self-Supervised Learning of Image Representations

2023-12-02 · Neha Kalibhat, Warren Morningstar, Alex Bijamov, Luyang Liu 외

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 Learning

Data Augmentation for Skin Lesion Analysis

2018-09-05 · Fábio Perez, Cristina Vasconcelos, Sandra Avila, Eduardo Valle

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 Classification

On Interaction Between Augmentations and Corruptions in Natural Corruption Robustness

2021-02-22 · NeurIPS 2021 12 · Eric Mintun, Alexander Kirillov, Saining Xie

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

2022-11-09 · CVPR 2023 1 · Yang Liu, Shen Yan, Laura Leal-Taixé, James Hays 외

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 Classification

Augmentation Backdoors

2022-09-29 · Joseph Rance, Yiren Zhao, Ilia Shumailov, Robert Mullins

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