Improving Translation Invariance in Convolutional Neural Networks with Peripheral Prediction Padding
Kensuke Mukai, Takao Yamanaka

TL;DR
This paper introduces Peripheral Prediction Padding, a novel padding method that improves translation invariance in CNNs by enabling task-specific padding values, leading to better accuracy in semantic segmentation.
Contribution
The paper proposes Peripheral Prediction Padding (PP-Pad), a new padding technique that replaces zero padding and is trainable end-to-end for enhanced translation invariance.
Findings
PP-Pad achieves higher accuracy in semantic segmentation.
PP-Pad improves translation invariance compared to zero padding.
New metrics effectively evaluate translation invariance.
Abstract
Zero padding is often used in convolutional neural networks to prevent the feature map size from decreasing with each layer. However, recent studies have shown that zero padding promotes encoding of absolute positional information, which may adversely affect the performance of some tasks. In this work, a novel padding method called Peripheral Prediction Padding (PP-Pad) method is proposed, which enables end-to-end training of padding values suitable for each task instead of zero padding. Moreover, novel metrics to quantitatively evaluate the translation invariance of the model are presented. By evaluating with these metrics, it was confirmed that the proposed method achieved higher accuracy and translation invariance than the previous methods in a semantic segmentation task.
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 · Human Pose and Action Recognition · Hand Gesture Recognition Systems
