LGMLJun 1, 2024

Neural Optimal Transport with Lagrangian Costs

arXiv:2406.00288v125 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses computational challenges in optimal transport for physical systems with geometric constraints, offering incremental improvements for practitioners in fields like physics and machine learning.

The paper tackles the optimal transport problem with Lagrangian costs, enabling efficient computation of geodesics and amortized spline-based paths without needing an ODE solver, as demonstrated on low-dimensional examples.

We investigate the optimal transport problem between probability measures when the underlying cost function is understood to satisfy a least action principle, also known as a Lagrangian cost. These generalizations are useful when connecting observations from a physical system where the transport dynamics are influenced by the geometry of the system, such as obstacles (e.g., incorporating barrier functions in the Lagrangian), and allows practitioners to incorporate a priori knowledge of the underlying system such as non-Euclidean geometries (e.g., paths must be circular). Our contributions are of computational interest, where we demonstrate the ability to efficiently compute geodesics and amortize spline-based paths, which has not been done before, even in low dimensional problems. Unlike prior work, we also output the resulting Lagrangian optimal transport map without requiring an ODE solver. We demonstrate the effectiveness of our formulation on low-dimensional examples taken from prior work. The source code to reproduce our experiments is available at https://github.com/facebookresearch/lagrangian-ot.

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