paper-with-me

Papers

Learning Layer-wise Equivariances Automatically using Gradients

2023-09-21 · NeurIPS 2023 11

Convolutions encode equivariance symmetries into neural networks leading to better generalisation performance. However, symmetries provide fixed hard constraints on the functions a network can represent, need to be specified in advance, and can not be adapted. Our goal is to allow flexible symmetry constraints that can automatically be learned from data using gradients. Learning symmetry and associated weight connectivity structures from scratch is difficult for two reasons. First, it requires efficient and flexible parameterisations of layer-wise equivariances. Secondly, symmetries act as constraints and are therefore not encouraged by training losses measuring data fit. To overcome these challenges, we improve parameterisations of soft equivariance and learn the amount of equivariance in layers by optimising the marginal likelihood, estimated using differentiable Laplace approximations. The objective balances data fit and model complexity enabling layer-wise symmetry discovery in deep networks. We demonstrate the ability to automatically learn layer-wise equivariances on image classification tasks, achieving equivalent or improved performance over baselines with hard-coded symmetry.

📄 PDF Abstract BibTeX

Code (1)

tychovdo/ella 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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

Investigating how ReLU-networks encode symmetries

2023-05-26 · NeurIPS 2023 11 · Georg Bökman, Fredrik Kahl

Many data symmetries can be described in terms of group equivariance and the most common way of encoding group equivariances in neural networks is by building linear layers that are group equivariant. In this work we inv…

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…

Towards Information Theory-Based Discovery of Equivariances

2023-10-25 · Hippolyte Charvin, Nicola Catenacci Volpi, Daniel Polani

The presence of symmetries imposes a stringent set of constraints on a system. This constrained structure allows intelligent agents interacting with such a system to drastically improve the efficiency of learning and gen…