Learning invariant representations of
time-homogeneous stochastic dynamical systems

Vladimir R. Kostic*, Pietro Novelli*, Riccardo Grazzi, Karim Lounici, Massimiliano Pontil
ICLR 2024
*Corresponding Authors, equal Contribution

Abstract

We consider the general class of time-homogeneous stochastic dynamical systems, both discrete and continuous, and study the problem of learning a representation of the state that faithfully captures its dynamics. This is instrumental to learning the transfer operator of the system, which in turn can be used for numerous tasks, such as forecasting and interpreting the system dynamics.

We show that the search for a good representation can be cast as an optimization problem over neural networks. Our approach is supported by recent results in statistical learning theory, highlighting the role of approximation error and metric distortion in the context of transfer operator regression. The objective function we propose is associated with projection operators from the representation space to the data space, overcomes metric distortion, and can be empirically estimated from data.

In the discrete-time setting, we further derive a relaxed objective function that is differentiable and numerically well-conditioned. We compare our method against state-of-the-art approaches on different datasets, showing better performance across the board.

DPNets
kooplearn logo
DPNets and every other baseline considered in the paper is currently implemented in our Python library kooplearn.
Check it out or install it by running pip install kooplearn!

BibTeX


        @inproceedings{
          DPNets2024,
          title={Learning invariant representations of time-homogeneous stochastic dynamical systems},
          author={Vladimir R Kostic and Pietro Novelli and Riccardo Grazzi and Karim Lounici and Massimiliano Pontil},
          booktitle={The Twelfth International Conference on Learning Representations},
          year={2024},
          url={https://openreview.net/forum?id=twSnZwiOIm}
        }