Optimizing Electric Vehicles Charging using Large Language Models and Graph Neural Networks
Stavros Orfanoudakis, Peter Palensky, Pedro P. Vergara
TL;DR
The paper tackles the challenge of optimizing EV charging to maintain grid stability as EV adoption grows, where traditional optimization and RL struggle with high dimensionality and dynamics. It proposes a hybrid approach that uses Graph Neural Networks to model relational structure in the charging network and Large Language Models via a Decision Transformer to learn long-horizon charging policies from offline data $\mathcal{D}=\{(s,a,r)\}$ by maximizing $\mathbb{E}\left[\sum_{t=0}^{\infty}\gamma^t R(s_t,a_t)\right]$. The contributions include (i) a graph-based embedding for charging infrastructure, (ii) integration of LLMs for EV charging decision-making, and (iii) empirical results showing superior performance to baselines including CAFAP, BaU, PPO, and even offline Optimal in a 50-station scenario. The work demonstrates potential for scalable, real-time V2G optimization and suggests pathways to extend LLM-GNN hybrids to other grid decision problems.
Abstract
Maintaining grid stability amid widespread electric vehicle (EV) adoption is vital for sustainable transportation. Traditional optimization methods and Reinforcement Learning (RL) approaches often struggle with the high dimensionality and dynamic nature of real-time EV charging, leading to sub-optimal solutions. To address these challenges, this study demonstrates that combining Large Language Models (LLMs), for sequence modeling, with Graph Neural Networks (GNNs), for relational information extraction, not only outperforms conventional EV smart charging methods, but also paves the way for entirely new research directions and innovative solutions.
