Convolutional Neural Networks are widely used for image recognition tasks. Data augmentation is a technique used to improve spatial invariance and reduce overfitting in Convolutional Networks. This article provides an empirical comparison of two common data augmentation techniques: RandAugment (a stochastic technique that applies geometric transforms to images) and Conditional Generative Adversarial Networks (models that generate synthetic samples from the same distribution as the training set). Combinations of these data augmentation techniques are also investigated. Three models – a base model developed for this study, and finetuned pre-trained versions of ResNet50 and InceptionV3 – are evaluated on benchmark datasets. Results indicate that RandAugment is more effective.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

An Investigation of Methods for Improving Spatial Invariance of Convolutional Neural Networks for Image Classification

  • David Noel,
  • Sumitra Mukherjee

摘要

Convolutional Neural Networks are widely used for image recognition tasks. Data augmentation is a technique used to improve spatial invariance and reduce overfitting in Convolutional Networks. This article provides an empirical comparison of two common data augmentation techniques: RandAugment (a stochastic technique that applies geometric transforms to images) and Conditional Generative Adversarial Networks (models that generate synthetic samples from the same distribution as the training set). Combinations of these data augmentation techniques are also investigated. Three models – a base model developed for this study, and finetuned pre-trained versions of ResNet50 and InceptionV3 – are evaluated on benchmark datasets. Results indicate that RandAugment is more effective.