Causality-Inspired Safe Residual Correction for Multivariate Time Series
About
While modern multivariate forecasters such as Transformers and GNNs achieve strong benchmark performance, they often suffer from systematic errors at specific variables or horizons and, critically, lack guarantees against performance degradation in deployment. Existing post-hoc residual correction methods attempt to fix these errors, but are inherently greedy: although they may improve average accuracy, they can also "help in the wrong way" by overcorrecting reliable predictions and causing local failures in unseen scenarios. To address this critical "safety gap," we propose CRC (Causality-inspired Safe Residual Correction), a plug-and-play framework explicitly designed to ensure non-degradation. CRC follows a divide-and-conquer philosophy: it employs a causality-inspired encoder to expose direction-aware structure by decoupling self- and cross-variable dynamics, and a hybrid corrector to model residual errors. Crucially, the correction process is governed by a strict four-fold safety mechanism that prevents harmful updates. Experiments across multiple datasets and forecasting backbones show that CRC consistently improves accuracy, while an in-depth ablation study confirms that its core safety mechanisms ensure exceptionally high non-degradation rates (NDR), making CRC a correction framework suited for safe and reliable deployment.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multivariate long-term forecasting | ETTm1 T=96 (test) | MSE0.3173 | 39 | |
| Multivariate long-term forecasting | Electricity T=96 (test) | MSE0.1345 | 23 | |
| Time Series Forecasting | Traffic Horizon 96 (test) | MSE0.4221 | 17 | |
| Time Series Forecasting | ETTh1 Horizon 720 (test) | MSE0.4967 | 17 | |
| Time Series Forecasting | Traffic Horizon 720 (test) | MSE0.5044 | 17 | |
| Time Series Forecasting | ETTh1 Horizon 96 (test) | MSE0.379 | 17 | |
| Multivariate Time-series Forecasting | ETTh1 Horizon 192 (test) | MSE0.41 | 8 | |
| Multivariate Time-series Forecasting | ETTh1 Horizon 336 (test) | MSE0.465 | 8 | |
| Multivariate Time-series Forecasting | ETTh2 Horizon 192 (test) | MSE0.3613 | 8 | |
| Multivariate Time-series Forecasting | ETTm1 Horizon 336 (test) | MSE0.3932 | 8 |