Knowledge Graph-Driven Graph Neural Networks for Equipment Fault Prediction in Maglev Train Systems
Chunlong Yu, Yi Peng, Kunyan Li, Jianyu Guo, Yi Wang, JingJing ChenEquipment fault prediction in maglev train systems poses substantial challenges: fault events are inherently rare, class distributions are severely imbalanced, and individual equipment units are subject to complex spatial and functional couplings that single-device statistical approaches fundamentally cannot capture. To address these challenges, this study proposes a Knowledge Graph-driven Graph Neural Network (KG-GNN) framework. A fault knowledge graph encompassing equipment, fault, temporal, and environmental entities is constructed to unify multi-source maintenance data. Graph connectivity is established via three spatial relation types (co-location, co-zone, and co-level), with edge weights derived from Laplacian-smoothed Lift scores quantifying fault co-occurrence strength. A two-layer GATv2Conv-based graph attention network is designed: the first layer employs four-head attention with explicit edge-weight integration to capture heterogeneous neighborhood influences, while the second layer produces compact node embeddings via single-head attention. A Top-20 sparsification strategy suppresses weak-association noise, and training under severe class imbalance is stabilized through Focal Loss and F2-Score-guided early stopping. On the test set, the proposed method achieves an F2-Score of 0.5703, Recall of 0.6825, and AUC-ROC of 0.9329 (single-run evaluation); multi-seed evaluation (5 seeds) yields F2 = 0.5645 ± 0.0035, Recall = 0.6789 ± 0.0095, and AUC-ROC = 0.9298 ± 0.0026, outperforming the MLP baseline by 18.3% in F2-Score and substantially exceeding GCN (F2 = 0.1476 ± 0.0176) and GATConv (F2 = 0.4284 ± 0.0097). Ablation studies confirm the individual contributions of authentic graph topology, precise edge weighting, and graph sparsification to overall performance.