# Generalized Dilation Neural Networks

**Authors:** Gavneet Singh Chadha, Jan Niclas Reimann, Andreas Schwung

arXiv: 1905.02961 · 2019-05-09

## TL;DR

This paper introduces generalized dilation neural networks that allow end-to-end learning of dilation rates and independent kernel operations, enhancing flexibility for time series and other sequential data tasks.

## Contribution

It proposes a novel architecture that learns dilation parameters and relaxes fixed dilation structures, improving adaptability over traditional dilation methods.

## Key findings

- Learned dilation rates outperform fixed ones in experiments.
- Independent kernel operations increase model flexibility.
- Enhanced performance in time series tasks.

## Abstract

Vanilla convolutional neural networks are known to provide superior performance not only in image recognition tasks but also in natural language processing and time series analysis. One of the strengths of convolutional layers is the ability to learn features about spatial relations in the input domain using various parameterized convolutional kernels. However, in time series analysis learning such spatial relations is not necessarily required nor effective. In such cases, kernels which model temporal dependencies or kernels with broader spatial resolutions are recommended for more efficient training as proposed by dilation kernels. However, the dilation has to be fixed a priori which limits the flexibility of the kernels. We propose generalized dilation networks which generalize the initial dilations in two aspects. First we derive an end-to-end learnable architecture for dilation layers where also the dilation rate can be learned. Second we break up the strict dilation structure, in that we develop kernels operating independently in the input space.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.02961/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1905.02961/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1905.02961/full.md

---
Source: https://tomesphere.com/paper/1905.02961