Home

Awesome

Maintenance PR's Welcome Awesome

Survey: Image Mixing and Deleting for Data Augmentation

This repo supplements our paper: https://arxiv.org/abs/2106.07085

Humza Naveed, Saeed Anwar, Munawar Hayat, Kashif Javed, Ajmal Mian

We intend to regularly update this repo with new papers. If you see any paper missing here, please create an issue or PR.

Contents

Abstract

Neural networks are prone to overfitting and memorizing data patterns. To avoid over-fitting, and enhance their generalization and performance, various methods have been suggested in the literature, including dropout, regularization, label smoothing, etc. One such method is augmentation which introduces different types of corruption in the data to prevent the model from overfitting and memorizing patterns present in the data. A sub-area of data augmentation is image mixing and deleting. This specific type of augmentation either deletes image regions or mixes two images to hide or make particular characteristics of images confusing for the network, forcing it to emphasize the overall structure of the object in an image. Models trained with this approach have proven to perform and generalize well compared to those trained without image mixing or deleting. An added benefit that comes with this method of training is robustness against image corruption. Due to its low computational cost and recent success, researchers have proposed many image mixing and deleting techniques. We furnish an in-depth survey of image mixing and deleting techniques and provide categorization via their most distinguishing features. We initiate our discussion with some fundamental relevant concepts. Next, we present essentials, such as each category’s strengths and limitations, describing their working mechanism, basic formulations, and applications. We also discuss the general challenges and recommend possible future research directions for image mixing and deleting data augmentation techniques.

Cut and Delete

Cut and Mix

Mix and Up

Applications

Fine Grained Image Recognition

Object Detection

Transformers

Self-Supervised Learning

Semi-Supervised Learning

Unsupervised Learning

Adversarial Training

Privacy Preserving

Point Clouds

Text Classification

Audio Classification

Citation

If you find this paper useful in your research, please cite the paper:

@article{naveed2021survey,
  title={Survey: Image mixing and deleting for data augmentation},
  author={Naveed, Humza and Anwar, Saeed and Hayat, Munawar and Javed, Kashif and Mian, Ajmal}, 
  journal={arXiv preprint arXiv:2106.07085},
  url = {https://arxiv.org/abs/2106.07085},
  year={2021}
}