Gaussian Mask Convolution for Convolutional Neural Networks

02/09/2023
by   Qi Chen, et al.
0

Square convolution is a default unit in convolutional neural networks as it fits well on the tensor computation for convolution operation, which usually has a fixed N x N receptive field (RF). However, what matters most to the network is the effective receptive field (ERF), which indicates the extent each pixel contributes to the output. ERF shows a Gaussian distribution and can not be modeled by simply sampling pixels with offsets. To simulate ERF, we propose a Gaussian Mask convolutional kernel (GMConv) in this work. Specifically, GMConv utilizes the Gaussian function to generate a concentric symmetry mask and put the mask over the kernel to refine the RF. Our GMConv can directly replace the standard convolutions in existing CNNs and can be easily trained end-to-end by standard backpropagation. Extensive experiments on multiple image classification benchmark datasets show that our method is comparable to, and outperforms in many cases, the standard convolution. For instance, using GMConv for AlexNet and ResNet-50, the top-1 accuracy on ImageNet classification is boosted by 0.98

READ FULL TEXT

page 1

page 3

page 4

page 8

research
07/06/2021

Integrating Circle Kernels into Convolutional Neural Networks

The square kernel is a standard unit for contemporary Convolutional Neur...
research
03/11/2019

HetConv: Heterogeneous Kernel-Based Convolutions for Deep CNNs

We present a novel deep learning architecture in which the convolution o...
research
05/29/2019

Learning the Non-linearity in Convolutional Neural Networks

We propose the introduction of nonlinear operation into the feature gene...
research
11/28/2018

Partial Convolution based Padding

In this paper, we present a simple yet effective padding scheme that can...
research
12/25/2020

Inception Convolution with Efficient Dilation Search

Dilation convolution is a critical mutant of standard convolution neural...
research
06/03/2019

RF-Net: An End-to-End Image Matching Network based on Receptive Field

This paper proposes a new end-to-end trainable matching network based on...
research
03/06/2018

HexaConv

The effectiveness of Convolutional Neural Networks stems in large part f...

Please sign up or login with your details

Forgot password? Click here to reset