Pith. sign in

REVIEW 4 major objections 5 minor 76 references

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

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Longer training horizons make the loss landscape exponentially rougher for chaotic systems and linearly rougher for limit cycles, while long-horizon minima still generalize better to short horizons.

desk verdict A promising framework for horizon selection whose headline theorems are not yet proven as stated—the O/Omega gap is real and load-bearing; still worth a serious referee. read the letter →

arxiv 2506.03889 v2 pith:SC562PGR submitted 2025-06-04 cs.LG nlin.CD

classification cs.LGnlin.CD MSC 37D4537M1068T07
keywords autoregressiveforecastingtraininghorizonlosslandscapechaoticdynamicslimitcyclesLyapunovexponentsgeneralizationasymmetryhyperparameterselection
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

How far ahead should an autoregressive model be trained to predict? This paper proves that the answer is set by the intrinsic dynamics of the system being forecast. For chaotic systems, the gradient magnitude, the Hessian around minima, and the roughness of the loss landscape all grow exponentially with the training horizon $T$, at a rate set by the Lyapunov exponent $\lambda$ (how fast nearby trajectories separate); for limit cycles they grow linearly in $T$ at the cycle frequency $\omega$. Minima found at long horizons generalize well to short horizons, while short-horizon minima degrade exponentially (chaotic) or linearly (periodic) when pushed to longer forecasts. The net result is a U-shaped relationship: the optimal training horizon is an interior sweet spot that matches neither one-step-ahead training nor the evaluation horizon, and the paper validates this on four dynamical systems and two climate datasets.

What carries the argument

The load-bearing object is the $\varepsilon$-bounded region: a convex set of parameters inside which the model's one-step Jacobian $J_f(x,\theta)$ stays within $\varepsilon^2$ of the true system Jacobian $J_\phi(x)$ for every state $x$. Lemma A.6 shows that inside such a region the model Jacobian converges to the true Jacobian, so the system's Lyapunov exponent $\lambda$ (the rate at which nearby trajectories separate) or cycle frequency $\omega$ is inherited by the products of state-space Jacobians $J_x^\tau(x,\theta)=\prod_{k=1}^{\tau} J_x(f^k(x),\theta)$ that appear in the chain-rule expansion of the loss gradient. That product, growing like $e^{\lambda\tau}$ for chaos and like $\omega\tau$ for limit cycles, is what carries the scaling from the dynamics into the gradient, the Hessian, and the roughness of the landscape. The $\varepsilon$-bounded region is also the boundary condition of the theory: the results apply only to partially trained models whose parameters stay in such a region, not to models at initialization.

What would settle it

Train an autoregressive MLP on a chaotic system and, at each checkpoint, measure both the relative gradient norm $g(T)$ and whether the current parameters satisfy the $\varepsilon$-bounded-region condition $\|f(x+\varepsilon r,\theta)-(f(x,\theta)+J_\phi(x)\varepsilon r)\|<\varepsilon^2$ on a sample of states. If $g(T)$ fails to grow like $e^{\lambda T}$ whenever the condition holds, or if it grows exponentially while the condition is violated, the causal link from system dynamics to loss-landscape geometry is broken. A complementary check: for connected minima of the losses at $T_l$ and $T_h$, the transfer ratio should track $e^{\lambda(T_h-T_l)}$; sweeping a system parameter to vary $\lambda$ over a factor of ten and confirming the rate would settle whether the exponential constant is really the Lyapunov exponent.

Watch

Extended reading notes

Core claim

On its own terms, the paper's central discovery is that the geometry of an autoregressive forecasting loss is not a property of the model alone: it inherits the temporal signature of the underlying dynamical system. The paper shows that the relative gradient norm $g(T) = \|\nabla_\theta L(\theta,T)\|/\|\nabla_\theta L(\theta,1)\|$ scales as $O(e^{\lambda T})$ for chaotic or locally unstable systems and as $O(\omega T)$ for limit cycles, with the same scaling inherited by the Hessian around minima and by the number of extrema along any line in parameter space. The minima found at different horizons are asymmetric in their transfer: a minimum found at a long horizon $T_h$ performs well when evaluated at a short horizon $T_l$, while the reverse fails with the same exponential or linear factor, so long-horizon minima capture the global dynamics better. The paper also proves that as $T\to\infty$ the loss surface becomes a fractal, which would make gradient descent fail entirely. Together these results imply that single-step training and training exactly at the evaluation horizon are both suboptimal defaults.

Load-bearing premise

The whole argument assumes the trained model has already learned the dynamics well enough that its local behavior matches the real system's local behavior across the whole region of parameter space that training visits; only under that alignment do the system's divergence rate or cycle speed transfer to the model's gradients and produce the predicted scalings.

Editorial extensions

If this is right

  • Single-step training ($T=1$) is not a safe default: a model trained one step ahead suffers exponentially (chaotic systems) or linearly (periodic systems) worse error when used for long-horizon forecasts.
  • The optimal training horizon is a U-shaped function of $T$; in the paper's experiments on the Lorenz attractor, double pendulum, food web, limit cycle, and two climate benchmarks, it never coincides with the evaluation horizon.
  • More compute shifts the optimum toward longer horizons: with a fixed wall-clock budget, splitting training across increasing horizons outperforms any single fixed horizon.
  • For perfectly known mechanistic models with an identifiable zero-loss solution, the long-horizon generalization advantage disappears and the smallest $T$ wins; the trade-off reappears once noise or model misspecification is introduced.
  • As $T\to\infty$ the loss landscape becomes fractal and non-differentiable, so no gradient-based optimizer can train an infinite-horizon forecaster, regardless of architecture.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The theorems imply that the dimensionless product $\lambda T$ (or $\omega T$), not $T$ alone, is the real control parameter: two chaotic systems with different Lyapunov exponents should need proportionally scaled training horizons. This is a quantitative prediction the paper does not state, and a parameter sweep across $\lambda$ could test it directly.
  • The same Jacobian-product mechanism should apply to any composition length in an autoregressive pipeline, not just forecasting horizons: context length in sequence models, rollout length in model-based control, and multi-token prediction targets in language models likely face the same trade-off. The paper draws these analogies but does not claim the mechanism extends to them.
  • The asymmetry of the generalization theorem doubles as a diagnostic: if the measured transfer ratio between long- and short-horizon minima does not grow like $e^{\lambda(T_h-T_l)}$, the model has left the regime the theory describes, telling the practitioner that the model is too far from the true dynamics for the scaling argument to apply.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. This paper studies how the training horizon T affects the loss landscape of autoregressive neural network forecasters for deterministic dynamical systems. The authors introduce an 'epsilon-bounded region' of parameter space in which the model Jacobian is close to the true system Jacobian, and from this they derive scaling laws for the loss gradient (Theorem 4.2), the Hessian at minima (Corollary 4.3), a cross-horizon generalization ratio (Theorem 4.4), and the number of extrema along a parameter-space segment (Theorem 4.5). These quantities are claimed to grow exponentially in T for chaotic systems and linearly for limit cycles, implying a U-shaped relationship between training horizon and achievable validation performance. The paper supports the theory with experiments on the Lorenz attractor, a double pendulum, a limit cycle, a food web, and two climate datasets, and it discusses an adaptive horizon-selection heuristic.

Significance. The question addressed is practically important and under-theorized, and the empirical demonstration of U-shaped validation curves across several systems is a useful contribution. The theoretical scaffolding is attractive: the Lyapunov-based mechanism is a natural quantity to examine, and the paper is explicit about its smoothness, ergodicity, and data-quality assumptions. However, the central theorems as written prove only upper bounds where the verbal claims require lower bounds (O versus Ω/Θ), and the key Jacobian-alignment condition is assumed rather than verified in the experiments. The manuscript is therefore not yet at the level of rigor claimed in the abstract, though the core idea may be repairable. No code is provided at this stage, so the numerical experiments are not independently checkable.

major comments (4)
  1. [§4.3, Theorem 4.5 and §A.13] The conclusion that the number of extrema z(T) grows with T is not established by the proof, because Lemma A.12 requires a lower bound on the total variation v_T = ∫ |∂_l L(l,T)| dl exceeding 2n L_max^ε, while the only quantitative input invoked, Theorem 4.2/A.9, is an upper bound O(e^{λT}) (or O(ωT)) on the normalized gradient. An upper bound on the integrand does not imply that v_T diverges: the gradient magnitude could be large only on a set of measure zero, or could be O(e^{λT}) at one point but small elsewhere, leaving z(T) bounded. The proof needs a lower bound of order e^{λT} for |∂_l L| on a positive-measure subset of the segment, or a direct lower bound on v_T. As written, the theorem should be rephrased as an upper bound, which would not support the abstract's 'exponentially rough landscape' claim.
  2. [§4.2, Theorem 4.4 and §A.11] The abstract and Section 4.2 interpret Theorem 4.4 as showing that short-horizon minima 'suffer exponentially worse' long-term predictions, but the theorem only states r(Th,Tl) = O(e^{λ(Th−Tl)}) (resp. O(ω(Th−Tl))). An upper bound on the ratio of loss differences is compatible with r being of order one or smaller; the claimed asymmetry requires r to be exponentially (resp. linearly) large, i.e., a lower bound. The proof in A.11 integrates ||∇L(θ,T)|| along the gradient path and again uses only the upper bound from Theorem 4.2. Without an additional lower-bound argument, the generalization claim is not proven.
  3. [Definition 4.1 and Lemma A.6] The mechanism driving all the scaling results is assumed rather than derived. Lemma A.6 shows that within an epsilon-bounded region the model Jacobian converges to the system Jacobian, but this is essentially a restatement of Definition 4.1 in the limit; it does not prove that training trajectories remain in such a region. The experiments in Figures 1–3 measure g(T) and z(T) during training but do not verify that the parameters visited lie in an epsilon-bounded region, so they do not test the key hypothesis. The theorems should be presented as conditional on the epsilon-bounded-region assumption, and the empirical section should either check the condition or provide a robustness argument for trained models.
  4. [Theorem A.9, Eqs. (20)–(21)] The derivation of the gradient-growth bound contains an unproven inequality: it assumes ||x(k+τ)−f^τ(x(k),θ)|| ≥ ||x(k+1)−f(x(k),θ)|| for all k and τ, and then drops the J_theta terms using M ≫ T. For models that are already accurate at horizon one, the τ-step error need not dominate the one-step error, and for chaotic systems with good short-time tracking the inequality may fail. If this is intended as a heuristic or an additional assumption, it should be stated as such; Theorem 4.2 inherits this step, so it is load-bearing for all subsequent results.
minor comments (5)
  1. [§B.3] The section heading 'Pood web model' contains a typo; it should be 'Food web model'.
  2. [§1] In the introductory paragraph, 'we examine the practical implications' begins with a lowercase 'we' after a period; the capitalization should be fixed.
  3. [Theorems 4.2, 4.4, 4.5] Theorems that claim growth use big-O notation, which denotes an upper bound; for growth statements the notation should be Ω or Θ unless the claims are explicitly weakened to upper bounds. This is related to the major comments, but even in the statements it misleads the reader.
  4. [Corollary A.14] The claim that the loss surface becomes a fractal as T→∞ is supported only by a heuristic sentence about 'unbounded gradients' and a space-filling curve; a box-counting argument is not supplied. The corollary should be labeled as a conjecture or given a rigorous proof.
  5. [Corollary 4.3 and §A.10] The proof identifies the trace of the Hessian with the nuclear norm; these coincide only when the Hessian is positive semidefinite, which is not guaranteed away from the minimum. The corollary should either justify semidefiniteness on the ball or use the nuclear norm consistently.

