paper-with-me

Papers

Padding Aware Neurons

2023-09-14 · Dario Garcia-Gasulla, Victor Gimenez-Abalos, Pablo Martin-Torres

Convolutional layers are a fundamental component of most image-related models. These layers often implement by default a static padding policy (\eg zero padding), to control the scale of the internal representations, and to allow kernel activations centered on the border regions. In this work we identify Padding Aware Neurons (PANs), a type of filter that is found in most (if not all) convolutional models trained with static padding. PANs focus on the characterization and recognition of input border location, introducing a spatial inductive bias into the model (e.g., how close to the input's border a pattern typically is). We propose a method to identify PANs through their activations, and explore their presence in several popular pre-trained models, finding PANs on all models explored, from dozens to hundreds. We discuss and illustrate different types of PANs, their kernels and behaviour. To understand their relevance, we test their impact on model performance, and find padding and PANs to induce strong and characteristic biases in the data. Finally, we discuss whether or not PANs are desirable, as well as the potential side effects of their presence in the context of model performance, generalisation, efficiency and safety.

📄 PDF Abstract BibTeX arXiv:2309.08048

Code (1)

https://gitlab.com/paper14/padding-aware-neurons 공식 구현 pytorch

Tasks

Inductive Bias

Methods 이 논문이 사용한 방법론

Focus 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Context-aware Padding for Semantic Segmentation

2021-09-16 · Yu-Hui Huang, Marc Proesmans, Luc van Gool

Zero padding is widely used in convolutional neural networks to prevent the size of feature maps diminishing too fast. However, it has been claimed to disturb the statistics at the border. As an alternative, we propose a…

SegmentationSemantic Segmentation

Interpolation-Aware Padding for 3D Sparse Convolutional Neural Networks

2021-08-16 · ICCV 2021 10 · Yu-Qi Yang, Peng-Shuai Wang, Yang Liu

Sparse voxel-based 3D convolutional neural networks (CNNs) are widely used for various 3D vision tasks. Sparse voxel-based 3D CNNs create sparse non-empty voxels from the 3D input and perform 3D convolution operations on…

SegmentationSemantic Segmentation

Theme-Aware Aesthetic Distribution Prediction With Full-Resolution Photographs

2019-08-04 · Gengyun Jia, Pei-Pei Li, Ran He

Aesthetic quality assessment (AQA) is a challenging task due to complex aesthetic factors. Currently, it is common to conduct AQA using deep neural networks that require fixed-size inputs. Existing methods mainly transfo…

Prediction

Consistency-Aware Padding for Incomplete Multi-Modal Alignment Clustering Based on Self-Repellent Greedy Anchor Search

2025-07-05 · Shubin Ma, Liang Zhao, Mingdong Lu, Yifan Guo 외 arxiv

Multimodal representation is faithful and highly effective in describing real-world data samples' characteristics by describing their complementary information. However, the collected data often exhibits incomplete and m…

Contrastive Learning

Padding Module: Learning the Padding in Deep Neural Networks

2023-01-11 · Fahad Alrasheedi, Xin Zhong, Pei-Chi Huang

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…

Deep Learning