LGCVMLSep 19, 2019

Data Augmentation Revisited: Rethinking the Distribution Gap between Clean and Augmented Data

arXiv:1909.09148v217.469 citations
Originality Incremental advance
AI Analysis

This addresses the problem of optimizing data augmentation for practitioners in computer vision, though it is incremental as it builds on existing augmentation techniques.

The paper tackles the distribution gap between clean and augmented data in data augmentation, showing that while augmentation reduces generalization error, it increases empirical risk, and refining models with less-augmented data yields consistent accuracy gains on image classification and object detection benchmarks.

Data augmentation has been widely applied as an effective methodology to improve generalization in particular when training deep neural networks. Recently, researchers proposed a few intensive data augmentation techniques, which indeed improved accuracy, yet we notice that these methods augment data have also caused a considerable gap between clean and augmented data. In this paper, we revisit this problem from an analytical perspective, for which we estimate the upper-bound of expected risk using two terms, namely, empirical risk and generalization error, respectively. We develop an understanding of data augmentation as regularization, which highlights the major features. As a result, data augmentation significantly reduces the generalization error, but meanwhile leads to a slightly higher empirical risk. On the assumption that data augmentation helps models converge to a better region, the model can benefit from a lower empirical risk achieved by a simple method, i.e., using less-augmented data to refine the model trained on fully-augmented data. Our approach achieves consistent accuracy gain on a few standard image classification benchmarks, and the gain transfers to object detection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes