The paper introduces a novel data augmentation technique called Stride Random Erasing Augmentation (SREA) to enhance image classification performance by preserving significant features while mixing images. Experiments conducted on popular datasets like Fashion-MNIST, CIFAR-10, CIFAR-100, and STL10 reveal that SREA outperforms both the baseline and traditional random erasing methods, particularly in preserving model generalization. The source code for SREA is publicly available for further use and experimentation.
Related topics: