Search papers, labs, and topics across Lattice.
This paper introduces PMDformer, a novel Transformer-based architecture for long-term time series forecasting that employs patch-mean decoupling (PMD) to separate trend and residual shape information, thereby enhancing the model's ability to capture true shape similarities. The model integrates Trend Restoration Attention (TRA) to reintegrate decoupled trends and Proximal Variable Attention (PVA) to focus on relevant time segments, effectively addressing the challenges of long-range dependencies and cross-variable relationships. Extensive experiments demonstrate that PMDformer significantly outperforms existing state-of-the-art methods in terms of stability and accuracy across multiple benchmarks in long-term forecasting.
By decoupling trend and residual information, PMDformer achieves unprecedented accuracy in long-term time series forecasting, setting a new benchmark in the field.
Long-term time series forecasting (LTSF) plays a crucial role in fields such as energy management, finance, and traffic prediction. Transformer-based models have adopted patch-based strategies to capture long-range dependencies, but accurately modeling shape similarities across patches and variables remains challenging due to scale differences. To address this, we introduce patch-mean decoupling (PMD), which separates the trend and residual shape information by subtracting the mean of each patch, preserving the original structure and ensuring that the attention mechanism captures true shape similarities. Futhermore, to more effectively model long-range dependencies and capture cross-variable relationships, we propose Trend Restoration Attention (TRA) and Proximal Variable Attention (PVA). The former module reintegrates the decoupled trend from PMD while calculating attention output. And the latter focuses cross-variable attention on the most relevant, recent time segments to avoid overfitting on outdated correlations. Combining these components, we propose PMDformer, a model designed to effectively capture shape similarity in long-term forecasting scenarios. Extensive experiments indicate that PMDformer outperforms existing state-of-the-art methods in stability and accuracy across multiple LTSF benchmarks. The code is available at https://github.com/aohu1105/PMDformer.