Modelling Long Range Dependencies in $N$D: From Task-Specific to a General Purpose CNN
David M. Knigge, David W. Romero, Albert Gu, Efstratios Gavves, Erik, J. Bekkers, Jakub M. Tomczak, Mark Hoogendoorn, Jan-Jakob Sonke

TL;DR
This paper introduces the Continuous Convolutional Neural Network (CCNN), a versatile architecture capable of handling various data types and resolutions without structural modifications, effectively modeling long-range dependencies.
Contribution
The paper proposes a novel CCNN architecture with continuous kernels that generalizes across tasks and data dimensions, eliminating the need for task-specific design choices.
Findings
CCNN matches or outperforms state-of-the-art methods
It processes data of arbitrary resolution and dimensionality
It models long-range dependencies at every layer
Abstract
Performant Convolutional Neural Network (CNN) architectures must be tailored to specific tasks in order to consider the length, resolution, and dimensionality of the input data. In this work, we tackle the need for problem-specific CNN architectures. We present the Continuous Convolutional Neural Network (CCNN): a single CNN able to process data of arbitrary resolution, dimensionality and length without any structural changes. Its key component are its continuous convolutional kernels which model long-range dependencies at every layer, and thus remove the need of current CNN architectures for task-dependent downsampling and depths. We showcase the generality of our method by using the same architecture for tasks on sequential (), visual () and point-cloud () data. Our CCNN matches and often outperforms the current state-of-the-art across all tasks…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Human Pose and Action Recognition · Anomaly Detection Techniques and Applications
