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.

Abstract

Electricity theft, or non-technical loss (NTL), presents a persistent threat to global power systems, driving significant financial deficits and compromising grid stability. Conventional detection methodologies, predominantly reactive and meter-centric, often fail to capture the complex spatio-temporal dynamics and behavioral patterns associated with fraudulent consumption. This study introduces a novel AI-driven Grid Intelligence Framework that fuses Time-Series Anomaly Detection, Supervised Machine Learning, and Graph Neural Networks (GNN) to identify theft with high precision in imbalanced datasets. Leveraging an enriched feature set, including rolling averages, voltage drop estimates, and a critical Grid Imbalance Index, the methodology employs a Long Short-Term Memory (LSTM) autoencoder for temporal anomaly scoring, a Random Forest classifier for tabular feature discrimination, and a GNN to model spatial dependencies across the distribution network. Experimental validation demonstrates that while standalone anomaly detection yields a low theft F1-score of 0.20, the proposed hybrid fusion achieves an overall accuracy of 93.7%. By calibrating decision thresholds via precision-recall analysis, the system attains a balanced theft precision of 0.55 and recall of 0.50, effectively mitigating the false positives inherent in single-model approaches. These results confirm that integrating topological grid awareness with temporal and supervised analytics provides a scalable, risk-based solution for proactive electricity theft detection and enhanced smart grid reliability.