A Multi-scale Representation Learning Framework for Long-Term Time Series Forecasting
Boshi Gao, Qingjian Ni, Fanbo Ju, Yu Chen, Ziqi Zhao
TL;DR
This work tackles the challenge of long-term time series forecasting by proposing MDMixer, an MLP-based framework that explicitly disentangles multi-scale temporal information through a dual-branch trend–seasonal design and parallel multi-granularity predictors. A Multi-granularity Parallel Predictor (MPP) and a Multi-granularity Iterative Mixer (MIM) enable coarse-to-fine, channel-aware fusion via the Adaptive Multi-granularity Weighting Gate (AMWG), while a composite loss with a multi-granularity alignment term guides intermediate representations. Empirical results on eight LTSF benchmarks show that MD Mixer achieves state-of-the-art MAE improvements (e.g., −4.64% vs TimeMixer) with substantially improved training efficiency and interpretability, outperforming Transformer-based and other ML baselines. The approach demonstrates strong generalization to linear models when extended with the dual-branch decomposition and offers insights into how different granularities contribute to channel-specific forecasts, making it practically impactful for multi-variate, real-world forecasting tasks.
Abstract
Long-term time series forecasting (LTSF) offers broad utility in practical settings like energy consumption and weather prediction. Accurately predicting long-term changes, however, is demanding due to the intricate temporal patterns and inherent multi-scale variations within time series. This work confronts key issues in LTSF, including the suboptimal use of multi-granularity information, the neglect of channel-specific attributes, and the unique nature of trend and seasonal components, by introducing a proficient MLP-based forecasting framework. Our method adeptly disentangles complex temporal dynamics using clear, concurrent predictions across various scales. These multi-scale forecasts are then skillfully integrated through a system that dynamically assigns importance to information from different granularities, sensitive to individual channel characteristics. To manage the specific features of temporal patterns, a two-pronged structure is utilized to model trend and seasonal elements independently. Experimental results on eight LTSF benchmarks demonstrate that MDMixer improves average MAE performance by 4.64% compared to the recent state-of-the-art MLP-based method (TimeMixer), while achieving an effective balance between training efficiency and model interpretability.
