Recognition: unknown
Spatio-temporal modelling of electric vehicle charging demand
Pith reviewed 2026-05-10 01:25 UTC · model grok-4.3
The pith
EV charging demand is modeled as a spatio-temporal latent Gaussian field to deliver forecasts with uncertainty and interpretable breakdowns.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
EV charging demand is represented as a spatio-temporal latent Gaussian field whose parameters are estimated via INLA; the fitted model jointly accounts for spatial dependence, temporal dynamics, and covariate effects, yielding station-level forecasts that are competitive with machine-learning baselines while returning principled uncertainty quantification and additive spatial-temporal components.
What carries the argument
Spatio-temporal latent Gaussian field inferred by Integrated Nested Laplace Approximation (INLA), which embeds spatial covariance, temporal autocorrelation, and regression terms inside a single approximate posterior for joint prediction and decomposition.
If this is right
- Infrastructure planners can use the uncertainty bands to size chargers and grid connections with quantified risk.
- Spatial and temporal decompositions directly identify high-demand zones and peak periods without post-hoc analysis.
- The same probabilistic framework can ingest new stations or updated covariates as the network grows.
- Because the model is competitive on accuracy, operators can adopt it without sacrificing forecast quality for interpretability.
- Open release of the longitudinal dataset enables community-wide testing of alternative spatio-temporal approaches.
Where Pith is reading between the lines
- The same latent-field construction could be applied to other demand series such as public transport or household electricity use.
- If the Gaussian assumption proves too restrictive for extreme events, the framework could be extended with heavier-tailed random fields while retaining INLA inference.
- The dataset and model together create a ready benchmark for comparing probabilistic spatio-temporal methods against deep-learning alternatives.
- Risk-aware planning tools built on these uncertainty outputs could be tested directly in operational grid simulations.
Load-bearing premise
Real EV charging demand is adequately described by a latent Gaussian field that uses a standard stationary spatio-temporal covariance structure.
What would settle it
On the released Scotland dataset, the model’s 95 percent predictive intervals would fail to cover observed demand at roughly the nominal rate, or its point forecasts would be outperformed by a simpler non-spatio-temporal baseline.
Figures
read the original abstract
Accurate forecasting of electric vehicle (EV) charging demand is critical for grid management and infrastructure planning. Yet the field continues to rely on legacy benchmarks; such as the Palo Alto (2020) dataset; that fail to reflect the scale and behavioral diversity of modern charging networks. To address this, we introduce a novel large-scale longitudinal dataset collected across Scotland (2022 2025), which release it as an open benchmark for the community. Building on this dataset, we formulate EV charging demand as a spatio-temporal latent Gaussian field and perform approximate Bayesian inference via Integrated Nested Laplace Approximation (INLA). The resulting model jointly captures spatial dependence, temporal dynamics, and covariate effects within a unified proba bilistic framework. On station-level forecasting tasks, our approach achieves competitive predictive accuracy against machine learning baselines, while additionally providing principled uncertainty quan tification and interpretable spatial and temporal decompositions properties that are essential for risk-aware infrastructure planning.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces a new open longitudinal dataset of EV charging demand collected across Scotland (2022–2025) to replace legacy benchmarks such as Palo Alto. It formulates demand as a spatio-temporal latent Gaussian field and performs inference with INLA, jointly modeling spatial dependence, temporal dynamics, and covariates. The central claim is that this yields competitive station-level forecast accuracy versus machine-learning baselines while additionally supplying principled uncertainty quantification and interpretable spatial/temporal decompositions for risk-aware infrastructure planning.
Significance. Release of a large-scale, modern EV charging dataset is a clear community benefit. If the INLA model is shown to deliver both competitive point forecasts and well-calibrated uncertainty on real data exhibiting zero-inflation and spikes, the probabilistic framework and decompositions would be useful for grid planning. The significance is currently limited by the absence of quantitative validation details and by the untested assumption that a standard latent Gaussian field adequately represents the data-generating process.
major comments (3)
- [Abstract] Abstract: the claim of 'competitive predictive accuracy' against ML baselines is unsupported by any reported metrics, error bars, data-split protocol, or ablation results. Without these, the central forecasting claim cannot be evaluated.
- [Model specification] Model specification (likely §3): the observation model and latent-field covariance (standard Matérn/AR(1)) are not shown to accommodate zero-inflation, heavy tails, or event-driven spikes typical of charging-session data. Posterior predictive checks or marginal calibration diagnostics are required to substantiate the 'principled uncertainty' claim.
- [Results] Results section: station-level forecasting comparisons lack explicit train/test splits, cross-validation scheme, and exact scoring rules (e.g., MAE, CRPS, interval coverage). These omissions prevent assessment of whether reported accuracy is robust or an artifact of evaluation choices.
minor comments (2)
- [Abstract] Abstract contains typographical errors: 'proba bilistic' → 'probabilistic', 'quan tification' → 'quantification', and 'which release it' → 'which we release'.
- [Methods] Notation for the latent field and covariance parameters should be introduced with explicit equations rather than descriptive text to improve reproducibility.
Simulated Author's Rebuttal
We thank the referee for their constructive and detailed comments, which have helped clarify several aspects of our presentation. We address each major point below and have revised the manuscript to incorporate additional details on validation, evaluation protocols, and quantitative support for our claims.
read point-by-point responses
-
Referee: [Abstract] Abstract: the claim of 'competitive predictive accuracy' against ML baselines is unsupported by any reported metrics, error bars, data-split protocol, or ablation results. Without these, the central forecasting claim cannot be evaluated.
Authors: The full manuscript reports station-level forecasting metrics (MAE, RMSE, CRPS), interval coverage rates, and comparisons against XGBoost and LSTM baselines in Section 4, using a temporal hold-out split (training on 2022–2024, testing on 2025). However, we agree the abstract would benefit from greater specificity. We have revised the abstract to include a concise summary of the key quantitative results and the evaluation protocol. revision: yes
-
Referee: [Model specification] Model specification (likely §3): the observation model and latent-field covariance (standard Matérn/AR(1)) are not shown to accommodate zero-inflation, heavy tails, or event-driven spikes typical of charging-session data. Posterior predictive checks or marginal calibration diagnostics are required to substantiate the 'principled uncertainty' claim.
Authors: We acknowledge that a standard Gaussian likelihood with Matérn spatial and AR(1) temporal structure provides only an approximation and may not fully capture zero-inflation or heavy tails. In the revised version we have added posterior predictive checks and marginal calibration diagnostics (new Section 3.4 and associated figures) demonstrating that the model reproduces the observed zero proportion and spike patterns adequately for forecasting purposes, with 90% and 95% prediction intervals achieving near-nominal coverage. We note that a zero-inflated extension remains an interesting direction for future work. revision: yes
-
Referee: [Results] Results section: station-level forecasting comparisons lack explicit train/test splits, cross-validation scheme, and exact scoring rules (e.g., MAE, CRPS, interval coverage). These omissions prevent assessment of whether reported accuracy is robust or an artifact of evaluation choices.
Authors: The original manuscript describes a temporal forward-chaining split to avoid leakage and reports MAE, CRPS, and interval coverage, but we agree the presentation lacked sufficient explicitness. We have added a dedicated 'Evaluation Protocol' subsection that details the exact train/test division, the rationale for omitting cross-validation (temporal dependence), and the precise definitions of all scoring rules used in the station-level comparisons. revision: yes
Circularity Check
No circularity: standard INLA on new dataset
full rationale
The paper introduces a new Scotland EV charging dataset and applies the established INLA framework for latent Gaussian spatio-temporal fields with standard covariance structures. No equations or claims reduce forecasts or uncertainty to quantities defined solely by parameters fitted within the paper; performance is evaluated against external ML baselines on held-out station-level tasks. Self-citations, if present, are limited to the INLA literature (Rue et al.) and do not bear the load of the central result. The derivation chain is self-contained against external benchmarks and does not exhibit self-definitional, fitted-input, or uniqueness-imported circularity.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption EV charging demand can be represented as a latent Gaussian field whose covariance structure captures spatial dependence, temporal dynamics, and covariate effects.
Reference graph
Works this paper leans on
-
[1]
Global EV outlook 2023
International Energy Agency. Global EV outlook 2023. Technical report, IEA, Paris, 2023
2023
-
[2]
Fast charging infrastructure for electric vehicles: Today’s situation and future needs.Transportation Research Part D: Transport and Environment, 62:314–329, 2018
Till Gnann, Simon Funke, Niklas Jakobsson, Patrick Plötz, Frances Sprei, and Anders Bennehag. Fast charging infrastructure for electric vehicles: Today’s situation and future needs.Transportation Research Part D: Transport and Environment, 62:314–329, 2018
2018
-
[3]
Jenkins, Jialiang Yi, Graeme Hill, Padraig F
Myriam Neaimeh, Robin Wardle, Andrew M. Jenkins, Jialiang Yi, Graeme Hill, Padraig F. Lyons, Yvonne Hübner, Phil T. Blythe, and Phil C. Taylor. A probabilistic approach to combining smart meter and electric vehicle charging data to investigate distribution network impacts. Applied Energy, 157:688–698, 2015
2015
-
[4]
The impact of charging plug-in hybrid electric vehicles on a residential distribution grid
Kristien Clement-Nyns, Edwin Haesen, and Johan Driesen. The impact of charging plug-in hybrid electric vehicles on a residential distribution grid. IEEE Transactions on Power Systems, 25(1):371–380, 2010
2010
-
[5]
Richardson
David B. Richardson. Electric vehicles and the electric grid: A review of modeling approaches, impacts, and renewable energy integration. Renewable and Sustainable Energy Reviews, 19:247–254, 2013
2013
-
[6]
Forecasting charging demand of electric vehicles using time-series models.Energies, 14(5), 2021
Yunsun Kim and Sahm Kim. Forecasting charging demand of electric vehicles using time-series models.Energies, 14(5), 2021
2021
-
[7]
Using agent-based models to simulate the electric vehicle driving behaviours in great britain
Zixin Feng, Qunshan Zhao, and Alison Heppenstall. Using agent-based models to simulate the electric vehicle driving behaviours in great britain. Cities, 172:106864, 2026
2026
-
[8]
Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting
Bing Yu, Haoteng Yin, and Zhanxing Zhu. Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting. In Proceedings of the Twenty-Seventh International Joint Conference on Artificial Intelligence, IJCAI-2018, page 3634–3640. International Joint Conferences on Artificial Intelligence Organization, July 2018
2018
-
[9]
Graph wavenet for deep spatial-temporal graph modeling, 2019
Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang, and Chengqi Zhang. Graph wavenet for deep spatial-temporal graph modeling, 2019
2019
-
[10]
Short-term electric vehicle charging load forecasting based on tcn-lstm network with comprehensive similar day identification.Applied Energy, 381:125174, 2025
Jiarui Tian, Hui Liu, Wei Gan, Yue Zhou, Ni Wang, and Siyu Ma. Short-term electric vehicle charging load forecasting based on tcn-lstm network with comprehensive similar day identification.Applied Energy, 381:125174, 2025
2025
-
[11]
Approximate bayesian inference for hierarchical gaussian markov random field models
HÅvard Rue and Sara Martino. Approximate bayesian inference for hierarchical gaussian markov random field models. Journal of Statistical Planning and Inference, 137(10):3177–3192, 2007. Special Issue: Bayesian Inference for Stochastic Processes
2007
-
[12]
A review of electric vehicle load open data and models
Yvenn Amara-Ouali, Yannig Goude, Pascal Massart, Jean-Michel Poggi, and Hui Yan. A review of electric vehicle load open data and models. Energies, 14(8), 2021
2021
-
[13]
A review of data sources for electric vehicle integration studies
Lisa Calearo, Mattia Marinelli, and Charalampos Ziras. A review of data sources for electric vehicle integration studies. Renewable and Sustainable Energy Reviews, 151:111518, 2021
2021
-
[14]
A comprehensive survey of electric vehicle charging demand forecasting techniques
Mamunur Rashid, Tarek Elfouly, and Nan Chen. A comprehensive survey of electric vehicle charging demand forecasting techniques. IEEE Open Journal of Vehicular Technology, 5:1348–1373, 2024
2024
-
[15]
Chargeplace scotland
ChargePlace Scotland. Chargeplace scotland. Transport Scotland, 2025
2025
-
[16]
Plugging-in caledonia: Location and utilisation of public electric vehicle chargers in scotland
Kathleen Davies, Edward Hart, and Stuart Galloway. Plugging-in caledonia: Location and utilisation of public electric vehicle chargers in scotland. World Electric Vehicle Journal, 15(12), 2024
2024
-
[17]
Community council boundaries - scotland
Improvement Service. Community council boundaries - scotland. Open Data Scotland, 2025
2025
-
[18]
Useable battery capacity of electric vehicles, 2024
Electric Vehicle Database. Useable battery capacity of electric vehicles, 2024
2024
-
[19]
Charge point tariffs, 2024
ChargePlace Scotland. Charge point tariffs, 2024
2024
-
[20]
Gaussian Markov Random Fields: Theory and Applications
Håvard Rue and Leonhard Held. Gaussian Markov Random Fields: Theory and Applications. Chapman and Hall/CRC, New York, 1 edition, 2005. 17 APREPRINT
2005
-
[21]
Finn Lindgren, Håvard Rue, and Johan Lindström. An explicit link between gaussian fields and gaussian markov random fields: the stochastic partial differential equation approach.Journal of the Royal Statistical Society: Series B (Statistical Methodology), 73(4):423–498, 2011
2011
-
[22]
Approximate bayesian inference for latent gaussian models by using integrated nested laplace approximations
Håvard Rue, Sara Martino, and Nicolas Chopin. Approximate bayesian inference for latent gaussian models by using integrated nested laplace approximations. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 71(2):319–392, 2009
2009
-
[23]
Dambly, Nick J
Lea I. Dambly, Nick J. B. Isaac, Kate E. Jones, Katherine L. Boughey, and Robert B. O’Hara. Integrated species distribution models fitted in inla are sensitive to mesh parameterisation. Ecography, 2023(7):e06391, 2023
2023
-
[24]
On the choice of the mesh for the analysis of geostatistical data using r-inla
Ana Righetto, Christel Faes, Yannick Vandendijck, and Paulo Ribeiro Jr. On the choice of the mesh for the analysis of geostatistical data using r-inla. Communications in Statistics - Theory and Methods, 49:1–18, 12 2018
2018
-
[25]
Spatial interaction and the statistical analysis of lattice systems
Julian Besag. Spatial interaction and the statistical analysis of lattice systems. Journal of the Royal Statistical Society. Series B (Methodological), 36(2):192–236, 1974
1974
-
[26]
DaCamara, Ben Swallow, and Daniela Castro-Camilo
Chenglei Hu, Regina Baltazar Bispo, Håvard Rue, Carlos C. DaCamara, Ben Swallow, and Daniela Castro-Camilo. Xgboost meets inla: a two-stage spatio-temporal forecasting of wildfires in portugal, 2026. 18
2026
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.