Federated Graph Learning for EV Charging Demand Forecasting with Personalization Against Cyberattacks

Yi Li,Renyou Xie,Chaojie Li,Yi Wang,Zhaoyang Dong
2024-04-30
Abstract:Mitigating cybersecurity risk in electric vehicle (EV) charging demand forecasting plays a crucial role in the safe operation of collective EV chargings, the stability of the power grid, and the cost-effective infrastructure expansion. However, existing methods either suffer from the data privacy issue and the susceptibility to cyberattacks or fail to consider the spatial correlation among different stations. To address these challenges, a federated graph learning approach involving multiple charging stations is proposed to collaboratively train a more generalized deep learning model for demand forecasting while capturing spatial correlations among various stations and enhancing robustness against potential attacks. Firstly, for better model performance, a Graph Neural Network (GNN) model is leveraged to characterize the geographic correlation among different charging stations in a federated manner. Secondly, to ensure robustness and deal with the data heterogeneity in a federated setting, a message passing that utilizes a global attention mechanism to aggregate personalized models for each client is proposed. Thirdly, by concerning cyberattacks, a special credit-based function is designed to mitigate potential threats from malicious clients or unwanted attacks. Extensive experiments on a public EV charging dataset are conducted using various deep learning techniques and federated learning methods to demonstrate the prediction accuracy and robustness of the proposed approach.
Cryptography and Security,Machine Learning
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is to mitigate cybersecurity risks in electric vehicle (EV) charging demand prediction, ensure the safe operation of collective charging stations, the stability of the power system, and cost - effective infrastructure expansion. Existing methods either have data privacy issues and are vulnerable to cyber - attacks, or fail to consider the spatial correlations between different stations. To address these challenges, this paper proposes a joint graph - learning method involving multiple charging stations, aiming to collaboratively train more general deep - learning models for demand prediction, while capturing the spatial correlations between stations and enhancing robustness against potential attacks. Specifically, the paper mainly addresses the following aspects: 1. **Data privacy issues**: Traditional methods usually require centralized collection of data from various charging stations for model training, which leads to the risk of data privacy leakage. The federated graph - learning method proposed in this paper can improve prediction performance through joint learning without sharing the original data, thereby protecting data privacy. 2. **Cybersecurity threats**: Existing methods are vulnerable to cyber - attacks, such as False Data Injection (FDI). This paper designs a credit - based mechanism to mitigate potential threats from malicious clients or unwanted attacks, ensuring the robustness of the model in the face of cyber - attacks. 3. **Spatial correlations**: The spatial correlations between different charging stations are crucial for accurately predicting charging demand. This paper utilizes Graph Neural Network (GNN) to depict the geographical correlations between different charging stations, thereby better capturing spatial features. 4. **Data heterogeneity**: Since the data distributions of different charging stations are different (non - i.i.d), traditional federated learning methods may lead to performance degradation. This paper proposes a personalized federated learning framework, which encourages more collaboration between stations with similar data distributions, thereby training personalized prediction models. In summary, by combining federated learning, graph neural networks, and personalized model training, this paper aims to solve key problems such as data privacy, cybersecurity, and spatial correlations in electric vehicle charging demand prediction, thereby providing a more secure, efficient, and accurate prediction method.