MSHyper: Multi-Scale Hypergraph Transformer for Long-Range Time Series Forecasting
Zongjiang Shang, Ling Chen, Binqing Wu, Dongliang Cui
TL;DR
The paper tackles long-range time-series forecasting by modeling high-order interactions across multiple temporal scales. It introduces MSHyper, a Multi-Scale Hypergraph Transformer, which constructs a multi-scale hypergraph and a hyperedge graph and employs a tri-stage message passing mechanism to learn interaction strengths between patterns from different scales. Key contributions include the hypergraph and hyperedge graph construction (H-HGC) module, the tri-stage message passing (TMP) framework, and comprehensive experiments showing state-of-the-art performance across eight real-world datasets with robust long-horizon forecasting. The approach demonstrates that explicit high-order cross-scale interactions, captured via hypergraphs, yield substantial accuracy gains and better long-range robustness, with potential extensions to adaptive hypergraphs and neural architecture search.
Abstract
Demystifying interactions between temporal patterns of different scales is fundamental to precise long-range time series forecasting. However, previous works lack the ability to model high-order interactions. To promote more comprehensive pattern interaction modeling for long-range time series forecasting, we propose a Multi-Scale Hypergraph Transformer (MSHyper) framework. Specifically, a multi-scale hypergraph is introduced to provide foundations for modeling high-order pattern interactions. Then by treating hyperedges as nodes, we also build a hyperedge graph to enhance hypergraph modeling. In addition, a tri-stage message passing mechanism is introduced to aggregate pattern information and learn the interaction strength between temporal patterns of different scales. Extensive experiments on five real-world datasets demonstrate that MSHyper achieves state-of-the-art (SOTA) performance across various settings.
