English

Spherical CNNs on Unstructured Grids

Computer Vision and Pattern Recognition 2019-01-09 v1 Artificial Intelligence Machine Learning

Abstract

We present an efficient convolution kernel for Convolutional Neural Networks (CNNs) on unstructured grids using parameterized differential operators while focusing on spherical signals such as panorama images or planetary signals. To this end, we replace conventional convolution kernels with linear combinations of differential operators that are weighted by learnable parameters. Differential operators can be efficiently estimated on unstructured grids using one-ring neighbors, and learnable parameters can be optimized through standard back-propagation. As a result, we obtain extremely efficient neural networks that match or outperform state-of-the-art network architectures in terms of performance but with a significantly lower number of network parameters. We evaluate our algorithm in an extensive series of experiments on a variety of computer vision and climate science tasks, including shape classification, climate pattern segmentation, and omnidirectional image semantic segmentation. Overall, we present (1) a novel CNN approach on unstructured grids using parameterized differential operators for spherical signals, and (2) we show that our unique kernel parameterization allows our model to achieve the same or higher accuracy with significantly fewer network parameters.

Keywords

Cite

@article{arxiv.1901.02039,
  title  = {Spherical CNNs on Unstructured Grids},
  author = {Chiyu "Max" Jiang and Jingwei Huang and Karthik Kashinath and Prabhat and Philip Marcus and Matthias Niessner},
  journal= {arXiv preprint arXiv:1901.02039},
  year   = {2019}
}

Comments

Accepted as a conference paper at ICLR 2019. Codes available at https://github.com/maxjiang93/ugscnn

R2 v1 2026-06-23T07:05:19.921Z