paper-with-me

홈 › Papers

Learning the Koopman Operator using Attention Free Transformers

2026-06-22 · Mohammed Nagdi, Evangelos-Marios Nikolados, Alexey Yermakov, Mars Gao, Nathan Kutz, Filippo Menolascina arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.23957

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PyKoopman: A Python Package for Data-Driven Approximation of the Koopman Operator

2023-06-22 · Shaowu Pan, Eurika Kaiser, Brian M. de Silva, J. Nathan Kutz 외

PyKoopman is a Python package for the data-driven approximation of the Koopman operator associated with a dynamical system. The Koopman operator is a principled linear embedding of nonlinear dynamics and facilitates the …

Electrocardiogram Classification with Transformers Using Koopman and Wavelet Features

2026-03-09 · Sucheta Ghosh, Zahra Monfared arxiv

Electrocardiogram (ECG) analysis is vital for detecting cardiac abnormalities, yet robust automated classification is challenging due to the complexity and variability of physiological signals. In this work, we investiga…

Binary ClassificationECG Classification

Data-driven End-to-end Learning of Pole Placement Control for Nonlinear Dynamics via Koopman Invariant Subspaces

2022-08-16 · Tomoharu Iwata, Yoshinobu Kawahara

We propose a data-driven method for controlling the frequency and convergence rate of black-box nonlinear dynamical systems based on the Koopman operator theory. With the proposed method, a policy network is trained such…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Koopman operator theory: fundamentals, control, and applications

2026-07-02 · Igor Mezić, Jorge Cortés, Karl Worthmann, Mircea Lazar 외 arxiv

The Koopman operator has gained considerable attention due to its ability to provide a global linear representation of highly complex dynamical systems. The operator describes nonlinear dynamics in a linear way through t…

Echo: KV-Cache-Free Associative Recall with Spectral Koopman Operators

2026-05-07 · Anupama Sridhar, Alexander Johansen arxiv

Long chain-of-thought reasoning and agentic tool-calling produce traces spanning tens of thousands of tokens, yet Transformer KV caches grow linearly with sequence length, creating a memory bottleneck on commodity hardwa…