Energy-Efficient Dynamic Training and Inference for GNN-Based Network Modeling
Chetna Singhal, Yassine Hadjadj-Aoul
TL;DR
The paper tackles the challenge of energy-efficient, context-aware dynamic training and inference of GNNs for network modeling in a mobile-edge-cloud setup. It introduces QAG, a low-complexity framework that uses a tripartite graph to jointly optimize application requirements, GNN configurations, and compute-node assignments through a Quantum Approximate Optimization (QAOA) approach. By pruning infeasible edges and solving a max-cut on the complement graph, QAG finds feasible, energy-saving deployments that meet latency and loss constraints, closely approximating optimal solutions and outperforming a state-of-the-art baseline. The results demonstrate substantial energy reductions (often exceeding 50%) and churn-rate improvements (up to ~80%), validating the practicality of quantum-inspired orchestration for large-scale, heterogeneous network modeling tasks.
Abstract
Efficient network modeling is essential for resource optimization and network planning in next-generation large-scale complex networks. Traditional approaches, such as queuing theory-based modeling and packet-based simulators, can be inefficient due to the assumption made and the computational expense, respectively. To address these challenges, we propose an innovative energy-efficient dynamic orchestration of Graph Neural Networks (GNN) based model training and inference framework for context-aware network modeling and predictions. We have developed a low-complexity solution framework, QAG, that is a Quantum approximation optimization (QAO) algorithm for Adaptive orchestration of GNN-based network modeling. We leverage the tripartite graph model to represent a multi-application system with many compute nodes. Thereafter, we apply the constrained graph-cutting using QAO to find the feasible energy-efficient configurations of the GNN-based model and deploying them on the available compute nodes to meet the network modeling application requirements. The proposed QAG scheme closely matches the optimum and offers atleast a 50% energy saving while meeting the application requirements with 60% lower churn-rate.
