paper-with-me

홈 › Papers

Learning Partial Equivariances from Data

2021-10-19 · David W. Romero, Suhas Lohit

Group Convolutional Neural Networks (G-CNNs) constrain learned features to respect the symmetries in the selected group, and lead to better generalization when these symmetries appear in the data. If this is not the case, however, equivariance leads to overly constrained models and worse performance. Frequently, transformations occurring in data can be better represented by a subset of a group than by a group as a whole, e.g., rotations in $[-90^{\circ}, 90^{\circ}]$. In such cases, a model that respects equivariance $\textit{partially}$ is better suited to represent the data. In addition, relevant transformations may differ for low and high-level features. For instance, full rotation equivariance is useful to describe edge orientations in a face, but partial rotation equivariance is better suited to describe face poses relative to the camera. In other words, the optimal level of equivariance may differ per layer. In this work, we introduce $\textit{Partial G-CNNs}$: G-CNNs able to learn layer-wise levels of partial and full equivariance to discrete, continuous groups and combinations thereof as part of training. Partial G-CNNs retain full equivariance when beneficial, e.g., for rotated MNIST, but adjust it whenever it becomes harmful, e.g., for classification of 6 / 9 digits or natural images. We empirically show that partial G-CNNs pair G-CNNs when full equivariance is advantageous, and outperform them otherwise.

📄 PDF Abstract BibTeX arXiv:2110.10211

Code (1)

merlresearch/partial_gcnn 공식 구현 pytorch

Tasks

Image ClassificationRotated MNIST

Similar Papers 제목 키워드 기반

Leveraging Equivariances and Symmetries in the Control Barrier Function Synthesis

2025-09-04 · Adrian Wiltz, Dimos V. Dimarogonas arxiv

The synthesis of Control Barrier Functions (CBFs) often involves demanding computations or a meticulous construction. However, structural properties of the system dynamics and constraints have the potential to mitigate t…

Practical Equivariances via Relational Conditional Neural Processes

2023-09-21 · NeurIPS 2023 11

Conditional Neural Processes (CNPs) are a class of metalearning models popular for combining the runtime efficiency of amortized inference with reliable uncertainty quantification. Many relevant machine learning tasks, s…

Meta-Learning Symmetries by Reparameterization

2020-07-06 · ICLR 2021 1 · Allan Zhou, Tom Knowles, Chelsea Finn

Many successful deep learning architectures are equivariant to certain transformations in order to conserve parameters and improve generalization: most famously, convolution layers are equivariant to shifts of the input.…

Meta-Learning

Group equivariant neural posterior estimation

2021-11-25 · ICLR 2022 4 · Maximilian Dax, Stephen R. Green, Jonathan Gair, Michael Deistler 외

Simulation-based inference with conditional neural density estimators is a powerful approach to solving inverse problems in science. However, these methods typically treat the underlying forward model as a black box, wit…

Relaxing Equivariance Constraints with Non-stationary Continuous Filters

2022-04-14 · Tycho F. A. van der Ouderaa, David W. Romero, Mark van der Wilk

Equivariances provide useful inductive biases in neural network modeling, with the translation equivariance of convolutional neural networks being a canonical example. Equivariances can be embedded in architectures throu…

image-classificationImage Classification