Decoupling Spatio-Temporal Prediction: When Lightweight Large Models Meet Adaptive Hypergraphs
Jiawen Chen, Qi Shao, Duxin Chen, Wenwu Yu
TL;DR
This work tackles the challenge of achieving accurate spatio-temporal predictions at scale by decoupling temporal and spatial modeling. It introduces STH-SepNet, which uses lightweight large language models to capture low-rank temporal dynamics and adaptive hypergraphs to model evolving, higher-order spatial interactions, fused through a gating mechanism. The approach demonstrates state-of-the-art predictive performance on large real-world datasets and delivers notable computational efficiency, outperforming many large-model baselines. The results underscore the practical value of separating temporal and spatial processing for scalable, robust spatio-temporal forecasting in dynamic networks.
Abstract
Spatio-temporal prediction is a pivotal task with broad applications in traffic management, climate monitoring, energy scheduling, etc. However, existing methodologies often struggle to balance model expressiveness and computational efficiency, especially when scaling to large real-world datasets. To tackle these challenges, we propose STH-SepNet (Spatio-Temporal Hypergraph Separation Networks), a novel framework that decouples temporal and spatial modeling to enhance both efficiency and precision. Therein, the temporal dimension is modeled using lightweight large language models, which effectively capture low-rank temporal dynamics. Concurrently, the spatial dimension is addressed through an adaptive hypergraph neural network, which dynamically constructs hyperedges to model intricate, higher-order interactions. A carefully designed gating mechanism is integrated to seamlessly fuse temporal and spatial representations. By leveraging the fundamental principles of low-rank temporal dynamics and spatial interactions, STH-SepNet offers a pragmatic and scalable solution for spatio-temporal prediction in real-world applications. Extensive experiments on large-scale real-world datasets across multiple benchmarks demonstrate the effectiveness of STH-SepNet in boosting predictive performance while maintaining computational efficiency. This work may provide a promising lightweight framework for spatio-temporal prediction, aiming to reduce computational demands and while enhancing predictive performance. Our code is avaliable at https://github.com/SEU-WENJIA/ST-SepNet-Lightweight-LLMs-Meet-Adaptive-Hypergraphs.
