paper-with-me

Papers

Equivariance versus Augmentation for Spherical Images

2022-02-08 · Jan E. Gerken, Oscar Carlsson, Hampus Linander, Fredrik Ohlsson, Christoffer Petersson, Daniel Persson

We analyze the role of rotational equivariance in convolutional neural networks (CNNs) applied to spherical images. We compare the performance of the group equivariant networks known as S2CNNs and standard non-equivariant CNNs trained with an increasing amount of data augmentation. The chosen architectures can be considered baseline references for the respective design paradigms. Our models are trained and evaluated on single or multiple items from the MNIST or FashionMNIST dataset projected onto the sphere. For the task of image classification, which is inherently rotationally invariant, we find that by considerably increasing the amount of data augmentation and the size of the networks, it is possible for the standard CNNs to reach at least the same performance as the equivariant network. In contrast, for the inherently equivariant task of semantic segmentation, the non-equivariant networks are consistently outperformed by the equivariant networks with significantly fewer parameters. We also analyze and compare the inference latency and training times of the different networks, enabling detailed tradeoff considerations between equivariant architectures and data augmentation for practical problems. The equivariant spherical networks used in the experiments are available at https://github.com/JanEGerken/sem_seg_s2cnn .

📄 PDF Abstract BibTeX arXiv:2202.03990

Code (1)

janegerken/sem_seg_s2cnn 공식 구현 pytorch

Tasks

Data Augmentationimage-classificationImage ClassificationSemantic Segmentation

Similar Papers 제목 키워드 기반

Unified Spherical Frontend: Learning Rotation-Equivariant Representations of Spherical Images from Any Camera

2025-11-22 · Mukai Yu, Mosam Dabhi, Liuyue Xie, Sebastian Scherer 외 arxiv

Modern perception increasingly relies on fisheye, panoramic, and other wide field-of-view (FoV) cameras, yet most pipelines still apply planar CNNs designed for pinhole imagery on 2D grids, where pixel-space neighborhood…

Zero-shot Generalization

Learning SO(3) Equivariant Representations with Spherical CNNs

2017-11-17 · ECCV 2018 9 · Carlos Esteves, Christine Allen-Blanchette, Ameesh Makadia, Kostas Daniilidis

We address the problem of 3D rotation equivariance in convolutional neural networks. 3D rotations have been a challenging nuisance in 3D classification tasks requiring higher capacity and extended data augmentation in or…

3D ClassificationData AugmentationGeneral ClassificationRetrieval

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

Structuring Representation Geometry with Rotationally Equivariant Contrastive Learning

2023-06-24 · Sharut Gupta, Joshua Robinson, Derek Lim, Soledad Villar 외

Self-supervised learning converts raw perceptual data such as images to a compact space where simple Euclidean distances measure meaningful variations in data. In this paper, we extend this formulation by adding addition…

Contrastive LearningSelf-Supervised Learning

Scalable and Equivariant Spherical CNNs by Discrete-Continuous (DISCO) Convolutions

2022-09-27 · Jeremy Ocampo, Matthew A. Price, Jason D. McEwen

No existing spherical convolutional neural network (CNN) framework is both computationally scalable and rotationally equivariant. Continuous approaches capture rotational equivariance but are often prohibitively computat…

4kDepth EstimationSemantic Segmentation