← Latest papers
🌀 nonlinear sciences

Temporal horizons in forecasting: a performance-learnability trade-off

This paper establishes a fundamental trade-off in autoregressive forecasting, proving that while long-horizon training yields models with superior generalization to short-term predictions, it simultaneously creates a rougher loss landscape that makes optimization inherently more difficult.

Original authors: Pau Vilimelis Aceituno, Jack William Miller, Noah Marti, Youssef Farag, Victor Boussange

Published 2026-09-10
📖 5 min read🧠 Deep dive

Original authors: Pau Vilimelis Aceituno, Jack William Miller, Noah Marti, Youssef Farag, Victor Boussange

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Predicting the future is one of humanity's oldest and most persistent challenges, whether we are trying to forecast the weather, model the spread of a disease, or guide a robot through a cluttered room. In the modern era, scientists and engineers rely heavily on a specific type of computer program called an autoregressive model to do this work. These programs operate on a simple, iterative logic: they look at the current state of a system, make a prediction for the very next moment, and then feed that prediction back into the machine as if it were a real observation to predict the moment after that. By repeating this process, the model attempts to build a picture of what happens days, weeks, or years down the line. However, a fundamental question has long lingered in the training of these systems: how far into the future should the computer be asked to look while it is learning? Should it be taught to predict just the next second, or should it be forced to plan for the next hour? For a long time, the answer was largely a matter of guesswork or tradition, with researchers often choosing a time frame without a clear understanding of how that choice shaped the machine's ability to learn.

A team of researchers from institutions in Switzerland, Australia, and the United States has now provided a rigorous answer to this question, revealing a surprising trade-off that governs how these models learn. They discovered that the choice of the training time horizon is not just a minor setting; it fundamentally alters the shape of the mathematical landscape the computer navigates while learning. When a model is trained to predict only the immediate future, the mathematical terrain it explores is relatively smooth and easy to traverse, allowing it to find a good solution quickly. However, this ease comes at a cost: the solutions found in this smooth, short-term landscape often fail when asked to look further ahead, leading to predictions that drift wildly off course over time. Conversely, when the model is trained to predict far into the future, it learns a much more accurate understanding of the system's true behavior, one that generalizes well to both short and long-term forecasts. The catch is that this long-term training landscape is incredibly rough and jagged, filled with countless tiny peaks and valleys that make it extremely difficult for the computer to find the best solution without getting stuck or losing its way.

To understand this phenomenon, the researchers turned to the mathematics of dynamical systems, which describe how things change over time, such as the swirling patterns of a hurricane or the swinging motion of a double pendulum. They proved mathematically that as the time horizon for training increases, the "roughness" of the learning landscape grows exponentially for chaotic systems and linearly for systems that repeat in cycles. This roughness means that the computer's learning process, which relies on following the slope of the terrain to find the lowest point (the best prediction), becomes increasingly prone to stumbling. The steeper and more complex the terrain becomes with longer time horizons, the harder it is for standard training methods to succeed. Yet, the researchers also demonstrated that the few solutions found in these difficult, long-term landscapes are superior. A model that manages to find a good minimum in a long-horizon training session will naturally perform well on short-term tasks as well, whereas a model trained only on short horizons cannot reliably be trusted to predict the distant future.

The team validated these theoretical insights through a series of computer experiments using diverse systems, ranging from the famous chaotic Lorenz attractor, which mimics atmospheric convection, to a complex food web model representing ecological interactions. They also tested their findings on real-world data, including sea surface temperatures and stock market prices. In every case, the results followed the same pattern: the performance of the models formed a U-shaped curve relative to the training time horizon. Models trained on very short horizons performed poorly on long-term tasks, and models trained on excessively long horizons often failed to learn anything at all because the landscape was too rough to navigate. The sweet spot, the optimal training horizon, was found somewhere in the middle. Crucially, this optimal point was rarely the same as the specific time horizon the researchers wanted to test the model on later. Instead, the best training horizon depended on the intrinsic nature of the system being modeled, such as how chaotic or stable its behavior was, rather than the specific length of the forecast the user desired.

These findings offer a new, principled way to approach the training of predictive machines. The study suggests that the common practice of training a model to predict only the next step, or simply matching the training horizon to the testing horizon, is rarely the most effective strategy. Instead, the ideal approach involves selecting a training horizon that balances the system's inherent dynamics with the computational resources available. While training on longer horizons yields better, more robust models, it requires significantly more computing power and careful tuning to overcome the roughness of the learning landscape. The researchers propose that future systems could dynamically adjust this training horizon during the learning process, starting with shorter, easier horizons to find a good starting point and gradually extending the view as the model becomes more stable. This work provides a clear theoretical foundation for a field that has often relied on trial and error, showing that the key to better forecasting lies in understanding the hidden geometry of the learning process itself.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →