Augmentations: An Insight into their Effectiveness on Convolution Neural Networks
Sabeesh Ethiraj, Bharath Kumar Bolla

TL;DR
This paper investigates how different augmentation techniques affect CNN performance across various datasets and architectures, highlighting the importance of selecting consistent augmentations like Cutouts and horizontal flips for improved generalization.
Contribution
It provides a comparative analysis of augmentation effects on CNNs with different convolutions and parameters, identifying techniques that perform reliably across datasets and architectures.
Findings
Cutouts and horizontal flips are consistently effective.
Depth-wise separable convolutions outperform 3x3 convolutions at higher parameters.
Augmentations help bridge performance gaps between architectures.
Abstract
Augmentations are the key factor in determining the performance of any neural network as they provide a model with a critical edge in boosting its performance. Their ability to boost a model's robustness depends on two factors, viz-a-viz, the model architecture, and the type of augmentations. Augmentations are very specific to a dataset, and it is not imperative that all kinds of augmentation would necessarily produce a positive effect on a model's performance. Hence there is a need to identify augmentations that perform consistently well across a variety of datasets and also remain invariant to the type of architecture, convolutions, and the number of parameters used. Hence there is a need to identify augmentations that perform consistently well across a variety of datasets and also remain invariant to the type of architecture, convolutions, and the number of parameters used. This…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Advanced Neural Network Applications · Machine Learning and Data Classification
MethodsFLIP · Random Horizontal Flip
