CORTEXA
← Browse
openalexElectronics2026-07-24

A Physics-Informed Neural Network for Graph-Based Network Traffic Prediction

Yuhao Zhang, Yuhao Feng, S L Zhang, Peifeng Liang, Wei Guan

Accurate network traffic prediction is important for the autonomy, resilience and resource orchestration of 6G and AI-native communication infrastructures, while also supporting green networking and digital twin network applications. However, existing data-driven prediction models face several limitations: over-reliance on massive labeled data, physically implausible predictions, black-box non-interpretability and over-parameterization that impairs edge deployment. To address these issues, this paper proposes a Physics-Informed Network Traffic Prediction (PINTP) framework for graph topology network traffic prediction, which formalizes network traffic evolution as Graph-based Advection–Diffusion–Reaction (ADR) equations and embeds physical regularization into the neural architecture. The framework adopts a hybrid differentiation paradigm unifying automatic differentiation for temporal dynamics and spectral graph theory-derived operators for discrete spatial topologies, and designs a physics-constrained composite loss function with data-driven collocation to balance data fidelity and physical consistency. Experiments are conducted in two complementary settings: a 100-node synthetic random-graph benchmark that evaluates the full graph-topological formulation, and a topology-unavailable real-world telemetry proxy based on Alibaba Cluster Trace v2018 for evaluating sparse-label physics-informed temporal regularization. Comparative analysis with mainstream baselines, including Multilayer Perceptron (MLP), Spatio-Temporal Graph Convolutional Network (STGCN), Graph WaveNet, Transformer, Temporal Convolutional Network (TCN), and XGBoost, shows that the proposed PINTP/PINN implementation achieves a test R2 of 0.898 and MSE of 0.000723 on the 100-node synthetic graph benchmark, close to the strongest Transformer result (R2=0.900, MSE = 0.000710), while using substantially fewer trainable parameters. PINTP/PINN also outperforms Graph WaveNet, STGCN and TCN in this setting, indicating that physics-informed regularization can remain competitive as graph size increases. On the Alibaba proxy task, PINTP/PINN achieves the strongest result among the evaluated models with a test R2 of 0.963. In an independent Alibaba ablation protocol, physical regularization (e.g., λ=10.0) reduces the mean squared error by 89.15% compared with pure data-driven models and helps mitigate overfitting. This work presents a systematic PINTP framework for graph topology network traffic prediction, achieving competitive prediction accuracy with high parameter efficiency and a degree of physical interpretability. It helps address several limitations of traditional data-driven models, indicates potential for future deployment-oriented studies on real-time network management and resource-constrained edge analytics, and provides an interpretable modeling route for physics-informed network analytics in next-generation communication systems.

Related papers

openalexElectronics2026-07-24

Victim Detection and Localization for Search-and-Rescue: A Robot-Mounted UWB Radar with a Hybrid CNN–ViT Model

Antonios-Periklis Michalopoulos, Efstratios N. Paliodimos, Grigoris Nikolaou, Demetrios Cantzos, Stelios Α. Mitilineos

Robotic systems for search-and-rescue operations require robust, non-line-of-sight victim detection in order to locate trapped individuals behind obstacles with high precision. This paper presents a robotic victim-localization system based on a convolutional neural network—vision…

crossrefElectronics2026-07-24

Deep Learning-Based Defect Segmentation in PAUT B-Scan Images for Nondestructive Evaluation of Metallic Blocks

Le Khuong Phan, Dinh Tuan Nguyen, Thi Thu Ha Vu, Tan Hung Vo, Anh Kiet Nguyen, Jaeyeop Choi, et al.

Metallic blocks and components are indispensable across the aerospace, energy, and heavy-engineering industries, where undetected internal flaws such as cracks, voids, and inclusions may precipitate catastrophic structural failure. Reliable nondestructive evaluation (NDE) is esse…

crossrefElectronics2026-07-24

CAE-ResNet18: A Hybrid Deep Learning Framework for Accurate Diagnosis of Developmental Dysplasia of the Hip from Frog-Leg X-Rays

Yuanjie Peng, Yali Chen, Bei Liu, Tongbo Zou, Junming Xiao, Shenghui Zhou, et al.

This study aimed to develop and evaluate a deep learning diagnostic model integrating a convolutional autoencoder (CAE) and ResNet18 for the early and accurate diagnosis of developmental dysplasia of the hip (DDH) in children, addressing the subjectivity of traditional methods. T…

crossrefElectronics2026-07-24

Uncertainty-Aware Machine Learning for Delay-Spread Estimation and Surplus Guard Interval Utilization in IEEE 802.11be Environments

Jung-Min Moon, Na-Eun Park, Il-Gu Lee

Herein, an uncertainty quantification-based framework is proposed for estimating the root mean square (RMS) delay spread σ as a probability distribution in IEEE 802.11be environments. The method selects a guard interval (GI) using a safety margin derived from the 90th-percentile…

openalexElectronics2026-07-23

Lightweight Transformer-Enhanced YOLOv11 for Real-Time Fabric Defect Detection: A Systematic Comparison with DETR-Based Architectures

Makara Mao, Min Hong

Fabric defect detection is a critical task in automated textile quality inspection, where both high localization accuracy and fast inference are required, especially for small and irregular defects. Although recent YOLO-based detectors offer a favorable balance of speed and accur…