Machines that Predict Trajectories from Templates
arXiv:2607.11551
2026
Dynamics
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper provides a constructive trajectory-continuation mechanism: represent an observed past window as a linear combination of stored trajectory templates, then apply the same coefficients to their future windows. For linear systems, exact prediction is possible when the past window is long enough to identify all output-visible modes of the new system and those modes are contained in the library spectrum. This can become a differentiable memory or state-space-model prediction layer that replaces nearest-neighbor retrieval with globally solved modal interpolation. The key falsifiable test is whether forecast error exhibits a transition when the context length reaches the effective number of visible modes.
Ideas from this paper
✗ Failed on benchmark
2026
Add a non-autoregressive continuation layer to an RNN, SSM, or world model that predicts a future trajectory by solving for coefficients of a library of past trajectory windows and reusing those coefficients on the corresponding future windows. Unlike nearest-neighbor retrieval, the coefficients interpolate across multiple behaviors and can generalize to unseen systems whose output-visible eigenvalues are represented in the library.
Useful8/10
Difficulty5/10
Novelty6/10