CVJul 17, 2020

OnlineAugment: Online Data Augmentation with Less Domain Knowledge

arXiv:2007.09271v266 citationsHas Code
AI Analysis

This addresses the need for more efficient and adaptive data augmentation in deep learning, particularly for new tasks, though it is incremental as it builds on existing augmentation concepts.

The paper tackles the problem of offline data augmentation methods being non-adaptive and requiring domain knowledge by proposing an online scheme with new augmentation networks that co-train with the target task, achieving performance on par with state-of-the-art offline methods and improving upon them when combined.

Data augmentation is one of the most important tools in training modern deep neural networks. Recently, great advances have been made in searching for optimal augmentation policies in the image classification domain. However, two key points related to data augmentation remain uncovered by the current methods. First is that most if not all modern augmentation search methods are offline and learning policies are isolated from their usage. The learned policies are mostly constant throughout the training process and are not adapted to the current training model state. Second, the policies rely on class-preserving image processing functions. Hence applying current offline methods to new tasks may require domain knowledge to specify such kind of operations. In this work, we offer an orthogonal online data augmentation scheme together with three new augmentation networks, co-trained with the target learning task. It is both more efficient, in the sense that it does not require expensive offline training when entering a new domain, and more adaptive as it adapts to the learner state. Our augmentation networks require less domain knowledge and are easily applicable to new tasks. Extensive experiments demonstrate that the proposed scheme alone performs on par with the state-of-the-art offline data augmentation methods, as well as improving upon the state-of-the-art in combination with those methods. Code is available at https://github.com/zhiqiangdon/online-augment .

Code Implementations1 repo
Foundations

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

Your Notes