ReNF: Rethinking the Design of Neural Long-Term Time Series Forecasters
About
Neural Forecasters (NFs) have become a cornerstone of Long-term Time Series Forecasting (LTSF). However, recent progress has been hampered by an overemphasis on architectural complexity at the expense of fundamental forecasting structures. In this work, we revisit principled designs of LTSF. We begin by formulating a Variance Reduction Hypothesis (VRH), positing that generating and combining multiple forecasts is essential to reducing the inherent uncertainty of NFs. Guided by this, we propose Boosted Direct Output (BDO), a streamlined paradigm that synergistically hybridizes the causal structure of Auto-Regressive (AR) with the stability of Direct Output (DO), while implicitly realizing the principle of forecast combination within a single network. Furthermore, we mitigate a critical validation-test generalization gap by employing parameter smoothing to stabilize optimization. Extensive experiments demonstrate that these trivial yet principled improvements enable a direct temporal MLP to outperform recent, complex state-of-the-art models in nearly all benchmarks, without relying on intricate inductive biases. Finally, we empirically verify our hypothesis, establishing a dynamic performance bound that highlights promising directions for future research. The code is publicly available at: https://github.com/Luoauoa/ReNF.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Long-term time-series forecasting | ETTh1 | MAE0.416 | 575 | |
| Long-term time-series forecasting | Weather | MSE0.214 | 525 | |
| Long-term time-series forecasting | ETTh2 | MSE0.327 | 461 | |
| Long-term time-series forecasting | ETTm1 | MSE0.331 | 461 | |
| Long-term time-series forecasting | ETTm2 | MSE0.243 | 455 | |
| Long-term time-series forecasting | Traffic | MSE0.365 | 427 | |
| Traffic Forecasting | METR-LA | MAE0.348 | 329 | |
| Long-term time-series forecasting | solar | MSE0.176 | 66 | |
| Short-term forecasting | Nasdaq | MSE0.114 | 60 | |
| Short-term forecasting | Power | MSE1.268 | 60 |