Enhancing Image Classification with Augmentation: Data Augmentation Techniques for Improved Image Classification
Saorj Kumar, Prince Asiamah, Oluwatoyin Jolaoso, Ugochukwu Esiowu

TL;DR
This paper evaluates 11 data augmentation techniques, including three novel methods, to improve CNN-based image classification performance on Caltech-101, demonstrating that diverse augmentation strategies can significantly reduce overfitting and enhance accuracy.
Contribution
The study introduces three new data augmentation techniques—pairwise channel transfer, occlusion by dataset objects, and various masking methods—and compares their effectiveness with existing methods.
Findings
Ensemble of augmentation techniques yields highest accuracy on Caltech-101.
Novel augmentation methods outperform traditional techniques in reducing overfitting.
Diverse augmentation strategies significantly improve CNN performance.
Abstract
Convolutional Neural Networks (CNNs) serve as the workhorse of deep learning, finding applications in various fields that rely on images. Given sufficient data, they exhibit the capacity to learn a wide range of concepts across diverse settings. However, a notable limitation of CNNs is their susceptibility to overfitting when trained on small datasets. The augmentation of such datasets can significantly enhance CNN performance by introducing additional data points for learning. In this study, we explore the effectiveness of 11 different sets of data augmentation techniques, which include three novel sets proposed in this work. The first set of data augmentation employs pairwise channel transfer, transferring Red, Green, Blue, Hue, and Saturation values from randomly selected images in the database to all images in the dataset. The second set introduces a novel occlusion approach, where…
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
TopicsAdvanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques
