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

Spin-Weighted Spherical CNNs

About

Learning equivariant representations is a promising way to reduce sample and model complexity and improve the generalization performance of deep neural networks. The spherical CNNs are successful examples, producing SO(3)-equivariant representations of spherical inputs. There are two main types of spherical CNNs. The first type lifts the inputs to functions on the rotation group SO(3) and applies convolutions on the group, which are computationally expensive since SO(3) has one extra dimension. The second type applies convolutions directly on the sphere, which are limited to zonal (isotropic) filters, and thus have limited expressivity. In this paper, we present a new type of spherical CNN that allows anisotropic filters in an efficient way, without ever leaving the spherical domain. The key idea is to consider spin-weighted spherical functions, which were introduced in physics in the study of gravitational waves. These are complex-valued functions on the sphere whose phases change upon rotation. We define a convolution between spin-weighted functions and build a CNN based on it. The spin-weighted functions can also be interpreted as spherical vector fields, allowing applications to tasks where the inputs or outputs are vector fields. Experiments show that our method outperforms previous methods on tasks like classification of spherical images, classification of 3D shapes and semantic segmentation of spherical panoramas.

Carlos Esteves, Ameesh Makadia, Kostas Daniilidis• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationStanford2D3DS (3-fold cross-validation)
mIoU43.4
90
Semantic segmentationStanford2D3D official (3-fold average)
mIoU0.434
20
ClassificationSpherical MNIST rotated level-4 mesh (train and test (R/R))
Accuracy99.37
16
3D Object ClassificationModelNet40 rotated (test)
Accuracy88.8
15
Image ClassificationSpherical MNIST NR/NR
Accuracy99.37
12
Image ClassificationSpherical MNIST NR/R
Accuracy99.08
5
3D Object ClassificationModelNet40 upright (test)
Accuracy0.901
5
Showing 7 of 7 rows

Other info

Code

Follow for update