IET Computer Vision (Sep 2019)

Object detection using convolutional networks with adaptively adjusting receptive field of convolutional filter

  • Qishuo Lu,
  • Zhuqing Jiang,
  • Aidong Men,
  • Pengliang Tang

DOI
https://doi.org/10.1049/iet-cvi.2018.5601
Journal volume & issue
Vol. 13, no. 6
pp. 562 – 568

Abstract

Read online

The receptive field size of a convolutional filter in a deep convolutional network is a crucial issue for object detection task, as the output must response to a suitable size of area in the image to capture proper information. Receptive field size of convolutional filter is fixed due to the inherently fixed geometric structure in its building module. However, objects of interest vary significantly in size within the images for object detection. Different locations of images correspond to objects with different scales, and high level convolutional layers encode semantic features over spatial positions, thus adaptive determination of receptive field size of convolutional filter is desirable for object detection. The authors propose a new module to adaptively determine the receptive field size of convolutional filter, named adaptive convolution. It is based on the idea of dilating the convolutional filter with multiple dilation values and choosing the maximum activation as output, without adding any other parameters. The plain counterparts in existing convolutional neural networks can be easily replaced by adaptive convolution, giving rise to adaptive convolutional networks. Adequate experiments have proven the effectiveness of authors’ method.

Keywords