Patch Reordering: a Novel Way to Achieve Rotation and Translation Invariance in Convolutional Neural Networks
Xu Shen, Xinmei Tian, Shaoyan Sun, Dacheng Tao

TL;DR
This paper introduces a patch reordering technique that, when integrated with CNNs, enhances rotation and translation invariance, leading to improved performance on various visual recognition benchmarks.
Contribution
The authors propose a novel patch ranking method that encodes invariance into CNN architecture, reducing reliance on data augmentation and improving recognition accuracy.
Findings
Improved accuracy on MNIST digit recognition
Enhanced performance on large-scale image recognition
Better results in image retrieval tasks
Abstract
Convolutional Neural Networks (CNNs) have demonstrated state-of-the-art performance on many visual recognition tasks. However, the combination of convolution and pooling operations only shows invariance to small local location changes in meaningful objects in input. Sometimes, such networks are trained using data augmentation to encode this invariance into the parameters, which restricts the capacity of the model to learn the content of these objects. A more efficient use of the parameter budget is to encode rotation or translation invariance into the model architecture, which relieves the model from the need to learn them. To enable the model to focus on learning the content of objects other than their locations, we propose to conduct patch ranking of the feature maps before feeding them into the next layer. When patch ranking is combined with convolution and pooling operations, we…
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 · Multimodal Machine Learning Applications · Human Pose and Action Recognition
MethodsConvolution
