Learning complex network dynamics is fundamental to understanding, modelling and controlling real-world complex systems. There are two main problems in the task of predicting the dynamic evolution of complex networks: on the one hand, existing methods usually use simple graphs to describe the relationships in complex networks; however, this approach can only capture pairwise relationships, while there may be rich non-pairwise structured relationships in the network. First-order GNNs have difficulty in capturing dynamic non-pairwise relationships. On the other hand, theoretical prediction models lack accuracy and data-driven prediction models lack interpretability. To address the above problems, this paper proposes a higher-order network dynamics identification method for long-term dynamic prediction of complex networks. Firstly, to address the problem that traditional graph machine learning can only deal with pairwise relations, dynamic hypergraph learning is introduced to capture the higher-order non-pairwise relations among complex networks and improve the accuracy of complex network modelling. Then, a dual-driven dynamic prediction module for physical data is proposed. The Koopman operator theory is introduced to transform the nonlinear dynamical differential equations for the dynamic evolution of complex networks into linear systems for solving. Meanwhile, the physical information neural differential equation method is utilised to ensure that the dynamic evolution conforms to the physical laws. The dual-drive dynamic prediction module ensures both accuracy and interpretability of the prediction. Validated on public datasets and self-built industrial chain network datasets, the experimental results show that the method in this paper has good prediction accuracy and long-term prediction performance.
This paper proposes a Physics-informed High-order graph Structure Learning method (PhyHSL) for predicting long-term dynamic evolution of complex networks. The method captures high-order non-pairwise relationships in networks through dynamic hypergraph learning and constructs a dual-driven prediction module by combining Koopman operator theory and physics-informed neural differential equations, enhancing model interpretability while ensuring prediction accuracy. The effectiveness of the method is validated through experiments on public datasets and self-constructed industrial supply chain network datasets.
Complex network dynamics prediction faces two major challenges:
Limitations in Relationship Modeling: Existing methods typically use simple graphs to describe network relationships, capturing only pairwise interactions, while complex networks contain abundant non-pairwise structural relationships (e.g., multi-enterprise cooperation in supply chains, network structures in transportation networks).
Trade-off Between Prediction Accuracy and Interpretability: Theoretical prediction models lack accuracy, data-driven models lack interpretability, and long-term predictions are prone to error accumulation.
Complex network dynamics learning is crucial for understanding, modeling, and controlling real-world complex systems, involving brain networks, social networks, supply networks, and other domains. Accurate prediction of network evolution helps analyze network resilience and forecast future states.
First-order GNN Constraints: Traditional graph neural networks struggle to capture dynamic non-pairwise relationships
Hypergraph Method Dependencies: Existing hypergraph methods largely rely on predefined structures and cannot adapt to dynamic network evolution characteristics
Missing Physical Constraints: Pure data-driven methods lack physical mechanism constraints, and predictions easily deviate from actual system evolution trajectories
Dynamic Hypergraph Structure Learning Module: Breaks through the limitation of traditional hypergraphs relying on predefined structures by dynamically generating adaptive hyperedges through low-rank matrix factorization and hypergraph convolution, enabling online modeling of non-pairwise interactions.
Physics-Data Dual-Driven Prediction Module:
Introduces Koopman operator theory to convert nonlinear dynamic differential equations into linear system solutions
Utilizes physics-informed neural ODEs to ensure dynamic evolution complies with physical laws
Achieves collaborative optimization through variational inference framework, enhancing model robustness
Complete High-order Network Dynamics Framework: Integrates physical laws with data-driven high-order graph structure modeling, constructing a collaborative optimization paradigm for long-term complex network dynamics prediction.
Experimental Validation: Validates prediction accuracy and generalization performance on public datasets and self-constructed supply chain network datasets.
Given historical observation sequences of a complex network, predict the network's future dynamic evolution states. Input consists of node feature sequences and network structure, with output being node state predictions at future time steps.
The paper cites important works in related fields, including:
Graph neural network foundational methods (Kipf et al., Veličković et al.)
Neural ODE theory (Chen et al.)
Koopman operator theory (Mezić, Strogatz)
Hypergraph neural networks (Feng et al., Jiang et al.)
Physics-informed neural networks (Raissi)
Overall Assessment: This paper proposes a technically innovative and practically valuable complex network dynamics prediction framework with comprehensive method design and experimental validation. Despite limitations in theoretical analysis and computational complexity discussion, its technical contributions and application prospects remain noteworthy.