paper-with-me

홈 › Papers

Permutation-equivariant neural networks applied to dynamics prediction

2016-12-14 · Nicholas Guttenberg, Nathaniel Virgo, Olaf Witkowski, Hidetoshi Aoki, Ryota Kanai

The introduction of convolutional layers greatly advanced the performance of neural networks on image tasks due to innately capturing a way of encoding and learning translation-invariant operations, matching one of the underlying symmetries of the image domain. In comparison, there are a number of problems in which there are a number of different inputs which are all 'of the same type' --- multiple particles, multiple agents, multiple stock prices, etc. The corresponding symmetry to this is permutation symmetry, in that the algorithm should not depend on the specific ordering of the input data. We discuss a permutation-invariant neural network layer in analogy to convolutional layers, and show the ability of this architecture to learn to predict the motion of a variable number of interacting hard discs in 2D. In the same way that convolutional layers can generalize to different image sizes, the permutation layer we describe generalizes to different numbers of objects.

📄 PDF Abstract BibTeX arXiv:1612.04530

Code (2)

arayabrain/PermutationalNetworks 공식 구현
phquanta/DeepPermInvFp tf

Tasks

PredictionTranslation

Similar Papers 제목 키워드 기반

Permutation-Equivariant 2D State Space Models: Theory and Canonical Architecture for Multivariate Time Series

2026-03-07 · Seungwoo Jeong, Heung-Il Suk arxiv

Multivariate time series (MTS) modeling often implicitly imposes an artificial ordering over variables, violating the inherent exchangeability found in many real-world systems where no canonical variable axis exists. We …

Anomaly Detection

Permutation Equivariant Neural Controlled Differential Equations for Dynamic Graph Representation Learning

2025-06-25 · Torben Berndt, Benjamin Walker, Tiexin Qin, Jan Stühmer 외

Dynamic graphs exhibit complex temporal dynamics due to the interplay between evolving node features and changing network structures. Recently, Graph Neural Controlled Differential Equations (Graph Neural CDEs) successfu…

Graph Representation LearningRepresentation Learning

The general theory of permutation equivarant neural networks and higher order graph variational encoders

2020-04-08 · Erik Henning Thiede, Truong Son Hy, Risi Kondor

Previous work on symmetric group equivariant neural networks generally only considered the case where the group acts by permuting the elements of a single vector. In this paper we derive formulae for general permutation …

Graph GenerationGraph LearningLink PredictionMolecular Graph Generation

Relaxing Continuous Constraints of Equivariant Graph Neural Networks for Physical Dynamics Learning

2024-06-24 · Zinan Zheng, Yang Liu, Jia Li, Jianhua Yao 외

Incorporating Euclidean symmetries (e.g. rotation equivariance) as inductive biases into graph neural networks has improved their generalization ability and data efficiency in unbounded physical dynamics modeling. Howeve…

Graph Neural Network

Set Norm and Equivariant Skip Connections: Putting the Deep in Deep Sets

2022-06-23 · Lily H. Zhang, Veronica Tozzo, John M. Higgins, Rajesh Ranganath

Permutation invariant neural networks are a promising tool for making predictions from sets. However, we show that existing permutation invariant architectures, Deep Sets and Set Transformer, can suffer from vanishing or…