Search papers, labs, and topics across Lattice.
This paper addresses the challenge of error accumulation in long-horizon predictions using Koopman operators by introducing an attention-free latent memory (AFT) block and dynamic re-encoding techniques. The AFT block aggregates past latent states in linear time while maintaining a compact parameter footprint, effectively suppressing error divergence by capturing local temporal context. The proposed model demonstrates significant improvements in prediction accuracy across various benchmark systems, outperforming traditional methods like multi-head attention and GRU-based autoencoders over extended prediction horizons.
A fast, compact predictor that remains on the learned manifold for up to 1000 steps, significantly reducing long-horizon error compared to traditional methods.
Learning Koopman operators with autoencoders enables linear prediction in a latent space, but long-horizon rollouts often drift off the learned manifold, leading to phase and amplitude errors on systems with switching, continuous spectra, or strong transients. We introduce two complementary components that make Koopman predictors more robust. First, we add an attention-free latent memory (AFT) block that aggregates a short window of past latents to produce a corrected latent before each Koopman update. Unlike multi-head attention, AFT operates in linear time and adds only $\approx$30k parameters ($3d^2 + T^2$, fewer than matched multi-head attention), yet captures the local temporal context needed to suppress error divergence. Second, we propose dynamic re-encoding: lightweight, online change-point triggers (EWMA, CUSUM, and sequential two-sample tests) that detect latent drift and project predictions back onto the autoencoder manifold. Across three benchmark systems -- Duffing oscillator, Repressilator, IRMA -- our model consistently reduces error accumulation compared to a Koopman autoencoder and matched-capacity multi-head attention. We also compare against GRU and Transformer autoencoders, evaluated both from initial conditions and with a 50-step context, and find that Koopman+AFT (with optional re-encoding) attains markedly lower long-horizon error while maintaining lower inference latency. We report improvements over horizons up to 1000 steps, together with ablations over trigger policies. The result is a fast, compact predictor that stays on the learned manifold over long horizons.