paper-with-me

Papers

A Comprehensive Survey of Image Augmentation Techniques for Deep Learning

2022-05-03 · Mingle Xu, Sook Yoon, Alvaro Fuentes, Dong Sun Park

Deep learning has been achieving decent performance in computer vision requiring a large volume of images, however, collecting images is expensive and difficult in many scenarios. To alleviate this issue, many image augmentation algorithms have been proposed as effective and efficient strategies. Understanding current algorithms is essential to find suitable methods or develop novel techniques for given tasks. In this paper, we perform a comprehensive survey on image augmentation for deep learning with a novel informative taxonomy. To get the basic idea why we need image augmentation, we introduce the challenges in computer vision tasks and vicinity distribution. Then, the algorithms are split into three categories; model-free, model-based, and optimizing policy-based. The model-free category employs image processing methods while the model-based method leverages trainable image generation models. In contrast, the optimizing policy-based approach aims to find the optimal operations or their combinations. Furthermore, we discuss the current trend of common applications with two more active topics, leveraging different ways to understand image augmentation, such as group and kernel theory, and deploying image augmentation for unsupervised learning. Based on the analysis, we believe that our survey gives a better understanding helpful to choose suitable methods or design novel algorithms for practical applications.

📄 PDF Abstract BibTeX arXiv:2205.01491

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningImage AugmentationImage GenerationSurvey

Similar Papers 제목 키워드 기반

Image Data Augmentation Approaches: A Comprehensive Survey and Future directions

2023-01-07 · Teerath Kumar, Alessandra Mileo, Rob Brennan, Malika Bendechache

Deep learning (DL) algorithms have shown significant performance in various computer vision tasks. However, having limited labelled data lead to a network overfitting problem, where network performance is bad on unseen d…

Data Augmentationimage-classificationImage Classificationobject-detection+3

Image, Text, and Speech Data Augmentation using Multimodal LLMs for Deep Learning: A Survey

2025-01-29 · Ranjan Sapkota, Shaina Raza, Maged Shoman, Achyut Paudel 외

In the past five years, research has shifted from traditional Machine Learning (ML) and Deep Learning (DL) approaches to leveraging Large Language Models (LLMs) , including multimodality, for data augmentation to enhance…

Data AugmentationImage AugmentationText Augmentation

Source Code Data Augmentation for Deep Learning: A Survey

2023-05-31 · Terry Yue Zhuo, Zhou Yang, Zhensu Sun, YuFei Wang 외

The increasingly popular adoption of deep learning models in many critical source code tasks motivates the development of data augmentation (DA) techniques to enhance training data and improve various capabilities (e.g.,…

Data AugmentationDeep LearningSurvey

Exploring Graph Classification Techniques Under Low Data Constraints: A Comprehensive Study

2023-11-21 · Kush Kothari, Bhavya Mehta, Reshmika Nambiar, Seema Shrawne

This survey paper presents a brief overview of recent research on graph data augmentation and few-shot learning. It covers various techniques for graph data augmentation, including node and edge perturbation, graph coars…

Data AugmentationFew-Shot LearningGraph ClassificationGraph Generation+2

A Comprehensive Survey on Data Augmentation

2024-05-15 · Zaitian Wang, Pengfei Wang, Kunpeng Liu, Pengyang Wang 외

Data augmentation is a series of techniques that generate high-quality artificial data by manipulating existing data samples. By leveraging data augmentation techniques, AI models can achieve significantly improved appli…

Data AugmentationSurvey