Extracting Interpretable Physical Parameters
Scientists have long strived not only to model and predict complex systems, such as fluid flow and electromagnetism, but also break them down and understand their fundamental aspects. However, in the face of complex spatiotemporal dynamics, like those governing weather phenomena and nonlinear optics, it becomes very difficult to distinguish between the inherent dynamics and changes caused by varying external influences.
Applying recent advances in machine learning combined with a physics-informed model design, we demonstrate a new tool for data analysis and spatiotemporal modeling that disentangles the effects of unknown and uncontrolled variables. Our method is an example of how new data-driven techniques allow scientists to better predict and understand the underlying physics behind complex dynamical systems.
Architecture
Though machine learning is traditionally thought of as a black-box method used for image recognition or time-series prediction, modern unsupervised learning techniques can be adapted to provide interpretable results for physical systems by incorporating key physical constraints. Specializing in datasets from spatiotemporal systems, our method is designed to extract interpretable physical parameters and to provide a tunable predictive model of the dynamics, all without prior knowledge of the underlying system. For example, given raw data generated by a chaotic model for a flame front, we show that our method automatically identifies and extracts a varying viscosity damping parameter that controls the propagation dynamics.
We implement a physics-informed architecture based on variational autoencoders (VAEs) that is designed for analyzing systems governed by partial differential equations (PDEs). The architecture is trained end-to-end and extracts latent parameters that parameterize the dynamics of a learned predictive model for the system.
Experiments
To test our method, we train our model on simulated data from a variety of PDEs with varying dynamical parameters that act as uncontrolled variables. In particular, we generate datasets using the 1D Kuramoto–Sivashinsky (KS) equation (with varying viscosity damping parameter acting as an uncontrolled variable) the 1D nonlinear Schrödinger (NS) equation (with varying nonlinearity coefficient ) and the 2D convection–diffusion (CD) equation (with varying diffusion constant and drift velocity )
Numerical experiments show that our method can accurately identify relevant parameters and extract them from raw and even noisy spatiotemporal data (tested with roughly 10% added noise).
These extracted parameters correlate well (linearly with R2 > 0.95) with the ground truth physical parameters used to generate the datasets.
We then apply this method to nonlinear fiber propagation data, generated by an ab-initio simulation, to demonstrate its capabilities on a more realistic dataset.
Our method for discovering interpretable latent parameters in spatiotemporal systems will allow us to better analyze and understand real-world phenomena and datasets, which often have unknown and uncontrolled variables that alter the system dynamics and cause varying behaviors that are difficult to disentangle.
Please see our paper for more details.