Regression Models Meet Foundation Models: A Hybrid-AI Approach to Practical Electricity Price Forecasting
About
Electricity market prices exhibit extreme volatility, nonlinearity, and non-stationarity, making accurate forecasting a significant challenge. While cutting-edge time series foundation models (TSFMs) effectively capture temporal dependencies, they typically underutilize cross-variate correlations and non-periodic patterns that are essential for price forecasting. Conversely, regression models excel at capturing feature interactions but are limited to future-available inputs, ignoring crucial historical drivers that are unavailable at forecast time. To bridge this gap, we propose FutureBoosting, a novel paradigm that enhances regression-based forecasts by integrating forecasted features generated from a frozen TSFM. This approach leverages the TSFM's ability to model historical patterns and injects these insights as enriched inputs into a downstream regression model. We instantiate this paradigm into a lightweight, plug-and-play framework for electricity price forecasting. Extensive evaluations on real-world electricity market data demonstrate that our framework consistently outperforms state-of-the-art TSFMs and regression baselines, achieving reductions in Mean Absolute Error (MAE) of more than 30% at most. Through ablation studies and explainable AI (XAI) techniques, we validate the contribution of forecasted features and elucidate the model's decision-making process. FutureBoosting establishes a robust, interpretable, and effective solution for practical market participation, offering a general framework for enhancing regression models with temporal context.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Electricity Price Forecasting | Shanxi China 12-month summary Day-ahead | MSE3.40e+4 | 15 | |
| Electricity Price Forecasting | Shanxi China 12-month summary Real-time | MSE (Val)4.45e+4 | 15 | |
| Electricity Price Forecasting | Real-E FR 24-step (test) | MSE2.9 | 13 | |
| Electricity Price Forecasting | Real-E DE 24-step (test) | MSE (Val)1.49 | 13 |