paper-with-me

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 data as compared to training data. Consequently, it limits performance improvement. To cope with this problem, various techniques have been proposed such as dropout, normalization and advanced data augmentation. Among these, data augmentation, which aims to enlarge the dataset size by including sample diversity, has been a hot topic in recent times. In this article, we focus on advanced data augmentation techniques. we provide a background of data augmentation, a novel and comprehensive taxonomy of reviewed data augmentation techniques, and the strengths and weaknesses (wherever possible) of each technique. We also provide comprehensive results of the data augmentation effect on three popular computer vision tasks, such as image classification, object detection and semantic segmentation. For results reproducibility, we compiled available codes of all data augmentation techniques. Finally, we discuss the challenges and difficulties, and possible future direction for the research community. We believe, this survey provides several benefits i) readers will understand the data augmentation working mechanism to fix overfitting problems ii) results will save the searching time of the researcher for comparison purposes. iii) Codes of the mentioned data augmentation techniques are available at https://github.com/kmr2017/Advanced-Data-augmentation-codes iv) Future work will spark interest in research community.

📄 PDF Abstract BibTeX arXiv:2301.02830

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationimage-classificationImage Classificationobject-detectionObject DetectionSemantic SegmentationSurvey

Similar Papers 제목 키워드 기반

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

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 augm…

Deep LearningImage AugmentationImage GenerationSurvey

Medical Image Segmentation Using Deep Learning: A Survey

2020-09-28 · Risheng Wang, Tao Lei, Ruixia Cui, Bingtao Zhang 외

Deep learning has been widely used for medical image segmentation and a large number of papers has been presented recording the success of deep learning in the field. In this paper, we present a comprehensive thematic su…

Data AugmentationDeep LearningImage SegmentationInteractive Segmentation+6

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

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