Fi$^2$VTS: Time Series Forecasting Via Capturing Intra- and Inter-Variable Variations in the Frequency Domain
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 FiVBlock, 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, FiVTS, employs a residual architecture by concatenating multiple FiVBlocks, thereby preventing degradation issues. Theoretically, we demonstrate that FiVTS achieves a substantial reduction in both time and memory complexity, decreasing from to per FiVBlock computation. Empirical evaluations reveal that FiVTS outperforms other baselines on two benchmark datasets. The implementation code is accessible at \url{https://github.com/HITshenrj/Fi2VTS}.
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