Introduces DIP that encapsulates sample mixing inside the hypothesis class to reduce Rademacher complexity and improve generalization over standard Mixup.
Improving Deep Learning using Generic Data Augmentation
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Deep artificial neural networks require a large corpus of training data in order to effectively learn, where collection of such training data is often expensive and laborious. Data augmentation overcomes this issue by artificially inflating the training set with label preserving transformations. Recently there has been extensive use of generic data augmentation to improve Convolutional Neural Network (CNN) task performance. This study benchmarks various popular data augmentation schemes to allow researchers to make informed decisions as to which training methods are most appropriate for their data sets. Various geometric and photometric schemes are evaluated on a coarse-grained data set using a relatively simple CNN. Experimental results, run using 4-fold cross-validation and reported in terms of Top-1 and Top-5 accuracy, indicate that cropping in geometric augmentation significantly increases CNN task performance.
fields
cs.LG 1years
2019 1verdicts
UNVERDICTED 1representative citing papers
citing papers explorer
-
Data Interpolating Prediction: Alternative Interpretation of Mixup
Introduces DIP that encapsulates sample mixing inside the hypothesis class to reduce Rademacher complexity and improve generalization over standard Mixup.