Exact hierarchical reductions of dynamical models via linear transformations
Alexander Demin, Elizaveta Demitraki, Gleb Pogudin
TL;DR
The paper addresses exact linear reductions of ODEs by computing a longest chain of lumpings that refine each other, enabling flexible retention of dynamical detail. It builds a novel algorithm that reduces the problem to finding common invariant subspaces of a Jacobian algebra $\mathcal{A} = \langle I_n, J_1, \ldots, J_N \rangle$, combining sparsity-aware algebra basis generation with finite-dimensional algebra theory (radical, semisimple, center, centralizer). The authors implement the method in Julia (ExactODEReduction.jl) and demonstrate its effectiveness on BioModels benchmarks and two life-science case studies, achieving long chains (up to 23) and interpretable macro-variables. This work enables exact, mechanistic reductions suitable for formal analysis and preprocessing for other modeling techniques, with future directions including approximate lumpings and extensions to rational right-hand sides.
Abstract
Dynamical models described by ordinary differential equations (ODEs) are a fundamental tool in the sciences and engineering. Exact reduction aims at producing a lower-dimensional model in which each macro-variable can be directly related to the original variables, and it is thus a natural step towards the model's formal analysis and mechanistic understanding. We present an algorithm which, given a polynomial ODE model, computes a longest possible chain of exact linear reductions of the model such that each reduction refines the previous one, thus giving a user control of the level of detail preserved by the reduction. This significantly generalizes over the existing approaches which compute only the reduction of the lowest dimension subject to an approach-specific constraint. The algorithm reduces finding exact linear reductions to a question about representations of finite-dimensional algebras. We provide an implementation of the algorithm, demonstrate its performance on a set of benchmarks, and illustrate the applicability via case studies. Our implementation is freely available at https://github.com/x3042/ExactODEReduction.jl
