paper-with-me

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 context-aware (CA) padding approach to extend the image. We reformulate the padding problem as an image extrapolation problem and illustrate the effects on the semantic segmentation task. Using context-aware padding, the ResNet-based segmentation model achieves higher mean Intersection-Over-Union than the traditional zero padding on the Cityscapes and the dataset of DeepGlobe satellite imaging challenge. Furthermore, our padding does not bring noticeable overhead during training and testing.

📄 PDF Abstract BibTeX arXiv:2109.07854

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

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

Improving Translation Invariance in Convolutional Neural Networks with Peripheral Prediction Padding

2023-07-15 · Kensuke Mukai, Takao Yamanaka

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 i…

Semantic SegmentationTranslation

Partial Convolution based Padding

2018-11-28 · Guilin Liu, Kevin J. Shih, Ting-Chun Wang, Fitsum A. Reda 외

In this paper, we present a simple yet effective padding scheme that can be used as a drop-in module for existing convolutional neural networks. We call it partial convolution based padding, with the intuition that the p…

General ClassificationSemantic Segmentation

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…

Inductive Bias

TORNADO-Net: mulTiview tOtal vaRiatioN semAntic segmentation with Diamond inceptiOn module

2020-08-24 · Martin Gerdzhev, Ryan Razani, Ehsan Taghavi, Bingbing Liu

Semantic segmentation of point clouds is a key component of scene understanding for robotics and autonomous driving. In this paper, we introduce TORNADO-Net - a neural network for 3D LiDAR point cloud semantic segmentati…

3D Semantic SegmentationAutonomous DrivingDecoderScene Understanding+2