Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Departmental Technical Reports (CS)

2021

Convolutional neural networks

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Why Dilated Convolutional Neural Networks: A Proof Of Their Optimality, Jonatan Contreras, Martine Ceberio, Vladik Kreinovich Jun 2021

Why Dilated Convolutional Neural Networks: A Proof Of Their Optimality, Jonatan Contreras, Martine Ceberio, Vladik Kreinovich

Departmental Technical Reports (CS)

One of the most effective image processing techniques is the use of convolutional neural networks that use convolutional layers. In each such layer, the value of the output at each point is a combination of input data corresponding to several neighboring points. To improve the accuracy, researchers have developed a version of this technique, in which only data from some of the neighboring points is processed. It turns out that the most efficient case -- called dilated convolution -- is when we select the neighboring points whose differences in both coordinates are divisible by some constant l. In this paper, …