Addressing Downward Memory Loss in Hierarchical GNN Forecasters Through Memory-Buffered Decoding
PDF 由论文原始站点提供,PaperCompass 不保存论文文件。
摘要
Accurate spatio-temporal forecasting requires modeling interactions across multiple spatial and temporal scales. Existing Graph Neural Network (GNN) forecasters primarily operate at a single local scale, limiting their ability to capture global processes that govern system dynamics. Hierarchical GNNs (HGNNs) aim to address this limitation by learning multiscale representations, but in practice, they often fail to preserve global information during coarse-to-fine propagation. We identify this limitation as downward memory loss, where global trends learned at coarse resolutions diminish before influencing fine-grained predictions, leading to misaligned local dynamics. We propose HiGFlow, an HGNN forecaster that explicitly preserves multiscale trends through a self-updating memory buffer that integrates into the coarse-to-fine information flow. This design maintains global contextual signals as an inductive bias throughout hierarchical decoding. We provide a theoretical analysis indicating that when decoding, HiGFlow preserves multiscale trends where residual-based architectures may fail to do so. Empirically, HiGFlow achieves substantially lower MAE and RMSE than state-of-the-art forecasting models across multiple benchmark datasets, demonstrating the importance of explicit global memory in multiscale spatio-temporal forecasting. Our implementation is available at https://github.com/TB862/HiGFlow.