paper-with-me

홈 › Papers

Receptive Field Size Optimization with Continuous Time Pooling

2020-11-02 · Dóra Babicz, Soma Kontár, Márk Pető, András Fülöp, Gergely Szabó, András Horváth

The pooling operation is a cornerstone element of convolutional neural networks. These elements generate receptive fields for neurons, in which local perturbations should have minimal effect on the output activations, increasing robustness and invariance of the network. In this paper we will present an altered version of the most commonly applied method, maximum pooling, where pooling in theory is substituted by a continuous time differential equation, which generates a location sensitive pooling operation, more similar to biological receptive fields. We will present how this continuous method can be approximated numerically using discrete operations which fit ideally on a GPU. In our approach the kernel size is substituted by diffusion strength which is a continuous valued parameter, this way it can be optimized by gradient descent algorithms. We will evaluate the effect of continuous pooling on accuracy and computational need using commonly applied network architectures and datasets.

📄 PDF Abstract BibTeX arXiv:2011.00869

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Stroke Controllable Fast Style Transfer with Adaptive Receptive Fields

2018-02-20 · ECCV 2018 9 · Yongcheng Jing, Yang Liu, Yezhou Yang, Zunlei Feng 외

The Fast Style Transfer methods have been recently proposed to transfer a photograph to an artistic style in real-time. This task involves controlling the stroke size in the stylized results, which remains an open challe…

Style Transfer

Neural Ordinary Differential Equations for Semantic Segmentation of Individual Colon Glands

2019-10-23 · Hans Pinckaers, Geert Litjens

Automated medical image segmentation plays a key role in quantitative research and diagnostics. Convolutional neural networks based on the U-Net architecture are the state-of-the-art. A key disadvantage is the hard-codin…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

An Efficient Accelerator Design Methodology for Deformable Convolutional Networks

2020-06-09 · Saehyun Ahn, Jung-Woo Chang, Suk-Ju Kang

Deformable convolutional networks have demonstrated outstanding performance in object recognition tasks with an effective feature extraction. Unlike standard convolution, the deformable convolution decides the receptive …

Object Recognition

Investigations of the Influences of a CNN's Receptive Field on Segmentation of Subnuclei of Bilateral Amygdalae

2019-11-07 · Han Bao

Segmentation of objects with various sizes is relatively less explored in medical imaging, and has been very challenging in computer vision tasks in general. We hypothesize that the receptive field of a deep model corres…

Segmentation

Stochastic Training of Graph Convolutional Networks

2018-01-01 · ICLR 2018 1 · Jianfei Chen, Jun Zhu

Graph convolutional networks (GCNs) are powerful deep neural networks for graph-structured data. However, GCN computes nodes' representation recursively from their neighbors, making the receptive field size grow exponent…