Streaming Operator Inference for Model Reduction of Large-Scale Dynamical Systems
Tomoki Koike, Prakash Mohan, Marc T. Henry de Frahan, Julie Bessac, Elizabeth Qian

TL;DR
This paper introduces Streaming OpInf, an online method for model reduction of large-scale dynamical systems that significantly reduces memory usage and enables real-time updates, matching the accuracy of traditional batch methods.
Contribution
The paper presents Streaming OpInf, a novel online algorithm combining incremental SVD and recursive least squares for efficient, adaptive model reduction in large-scale systems.
Findings
Achieves accuracy comparable to batch OpInf.
Reduces memory requirements by over 99%.
Enables dimension reductions exceeding 31,000x.
Abstract
Projection-based model reduction enables efficient simulation of complex dynamical systems by constructing low-dimensional surrogate models from high-dimensional data. The Operator Inference (OpInf) approach learns such reduced surrogate models through a two-step process: constructing a low-dimensional basis via Singular Value Decomposition (SVD) to compress the data, then solving a linear least-squares (LS) problem to infer reduced operators that govern the dynamics in this compressed space, all without access to the underlying code or full model operators, i.e., non-intrusively. Traditional OpInf operates as a batch learning method, where both the SVD and LS steps process all data simultaneously. This poses a barrier to deployment of the approach on large-scale applications where dataset sizes prevent the loading of all data into memory at once. Additionally, the traditional batch…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Generative Adversarial Networks and Image Synthesis · Tensor decomposition and applications
