/awesome-data-augmentation

This is a list of awesome methods about data augmentation.

This library helps you with augmenting images for your machine learning projects. It converts a set of input images into a new, much larger set of slightly altered images. Many very popular projects have been integrated. New methods like augmix,cutmix,are being tracked. Whether you're a researcher or an engineer, just enjoy it!

Popular Projects

imgaug

Albumentations

Albumentations: fast and flexible image augmentations

Augmentor

Biomedical image augmentation using Augmentor

Augmentor is a Python package designed to aid the augmentation and artificial generation of image data for machine learning tasks. It is primarily a data augmentation tool, but will also incorporate basic image pre-processing functionality.

Papers&Codes

mixup

Mixup: BEYOND EMPIRICAL RISK MINIMIZATION

Mixup is a generic and straightforward data augmentation principle. In essence, mixup trains a neural network on convex combinations of pairs of examples and their labels. By doing so, mixup regularizes the neural network to favor simple linear behavior in-between training examples.

Cutout

Improved Regularization of Convolutional Neural Networks with Cutout

Cutmix

CutMix:Regularization Strategy to Train Strong Classifiers with Localizable Features

Augmix

AUGMIX: A SIMPLE DATA PROCESSING METHOD TO IMPROVE ROBUSTNESS AND UNCERTAINTY

fast-autoaugment

Fast AutoAugment

AutoAugment

AutoAugment:Learning Augmentation Strategies from Data

RandAugment

RandAugment: Practical automated data augmentation with a reduced search space

GridMask

GridMaskDataAugmentation

imagecorruptions

Benchmarking Robustness in Object Detection:Autonomous Driving when Winter is Coming

CycleGAN

Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networkss

Small Object Augmentation

Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networkss

Continuous updating...

If you find this library useful for your research, please consider starring the GitHub repository.