Spatio-Temporal Grid Intelligence: A Hybrid Graph Neural Network and LSTM Framework for Robust Electricity Theft Detection
arXiv cs.LG / 2026/3/24
💬 オピニオンSignals & Early TrendsIdeas & Deep AnalysisModels & Research
要点
- The paper proposes an AI-based “Grid Intelligence Framework” to detect electricity theft (non-technical loss) by combining time-series anomaly detection, supervised machine learning, and graph neural networks to capture spatio-temporal fraud patterns.
- It uses an LSTM autoencoder to score temporal anomalies, a Random Forest classifier to discriminate using tabular/enriched features (e.g., rolling averages, voltage drop estimates, and a Grid Imbalance Index), and a GNN to model spatial dependencies across the distribution network topology.
- Experimental results show that standalone anomaly detection performs poorly for theft detection (theft F1-score of 0.20), while the hybrid fusion dramatically improves performance with 93.7% overall accuracy.
- The approach calibrates decision thresholds using precision-recall analysis to balance precision and recall (0.55 precision, 0.50 recall), reducing false positives that single-model methods tend to generate.
- Overall, the study argues that combining grid topology awareness with both temporal and supervised analytics can provide a scalable, proactive, risk-based detection mechanism to improve smart grid reliability.

