English

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

Machine Learning 2023-10-25 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2310.15204,
  title  = {Mid-Long Term Daily Electricity Consumption Forecasting Based on Piecewise Linear Regression and Dilated Causal CNN},
  author = {Zhou Lan and Ben Liu and Yi Feng and Danhuang Dong and Peng Zhang},
  journal= {arXiv preprint arXiv:2310.15204},
  year   = {2023}
}

Comments

Key words: Daily electricity consumption forecasting; time series decomposition; piecewise linear regression; Dilated Causal CNN