English

Pathformer: Multi-scale Transformers with Adaptive Pathways for Time Series Forecasting

Machine Learning 2024-09-17 v5

Abstract

Transformers for time series forecasting mainly model time series from limited or fixed scales, making it challenging to capture different characteristics spanning various scales. We propose Pathformer, a multi-scale Transformer with adaptive pathways. It integrates both temporal resolution and temporal distance for multi-scale modeling. Multi-scale division divides the time series into different temporal resolutions using patches of various sizes. Based on the division of each scale, dual attention is performed over these patches to capture global correlations and local details as temporal dependencies. We further enrich the multi-scale Transformer with adaptive pathways, which adaptively adjust the multi-scale modeling process based on the varying temporal dynamics of the input, improving the accuracy and generalization of Pathformer. Extensive experiments on eleven real-world datasets demonstrate that Pathformer not only achieves state-of-the-art performance by surpassing all current models but also exhibits stronger generalization abilities under various transfer scenarios. The code is made available at https://github.com/decisionintelligence/pathformer.

Keywords

Cite

@article{arxiv.2402.05956,
  title  = {Pathformer: Multi-scale Transformers with Adaptive Pathways for Time Series Forecasting},
  author = {Peng Chen and Yingying Zhang and Yunyao Cheng and Yang Shu and Yihang Wang and Qingsong Wen and Bin Yang and Chenjuan Guo},
  journal= {arXiv preprint arXiv:2402.05956},
  year   = {2024}
}

Comments

Accepted by the 12th International Conference on Learning Representations (ICLR 2024)

R2 v1 2026-06-28T14:43:21.613Z