Hybrid Incremental Learning: A Novel Approach to Time Series Forecasting
ISEF · 2025 Systems Software
Overview
With extreme heat events becoming more frequent and severe due to climate change, accurate temperature prediction is critical for preparedness and risk mitigation. Traditional offline models, such as TCN-LSTM (temporal convolutional network-long short-term memory), perform well when historical data is abundant. However, offline models are not optimal when data is limited or arrives sequentially in real time. This project explores an alternative approach using incremental learning (IL) to improve temperature forecasting under these constraints. To evaluate IL's effectiveness, I developed two IL models, TCN-LSTM-Inc-Fixed and TCN-LSTM-Inc-Replay, and compared them to the TCN-LSTM. A key component of IL design is the selection of the buffer type, which determines how data is stored for retraining. A fixed-size buffer retains only the most recent data, while a replay buffer strategically selects past events to improve learning. Using Python, I built and tested all three models, assessing their predictive performance using squared error (? = (Predictions - True Values)²). Results showed that both IL models outperformed the hybrid offline model, with TCN-LSTM-Inc-Replay achieving the highest accuracy by effectively learning from seasonal patterns. These findings suggest that incremental learning can significantly improve real-time temperature prediction, making it a valuable tool for extreme heat event forecasting and management.
Competition history
- ISEF 2025
Resources
Related projects
ISEF · 2023
Short Range Hourly Temperature Forecasting in Relation to National Weather Prediction Models: A Breakthrough
ISEF · 2026
A Probabilistic Computational Framework for Learning Persistence in Heatwave Prediction
ISEF · 2024
Advancing El Niño-Southern Oscillation ("ENSO") Ensemble Forecasting With Distillation-Based Learning
ISEF · 2017
Looking into the Past for Insight on the Future: Predictive Analytics and Machine Learning for Time Series Data
Closest projects by meaning, across every fair and year in the corpus.
Source: Regeneron International Science and Engineering Fair