LGAICEMANEJul 10, 2023

Generalizing Graph ODE for Learning Complex System Dynamics across Environments

arXiv:2307.04287v144 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses the problem of poor prediction in sparse data scenarios for multi-agent systems like molecular dynamics, but it is incremental as it builds on existing neural ODE and GNN methods.

The paper tackles learning multi-agent system dynamics across different environments by proposing GG-ODE, a framework that uses neural ODEs and GNNs to capture shared physics laws while incorporating environment-specific factors, achieving accurate long-range predictions and generalization to new systems with limited data.

Learning multi-agent system dynamics has been extensively studied for various real-world applications, such as molecular dynamics in biology. Most of the existing models are built to learn single system dynamics from observed historical data and predict the future trajectory. In practice, however, we might observe multiple systems that are generated across different environments, which differ in latent exogenous factors such as temperature and gravity. One simple solution is to learn multiple environment-specific models, but it fails to exploit the potential commonalities among the dynamics across environments and offers poor prediction results where per-environment data is sparse or limited. Here, we present GG-ODE (Generalized Graph Ordinary Differential Equations), a machine learning framework for learning continuous multi-agent system dynamics across environments. Our model learns system dynamics using neural ordinary differential equations (ODE) parameterized by Graph Neural Networks (GNNs) to capture the continuous interaction among agents. We achieve the model generalization by assuming the dynamics across different environments are governed by common physics laws that can be captured via learning a shared ODE function. The distinct latent exogenous factors learned for each environment are incorporated into the ODE function to account for their differences. To improve model performance, we additionally design two regularization losses to (1) enforce the orthogonality between the learned initial states and exogenous factors via mutual information minimization; and (2) reduce the temporal variance of learned exogenous factors within the same system via contrastive learning. Experiments over various physical simulations show that our model can accurately predict system dynamics, especially in the long range, and can generalize well to new systems with few observations.

Foundations

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

Your Notes