TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Learning Data Augmentation Strategies for Object Detection

Learning Data Augmentation Strategies for Object Detection

Barret Zoph, Ekin D. Cubuk, Golnaz Ghiasi, Tsung-Yi Lin, Jonathon Shlens, Quoc V. Le

2019-06-26ECCV 2020 8Image AugmentationImage ClassificationData AugmentationRobust Object Detectionobject-detectionObject Detection
PaperPDFCodeCodeCode(official)CodeCodeCode

Abstract

Data augmentation is a critical component of training deep learning models. Although data augmentation has been shown to significantly improve image classification, its potential has not been thoroughly investigated for object detection. Given the additional cost for annotating images for object detection, data augmentation may be of even greater importance for this computer vision task. In this work, we study the impact of data augmentation on object detection. We first demonstrate that data augmentation operations borrowed from image classification may be helpful for training detection models, but the improvement is limited. Thus, we investigate how learned, specialized data augmentation policies improve generalization performance for detection models. Importantly, these augmentation policies only affect training and leave a trained model unchanged during evaluation. Experiments on the COCO dataset indicate that an optimized data augmentation policy improves detection accuracy by more than +2.3 mAP, and allow a single inference model to achieve a state-of-the-art accuracy of 50.7 mAP. Importantly, the best policy found on COCO may be transferred unchanged to other detection datasets and models to improve predictive accuracy. For example, the best augmentation policy identified with COCO improves a strong baseline on PASCAL-VOC by +2.7 mAP. Our results also reveal that a learned augmentation policy is superior to state-of-the-art architecture regularization methods for object detection, even when considering strong baselines. Code for training with the learned policy is available online at https://github.com/tensorflow/tpu/tree/master/models/official/detection

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAPL64.5NAS-FPN (AmoebaNet-D, learned aug)
Object DetectionCOCO test-devAPM55.5NAS-FPN (AmoebaNet-D, learned aug)
Object DetectionCOCO test-devAPS34.2NAS-FPN (AmoebaNet-D, learned aug)
Object DetectionCOCO test-devbox mAP50.7NAS-FPN (AmoebaNet-D, learned aug)
Object DetectionCityscapesmPC [AP]15.8AutoAug-det
3DCOCO test-devAPL64.5NAS-FPN (AmoebaNet-D, learned aug)
3DCOCO test-devAPM55.5NAS-FPN (AmoebaNet-D, learned aug)
3DCOCO test-devAPS34.2NAS-FPN (AmoebaNet-D, learned aug)
3DCOCO test-devbox mAP50.7NAS-FPN (AmoebaNet-D, learned aug)
3DCityscapesmPC [AP]15.8AutoAug-det
2D ClassificationCOCO test-devAPL64.5NAS-FPN (AmoebaNet-D, learned aug)
2D ClassificationCOCO test-devAPM55.5NAS-FPN (AmoebaNet-D, learned aug)
2D ClassificationCOCO test-devAPS34.2NAS-FPN (AmoebaNet-D, learned aug)
2D ClassificationCOCO test-devbox mAP50.7NAS-FPN (AmoebaNet-D, learned aug)
2D ClassificationCityscapesmPC [AP]15.8AutoAug-det
2D Object DetectionCOCO test-devAPL64.5NAS-FPN (AmoebaNet-D, learned aug)
2D Object DetectionCOCO test-devAPM55.5NAS-FPN (AmoebaNet-D, learned aug)
2D Object DetectionCOCO test-devAPS34.2NAS-FPN (AmoebaNet-D, learned aug)
2D Object DetectionCOCO test-devbox mAP50.7NAS-FPN (AmoebaNet-D, learned aug)
2D Object DetectionCityscapesmPC [AP]15.8AutoAug-det
16kCOCO test-devAPL64.5NAS-FPN (AmoebaNet-D, learned aug)
16kCOCO test-devAPM55.5NAS-FPN (AmoebaNet-D, learned aug)
16kCOCO test-devAPS34.2NAS-FPN (AmoebaNet-D, learned aug)
16kCOCO test-devbox mAP50.7NAS-FPN (AmoebaNet-D, learned aug)
16kCityscapesmPC [AP]15.8AutoAug-det

Related Papers

Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Overview of the TalentCLEF 2025: Skill and Job Title Intelligence for Human Capital Management2025-07-17Pixel Perfect MegaMed: A Megapixel-Scale Vision-Language Foundation Model for Generating High Resolution Medical Images2025-07-17A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17