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

SMPConv: Self-moving Point Representations for Continuous Convolution

About

Continuous convolution has recently gained prominence due to its ability to handle irregularly sampled data and model long-term dependency. Also, the promising experimental results of using large convolutional kernels have catalyzed the development of continuous convolution since they can construct large kernels very efficiently. Leveraging neural networks, more specifically multilayer perceptrons (MLPs), is by far the most prevalent approach to implementing continuous convolution. However, there are a few drawbacks, such as high computational costs, complex hyperparameter tuning, and limited descriptive power of filters. This paper suggests an alternative approach to building a continuous convolution without neural networks, resulting in more computationally efficient and improved performance. We present self-moving point representations where weight parameters freely move, and interpolation schemes are used to implement continuous functions. When applied to construct convolutional kernels, the experimental results have shown improved performance with drop-in replacement in the existing frameworks. Due to its lightweight structure, we are first to demonstrate the effectiveness of continuous convolution in a large-scale setting, e.g., ImageNet, presenting the improvements over the prior arts. Our code is available on https://github.com/sangnekim/SMPConv

Sanghyeon Kim, Eunbyung Park• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1K
Top-1 Acc83.8
524
Image ClassificationCIFAR10
Accuracy93
125
Time-series classificationCHARACTER TRAJ. (test)
Accuracy0.9953
73
Permuted Sequential Image ClassificationMNIST Permuted Sequential
Test Accuracy Mean99.1
50
Sequential Image ClassificationSequential CIFAR10
Accuracy84.86
48
Audio ClassificationSpeech Commands (test)
Accuracy97.71
43
Sequential Image ClassificationsMNIST
Accuracy99.75
18
ClassificationSpeech Commands Raw (SC_raw) (test)
Accuracy94.95
15
Image ClassificationUrinary stones dataset (5-fold cross-validation)
Accuracy93.21
9
Showing 9 of 9 rows

Other info

Code

Follow for update