LGOct 10, 2023

Neural Relational Inference with Fast Modular Meta-learning

MIT
arXiv:2310.07015v158 citationsh-index: 76
Originality Incremental advance
AI Analysis

This work addresses the challenge of inferring complex interactions in dynamical systems for applications like physics or biology, though it appears incremental as it builds on existing GNN and meta-learning methods.

The paper tackles the problem of relational inference in dynamical systems with multiple interaction types by framing it as a modular meta-learning problem, resulting in a model-based approach that improves data efficiency and enables inference of unobserved entities, with a proposal function speeding up search to handle problems two orders of magnitude larger.

\textit{Graph neural networks} (GNNs) are effective models for many dynamical systems consisting of entities and relations. Although most GNN applications assume a single type of entity and relation, many situations involve multiple types of interactions. \textit{Relational inference} is the problem of inferring these interactions and learning the dynamics from observational data. We frame relational inference as a \textit{modular meta-learning} problem, where neural modules are trained to be composed in different ways to solve many tasks. This meta-learning framework allows us to implicitly encode time invariance and infer relations in context of one another rather than independently, which increases inference capacity. Framing inference as the inner-loop optimization of meta-learning leads to a model-based approach that is more data-efficient and capable of estimating the state of entities that we do not observe directly, but whose existence can be inferred from their effect on observed entities. To address the large search space of graph neural network compositions, we meta-learn a \textit{proposal function} that speeds up the inner-loop simulated annealing search within the modular meta-learning algorithm, providing two orders of magnitude increase in the size of problems that can be addressed.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes