HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

CKConv: Continuous Kernel Convolution For Sequential Data

David W. Romero; Anna Kuzina; Erik J. Bekkers; Jakub M. Tomczak; Mark Hoogendoorn

CKConv: Continuous Kernel Convolution For Sequential Data

Abstract

Conventional neural architectures for sequential data present important limitations. Recurrent networks suffer from exploding and vanishing gradients, small effective memory horizons, and must be trained sequentially. Convolutional networks are unable to handle sequences of unknown size and their memory horizon must be defined a priori. In this work, we show that all these problems can be solved by formulating convolutional kernels in CNNs as continuous functions. The resulting Continuous Kernel Convolution (CKConv) allows us to model arbitrarily long sequences in a parallel manner, within a single operation, and without relying on any form of recurrence. We show that Continuous Kernel Convolutional Networks (CKCNNs) obtain state-of-the-art results in multiple datasets, e.g., permuted MNIST, and, thanks to their continuous nature, are able to handle non-uniformly sampled datasets and irregularly-sampled data natively. CKCNNs match or perform better than neural ODEs designed for these purposes in a faster and simpler manner.

Code Repositories

dwromero/ckconv
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
sequential-image-classification-on-sequentialCKCNN (1M)
Permuted Accuracy: 98.54%
Unpermuted Accuracy: 99.32%
sequential-image-classification-on-sequentialCKCNN (100k)
Permuted Accuracy: 98%
Unpermuted Accuracy: 99.31%
sequential-image-classification-on-sequential-1CKCNN (1M)
Unpermuted Accuracy: 63.74%
sequential-image-classification-on-sequential-1CKCNN (100k)
Unpermuted Accuracy: 62.25%
time-series-on-speech-commandsCKCNN (100k)
% Test Accuracy: 95.27

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
CKConv: Continuous Kernel Convolution For Sequential Data | Papers | HyperAI