Image Data Augmentation

Fast AutoAugment

Introduced by Lim et al. in Fast AutoAugment

Fast AutoAugment is an image data augmentation algorithm that finds effective augmentation policies via a search strategy based on density matching, motivated by Bayesian DA. The strategy is to improve the generalization performance of a given network by learning the augmentation policies which treat augmented data as missing data points of training data. However, different from Bayesian DA, the proposed method recovers those missing data points by the exploitation-and-exploration of a family of inference-time augmentations via Bayesian optimization in the policy search phase. This is realized by using an efficient density matching algorithm that does not require any back-propagation for network training for each policy evaluation.

Source: Fast AutoAugment

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 4 50.00%
BIG-bench Machine Learning 1 12.50%
Classification 1 12.50%
General Classification 1 12.50%
Image Augmentation 1 12.50%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories