Time-varying Interaction Graph ODE for Dynamic Graph Representation Learning

arXiv cs.LG / 4/29/2026

📰 NewsModels & Research

Key Points

  • TI-ODE (Time-varying Interaction Graph ODE) extends graph neural ODEs to better handle dynamic graphs by allowing interaction patterns to change over time.
  • Instead of using one shared message-passing function for all node interactions at all times, TI-ODE decomposes the graph ODE evolution into multiple learnable interaction basis functions.
  • Time-dependent, learnable weights dynamically combine these basis functions so that different inter-node interaction types evolve adaptively throughout the time horizon.
  • Experiments on six dynamic graph datasets show consistent gains over prior methods, with state-of-the-art results on attribute prediction tasks.
  • Additional tests on the Covid dataset support TI-ODE’s interpretability and generalizability, and the paper argues (theoretically and empirically) that it is more robust than unified message-passing approaches.

Abstract

Graph neural Ordinary Differential Equations (ODE) combine neural ODE with the message passing mechanism of Graph Neural Networks (GNN), providing a continuous-time modeling method for graph representation learning. However, in dynamic graph scenarios, existing graph neural ODEs typically employ a unified message passing mechanism, assuming that inter-node interactions share the same message passing function at any time, which makes it challenging to capture the diversity and time-varying nature of inter-node interaction patterns. To address this, we propose Time-varying Interaction Graph Ordinary Differential Equations (TI-ODE). The core idea of TI-ODE is to decompose the evolution function of a graph ODE into a set of learnable interaction basis functions, where each basis function corresponds to a distinct type of inter-node interaction. These basis functions are dynamically combined through time-dependent learnable weights, enabling inter-node interaction patterns to adaptively evolve over time. Experimental results on six dynamic graph datasets demonstrate that TI-ODE consistently outperforms existing methods and achieves state-of-the-art performance on attribute prediction tasks, and experiments on the \textit{Covid} dataset further verify the interpretability and generalizability of our TI-ODE. Furthermore, we demonstrate both theoretically and empirically that TI-ODE exhibits superior robustness compared to models utilizing a unified message-passing mechanism.