Time-changed normalizing flows for accurate SDE modeling
Naoufal El Bekri, Lucas Drumetz, Franck Vermet
TL;DR
This work tackles the challenge of modeling stochastic dynamics with neural normalizing flows by addressing a limitation of prior dynamic NF methods that rely on a Brownian base and struggle to represent basic SDEs like the Ornstein-Uhlenbeck process. It introduces Time-changed Normalizing Flow (TCNF), where $X_t = f_\theta\big(W_{\phi(t)},\phi(t)\big)$ and the time-change $\phi$ is a monotone function implemented with a convex neural network. Training maximizes the log-likelihood using the change-of-variables formula with conditional Gaussian increments of variance $\phi(t_i)-\phi(t_{i-1})$, and experiments show improved accuracy over CTFP on both toy OU-type processes and real-world data (Crypto, ECL). The approach preserves the advantages of CNFs—exact density estimation and efficient sampling—while expanding the class of Gaussian processes that can be modeled, with potential extensions to higher dimensions and refined time-change calibration.
Abstract
The generative paradigm has become increasingly important in machine learning and deep learning models. Among popular generative models are normalizing flows, which enable exact likelihood estimation by transforming a base distribution through diffeomorphic transformations. Extending the normalizing flow framework to handle time-indexed flows gave dynamic normalizing flows, a powerful tool to model time series, stochastic processes, and neural stochastic differential equations (SDEs). In this work, we propose a novel variant of dynamic normalizing flows, a Time Changed Normalizing Flow (TCNF), based on time deformation of a Brownian motion which constitutes a versatile and extensive family of Gaussian processes. This approach enables us to effectively model some SDEs, that cannot be modeled otherwise, including standard ones such as the well-known Ornstein-Uhlenbeck process, and generalizes prior methodologies, leading to improved results and better inference and prediction capability.
