AI Navigate

VisiFold: Long-Term Traffic Forecasting via Temporal Folding Graph and Node Visibility

arXiv cs.AI / 3/13/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • VisiFold introduces a temporal folding graph that consolidates a sequence of temporal snapshots into a single graph, enabling more scalable long-term traffic forecasting.
  • It also proposes a node visibility mechanism with node-level masking and subgraph sampling to overcome computational bottlenecks caused by large node counts, maintaining performance with high mask ratios.
  • The approach reduces resource consumption compared with existing spatial-temporal methods and outperforms baselines on long-term forecasting tasks.
  • The authors release code at the provided GitHub repository, facilitating reproduction and adoption.

Abstract

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.