LGJan 22

Dualformer: Time-Frequency Dual Domain Learning for Long-term Time Series Forecasting

arXiv:2601.15669v1h-index: 10Has Code
Originality Highly original
AI Analysis

This addresses a specific bottleneck in time series forecasting for applications requiring fine-grained temporal variations, representing a novel method rather than a foundational advance.

The paper tackles the problem of low-pass filtering in Transformer-based models for long-term time series forecasting by proposing Dualformer, a dual-domain framework that preserves high-frequency information, resulting in superior performance on eight benchmarks, especially for heterogeneous or weakly periodic data.

Transformer-based models, despite their promise for long-term time series forecasting (LTSF), suffer from an inherent low-pass filtering effect that limits their effectiveness. This issue arises due to undifferentiated propagation of frequency components across layers, causing a progressive attenuation of high-frequency information crucial for capturing fine-grained temporal variations. To address this limitation, we propose Dualformer, a principled dual-domain framework that rethinks frequency modeling from a layer-wise perspective. Dualformer introduces three key components: (1) a dual-branch architecture that concurrently models complementary temporal patterns in both time and frequency domains; (2) a hierarchical frequency sampling module that allocates distinct frequency bands to different layers, preserving high-frequency details in lower layers while modeling low-frequency trends in deeper layers; and (3) a periodicity-aware weighting mechanism that dynamically balances contributions from the dual branches based on the harmonic energy ratio of inputs, supported theoretically by a derived lower bound. This design enables structured frequency modeling and adaptive integration of time-frequency features, effectively preserving high-frequency information and enhancing generalization. Extensive experiments conducted on eight widely used benchmarks demonstrate Dualformer's robustness and superior performance, particularly on heterogeneous or weakly periodic data. Our code is publicly available at https://github.com/Akira-221/Dualformer.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes