TimeFilter: Patch-Specific Spatial-Temporal Graph Filtration for Time Series Forecasting
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Long-term time-series forecasting | ETTh1 | MAE0.399 | 351 | |
| Forecasting | ETT1 (test) | CMSE0.412 | 50 | |
| Time Series Forecasting | SolarWind block-wise test-time missingness (test) | CMSE0.35 | 21 | |
| channel-wise asynchronous long-term multivariate forecasting | ETT1 | CMSE0.34 | 18 | |
| Long-term time-series forecasting | ETTh1 conventional (test) | CMSE0.37 | 16 | |
| channel-wise asynchronous long-term multivariate forecasting | CHS | CMSE0.304 | 16 | |
| Channel-wise Asynchronous Forecasting | SolarWind m=0.250 Case 2 (test) | CMSE0.444 | 13 | |
| Channel-wise Asynchronous Forecasting | SolarWind m=0.375 Case 2 (test) | CMSE0.471 | 13 | |
| Channel-wise Asynchronous Forecasting | SolarWind m=0.500 Case 2 (test) | CMSE0.522 | 13 | |
| Channel-wise Asynchronous Forecasting | SolarWind m=0.125 Case 2 (test) | CMSE0.43 | 13 |