LGDSQMJun 8, 2021

Parameter Inference with Bifurcation Diagrams

arXiv:2106.04243v38 citations
Originality Incremental advance
AI Analysis

This work addresses parameter inference for dynamical systems in fields like synthetic biology where quantitative data is limited, but it is incremental as it builds on existing gradient-based methods.

The authors tackled the problem of inferring parameters in differential equation models when only qualitative data, such as bifurcation diagrams, is available, by proposing a gradient-based approach that matches model bifurcations to specified targets, demonstrating its application on minimal models and a genetic toggle switch from synthetic biology.

Estimation of parameters in differential equation models can be achieved by applying learning algorithms to quantitative time-series data. However, sometimes it is only possible to measure qualitative changes of a system in response to a controlled condition. In dynamical systems theory, such change points are known as bifurcations and lie on a function of the controlled condition called the bifurcation diagram. In this work, we propose a gradient-based approach for inferring the parameters of differential equations that produce a user-specified bifurcation diagram. The cost function contains an error term that is minimal when the model bifurcations match the specified targets and a bifurcation measure which has gradients that push optimisers towards bifurcating parameter regimes. The gradients can be computed without the need to differentiate through the operations of the solver that was used to compute the diagram. We demonstrate parameter inference with minimal models which explore the space of saddle-node and pitchfork diagrams and the genetic toggle switch from synthetic biology. Furthermore, the cost landscape allows us to organise models in terms of topological and geometric equivalence.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes