Fourier Basis Mapping: A Time-Frequency Learning Framework for Time Series Forecasting

πŸ“… 2025-07-12
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Existing Fourier-transform-based time series forecasting methods suffer from several limitations: misalignment of periodic phase origins, sensitivity to sequence length, ambiguous frequency interpretation, and neglect of temporal dynamics. To address these issues, this paper proposes Fourier Basis Mapping (FBM), a novel frequency-domain representation reformulated from the perspective of basis functions. FBM explicitly models frequency components as hierarchical sine-cosine basis coefficients and jointly encodes time-frequency features. Furthermore, we design FBM-Sβ€”an enhanced architecture incorporating seasonal-trend-interaction decomposition, interaction masking, centering, and multi-scale downsampling. FBM is plug-and-play compatible with diverse backbone models, including linear models, MLPs, and Transformers. Extensive experiments on multiple real-world benchmarks demonstrate that FBM significantly improves both long-term and short-term forecasting accuracy and robustness, achieving state-of-the-art performance.

Technology Category

Application Category

πŸ“ Abstract
The integration of Fourier transform and deep learning opens new avenues for time series forecasting. We reconsider the Fourier transform from a basis functions perspective. Specifically, the real and imaginary parts of the frequency components can be regarded as the coefficients of cosine and sine basis functions at tiered frequency levels, respectively. We find that existing Fourier-based methods face inconsistent starting cycles and inconsistent series length issues. They fail to interpret frequency components precisely and overlook temporal information. Accordingly, the novel Fourier Basis Mapping (FBM) method addresses these issues by integrating time-frequency features through Fourier basis expansion and mapping in the time-frequency space. Our approach extracts explicit frequency features while preserving temporal characteristics. FBM supports plug-and-play integration with various types of neural networks by only adjusting the first initial projection layer for better performance. First, we propose FBM-L, FBM-NL, and FBM-NP to enhance linear, MLP-based, and Transformer-based models, respectively, demonstrating the effectiveness of time-frequency features. Next, we propose a synergetic model architecture, termed FBM-S, which decomposes the seasonal, trend, and interaction effects into three separate blocks, each designed to model time-frequency features in a specialized manner. Finally, we introduce several techniques tailored for time-frequency features, including interaction masking, centralization, patching, rolling window projection, and multi-scale down-sampling. The results are validated on diverse real-world datasets for both long-term and short-term forecasting tasks with SOTA performance.
Problem

Research questions and friction points this paper is trying to address.

Inconsistent starting cycles and series lengths in Fourier-based methods
Precise interpretation of frequency components lacking temporal information
Integration of time-frequency features for improved forecasting performance
Innovation

Methods, ideas, or system contributions that make the work stand out.

Integrates Fourier transform with deep learning
Proposes Fourier Basis Mapping for time-frequency features
Enhances models with specialized time-frequency techniques
πŸ”Ž Similar Papers