LGAIJan 25, 2023

Transfer Learning in Deep Learning Models for Building Load Forecasting: Case of Limited Data

arXiv:2301.10663v215 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the challenge of poor forecasting performance for new or under-equipped buildings, offering a practical solution for energy management, though it is incremental as it applies existing transfer learning to a specific domain.

The paper tackled the problem of load forecasting in buildings with limited historical data by proposing a Building-to-Building Transfer Learning framework using Transformer models, resulting in a 56.8% improvement in forecasting accuracy compared to conventional deep learning and reduced root mean square error to 0.009.

Precise load forecasting in buildings could increase the bill savings potential and facilitate optimized strategies for power generation planning. With the rapid evolution of computer science, data-driven techniques, in particular the Deep Learning models, have become a promising solution for the load forecasting problem. These models have showed accurate forecasting results; however, they need abundance amount of historical data to maintain the performance. Considering the new buildings and buildings with low resolution measuring equipment, it is difficult to get enough historical data from them, leading to poor forecasting performance. In order to adapt Deep Learning models for buildings with limited and scarce data, this paper proposes a Building-to-Building Transfer Learning framework to overcome the problem and enhance the performance of Deep Learning models. The transfer learning approach was applied to a new technique known as Transformer model due to its efficacy in capturing data trends. The performance of the algorithm was tested on a large commercial building with limited data. The result showed that the proposed approach improved the forecasting accuracy by 56.8% compared to the case of conventional deep learning where training from scratch is used. The paper also compared the proposed Transformer model to other sequential deep learning models such as Long-short Term Memory (LSTM) and Recurrent Neural Network (RNN). The accuracy of the transformer model outperformed other models by reducing the root mean square error to 0.009, compared to LSTM with 0.011 and RNN with 0.051.

Code Implementations2 repos
Foundations

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

Your Notes