FilterTS: Comprehensive Frequency Filtering for Multivariate Time Series Forecasting
Yulong Wang, Yushuo Liu, Xiaoyi Duan, Kai Wang
TL;DR
FilterTS tackles the challenge of forecasting with high-dimensional multivariate time series by explicitly modeling both stable and dynamically changing frequency components. It introduces a Dynamic Cross-Variable Filtering Module and a Static Global Filtering Module that operate in the frequency domain, converting time-domain convolution into efficient multiplicative operations. Through extensive experiments on eight real-world datasets, FilterTS achieves superior forecasting accuracy and reduced computational requirements, with ablations demonstrating the importance of both filtering pathways. The approach offers a scalable mechanism to leverage inter-variable frequency dependencies, delivering practical benefits in domains with many variables and diverse temporal patterns.
Abstract
Multivariate time series forecasting is crucial across various industries, where accurate extraction of complex periodic and trend components can significantly enhance prediction performance. However, existing models often struggle to capture these intricate patterns. To address these challenges, we propose FilterTS, a novel forecasting model that utilizes specialized filtering techniques based on the frequency domain. FilterTS introduces a Dynamic Cross-Variable Filtering Module, a key innovation that dynamically leverages other variables as filters to extract and reinforce shared variable frequency components across variables in multivariate time series. Additionally, a Static Global Filtering Module captures stable frequency components, identified throughout the entire training set. Moreover, the model is built in the frequency domain, converting time-domain convolutions into frequency-domain multiplicative operations to enhance computational efficiency. Extensive experimental results on eight real-world datasets have demonstrated that FilterTS significantly outperforms existing methods in terms of prediction accuracy and computational efficiency.
