DECODE: Data-driven Energy Consumption Prediction leveraging Historical Data and Environmental Factors in Buildings
Aditya Mishra, Haroon R. Lone, Aayush Mishra
TL;DR
This work presents an LSTM-based framework for building energy forecasting that integrates historical energy data with occupancy, temperature, humidity, and calendar information. Using the I-BLEND dataset, the authors downsample/upsample signals to a common cadence, normalize features, and evaluate against linear regression, decision trees, and random forests, showing superior performance with an average $R^{2}$ of $0.91$ and MAE of $0.013$ across seven buildings. The model remains effective with limited training data and supports short-, medium-, and long-term horizons, though some buildings with atypical usage patterns pose challenges. They also discuss hyperparameter tuning, feature importance, and the potential for online continual learning and deployment optimizations in future work.
Abstract
Energy prediction in buildings plays a crucial role in effective energy management. Precise predictions are essential for achieving optimal energy consumption and distribution within the grid. This paper introduces a Long Short-Term Memory (LSTM) model designed to forecast building energy consumption using historical energy data, occupancy patterns, and weather conditions. The LSTM model provides accurate short, medium, and long-term energy predictions for residential and commercial buildings compared to existing prediction models. We compare our LSTM model with established prediction methods, including linear regression, decision trees, and random forest. Encouragingly, the proposed LSTM model emerges as the superior performer across all metrics. It demonstrates exceptional prediction accuracy, boasting the highest R2 score of 0.97 and the most favorable mean absolute error (MAE) of 0.007. An additional advantage of our developed model is its capacity to achieve efficient energy consumption forecasts even when trained on a limited dataset. We address concerns about overfitting (variance) and underfitting (bias) through rigorous training and evaluation on real-world data. In summary, our research contributes to energy prediction by offering a robust LSTM model that outperforms alternative methods and operates with remarkable efficiency, generalizability, and reliability.
