Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Peng Chen, Yingying Zhang, Yunyao Cheng, Yang Shu, Yihang Wang, Qingsong Wen, Bin Yang, Chenjuan Guo• 2024

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh1
MSE0.437
836
Multivariate ForecastingETTh1
MSE0.369
830
Time Series ForecastingETTh2
MSE0.343
796
Multivariate Time-series ForecastingETTm1
MSE0.285
686
Multivariate Time-series ForecastingETTm2
MSE0.163
539
Time Series ForecastingETTm2
MSE0.258
536
Multivariate Time-series ForecastingWeather
MSE0.144
409
Multivariate ForecastingETTh2
MSE0.283
359
Multivariate Time-series ForecastingTraffic
MSE0.373
310
Time Series ForecastingElectricity
MSE0.17
237
Showing 10 of 42 rows

Other info

Code

Follow for update