Privacy Preserving Charge Location Prediction for Electric Vehicles
Robert Marlin, Raja Jurdak, Alsharif Abuadbba, Dimity Miller
TL;DR
This work tackles privacy in predicting EVs' next charging locations by introducing a Federated Learning Transformer Network (FLTN) that trains on-device and shares only weights. It enhances privacy through peer-to-peer weight sharing and augmentation among non-transitory EVs, with community DERMS performing weight aggregation via FedAVG and redistributing the global model for continual learning. Empirical results on a Chicago-based EV taxi mobility dataset show FLTN achieves about 92% accuracy, slightly below a centralized 98% baseline, while providing stronger privacy guarantees and resilience to data leakage and model inversion. The approach offers a scalable, privacy-centric pathway for energy providers to forecast demand and manage DERMS across dynamic EV networks in urban environments.
Abstract
By 2050, electric vehicles (EVs) are projected to account for 70% of global vehicle sales. While EVs provide environmental benefits, they also pose challenges for energy generation, grid infrastructure, and data privacy. Current research on EV routing and charge management often overlooks privacy when predicting energy demands, leaving sensitive mobility data vulnerable. To address this, we developed a Federated Learning Transformer Network (FLTN) to predict EVs' next charge location with enhanced privacy measures. Each EV operates as a client, training an onboard FLTN model that shares only model weights, not raw data with a community-based Distributed Energy Resource Management System (DERMS), which aggregates them into a community global model. To further enhance privacy, non-transitory EVs use peer-to-peer weight sharing and augmentation within their community, obfuscating individual contributions and improving model accuracy. Community DERMS global model weights are then redistributed to EVs for continuous training. Our FLTN approach achieved up to 92% accuracy while preserving data privacy, compared to our baseline centralised model, which achieved 98% accuracy with no data privacy. Simulations conducted across diverse charge levels confirm the FLTN's ability to forecast energy demands over extended periods. We present a privacy-focused solution for forecasting EV charge location prediction, effectively mitigating data leakage risks.
