Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SplineCNN: Fast Geometric Deep Learning with Continuous B-Spline Kernels

About

We present Spline-based Convolutional Neural Networks (SplineCNNs), a variant of deep neural networks for irregular structured and geometric input, e.g., graphs or meshes. Our main contribution is a novel convolution operator based on B-splines, that makes the computation time independent from the kernel size due to the local support property of the B-spline basis functions. As a result, we obtain a generalization of the traditional CNN convolution operator by using continuous kernel functions parametrized by a fixed number of trainable weights. In contrast to related approaches that filter in the spectral domain, the proposed method aggregates features purely in the spatial domain. In addition, SplineCNN allows entire end-to-end training of deep architectures, using only the geometric structure as input, instead of handcrafted feature descriptors. For validation, we apply our method on tasks from the fields of image graph classification, shape correspondence and graph node classification, and show that it outperforms or pars state-of-the-art approaches while being significantly faster and having favorable properties like domain-independence.

Matthias Fey, Jan Eric Lenssen, Frank Weichert, Heinrich M\"uller• 2017

Related benchmarks

TaskDatasetResultRank
3D Object ClassificationModelNet40 (test)
Accuracy66.29
308
Point Cloud ClassificationModelNet10 (test)
Accuracy92.65
71
3D Object ClassificationModelNet10 (test)--
57
Image ClassificationMNIST Superpixels (75 nodes) (test)
Accuracy95.22
7
Handwritten digit classificationSuperpixel MNIST 75 vertices (test)
Accuracy0.9522
7
3D Object ClassificationMCB_A (test)
Accuracy88.38
6
Dense shape correspondenceFaust
Zero Geodesic Error99.2
6
3D Object ClassificationMCB_B (test)
Accuracy81.21
6
Image ClassificationMNIST 75 (test)
Accuracy95.22
5
Image ClassificationMNIST Grid (28x28) (test)
Accuracy99.22
3
Showing 10 of 11 rows

Other info

Code

Follow for update