Circularity Check

2 steps flagged · score 6.0 of 10

Central claims reduce partly by construction: the exponential rate is the defining Lyapunov limit applied under an assumed Jacobian-matching region, and long-to-short generalization is an identity of the nested loss (eq. 3).

  1. self definitional [Theorem 4.2 proof sketch, Section 4.1; Definition 4.1; Lemma A.6]
    "Furthermore, within theorem 4.1, the Jacobian of the model remains close to the Jacobian of the true system (theorem A.6). The Jacobian of the model is always contained in the expression for ∇θLx(θ, T), and thus it scales with T."

    Definition 4.1 defines the ε-bounded region by requiring the model's local linearization to match Jφ, and Lemma A.6 'proves' Jacobian convergence by Taylor-expanding that same definition. Theorem 4.2's proof then attributes the gradient's T-scaling entirely to this pre-installed Jacobian agreement, while the exponential rate is the defining Lyapunov limit of the true system. The prediction g(T)=O(e^{λT}) is thus the hypothesis 'θ lies in an ε-bounded region' plus the definition of λ, delivered through the chain rule; no independent mechanism is derived. The later roughness and Hessian results inherit this scaling, so the central quantitative claims are not tested independently of the defining assumption.

  2. self definitional [Equation (3); Theorem 4.4 and its proof sketch, Section 4.2]
    "Intuitively, the theorem reflects the fact that long temporal predictions rely on shorter predictions, implying that models that are able to make predictions over long temporal horizons must also make good predictions over short time horizons."

    Because eq. (3) defines L(θ,T) as an average over τ=1..T, the loss at horizon Tl is, up to normalization, the partial sum of the same per-step errors that enter the loss at horizon Th. Consequently, any parameter with small L(·,Th) automatically has controlled L(·,Tl); the long-to-short generalization asymmetry asserted in Theorem 4.4 and the abstract is an identity of the nested loss definition, not a dynamical discovery. The exponential factor in eq. (8) is then imported from Theorem 4.2, so the qualitative direction of Theorem 4.4 is already contained in the construction of the training loss.

full rationale

The paper contains no load-bearing self-citation: references such as [10] and [50] are contextual and do not justify the main theorems. However, two central theoretical steps are substantially definitional. Definition 4.1 installs Jacobian agreement as the defining property of the ε-bounded region; Lemma A.6 converts that definition into a convergence lemma; and Theorem 4.2 then reads off the Lyapunov exponent's defining growth rate from the model Jacobian product. Separately, the long-horizon loss in eq. (3) is a superset of the short-horizon loss, so the claimed 'long generalizes to short' asymmetry is forced by the loss definition. The numerical experiments (Figs. 1, 3, 5, 6 and the NOAA/ClimSim benchmarks) are genuine external evidence and give the paper independent content, which prevents a maximal score. A further formal gap, flagged here rather than as circularity, is that Theorem 4.5/A.13 uses Lemma A.12, whose hypothesis is a lower bound on total variation v_T, while Theorem 4.2 provides only an O upper bound; as written the proof does not establish that z(T) grows. That is a correctness concern, not a circular reduction. Overall, the headline trade-off is partly forced by construction: the exponential scalings are the defining Lyapunov limit applied under an assumption that already asserts the needed Jacobian tracking, and the generalization benefit is inscribed in the nested loss.

Assumptions & free parameters 2 free parameters · 6 assumptions · 0 invented entities

The central claim leans on a chain of unproved or definitional assumptions: ergodicity and Markovianity (Sec 3.5), smoothness that the experiments violate, Jacobian alignment that is baked into Def 4.1, an unproved inequality in the gradient-ratio proof, and a basin-of-attraction condition for the two minima in Theorem 4.4. No new physical entities are introduced.

free parameters (2)
  • epsilon (epsilon-bounded region tolerance)
    Def 4.1 defines the region where the theory applies using an infinitesimal epsilon; the scaling theorems and the Jacobian-alignment lemma depend on epsilon approaching zero, but experiments never verify membership in such a region or report epsilon.
  • Algorithm 1 hyperparameters gamma, eta_0 = gamma = 1.5e-4; eta_0 user-set
    In Appendix H the authors state that gamma, eta_0, and wall time were tuned in favor of the iterative scheme; this is a hand-chosen parameter set rather than a fitted value.
assumptions (6)
  • domain assumption The dynamical system is ergodic, stationary, deterministic, and fully observable (Markovian).
    Assumed in Section 3.5 to justify sampling from the stationary distribution and to use the one-state autoregressive form; the paper says partial observability can be relaxed via Takens embedding.
  • domain assumption The loss is smooth (gradient descent applies); neurons use Softplus rather than ReLU.
    Section 3.5 assumes smoothness and proposes Softplus, but all experiments use ReLU blocks (Def E.1), so the validation does not satisfy the theory's smoothness assumption.
  • ad hoc to paper Within the epsilon-bounded region, the model Jacobian equals the system Jacobian (Lemma A.6).
    Definition 4.1 already requires the model to track J_phi pointwise; Lemma A.6 restates this as a convergence result. This is the load-bearing premise that converts gradient growth into Lyapunov scaling.
  • ad hoc to paper The two minima in Theorem 4.4 lie in each other's basin of attraction, and the gradient path between them remains inside an epsilon-bounded region.
    Theorem 4.4 restricts to such pairs; the proof integrates the gradient along the path, but the paper does not justify that this path stays in Theta_epsilon.
  • ad hoc to paper For the gradient ratio in Theorem A.9, ||x(k+tau)-f^tau(x(k),theta)|| >= ||x(k+1)-f(x(k),theta)|| and M >> T, allowing J_theta terms to be dropped.
    Stated as 'for the simple reason' in the proof of A.9; an unproven inequality that is needed to reduce the gradient ratio to the Jacobian product.
  • domain assumption The state space is bounded and the system has a stationary distribution for the loss to be bounded.
    Used in Lemma A.5 and A.8 to define L_max and to argue that long-horizon errors saturate at the variance of the invariant distribution.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Temporal horizons in forecasting: a performance-learnability trade-off." pith.science (2026). https://pith.science/paper/SC562PGR

