ADA: Adversarial Data Augmentation for Object Detection - Robotics Institute Carnegie Mellon University

ADA: Adversarial Data Augmentation for Object Detection

Sima Behpour, Kris M. Kitani, and Brian D. Ziebart
Conference Paper, Proceedings of IEEE Winter Conference on Applications of Computer Vision (WACV '19), pp. 1243 - 1252, January, 2019

Abstract

The use of random perturbations of ground truth data, such as random translation or scaling of bounding boxes, is a common heuristic used for data augmentation that has been shown to prevent overfitting and improve generalization. Since the design of data augmentation is largely guided by reported best practices, it is difficult to understand if those design choices are optimal. To provide a more principled perspective, we develop a game-theoretic interpretation of data augmentation in the context of object detection. We aim to find an optimal adversarial perturbations of the ground truth data (i.e., the worst case perturbations) that forces the object bounding box predictor to learn from the hardest distribution of perturbed examples for better test-time performance. We establish that the game-theoretic solution (Nash equilibrium) provides both an optimal predictor and optimal data augmentation distribution. We show that our adversarial method of training a predictor can significantly improve test-time performance for the task of object detection. On the ImageNet, Pascal VOC and MS-COCO object detection tasks, our adversarial approach improves performance by about 16%, 5%, and 2% respectively compared to the best performing data augmentation methods.

BibTeX

@conference{Behpour-2019-123112,
author = {Sima Behpour and Kris M. Kitani and Brian D. Ziebart},
title = {ADA: Adversarial Data Augmentation for Object Detection},
booktitle = {Proceedings of IEEE Winter Conference on Applications of Computer Vision (WACV '19)},
year = {2019},
month = {January},
pages = {1243 - 1252},
}