CVIVMar 30, 2021

Enabling Data Diversity: Efficient Automatic Augmentation via Regularized Adversarial Training

arXiv:2103.16493v123 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of automating data augmentation for medical image analysis, which is incremental as it builds on existing auto-augmentation methods by making them more efficient and less reliant on human input.

The paper tackles the challenge of automating data augmentation for medical image analysis, which typically requires expert knowledge, by proposing a regularized adversarial training framework with differentiable augmentation models; it achieves superior performance over state-of-the-art auto-augmentation methods on 2D skin cancer classification and 3D organs-at-risk segmentation with less training overhead.

Data augmentation has proved extremely useful by increasing training data variance to alleviate overfitting and improve deep neural networks' generalization performance. In medical image analysis, a well-designed augmentation policy usually requires much expert knowledge and is difficult to generalize to multiple tasks due to the vast discrepancies among pixel intensities, image appearances, and object shapes in different medical tasks. To automate medical data augmentation, we propose a regularized adversarial training framework via two min-max objectives and three differentiable augmentation models covering affine transformation, deformation, and appearance changes. Our method is more automatic and efficient than previous automatic augmentation methods, which still rely on pre-defined operations with human-specified ranges and costly bi-level optimization. Extensive experiments demonstrated that our approach, with less training overhead, achieves superior performance over state-of-the-art auto-augmentation methods on both tasks of 2D skin cancer classification and 3D organs-at-risk segmentation.

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