Electricity Consumption Forecasting: An Approach Using Cooperative Ensemble Learning with SHapley Additive exPlanations
This study proposes a cooperative ensemble learning approach called Weaker Separator Booster (WSB), which integrates LSTM, RF, SVR, and XGBoost models optimized with genetic and particle swarm algorithms and SHAP-based feature selection to accurately forecast 12-month electricity consumption at two IFPR campuses, revealing that lagged time-series values are the dominant predictors over climatic variables.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to predict how much electricity a university campus will use over the next year. It's a bit like trying to guess how much water a giant, complex garden will drink next month. You know the garden needs water, but the amount changes based on the weather, whether it's summer break, if there's a big festival, or even if a pipe just burst.
This paper is about a team of researchers who built a "super-predictor" to solve this exact problem for two campuses in Brazil. Here is how they did it, explained simply:
1. The Problem: The Garden is Chaotic
Universities are tricky places to predict. They have students coming and going, classes starting and stopping, and holidays where the buildings are empty. Plus, the weather changes. The researchers looked at seven years of electricity bills from two campuses: a huge one (Palmas) and a tiny one (Coronel Vivida). They found that the electricity usage was messy, irregular, and didn't follow a simple straight line.
2. The Team of Predictors (The "Crew")
Instead of relying on just one method to make the guess, the researchers gathered a team of different "predictors" (computer models), each with a different personality:
- The Time Traveler (LSTM): This model is great at remembering the past. It looks at what happened last month, last year, or even 12 months ago to guess the future.
- The Decision Maker (Random Forest & XGBoost): These models are like a committee of experts making decisions based on rules. They look at the data and say, "If it's March and hot, then use this much power."
- The Pattern Finder (SVR): This one tries to draw a smooth line through the messy data points to find the underlying trend.
3. The Coach (Optimization)
Just having a team isn't enough; they need to be tuned perfectly. Imagine a race car driver; they need the right tires and engine settings to win. The researchers used two "coaches" (algorithms called Genetic Algorithms and Particle Swarm Optimization) to tweak the settings of each model.
- The Result: The "Time Traveler" (LSTM) turned out to be the best individual driver. However, the other models (the Decision Makers) were a bit too simple. They tended to just draw a flat, boring line, guessing the same amount every month because they couldn't handle the complexity.
4. The Secret Sauce: The "Weaker Separator Booster" (WSB)
This is the paper's biggest invention. The researchers realized that while the "Time Traveler" was the best, the other models were "weaker" and tended to be too conservative (predicting a flat line).
They created a new strategy called Weaker Separator Booster (WSB). Think of it like this:
- Imagine the "Time Traveler" is a sharp-eyed detective trying to solve a complex crime.
- The "Weaker" models are like a group of people who just guess "nothing happened" (a flat line).
- The WSB strategy says: "Let's take the detective's sharp guess, but then look at the 'flat line' guessers. If the detective is getting too wild or confused, we use the average of the 'flat line' guessers as a safety net to pull the detective back to reality."
By combining the best guess with a "stabilizing average" of the weaker guesses, they created a hybrid prediction that was more accurate than any single model on its own.
5. The Filter (SHAP)
Before the team started guessing, they had to decide which clues mattered. They had a huge list of potential clues: temperature, wind speed, humidity, the year, the month, and even a flag for the pandemic.
- They used a tool called SHAP (which is like a magnifying glass) to see which clues actually moved the needle.
- The Surprise: They found that the weather (temperature, wind, rain) barely mattered! The most important clues were simply what happened in the past (last month's usage) and what year/month it was. The weather was mostly noise.
6. The Results
When they tested their new "Super Team" (the WSB approach) against the old ways of guessing:
- The Big Campus: Their new method was the most accurate, reducing the error significantly compared to the old models.
- The Small Campus: It was also the winner here.
- The Catch: Even with their best team, predicting 12 months into the future is hard. If the model makes a small mistake in January, that mistake gets bigger in February, and even bigger in March (like a snowball rolling down a hill). Because of this, their error rate was still around 14% to 18%, which is actually quite good for such a long-term prediction in such a chaotic environment.
Summary
The researchers built a smart system that combines a powerful memory-based AI with a "safety net" of simpler models. They realized that for universities, history matters more than the weather. By using this new "Booster" technique, they could predict electricity usage more accurately than before, helping schools save money and manage their energy better.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.