To See Far, Look Close: Evolutionary Forecasting for Long-term Time Series
Jiaming Ma, Siyuan Mu, Ruilin Tang, Haofeng Ma, Qihe Huang, Zhengyang Zhou, Pengkun Wang, Binwu Wang, Yang Wang
TL;DR
This paper challenges the conventional Direct Forecasting paradigm for long-term time series forecasting by decoupling the model’s output horizon from the evaluation horizon. It introduces Evolutionary Forecasting (EF), a block-wise, generative framework where a single model produces $L$-length Reasoning Blocks that concatenate to form the target horizon $H$, with $K=\lceil H/L\rceil$. The authors prove that DF is a degenerate case of EF and demonstrate, through extensive experiments across diverse real-world datasets, that EF consistently outperforms horizon-specific DF ensembles, even in extreme extrapolation where errors typically accumulate. They also diagnose an optimization pathology in DF—gradient conflicts across near-term and distal horizons—that EF mitigates, enabling robust, scalable long-horizon forecasting. Overall, the work advocates moving from static horizon mappings to autonomous evolutionary reasoning for time series forecasting, with strong implications for efficiency and generalization in practice.
Abstract
The prevailing Direct Forecasting (DF) paradigm dominates Long-term Time Series Forecasting (LTSF) by forcing models to predict the entire future horizon in a single forward pass. While efficient, this rigid coupling of output and evaluation horizons necessitates computationally prohibitive re-training for every target horizon. In this work, we uncover a counter-intuitive optimization anomaly: models trained on short horizons-when coupled with our proposed Evolutionary Forecasting (EF) paradigm-significantly outperform those trained directly on long horizons. We attribute this success to the mitigation of a fundamental optimization pathology inherent in DF, where conflicting gradients from distant futures cripple the learning of local dynamics. We establish EF as a unified generative framework, proving that DF is merely a degenerate special case of EF. Extensive experiments demonstrate that a singular EF model surpasses task-specific DF ensembles across standard benchmarks and exhibits robust asymptotic stability in extreme extrapolation. This work propels a paradigm shift in LTSF: moving from passive Static Mapping to autonomous Evolutionary Reasoning.
