Table of Contents
Fetching ...

DiffPLF: A Conditional Diffusion Model for Probabilistic Forecasting of EV Charging Load

Siyang Li, Hui Xiong, Yize Chen

TL;DR

This work addresses probabilistic forecasting of EV charging load by modeling the conditional distribution of future demand given history and covariates. It introduces DiffPLF, a conditional denoising diffusion model that uses cross-attention for conditioning and a task-informed fine-tuning (QDM) loss to sharpen prediction intervals. The approach yields accurate, diverse future charging profiles and controllable generation under different covariate scenarios, outperforming quantile regression baselines on real-world Palo Alto data with notable MAE and CRPS gains. The method has practical implications for grid and station operators by providing reliable predictive distributions and adaptable horizon and covariate conditioning, with potential extensions to longer horizons and multivariate energy time-series.

Abstract

Due to the vast electric vehicle (EV) penetration to distribution grid, charging load forecasting is essential to promote charging station operation and demand-side management.However, the stochastic charging behaviors and associated exogenous factors render future charging load patterns quite volatile and hard to predict. Accordingly, we devise a novel Diffusion model termed DiffPLF for Probabilistic Load Forecasting of EV charging, which can explicitly approximate the predictive load distribution conditioned on historical data and related covariates. Specifically, we leverage a denoising diffusion model, which can progressively convert the Gaussian prior to real time-series data by learning a reversal of the diffusion process. Besides, we couple such diffusion model with a cross-attention-based conditioning mechanism to execute conditional generation for possible charging demand profiles. We also propose a task-informed fine-tuning technique to better adapt DiffPLF to the probabilistic time-series forecasting task and acquire more accurate and reliable predicted intervals. Finally, we conduct multiple experiments to validate the superiority of DiffPLF to predict complex temporal patterns of erratic charging load and carry out controllable generation based on certain covariate. Results demonstrate that we can attain a notable rise of 39.58% and 49.87% on MAE and CRPS respectively compared to the conventional method.

DiffPLF: A Conditional Diffusion Model for Probabilistic Forecasting of EV Charging Load

TL;DR

This work addresses probabilistic forecasting of EV charging load by modeling the conditional distribution of future demand given history and covariates. It introduces DiffPLF, a conditional denoising diffusion model that uses cross-attention for conditioning and a task-informed fine-tuning (QDM) loss to sharpen prediction intervals. The approach yields accurate, diverse future charging profiles and controllable generation under different covariate scenarios, outperforming quantile regression baselines on real-world Palo Alto data with notable MAE and CRPS gains. The method has practical implications for grid and station operators by providing reliable predictive distributions and adaptable horizon and covariate conditioning, with potential extensions to longer horizons and multivariate energy time-series.

Abstract

Due to the vast electric vehicle (EV) penetration to distribution grid, charging load forecasting is essential to promote charging station operation and demand-side management.However, the stochastic charging behaviors and associated exogenous factors render future charging load patterns quite volatile and hard to predict. Accordingly, we devise a novel Diffusion model termed DiffPLF for Probabilistic Load Forecasting of EV charging, which can explicitly approximate the predictive load distribution conditioned on historical data and related covariates. Specifically, we leverage a denoising diffusion model, which can progressively convert the Gaussian prior to real time-series data by learning a reversal of the diffusion process. Besides, we couple such diffusion model with a cross-attention-based conditioning mechanism to execute conditional generation for possible charging demand profiles. We also propose a task-informed fine-tuning technique to better adapt DiffPLF to the probabilistic time-series forecasting task and acquire more accurate and reliable predicted intervals. Finally, we conduct multiple experiments to validate the superiority of DiffPLF to predict complex temporal patterns of erratic charging load and carry out controllable generation based on certain covariate. Results demonstrate that we can attain a notable rise of 39.58% and 49.87% on MAE and CRPS respectively compared to the conventional method.
Paper Structure (10 sections, 11 equations, 9 figures, 2 tables, 1 algorithm)

This paper contains 10 sections, 11 equations, 9 figures, 2 tables, 1 algorithm.

Figures (9)

  • Figure 1: The diagram of the conditional diffusion model.
  • Figure 2: The architecture of the proposed denoising network dedicated for the conditional diffusion model.
  • Figure 3: The illustration of the fine-tuning procedure.
  • Figure 4: Forecasting sample comparisons between the fine-tuned model and model without fine-tuning.
  • Figure 5: Randomly selected testing samples. In each subplot, we depict the real charging load versus the generated day-ahead PI and point forecast.
  • ...and 4 more figures