paper-with-me

Papers

Spherical CNNs

2018-01-30 · ICLR 2018 1 · Taco S. Cohen, Mario Geiger, Jonas Koehler, Max Welling

Convolutional Neural Networks (CNNs) have become the method of choice for learning problems involving 2D planar images. However, a number of problems of recent interest have created a demand for models that can analyze spherical images. Examples include omnidirectional vision for drones, robots, and autonomous cars, molecular regression problems, and global weather and climate modelling. A naive application of convolutional networks to a planar projection of the spherical signal is destined to fail, because the space-varying distortions introduced by such a projection will make translational weight sharing ineffective. In this paper we introduce the building blocks for constructing spherical CNNs. We propose a definition for the spherical cross-correlation that is both expressive and rotation-equivariant. The spherical correlation satisfies a generalized Fourier theorem, which allows us to compute it efficiently using a generalized (non-commutative) Fast Fourier Transform (FFT) algorithm. We demonstrate the computational efficiency, numerical accuracy, and effectiveness of spherical CNNs applied to 3D model recognition and atomization energy regression.

📄 PDF Abstract BibTeX arXiv:1801.10130

Code (3)

jonas-koehler/s2cnn 공식 구현 pytorch
Droxef/PDMdeepsphere tf
sala-group/autows-bench-101 pytorch

Tasks

Computational Efficiencyregression

Similar Papers 제목 키워드 기반

PDO-eS2CNNs: Partial Differential Operator Based Equivariant Spherical CNNs

2021-04-08 · Zhengyang Shen, Tiancheng Shen, Zhouchen Lin, Jinwen Ma

Spherical signals exist in many applications, e.g., planetary data, LiDAR scans and digitalization of 3D objects, calling for models that can process spherical data effectively. It does not perform well when simply proje…

Translation

Scaling Spherical CNNs

2023-06-08 · Carlos Esteves, Jean-Jacques Slotine, Ameesh Makadia

Spherical CNNs generalize CNNs to functions on the sphere, by using spherical convolutions as the main linear operation. The most accurate and efficient way to compute spherical convolutions is in the spectral domain (vi…

Weather Forecasting

Scattering Networks on the Sphere for Scalable and Rotationally Equivariant Spherical CNNs

2021-02-04 · ICLR 2022 4 · Jason D. McEwen, Christopher G. R. Wallis, Augustine N. Mavor-Parker

Convolutional neural networks (CNNs) constructed natively on the sphere have been developed recently and shown to be highly effective for the analysis of spherical data. While an efficient framework has been formulated, …

Spherical Transformer: Adapting Spherical Signal to CNNs

2021-01-11 · Yuqi Liu, Yin Wang, Haikuan Du, Shen Cai

Convolutional neural networks (CNNs) have been widely used in various vision tasks, e.g. image classification, semantic segmentation, etc. Unfortunately, standard 2D CNNs are not well suited for spherical signals such as…

3D Object ClassificationGeneral Classificationimage-classificationImage Classification+1

Spherical Convolutional Neural Networks: Stability to Perturbations in SO(3)

2020-10-12 · Zhan Gao, Fernando Gama, Alejandro Ribeiro

Spherical convolutional neural networks (Spherical CNNs) learn nonlinear representations from 3D data by exploiting the data structure and have shown promising performance in shape analysis, object classification, and pl…

Object Recognition