CVLGJan 11, 2023

Padding Module: Learning the Padding in Deep Neural Networks

arXiv:2301.04608v130 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses the need for better padding methods in deep learning models, offering a novel approach that enhances performance in tasks like image classification, though it is incremental in the context of padding techniques.

The paper tackles the problem of improving neural network performance by introducing a trainable Padding Module that learns to pad images or feature maps with realistic extensions, resulting in classification accuracy gains of 1.23% and 0.44% over zero padding on VGG16 and ResNet50.

During the last decades, many studies have been dedicated to improving the performance of neural networks, for example, the network architectures, initialization, and activation. However, investigating the importance and effects of learnable padding methods in deep learning remains relatively open. To mitigate the gap, this paper proposes a novel trainable Padding Module that can be placed in a deep learning model. The Padding Module can optimize itself without requiring or influencing the model's entire loss function. To train itself, the Padding Module constructs a ground truth and a predictor from the inputs by leveraging the underlying structure in the input data for supervision. As a result, the Padding Module can learn automatically to pad pixels to the border of its input images or feature maps. The padding contents are realistic extensions to its input data and simultaneously facilitate the deep learning model's downstream task. Experiments have shown that the proposed Padding Module outperforms the state-of-the-art competitors and the baseline methods. For example, the Padding Module has 1.23% and 0.44% more classification accuracy than the zero padding when tested on the VGG16 and ResNet50.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes