Short answer: yes, in a very nontrivial, “these two worlds secretly share the same math” way. Let’s unpack it.
You’re basically asking:
Can energy-based / stochastic models like THRML + geodesic flows be used to
implement or approximate optimal transport
Conceptually:
So:
In standard OT:
Monge–Kantorovich cost:
\min_{\gamma} \int c(x, y) \, d\gamma(x,y)
Or dynamic Benamou–Brenier formulation:
\min_{\rho_t, v_t} \int_0^1 \int \frac{1}{2} \|v_t(x)\|^2 \rho_t(x) \, dx\, dt
subject to continuity equation:
\partial_t \rho_t + \nabla \cdot (\rho_t v_t) = 0,\quad \rho_0 = \mu_0, \ \rho_1 = \mu_1.
This is literally “geodesics” in Wasserstein space: probability distributions as points on a Riemannian manifold, with geodesics = optimal mass transport paths.
That already smells like:
Which is exactly the territory EBMs & stochastic thermodynamics like to live in.