paper-with-me

Papers

Data Augmentation For Small Object using Fast AutoAugment

2025-06-10 · DaeEun Yoon, Semin Kim, Sangwook Yoo, Jongha Lee

In recent years, there has been tremendous progress in object detection performance. However, despite these advances, the detection performance for small objects is significantly inferior to that of large objects. Detecting small objects is one of the most challenging and important problems in computer vision. To improve the detection performance for small objects, we propose an optimal data augmentation method using Fast AutoAugment. Through our proposed method, we can quickly find optimal augmentation policies that can overcome degradation when detecting small objects, and we achieve a 20% performance improvement on the DOTA dataset.

📄 PDF Abstract BibTeX arXiv:2506.08956

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
AutoAugment 설명 없음
Fast AutoAugment Fast AutoAugment is an image data augmentation algorithm that finds effective augmentation policies via a search strategy based on density matching, motivated by Bayesian DA.…

Similar Papers 제목 키워드 기반

Fast AutoAugment

2019-05-01 · NeurIPS 2019 12 · Sungbin Lim, Ildoo Kim, Taesup Kim, Chiheon Kim 외

Data augmentation is an essential technique for improving generalization ability of deep learning models. Recently, AutoAugment has been proposed as an algorithm to automatically search for augmentation policies from a d…

Data AugmentationGPUImage AugmentationImage Classification

Faster AutoAugment: Learning Augmentation Strategies using Backpropagation

2019-11-16 · ECCV 2020 8 · Ryuichiro Hataya, Jan Zdenek, Kazuki Yoshizoe, Hideki Nakayama

Data augmentation methods are indispensable heuristics to boost the performance of deep neural networks, especially in image recognition tasks. Recently, several studies have shown that augmentation strategies found by s…

Data Augmentation

DADA: Differentiable Automatic Data Augmentation

2020-03-08 · ECCV 2020 8 · Yonggang Li, Guosheng Hu, Yongtao Wang, Timothy Hospedales 외

Data augmentation (DA) techniques aim to increase data variability, and thus train deep networks with better generalisation. The pioneering AutoAugment automated the search for optimal DA policies with reinforcement lear…

Data AugmentationReinforcement Learning

Faster and Smarter AutoAugment: Augmentation Policy Search Based on Dynamic Data-Clustering

2021-01-01 · Jonghyun Bae, Ji-Hoon Kim

Data augmentation tuned to datasets and tasks has had great success in various AI applications, such as computer vision, natural language processing, autonomous driving, and bioinformatics. However, most of the specific …

Autonomous DrivingClusteringData AugmentationDiversity+1

Adversarial AutoAugment

2019-12-24 · ICLR 2020 1 · Xin-Yu Zhang, Qiang Wang, Jian Zhang, Zhao Zhong

Data augmentation (DA) has been widely utilized to improve generalization in training deep neural networks. Recently, human-designed data augmentation has been gradually replaced by automatically learned augmentation pol…

Data Augmentationimage-classificationImage Classification