Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Adaptive Multi-Scale Decomposition Framework for Time Series Forecasting

About

Transformer-based and MLP-based methods have emerged as leading approaches in time series forecasting (TSF). While Transformer-based methods excel in capturing long-range dependencies, they suffer from high computational complexities and tend to overfit. Conversely, MLP-based methods offer computational efficiency and adeptness in modeling temporal dynamics, but they struggle with capturing complex temporal patterns effectively. To address these challenges, we propose a novel MLP-based Adaptive Multi-Scale Decomposition (AMD) framework for TSF. Our framework decomposes time series into distinct temporal patterns at multiple scales, leveraging the Multi-Scale Decomposable Mixing (MDM) block to dissect and aggregate these patterns in a residual manner. Complemented by the Dual Dependency Interaction (DDI) block and the Adaptive Multi-predictor Synthesis (AMS) block, our approach effectively models both temporal and channel dependencies and utilizes autocorrelation to refine multi-scale data integration. Comprehensive experiments demonstrate that our AMD framework not only overcomes the limitations of existing methods but also consistently achieves state-of-the-art performance in both long-term and short-term forecasting tasks across various datasets, showcasing superior efficiency. Code is available at https://github.com/TROUBADOUR000/AMD

Yifan Hu, Peiyuan Liu, Peng Zhu, Dawei Cheng, Tao Dai• 2024

Related benchmarks

TaskDatasetResultRank
Multivariate ForecastingETTh1
MSE0.407
645
Multivariate long-term forecastingETTh1
MSE0.369
344
Time Series ForecastingETTm1
MSE0.389
334
Multivariate long-term series forecastingETTh2
MSE0.351
319
Multivariate long-term series forecastingWeather
MSE0.222
288
Multivariate long-term series forecastingETTm1
MSE0.347
257
Multivariate long-term forecastingElectricity
MSE0.129
183
Multivariate long-term series forecastingETTm2
MSE0.254
175
Multivariate long-term forecastingTraffic
MSE0.393
159
Multivariate long-term series forecastingExchange
MSE0.328
90
Showing 10 of 50 rows

Other info

Code

Follow for update