๐ Datasets
May 6, 2026 ยท View on GitHub
[ICLR'26] โจ A General Spatio-Temporal Backbone with Scalable Contextual Pattern Bank for Urban Continual Forecasting
๐ Datasets
The PEMS-Stream and AIR-Stream datasets are available in the open-source repository of our previous work, while CA-Stream can be accessed via this link. We extend our sincere gratitude to the authors of the referenced datasets.
๐ Installation and Quick Start
Installation
You can directly create and import a ready-made environment:
conda env create -f environment.yaml
conda activate STBP
Quick Start
It's easy to run! Here are some examples:
PEMS-Steam
nohup python main.py --conf conf/STBP_PEMS.json --gpuid 0 --seed 43 > STBP_PEMS.log &
CA-Steam
nohup python main.py --conf conf/STBP_CA.json --gpuid 0 --seed 43 > STBP_CA.log &
AIR-Steam
nohup python main.py --conf conf/STBP_AIR.json --gpuid 0 --seed 43 > STBP_AIR.log &
๐ฏ Experiment
In prior work, the evaluation metrics were computed in a non-standard way, i.e., by averaging the results. Notably, this choice has little impact on our experimental conclusions, since all compared baselines follow the same practice. To align with the conventional metric computation protocol in spatiotemporal forecasting, we will report results computed in the standard way in the camera-ready version, while keeping the previous results here for reference. Please refer to STBP/utils/metric.py for details.
Results
Previous results
๐ Acknowledgement
We greatly appreciate the following GitHub repositories for their valuable code, data, and contributions.