RESCAST-100K: A Comprehensive Dataset for Cross-Domain Residential Load and Indoor Temperature Forecasting
This paper introduces RESCAST-100K, a large-scale benchmark comprising 100,000 simulated and five real-world residential datasets designed to systematically evaluate and improve cross-domain generalization for short-term energy load and indoor temperature forecasting using advanced machine learning architectures.
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 teach a student how to predict the weather inside a house. The problem is that every house is different: some are in hot Florida, others in cold Minnesota; some have brick walls, others have wood; some use gas furnaces, others use heat pumps.
If you only teach the student using data from one specific house in one specific city, they will likely fail when you ask them to predict the temperature in a totally different house. This is the big problem in energy forecasting: we don't have enough data from every type of house to train a perfect model for each one.
Enter RESCAST-100K.
Think of this paper as introducing a massive, super-smart "training gym" for AI models. Here is what they built, explained simply:
1. The "Virtual City" of 100,000 Homes
Instead of waiting to collect data from real houses (which is slow, expensive, and often private), the authors used a high-tech simulator called EnergyPlus to create a digital twin of 100,000 American homes.
- The Variety: They didn't just make 100,000 identical boxes. They made a diverse city. They varied the location (geography), the climate, the wall materials, the heating systems, and the size of the homes.
- The Data: For every single virtual home, they recorded three things every 15 minutes for a whole year:
- Total Energy Load: How much electricity the whole house used.
- HVAC Load: How much electricity the heating and air conditioning used specifically.
- Indoor Temperature: How hot or cold it was inside.
- The Context: They also gave the AI "clues" like the outdoor weather, the thermostat settings, and the static details of the house (like "it has a brick wall").
2. The "Training Test" (Cross-Domain Challenge)
The real magic of this dataset isn't just the size; it's how they use it to test the AI.
Imagine you train a student on houses in New York (cold, brick walls, gas furnaces). Then, you immediately test them on houses in Arizona (hot, stucco walls, heat pumps). This is called a "Cross-Domain" test.
Most old datasets only let you test the student on houses they've already seen. RESCAST-100K lets you set up specific "challenges":
- Geography Shift: Train in the North, test in the South.
- Climate Shift: Train in a humid zone, test in a dry zone.
- Equipment Shift: Train on houses with furnaces, test on houses with heat pumps.
This helps researchers see if their AI is actually "learning the rules of physics" or just memorizing the specific houses it studied.
3. The "Missing Puzzle Piece" Problem
In the real world, data is often messy. Sometimes a sensor breaks, or a house doesn't have a smart thermostat, so the AI is missing key clues (like the outdoor temperature).
The authors tested their AI models by intentionally hiding some of this data during training. They wanted to see: Can the AI still make a good guess if it's missing the weather report or the thermostat setting?
4. The Results: Who Won the Game?
They tested several different types of AI "brains" (architectures) to see which one could handle these tough, changing conditions.
- The Losers: Traditional models (like simple Recurrent Neural Networks) and standard "Transformer" models (the kind that power many modern AI tools) struggled when the house type changed. They got confused when the rules shifted from cold climates to hot ones.
- The Winners: Two specific types of models performed the best:
- MLP-Mixers (TSMixer): These models are great at looking at all the different clues (weather, wall type, etc.) at once and mixing them together to find patterns. They were the best at predicting energy usage.
- Cross-Attention Models (TimeXer): These models are good at focusing on the specific "story" of the house's temperature history while still paying attention to outside factors. They were the best at predicting the actual indoor temperature.
Key Finding: The models that were good at handling "missing data" and "different house types" were the ones that used these advanced mixing and attention techniques.
5. The "Sim-to-Real" Reality Check
Finally, the authors took the models trained on their 100,000 virtual homes and tested them on five real-world datasets (actual houses with real people living in them).
- The Result: As expected, the models weren't perfect on real houses because real people are unpredictable (they open windows, leave lights on, etc., in ways the simulator didn't guess).
- The Silver Lining: Even without retraining on the real data, the models trained on the virtual city were surprisingly good at guessing the general shape of the energy usage (probabilistic forecasting). They were better at saying, "It's likely to be between 50 and 60 kWh," than at guessing the exact number.
Summary
The paper introduces RESCAST-100K, a massive, configurable dataset of 100,000 simulated US homes. It acts as a rigorous testing ground to see if AI can learn to predict energy use in any house, even if it has never seen that specific type of house before. They found that advanced AI models (Mixers and Cross-Attention) are much better at adapting to new environments and handling missing data than older models, offering a promising path for smarter energy management in the future.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.