paper-with-me

홈 › Papers

Approximately Equivariant Graph Networks

2023-08-21 · NeurIPS 2023 11 · Ningyuan Huang, Ron Levie, Soledad Villar

Graph neural networks (GNNs) are commonly described as being permutation equivariant with respect to node relabeling in the graph. This symmetry of GNNs is often compared to the translation equivariance of Euclidean convolution neural networks (CNNs). However, these two symmetries are fundamentally different: The translation equivariance of CNNs corresponds to symmetries of the fixed domain acting on the image signals (sometimes known as active symmetries), whereas in GNNs any permutation acts on both the graph signals and the graph domain (sometimes described as passive symmetries). In this work, we focus on the active symmetries of GNNs, by considering a learning setting where signals are supported on a fixed graph. In this case, the natural symmetries of GNNs are the automorphisms of the graph. Since real-world graphs tend to be asymmetric, we relax the notion of symmetries by formalizing approximate symmetries via graph coarsening. We present a bias-variance formula that quantifies the tradeoff between the loss in expressivity and the gain in the regularity of the learned estimator, depending on the chosen symmetry group. To illustrate our approach, we conduct extensive experiments on image inpainting, traffic flow prediction, and human pose estimation with different choices of symmetries. We show theoretically and empirically that the best generalization performance can be achieved by choosing a suitably larger group than the graph automorphism, but smaller than the permutation group.

📄 PDF Abstract BibTeX arXiv:2308.10436

Code (1)

nhuang37/approx_equivariant_graph_nets 공식 구현 pytorch

Tasks

Image InpaintingPose EstimationTranslation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Approximately Equivariant Neural Processes

2024-06-19 · Matthew Ashman, Cristiana Diaconu, Adrian Weller, Wessel Bruinsma 외

Equivariant deep learning architectures exploit symmetries in learning problems to improve the sample efficiency of neural-network-based models and their ability to generalise. However, when modelling real-world data, le…

Meta-Learning

Using and Abusing Equivariance

2023-08-22 · Tom Edixhoven, Attila Lengyel, Jan van Gemert

In this paper we show how Group Equivariant Convolutional Neural Networks use subsampling to learn to break equivariance to their symmetries. We focus on 2D rotations and reflections and investigate the impact of broken …

Measuring the Impact of Rotation Equivariance on Aerial Object Detection

2025-07-14 · Xiuyu Wu, Xinhao Wang, Xiubin Zhu, Lan Yang 외 arxiv

Due to the arbitrary orientation of objects in aerial images, rotation equivariance is a critical property for aerial object detectors. However, recent studies on rotation-equivariant aerial object detection remain scarc…

Data AugmentationObject Detection

Topographic VAEs learn Equivariant Capsules

2021-09-03 · NeurIPS 2021 12 · T. Anderson Keller, Max Welling

In this work we seek to bridge the concepts of topographic organization and equivariance in neural networks. To accomplish this, we introduce the Topographic VAE: a novel method for efficiently training deep generative m…

Approximate Equivariance in Reinforcement Learning

2024-11-06 · Jung Yeon Park, Sujay Bhatt, Sihan Zeng, Lawson L. S. Wong 외

Equivariant neural networks have shown great success in reinforcement learning, improving sample efficiency and generalization when there is symmetry in the task. However, in many problems, only approximate symmetry is p…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1