TimeFilter: Patch-Specific Spatial-Temporal Graph Filtration for Time Series Forecasting
Yifan Hu, Guibin Zhang, Peiyuan Liu, Disen Lan, Naiqi Li, Dawei Cheng, Tao Dai, Shu-Tao Xia, Shirui Pan
TL;DR
TimeFilter tackles the challenge of dynamic, cross-variable dependencies in multivariate time-series forecasting by introducing patch-level graph filtration. It builds a Spatial-Temporal Construction graph on $n=C×N$ patches, uses a Patch-Specific Filtration (PSF) MoE router to selectively retain temporal, spatial, or spatial-temporal edges, and employs Adaptive Graph Learning (AGL) to refine the graph $M'$ for forecasting. The approach reduces noise from spurious correlations and delivers state-of-the-art results across 13 real-world datasets for both long- and short-term horizons, with robust performance and statistical significance against strong baselines. By enabling per-patch dependency tailoring and efficient parallel filtration, TimeFilter offers a scalable, generalizable solution for real-world time-series forecasting tasks.
Abstract
Time series forecasting methods generally fall into two main categories: Channel Independent (CI) and Channel Dependent (CD) strategies. While CI overlooks important covariate relationships, CD captures all dependencies without distinction, introducing noise and reducing generalization. Recent advances in Channel Clustering (CC) aim to refine dependency modeling by grouping channels with similar characteristics and applying tailored modeling techniques. However, coarse-grained clustering struggles to capture complex, time-varying interactions effectively. To address these challenges, we propose TimeFilter, a GNN-based framework for adaptive and fine-grained dependency modeling. After constructing the graph from the input sequence, TimeFilter refines the learned spatial-temporal dependencies by filtering out irrelevant correlations while preserving the most critical ones in a patch-specific manner. Extensive experiments on 13 real-world datasets from diverse application domains demonstrate the state-of-the-art performance of TimeFilter. The code is available at https://github.com/TROUBADOUR000/TimeFilter.