@misc{pith2026250603889,
  author       = {Pith},
  title        = {Pith review of: Temporal horizons in forecasting: a performance-learnability trade-off},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SC562PGR}},
  note         = {Machine review of arXiv:2506.03889}
}
read the original abstract

When training autoregressive models to forecast dynamical systems, a critical question arises: how far into the future should the model be trained to predict? Too short a horizon may miss long-term trends, while too long a horizon can impede convergence due to accumulating prediction errors. In this work, we formalize this trade-off by analyzing how the geometry of the loss landscape depends on the training horizon. We prove that for chaotic systems, the loss landscape's roughness grows exponentially with the training horizon, while for limit cycles, it grows linearly, making long-horizon training inherently challenging. However, we also show that models trained on long horizons generalize well to short-term forecasts, whereas those trained on short horizons suffer exponentially (resp. linearly) worse long-term predictions in chaotic (resp. periodic) systems. We validate our theory through numerical experiments and discuss practical implications for selecting training horizons. Our results provide a principled foundation for hyperparameter optimization in autoregressive forecasting models.

Figures

Figures reproduced from arXiv: 2506.03889 by the authors.

Figure 1
Figure 1. Gradient scaling: We measured the relative L2-norm of the gradients (g(T)) as a function of T for MLPs g(T) during training. As expected from theorem 4.2, we observe an exponential increase of g(T) for the lorenz system and the double pendulum, and a linear one for the limit cycle and the food web (which initially shows periodic dynamics). Notice that we used the temporal units of the system dynamics as a unit to ma… view at source ↗
Figure 2
Figure 2. Performance ratios for longer temporal horizons: We measured the ratio of the difference between losses on connected minima found at different temporal horizons. As expected from theorem 4.4, we observe an upward trend for all the systems, with the limit cycle being linear, the double pendulum and food web being similar to an exponential and the Lorenz attractor being somewhat inconclusive due to the high variance. … view at source ↗
Figure 3
Figure 3. Loss landscape roughness: We measured the number of minima and maxima on a cross-section between two parameter sets θ1, θ2, both of which were found at late training stages and had low loss. As expected from theorem 4.5, we see a clear increase in the number of zeros found. Note the number of minima and maxima that we can detect is limited by how much can we discretize the line between θ1 and θ2, and since we have t… view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: Performance of various architectures trained with different training horizons on the NOAA SST and ClimSim datasets. We evaluated the average performance 5 time steps into the future for both tasks, which correspond to 50 days in the case of SST and 100 minutes in the c…
Figure 5
Figure 5. Figure 5: Performance of residual MLPs trained to predict four dynamical systems with minimum validation MSE on the y-axis and the temporal horizon T used in training on the x-axis. Each line in the figure is associated with a given evaluation horizon marked by Tl . Each point a…
Figure 6
Figure 6. Figure 6: Normalized values of Lx(θ, T) from eq. (3) when altering one dimension of θ for different values of T in several dynamical systems models. The loss is normalized for each T so that its maximum value is 1. For all the systems, the loss is generally flat with a single mi…
Figure 7
Figure 7. Figure 7: Surface plot of the piecewise loss function of the Lorenz system with [PITH_FULL_IMAGE:figures/full_fig_p026_7.png]
Figure 8
Figure 8. Figure 8: Surface plot of the piecewise loss function of the Lorenz system with [PITH_FULL_IMAGE:figures/full_fig_p027_8.png]
Figure 9
Figure 9. Figure 9: We trained our models at different levels of noise (columns) and with different parameter sizes (rows). For [PITH_FULL_IMAGE:figures/full_fig_p029_9.png]
Figure 10
Figure 10. Figure 10: Experimental setup demonstrating the utility of increasing the temporal horizon of a converged model. [PITH_FULL_IMAGE:figures/full_fig_p030_10.png]
Figure 11
Figure 11. Figure 11: MSE compared to total time for various maximum horizons where training is split equally among time [PITH_FULL_IMAGE:figures/full_fig_p031_11.png]
Figure 12
Figure 12. Figure 12: Comparison of iterative scheme to regular training on the four dynamical systems from the main text, as a [PITH_FULL_IMAGE:figures/full_fig_p033_12.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

76 extracted references · 53 canonical work pages

  1. [1]

    The importance of species interactions in eco-evolutionary community dynamics under climate change.Nature Communications, 12(1):4759, 2021

    Anna ˚Akesson, Alva Curtsdotter, Anna Ekl¨ of, Bo Ebenman, Jon Norberg, and Gy¨ orgy Barab´ as. The importance of species interactions in eco-evolutionary community dynamics under climate change.Nature Communications, 12(1):4759, 2021

  2. [2]

    Preferential Temporal Difference Learning

    Nishanth Anand and Doina Precup. Preferential temporal difference learning.arXiv preprint arXiv:2106.06508, 2021

  3. [3]

    Unitary evolution recurrent neural networks

    Martin Arjovsky, Amar Shah, and Yoshua Bengio. Unitary evolution recurrent neural networks. InInternational conference on machine learning, pp. 1120–1128. PMLR, 2016

  4. [4]

    A modified multiple shooting algorithm for parameter estimation in odes using adjoint sensitivity analysis.Applied Mathematics and Computation, 390:125644, 2021

    Ozgur Aydogmus and Ali Hakan Tor. A modified multiple shooting algorithm for parameter estimation in odes using adjoint sensitivity analysis.Applied Mathematics and Computation, 390:125644, 2021

  5. [5]

    Benjamin Erichson, Vanessa Lin, and Michael Mahoney

    Omri Azencot, N. Benjamin Erichson, Vanessa Lin, and Michael Mahoney. Forecasting sequential data using consistent koopman autoencoders. In Hal Daum´ e III and Aarti Singh (eds.),Proceedings of the 37th International Conference on Machine Learning, volume 119 ofProceedings of Machine Learning Research, pp. 475–485. PMLR, 13–18 Jul 2020. URLhttps://proceed...

  6. [6]

    Learning long-term dependencies with gradient descent is difficult.IEEE transactions on neural networks, 5(2):157–166, 1994

    Yoshua Bengio, Patrice Simard, and Paolo Frasconi. Learning long-term dependencies with gradient descent is difficult.IEEE transactions on neural networks, 5(2):157–166, 1994

  7. [7]

    Coupled predator–prey oscillations in a chaotic food web.Ecology letters, 12(12):1367–1378, 2009

    Elisa Beninc` a, Klaus D J¨ ohnk, Reinhard Heerkloss, and Jef Huisman. Coupled predator–prey oscillations in a chaotic food web.Ecology letters, 12(12):1367–1378, 2009

  8. [8]

    A loss discounting framework for model averaging and selection in time series models.International Journal of Forecasting, 2024

    Dawid Bernaciak and Jim E Griffin. A loss discounting framework for model averaging and selection in time series models.International Journal of Forecasting, 2024. 10

Show all 76 references
  1. [9]

    Numerical treatment of inverse problems in chemical reaction kinetics

    Hans Georg Bock. Numerical treatment of inverse problems in chemical reaction kinetics. InModelling of Chemical Reaction Systems: Proceedings of an International Workshop, Heidelberg, Fed. Rep. of Germany, September 1–5, 1980, pp. 102–125. Springer, 1981

  2. [10]

    Partitioning time series to improve process-based models with machine learning.bioRxiv, 2024

    Victor Boussange, Pau Vilimelis Aceituno, Frank Sch¨ afer, and Lo ¨ ıc Pellissier. Partitioning time series to improve process-based models with machine learning.bioRxiv, 2024. doi: 10.1101/2022.07.25.501365. URL https://www.biorxiv.org/content/early/2024/04/11/2022.07.25.501365

  3. [11]

    Cambridge university press, 2002

    Michael Brin and Garrett Stuck.Introduction to dynamical systems. Cambridge university press, 2002

  4. [12]

    Antisymmetricrnn: A dynamical system view on recurrent neural networks.arXiv preprint arXiv:1902.09689, 2019

    Bo Chang, Minmin Chen, Eldad Haber, and Ed H Chi. Antisymmetricrnn: A dynamical system view on recurrent neural networks.arXiv preprint arXiv:1902.09689, 2019

  5. [13]

    Learning to plan for language modeling from unlabeled data.arXiv preprint arXiv:2404.00614, 2024

    Nathan Cornille, Marie-Francine Moens, and Florian Mai. Learning to plan for language modeling from unlabeled data.arXiv preprint arXiv:2404.00614, 2024

  6. [14]

    Bifurcations in the learning of recurrent neural networks 3.learning (RTRL), 3:17, 1992

    Kenji Doya et al. Bifurcations in the learning of recurrent neural networks 3.learning (RTRL), 3:17, 1992

  7. [15]

    Springer, 2008

    Gerald A Edgar and Gerald A Edgar.Measure, topology, and fractal geometry, volume 2. Springer, 2008

  8. [16]

    Roland England.Some Examples of Parameter Estimation by Multiple Shooting, pp. 122–136. Birkh¨ auser Boston, Boston, MA, 1983. ISBN 978-1-4684-7324-7. doi: 10.1007/978-1-4684-7324-7 8. URL https://doi.org/10. 1007/978-1-4684-7324-7_8

  9. [17]

    Benjamin Erichson, Michael Muehlebach, and Michael W

    N. Benjamin Erichson, Michael Muehlebach, and Michael W. Mahoney. Physics-informed autoencoders for lyapunov-stable fluid flow prediction, 2019

  10. [18]

    Lipschitz recurrent neural networks.arXiv preprint arXiv:2006.12070, 2020

    N Benjamin Erichson, Omri Azencot, Alejandro Queiruga, Liam Hodgkinson, and Michael W Mahoney. Lipschitz recurrent neural networks.arXiv preprint arXiv:2006.12070, 2020

  11. [19]

    Were rnns all we needed?arXiv preprint arXiv:2410.01201, 2024

    Leo Feng, Frederick Tung, Mohamed Osama Ahmed, Yoshua Bengio, and Hossein Hajimirsadegh. Were rnns all we needed?arXiv preprint arXiv:2410.01201, 2024

  12. [20]

    Better & faster large language models via multi-token prediction.arXiv preprint arXiv:2404.19737, 2024

    Fabian Gloeckle, Badr Youbi Idrissi, Baptiste Rozi` ere, David Lopez-Paz, and Gabriel Synnaeve. Better & faster large language models via multi-token prediction.arXiv preprint arXiv:2404.19737, 2024

  13. [21]

    Deep learning, 2016

    Ian Goodfellow. Deep learning, 2016

  14. [22]

    Recurrent neural networks.Scholarpedia, 8(2):1888, 2013

    Stephen Grossberg. Recurrent neural networks.Scholarpedia, 8(2):1888, 2013

  15. [23]

    Gupta, Kamal Bansal, and Arun K

    Mukul K. Gupta, Kamal Bansal, and Arun K. Singh. Mass and length dependent chaotic behavior of a double pendulum.IF AC Proceedings Volumes, 47(1):297–301, 2014. ISSN 1474-6670. doi: https: //doi.org/10.3182/20140313-3-IN-3024.00071. URL https://www.sciencedirect.com/science/ar...

  16. [24]

    Structured models of metapopulation dynamics.Biological Journal of the Linnean Society, 42 (1-2):57–71, 1991

    Alan Hastings. Structured models of metapopulation dynamics.Biological Journal of the Linnean Society, 42 (1-2):57–71, 1991

  17. [25]

    Rpgd: A small-batch parallel gradient descent optimizer with explorative resampling for nonlinear model predictive control

    Frederik Heetmeyer, Marcin Paluch, Diego Bolliger, Florian Bolli, Xiang Deng, Ennio Filicicchia, and Tobi Delbruck. Rpgd: A small-batch parallel gradient descent optimizer with explorative resampling for nonlinear model predictive control. In2023 IEEE International Conference ...

  18. [26]

    Learning-based model predictive control: Toward safe learning in control.Annual Review of Control, Robotics, and Autonomous Systems, 3(1): 269–296, 2020

    Lukas Hewing, Kim P Wabersich, Marcel Menner, and Melanie N Zeilinger. Learning-based model predictive control: Toward safe learning in control.Annual Review of Control, Robotics, and Autonomous Systems, 3(1): 269–296, 2020

  19. [27]

    Long short-term memory.Neural Computation MIT-Press, 1997

    S Hochreiter. Long short-term memory.Neural Computation MIT-Press, 1997

  20. [28]

    Flat minima.Neural computation, 9(1):1–42, 1997

    Sepp Hochreiter and J¨ urgen Schmidhuber. Flat minima.Neural computation, 9(1):1–42, 1997. 11

  21. [29]

    Gradient flow in recurrent nets: the difficulty of learning long-term dependencies, 2001

    Sepp Hochreiter, Yoshua Bengio, Paolo Frasconi, J¨ urgen Schmidhuber, et al. Gradient flow in recurrent nets: the difficulty of learning long-term dependencies, 2001

  22. [30]

    Cambridge university press, 2001

    John Theodore Houghton, YDJG Ding, David J Griggs, Maria Noguer, Paul J van der Linden, Xiaosu Dai, Kathy Maskell, Colin A Johnson, et al.Climate change 2001: the scientific basis, volume 881. Cambridge university press, 2001

  23. [31]

    Improvements of the daily optimum interpolation sea surface temperature (doisst) version 2.1.Journal of Climate, 34(8):2923 – 2939, 2021

    Boyin Huang, Chunying Liu, Viva Banzon, Eric Freeman, Garrett Graham, Bill Hankins, Tom Smith, and Huai-Min Zhang. Improvements of the daily optimum interpolation sea surface temperature (doisst) version 2.1.Journal of Climate, 34(8):2923 – 2939, 2021. doi: 10.1175/JCLI-D-20-0...

  24. [32]

    Weissing

    Jef Huisman and Franz J. Weissing. Biodiversity of plankton by species oscillations and chaos.Nature, 402 (6760):407–410, 1999

  25. [33]

    Bifurcations and chaos in passive dynamic walking: A review

    Sajid Iqbal, Xizhe Zang, Yanhe Zhu, and Jie Zhao. Bifurcations and chaos in passive dynamic walking: A review. Robotics and Autonomous Systems, 62(6):889–909, 2014

  26. [34]

    Springer Science & Business Media, 2005

    J¨ urgen Jost.Dynamical systems: examples of complex behaviour. Springer Science & Business Media, 2005

  27. [35]

    On large-batch training for deep learning: Generalization gap and sharp minima.arXiv preprint arXiv:1609.04836, 2016

    Nitish Shirish Keskar, Dheevatsa Mudigere, Jorge Nocedal, Mikhail Smelyanskiy, and Ping Tak Peter Tang. On large-batch training for deep learning: Generalization gap and sharp minima.arXiv preprint arXiv:1609.04836, 2016

  28. [36]

    PhD thesis, University of Oxford, 2021

    Patrick Kidger.On Neural Differential Equations. PhD thesis, University of Oxford, 2021

  29. [37]

    Chaos in three species food chains.Journal of Mathematical Biology, 32: 427–451, 1994

    Aaron Klebanoff and Alan Hastings. Chaos in three species food chains.Journal of Mathematical Biology, 32: 427–451, 1994

  30. [38]

    Brenner, and Stephan Hoyer

    Dmitrii Kochkov, Janni Yuval, Ian Langmore, Peter Norgaard, Jamie Smith, Griffin Mooers, Milan Kl¨ ower, James Lottes, Stephan Rasp, Peter D¨ uben, Sam Hatfield, Peter Battaglia, Alvaro Sanchez-Gonzalez, Matthew Willson, Michael P. Brenner, and Stephan Hoyer. Neural general ci...

  31. [39]

    Fourcastnet: Accelerating global high-resolution weather forecasting using adaptive fourier neural operators

    Thorsten Kurth, Shashank Subramanian, Peter Harrington, Jaideep Pathak, Morteza Mardani, David Hall, Andrea Miele, Karthik Kashinath, and Anima Anandkumar. Fourcastnet: Accelerating global high-resolution weather forecasting using adaptive fourier neural operators. InProceedin...

  32. [40]

    Autoregressive model for time series as a deterministic dynamic system.Predictive Analytics and Futurism, 15:7–9, 2017

    Dihui Lai and Bingfeng Lu. Autoregressive model for time series as a deterministic dynamic system.Predictive Analytics and Futurism, 15:7–9, 2017

  33. [41]

    Graphcast: Learning skillful medium-range global weather forecasting, 2023

    Remi Lam, Alvaro Sanchez-Gonzalez, Matthew Willson, Peter Wirnsberger, Meire Fortunato, Ferran Alet, Suman Ravuri, Timo Ewalds, Zach Eaton-Rosen, Weihua Hu, Alexander Merose, Stephan Hoyer, George Holland, Oriol Vinyals, Jacklynn Stott, Alexander Pritzel, Shakir Mohamed, and P...

  34. [42]

    Double pendulum: An experiment in chaos.American Journal of Physics, 61(11): 1038–1044, 1993

    RB Levien and SM Tan. Double pendulum: An experiment in chaos.American Journal of Physics, 61(11): 1038–1044, 1993

  35. [43]

    Learning compositional koopman operators for model-based control

    Yunzhu Li, Hao He, Jiajun Wu, Dina Katabi, and Antonio Torralba. Learning compositional koopman operators for model-based control. InInternational Conference on Learning Representations, 2020. URL https://openreview.net/forum?id=H1ldzA4tPr

  36. [44]

    Pde-refiner: Achieving accurate long rollouts with neural pde solvers.Advances in Neural Information Processing Systems, 36:67398– 67433, 2023

    Phillip Lippe, Bas Veeling, Paris Perdikaris, Richard Turner, and Johannes Brandstetter. Pde-refiner: Achieving accurate long rollouts with neural pde solvers.Advances in Neural Information Processing Systems, 36:67398– 67433, 2023

  37. [45]

    Edward N. Lorenz. Deterministic nonperiodic flow.Journal of Atmospheric Sciences, 20(2):130 – 141, 1963. doi: https://doi.org/10.1175/1520-0469(1963)020⟨0130:DNF⟩2.0.CO;2. 12

  38. [46]

    A tutorial on fisher information.Journal of Mathematical Psychology, 80:40–55, 2017

    Alexander Ly, Maarten Marsman, Josine Verhagen, Raoul PPP Grasman, and Eric-Jan Wagenmakers. A tutorial on fisher information.Journal of Mathematical Psychology, 80:40–55, 2017

  39. [47]

    Mandelbrot.The Fractal Geometry of Nature

    B.B. Mandelbrot.The Fractal Geometry of Nature. Einaudi paperbacks. Henry Holt and Company, 1983. ISBN 9780716711865. URLhttps://books.google.ch/books?id=0R2LkE3N7-oC

  40. [48]

    ChaoticInference - Julia library for parameter inference specialized for chaotic systems., 2024

    Noah Marti. ChaoticInference - Julia library for parameter inference specialized for chaotic systems., 2024. URL https://gitlab.com/chaoticinference/chaotic-inference

  41. [49]

    Biological conditions for chaos in a three-species food chain.Ecology, 75(2): 561–564, 1994

    Kevin McCann and Peter Yodzis. Biological conditions for chaos in a three-species food chain.Ecology, 75(2): 561–564, 1994

  42. [50]

    On the difficulty of learning chaotic dynamics with rnns, 2022

    Jonas Mikhaeil, Zahra Monfared, and Daniel Durstewitz. On the difficulty of learning chaotic dynamics with rnns, 2022

  43. [51]

    Miller, Charles O’Neill, Navid C

    Jack W. Miller, Charles O’Neill, Navid C. Constantinou, and Omri Azencot. Eigenvalue initialisation and regularisation for koopman autoencoders, 2022

  44. [52]

    A review on weight initialization strategies for neural networks.Artificial intelligence review, 55(1):291–322, 2022

    Meenal V Narkhede, Prashant P Bartakke, and Mukul S Sutaone. A review on weight initialization strategies for neural networks.Artificial intelligence review, 55(1):291–322, 2022

  45. [53]

    The takens embedding theorem.International Journal of Bifurcation and Chaos, 1(04):867–872, 1991

    Lyle Noakes. The takens embedding theorem.International Journal of Bifurcation and Chaos, 1(04):867–872, 1991

  46. [54]

    Improved memory in recurrent neural networks with sequential non-normal dynamics.arXiv preprint arXiv:1905.13715, 2019

    A Emin Orhan and Xaq Pitkow. Improved memory in recurrent neural networks with sequential non-normal dynamics.arXiv preprint arXiv:1905.13715, 2019

  47. [55]

    On the difficulty of training recurrent neural networks.arXiv preprint arXiv:1211.5063, 2013

    R Pascanu. On the difficulty of training recurrent neural networks.arXiv preprint arXiv:1211.5063, 2013

  48. [56]

    Forecasting: theory and practice.International Journal of Forecasting, 38(3):705–871, 2022

    Fotios Petropoulos, Daniele Apiletti, Vassilios Assimakopoulos, Mohamed Zied Babai, Devon K Barrow, Souhaib Ben Taieb, Christoph Bergmeir, Ricardo J Bessa, Jakub Bijak, John E Boylan, et al. Forecasting: theory and practice.International Journal of Forecasting, 38(3):705–871, 2022

  49. [57]

    V. F. Pisarenko and D. Sornette. Statistical methods of parameter estimation for deterministically chaotic time series.Physical Review E, 69(3):036122, March 2004. ISSN 1539-3755. doi: 10.1103/PhysRevE.69.036122

  50. [58]

    Ecosystem size determines food-chain length in lakes

    David M Post, Michael L Pace, and Nelson G Hairston Jr. Ecosystem size determines food-chain length in lakes. Nature, 405(6790):1047–1049, 2000

  51. [59]

    Probabilistic weather forecasting with machine learning.Nature, 637(8044):84–90, 2025

    Ilan Price, Alvaro Sanchez-Gonzalez, Ferran Alet, Tom R Andersson, Andrew El-Kadi, Dominic Masters, Timo Ewalds, Jacklynn Stott, Shakir Mohamed, Peter Battaglia, et al. Probabilistic weather forecasting with machine learning.Nature, 637(8044):84–90, 2025

  52. [60]

    DifferentialEquations.jl–a performant and feature-rich ecosystem for solving differential equations in Julia.Journal of Open Research Software, 5(1), 2017

    Christopher Rackauckas and Qing Nie. DifferentialEquations.jl–a performant and feature-rich ecosystem for solving differential equations in Julia.Journal of Open Research Software, 5(1), 2017

  53. [61]

    Stepping on the edge: Curvature aware learning rate tuners.arXiv preprint arXiv:2407.06183, 2024

    Vincent Roulet, Atish Agarwala, Jean-Bastien Grill, Grzegorz Swirszcz, Mathieu Blondel, and Fabian Pedregosa. Stepping on the edge: Curvature aware learning rate tuners.arXiv preprint arXiv:2407.06183, 2024

  54. [62]

    Springer, 2022

    Matteo Sangiorgio, Fabio Dercole, and Giorgio Guariso.Deep learning in multi-step prediction of chaotic dynamics: from deterministic models to real-world systems. Springer, 2022

  55. [63]

    Motion generation using bilateral control-based imitation learning with autoregressive learning.IEEE Access, 9:20508–20520, 2021

    Ayumu Sasagawa, Sho Sakaino, and Toshiaki Tsuji. Motion generation using bilateral control-based imitation learning with autoregressive learning.IEEE Access, 9:20508–20520, 2021

  56. [64]

    Identifying nonlinear dynamical systems with multiple time scales and long-range dependencies, 2021

    Dominik Schmidt, Georgia Koppe, Zahra Monfared, Max Beutelspacher, and Daniel Durstewitz. Identifying nonlinear dynamical systems with multiple time scales and long-range dependencies, 2021. URL https://arxiv. org/abs/1910.03471

  57. [65]

    Td models: Modeling the world at a mixture of time scales

    Richard S Sutton. Td models: Modeling the world at a mixture of time scales. InMachine learning proceedings 1995, pp. 531–539. Elsevier, 1995. 13

  58. [66]

    Dynamical systems and turbulence.Warwick, 1980, pp

    Floris Takens. Dynamical systems and turbulence.Warwick, 1980, pp. 366–381, 1981

  59. [67]

    Conditional image generation with pixelcnn decoders.Advances in neural information processing systems, 29, 2016

    Aaron Van den Oord, Nal Kalchbrenner, Lasse Espeholt, Oriol Vinyals, Alex Graves, et al. Conditional image generation with pixelcnn decoders.Advances in neural information processing systems, 29, 2016

  60. [68]

    Attention is all you need.Advances in neural information processing systems, 30, 2017

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need.Advances in neural information processing systems, 30, 2017

  61. [69]

    Generalized harmonic analysis.Acta mathematica, 55(1):117–258, 1930

    Norbert Wiener. Generalized harmonic analysis.Acta mathematica, 55(1):117–258, 1930

  62. [70]

    Information theoretic mpc for model-based reinforcement learning

    Grady Williams, Nolan Wagener, Brian Goldfain, Paul Drews, James M Rehg, Byron Boots, and Evangelos A Theodorou. Information theoretic mpc for model-based reinforcement learning. In2017 IEEE international conference on robotics and automation (ICRA), pp. 1714–1721. IEEE, 2017

  63. [71]

    Determining lyapunov exponents from a time series.Physica D: nonlinear phenomena, 16(3):285–317, 1985

    Alan Wolf, Jack B Swift, Harry L Swinney, and John A Vastano. Determining lyapunov exponents from a time series.Physica D: nonlinear phenomena, 16(3):285–317, 1985

  64. [72]

    David Neelin, David Randall, Sara Shamekh, Mark A Taylor, Nathan Urban, Janni Yuval, Guang Zhang, and Michael Pritchard

    Sungduk Yu, Walter Hannah, Liran Peng, Jerry Lin, Mohamed Aziz Bhouri, Ritwik Gupta, Bj¨ orn L¨ utjens, Justus Christopher Will, Gunnar Behrens, Julius Busecke, Nora Loose, Charles I Stern, Tom Beucler, Bryce Harrop, Benjamin R Hillman, Andrea Jenney, Savannah Ferretti, Nana L...

  65. [73]

    Why gradient clipping accelerates training: A theoretical justification for adaptivity.ICLR, 2020

    Jingzhao Zhang, Tianxing He, Suvrit Sra, and Ali Jadbabaie. Why gradient clipping accelerates training: A theoretical justification for adaptivity.ICLR, 2020

  66. [74]

    Gradient methods with adaptive step-sizes.Computational optimization and applications, 35:69–86, 2006

    Bin Zhou, Li Gao, and Yu-Hong Dai. Gradient methods with adaptive step-sizes.Computational optimization and applications, 35:69–86, 2006. 14 A Proofs for propositions and theorems In the following subsections, we provide full proofs or sketches for all of the non-trivial mathe...

  67. [75]

    Further applying these two arguments n− 1 more times shows g must have at leastnminima andnmaxima on [s a, sb]

    Applying the same logic to the interval [ s∗ 1, s2] such that vg(s2) > 2(gmax −g min) proves there must be a minimum on that interval. Further applying these two arguments n− 1 more times shows g must have at leastnminima andnmaxima on [s a, sb]. Theorem A.13(Loss landscape ro...

  68. [76]

    We sub-sample this grid, converting it to a 4 ◦ resolution and also sub-sample the temporal horizon to get states every 10 days

    provide daily sea surface temperature data from September 1981 to the present day on a 1 /4◦ global grid. We sub-sample this grid, converting it to a 4 ◦ resolution and also sub-sample the temporal horizon to get states every 10 days. We split the training and validation datas...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.