Search papers, labs, and topics across Lattice.
The paper introduces VisiFold, a novel framework for long-term traffic forecasting that addresses the limitations of existing spatial-temporal graph methods. VisiFold employs a temporal folding graph to consolidate temporal snapshots and a node visibility mechanism with masking and subgraph sampling to reduce computational costs. Experiments demonstrate that VisiFold outperforms existing baselines in long-term forecasting while significantly reducing resource consumption, even with high masking ratios.
By folding time into a single graph and selectively masking nodes, VisiFold achieves state-of-the-art long-term traffic forecasting with dramatically reduced computational cost.
Traffic forecasting is a cornerstone of intelligent transportation systems. While existing research has made significant progress in short-term prediction, long-term forecasting remains a largely uncharted and challenging frontier. Extending the prediction horizon intensifies two critical issues: escalating computational resource consumption and increasingly complex spatial-temporal dependencies. Current approaches, which rely on spatial-temporal graphs and process temporal and spatial dimensions separately, suffer from snapshot-stacking inflation and cross-step fragmentation. To overcome these limitations, we propose \textit{VisiFold}. Our framework introduces a novel temporal folding graph that consolidates a sequence of temporal snapshots into a single graph. Furthermore, we present a node visibility mechanism that incorporates node-level masking and subgraph sampling to overcome the computational bottleneck imposed by large node counts. Extensive experiments show that VisiFold not only drastically reduces resource consumption but also outperforms existing baselines in long-term forecasting tasks. Remarkably, even with a high mask ratio of 80\%, VisiFold maintains its performance advantage. By effectively breaking the resource constraints in both temporal and spatial dimensions, our work paves the way for more realistic long-term traffic forecasting. The code is available at~ https://github.com/PlanckChang/VisiFold.