LGMay 24, 2024

FTMixer: Frequency and Time Domain Representations Fusion for Time Series Modeling

arXiv:2405.15256v29 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses time series forecasting for applications like finance or weather prediction, but it is incremental as it builds on existing domain fusion concepts with specific module innovations.

The authors tackled the problem of modeling time series data by proposing FTMixer, a method that fuses frequency and time domain representations to capture both local and global dependencies, achieving superior forecasting performance and computational efficiency across seven real-world datasets.

Time series data can be represented in both the time and frequency domains, with the time domain emphasizing local dependencies and the frequency domain highlighting global dependencies. To harness the strengths of both domains in capturing local and global dependencies, we propose the Frequency and Time Domain Mixer (FTMixer). To exploit the global characteristics of the frequency domain, we introduce the Frequency Channel Convolution (FCC) module, designed to capture global inter-series dependencies. Inspired by the windowing concept in frequency domain transformations, we present the Windowing Frequency Convolution (WFC) module to capture local dependencies. The WFC module first applies frequency transformation within each window, followed by convolution across windows. Furthermore, to better capture these local dependencies, we employ channel-independent scheme to mix the time domain and frequency domain patches. Notably, FTMixer employs the Discrete Cosine Transformation (DCT) with real numbers instead of the complex-number-based Discrete Fourier Transformation (DFT), enabling direct utilization of modern deep learning operators in the frequency domain. Extensive experimental results across seven real-world long-term time series datasets demonstrate the superiority of FTMixer, in terms of both forecasting performance and computational efficiency.

Code Implementations1 repo
Foundations

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

Your Notes