CVAILGJan 7, 2019

Spherical CNNs on Unstructured Grids

arXiv:1901.02039v1201 citations
Originality Incremental advance
AI Analysis

This provides an efficient solution for processing spherical data in fields like computer vision and climate science, though it is incremental as it builds on existing CNN methods.

The paper tackles the problem of applying CNNs to spherical signals on unstructured grids by introducing a convolution kernel based on parameterized differential operators, achieving state-of-the-art performance with significantly fewer parameters in tasks like shape classification and climate pattern segmentation.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes