English

Fi$^2$VTS: Time Series Forecasting Via Capturing Intra- and Inter-Variable Variations in the Frequency Domain

Artificial Intelligence 2024-11-05 v7

Abstract

Time series forecasting (TSF) plays a crucial role in various applications, including medical monitoring and crop growth. Despite the advancements in deep learning methods for TSF, their capacity to predict long-term series remains constrained. This limitation arises from the failure to account for both intra- and inter-variable variations meanwhile. To mitigate this challenge, we introduce the Fi2^2VBlock, which leverages a \textbf{F}requency domain perspective to capture \textbf{i}ntra- and \textbf{i}nter-variable \textbf{V}ariations. After transforming into the frequency domain via the Frequency Transform Module, the Frequency Cross Attention between the real and imaginary parts is designed to obtain enhanced frequency representations and capture intra-variable variations. Furthermore, Inception blocks are employed to integrate information, thus capturing correlations across different variables. Our backbone network, Fi2^2VTS, employs a residual architecture by concatenating multiple Fi2^2VBlocks, thereby preventing degradation issues. Theoretically, we demonstrate that Fi2^2VTS achieves a substantial reduction in both time and memory complexity, decreasing from O(L2)\mathcal{O}(L^2) to O(L)\mathcal{O}(L) per Fi2^2VBlock computation. Empirical evaluations reveal that Fi2^2VTS outperforms other baselines on two benchmark datasets. The implementation code is accessible at \url{https://github.com/HITshenrj/Fi2VTS}.

Keywords

Cite

@article{arxiv.2407.21275,
  title  = {Fi$^2$VTS: Time Series Forecasting Via Capturing Intra- and Inter-Variable Variations in the Frequency Domain},
  author = {Rujia Shen and Yang Yang and Yaoxion Lin and Liangliang Liu and Boran Wang and Yi Guan and Jingchi Jiang},
  journal= {arXiv preprint arXiv:2407.21275},
  year   = {2024}
}

Comments

There was an error in the experimental results; we mistakenly took the result of our method on the ETTh2 dataset as the result of our method on the ETTh1 dataset

R2 v1 2026-06-28T17:58:50.725Z