Random Padding Data Augmentation
Nan Yang, Laicheng Zhong, Fan Huang, Dong Yuan, Wei Bao

TL;DR
This paper introduces Random Padding, a simple, parameter-free data augmentation technique that impairs CNNs' ability to learn spatial position information, thereby improving image classification accuracy.
Contribution
The paper proposes Random Padding, a novel padding method that reduces CNNs' reliance on position features, enhancing recognition performance.
Findings
Random Padding improves classification accuracy.
It is compatible with existing data augmentations.
It consistently outperforms strong baselines.
Abstract
The convolutional neural network (CNN) learns the same object in different positions in images, which can improve the recognition accuracy of the model. An implication of this is that CNN may know where the object is. The usefulness of the features' spatial information in CNNs has not been well investigated. In this paper, we found that the model's learning of features' position information hindered the learning of the features' relationship. Therefore, we introduced Random Padding, a new type of padding method for training CNNs that impairs the architecture's capacity to learn position information by adding zero-padding randomly to half of the border of feature maps. Random Padding is parameter-free, simple to construct, and compatible with the majority of CNN-based recognition models. This technique is also complementary to data augmentations such as random cropping, rotation,…
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
TopicsImage Processing and 3D Reconstruction · Advanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques
