paper-with-me

Papers

Generalizing Convolutional Neural Networks for Equivariance to Lie Groups on Arbitrary Continuous Data

2020-02-25 · ICML 2020 1 · Marc Finzi, Samuel Stanton, Pavel Izmailov, Andrew Gordon Wilson

The translation equivariance of convolutional layers enables convolutional neural networks to generalize well on image problems. While translation equivariance provides a powerful inductive bias for images, we often additionally desire equivariance to other transformations, such as rotations, especially for non-image data. We propose a general method to construct a convolutional layer that is equivariant to transformations from any specified Lie group with a surjective exponential map. Incorporating equivariance to a new group requires implementing only the group exponential and logarithm maps, enabling rapid prototyping. Showcasing the simplicity and generality of our method, we apply the same model architecture to images, ball-and-stick molecular data, and Hamiltonian dynamical systems. For Hamiltonian systems, the equivariance of our models is especially impactful, leading to exact conservation of linear and angular momentum.

📄 PDF Abstract BibTeX arXiv:2002.12880

Code (2)

mfinzi/LieConv 공식 구현 pytorch
Jai2500/lieconv pytorch

Tasks

Inductive BiasTranslation

Similar Papers 제목 키워드 기반

Learning Equivariant Representations

2020-12-04 · Carlos Esteves

State-of-the-art deep learning systems often require large amounts of data and computation. For this reason, leveraging known or unknown structure of the data is paramount. Convolutional neural networks (CNNs) are succes…

3D Shape ClassificationGeneral Classificationimage-classificationImage Classification+3

Exploiting Redundancy: Separable Group Convolutional Networks on Lie Groups

2021-10-25 · David M. Knigge, David W. Romero, Erik J. Bekkers

Group convolutional neural networks (G-CNNs) have been shown to increase parameter efficiency and model accuracy by incorporating geometric inductive biases. In this work, we investigate the properties of representations…

Computational EfficiencyRotated MNIST

B-Spline CNNs on Lie Groups

2019-09-26 · ICLR 2020 1 · Erik J. Bekkers

Group convolutional neural networks (G-CNNs) can be used to improve classical CNNs by equipping them with the geometric structure of groups. Central in the success of G-CNNs is the lifting of feature maps to higher dimen…

Face Alignment

Harmformer: Harmonic Networks Meet Transformers for Continuous Roto-Translation Equivariance

2024-11-06 · Tomáš Karella, Adam Harmanec, Jan Kotera, Jan Blažek 외

CNNs exhibit inherent equivariance to image translation, leading to efficient parameter and data usage, faster learning, and improved robustness. The concept of translation equivariant networks has been successfully exte…

Translation

Symmetry-Based Structured Matrices for Efficient Approximately Equivariant Networks

2024-09-18 · Ashwin Samudre, Mircea Petrache, Brian D. Nord, Shubhendu Trivedi

There has been much recent interest in designing neural networks (NNs) with relaxed equivariance, which interpolate between exact equivariance and full flexibility for consistent performance gains. In a separate line of …