Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CKConv: Continuous Kernel Convolution For Sequential Data

About

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.

David W. Romero, Anna Kuzina, Erik J. Bekkers, Jakub M. Tomczak, Mark Hoogendoorn• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)
Accuracy87.7
906
Long-range sequence modelingLong Range Arena (LRA) (test)--
158
Pixel-by-pixel Image ClassificationPermuted Sequential MNIST (pMNIST) (test)
Accuracy98.54
79
Sequential Image ClassificationPMNIST (test)
Accuracy (Test)98.57
77
Time-series classificationCHARACTER TRAJ. (test)
Accuracy0.9953
73
Sequential Image ClassificationS-MNIST (test)
Accuracy99.55
70
Pixel-level 1-D image classificationSequential MNIST (test)
Accuracy99.32
53
Permuted Sequential Image ClassificationMNIST Permuted Sequential
Test Accuracy Mean98
50
Sequential Image ClassificationSequential CIFAR10
Accuracy74.58
48
1-D Pixel-level Image ClassificationsCIFAR (test)
Accuracy63.74
46
Showing 10 of 30 rows

Other info

Code

Follow for update