LGOct 23, 2023

Mid-Long Term Daily Electricity Consumption Forecasting Based on Piecewise Linear Regression and Dilated Causal CNN

arXiv:2310.15204v12 citationsh-index: 2
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for electricity grid management, addressing forecasting challenges on holidays.

This study tackled the problem of decreased accuracy in daily electricity consumption forecasting on special dates like holidays by decomposing the series into trend, seasonal, and residual components and using a two-stage method with piecewise linear regression and Dilated Causal CNN, achieving higher accuracy compared to existing approaches.

Daily electricity consumption forecasting is a classical problem. Existing forecasting algorithms tend to have decreased accuracy on special dates like holidays. This study decomposes the daily electricity consumption series into three components: trend, seasonal, and residual, and constructs a two-stage prediction method using piecewise linear regression as a filter and Dilated Causal CNN as a predictor. The specific steps involve setting breakpoints on the time axis and fitting the piecewise linear regression model with one-hot encoded information such as month, weekday, and holidays. For the challenging prediction of the Spring Festival, distance is introduced as a variable using a third-degree polynomial form in the model. The residual sequence obtained in the previous step is modeled using Dilated Causal CNN, and the final prediction of daily electricity consumption is the sum of the two-stage predictions. Experimental results demonstrate that this method achieves higher accuracy compared to existing approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes