LGApr 8, 2024

ATFNet: Adaptive Time-Frequency Ensembled Network for Long-term Time Series Forecasting

arXiv:2404.05192v120 citationsh-index: 5
Originality Highly original
AI Analysis

This work addresses the problem of accurate long-term forecasting for time series data, which is incremental as it builds on existing domain-based approaches.

The authors tackled long-term time series forecasting by proposing ATFNet, a framework that combines time and frequency domain modules to capture local and global dependencies, which outperformed state-of-the-art methods in experiments on multiple real-world datasets.

The intricate nature of time series data analysis benefits greatly from the distinct advantages offered by time and frequency domain representations. While the time domain is superior in representing local dependencies, particularly in non-periodic series, the frequency domain excels in capturing global dependencies, making it ideal for series with evident periodic patterns. To capitalize on both of these strengths, we propose ATFNet, an innovative framework that combines a time domain module and a frequency domain module to concurrently capture local and global dependencies in time series data. Specifically, we introduce Dominant Harmonic Series Energy Weighting, a novel mechanism for dynamically adjusting the weights between the two modules based on the periodicity of the input time series. In the frequency domain module, we enhance the traditional Discrete Fourier Transform (DFT) with our Extended DFT, designed to address the challenge of discrete frequency misalignment. Additionally, our Complex-valued Spectrum Attention mechanism offers a novel approach to discern the intricate relationships between different frequency combinations. Extensive experiments across multiple real-world datasets demonstrate that our ATFNet framework outperforms current state-of-the-art methods in long-term time series forecasting.

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