A Call to Lagrangian Action: Learning Population Mechanics from Temporal Snapshots
Abstract: The population dynamics of molecules, cells, and organisms are governed by a number of unknown forces. In the last decade, population dynamics have predominantly been modeled with Wasserstein gradient flows. However, since gradient flows minimize free energy, they fail to capture important dynamical properties, such as periodicity. In this work, we propose a change in perspective by considering dynamics that minimize a population-level action under a damped Wasserstein Lagrangian. By deriving the corresponding Hamiltonian equations of motion, we formalize Wasserstein Lagrangian Mechanics, a structured class of second-order dynamics that encompasses classical mechanics, quantum mechanics, and gradient flows. We then propose WLM as the first algorithm that learns these second-order dynamics from observed marginals, without specifying the Lagrangian. By directly learning the population mechanics, WLM can both forecast and interpolate unseen marginals, and outperforms existing gradient flow and flow matching methods across a wide range of dynamics, including vortex dynamics, embryonic development, and flocking.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
Overview
This paper is about understanding how large groups of things change over time — things like molecules in a liquid, cells in a growing embryo, or birds flying in flocks. Instead of following each individual’s path, the paper looks at “snapshots” of the whole population at a few times (like photos of the crowd) and tries to learn the rules that make the population move the way it does.
The authors propose a new way to model these changes, inspired by physics. They call it Wasserstein Lagrangian Mechanics (WLM). In simple terms, WLM treats the whole population like a physical system with energy, momentum, and (optionally) friction. With WLM, the model can learn not just “downhill” or fading-out behavior, but also cycles and oscillations — like spinning vortices or flapping patterns — which older methods struggled to capture.
What questions does the paper ask?
- Can we describe population changes with a richer kind of physics that allows for cycles, not just “settling down”?
- Can we learn those rules directly from a few snapshots of the population, without tracking individuals and without knowing the exact physical formula in advance?
- Can this learned model both “fill in the gaps” between snapshots (interpolation) and predict the future (forecasting)?
How do they approach it?
Think of the population as a cloud of points that moves over time. Older approaches (called gradient flows) imagine the cloud always rolling downhill in an energy landscape — like a ball rolling to the bottom of a bowl. That’s good for “dissipative” behavior (things that calm down and stop) but bad for cycles (like orbits or spins).
The authors switch to a “least action” view from physics:
- Principle of least action: Of all the possible ways the population could move from the first snapshot to the last, nature picks the path that uses the least overall “effort.”
- Lagrangian/Hamiltonian mechanics: These are two classic ways of writing the rules of motion. They include inertia (things keep moving unless acted on), forces (pushes and pulls), and friction (slows things down).
Because we’re dealing with whole populations (not single particles), the authors apply these ideas in the “space of distributions,” using a distance called the Wasserstein distance. You can think of the Wasserstein distance as the most efficient way to morph one population snapshot into another (like the cheapest way to move piles of sand to match a new shape).
Key ideas translated to everyday language:
- Population “energy”: The model defines a kind of potential energy that depends on the shape and arrangement of the whole crowd, not just single points. This lets it capture emergent behaviors (like flocking patterns that come from interactions).
- Second-order dynamics: The model includes inertia. That means motion depends on both where the population is and how it’s already moving, enabling oscillations and cycles.
- Damping (friction): A knob that controls how quickly motion dies down. High friction makes the system behave like the old gradient-flow methods; zero friction allows perfect oscillations.
The WLM algorithm (in simple steps)
- Start with snapshots: You have a few pictures of the population at different times.
- Guess an “energy of the crowd”: Use a neural network to represent the population’s potential energy. This network takes all current positions and outputs a single energy number.
- Get forces by differentiation: Like in physics, forces are gradients of energy. The model uses automatic differentiation to compute the push/pull on each point from the energy.
- Simulate forward: With those forces (and a chosen friction level), the model simulates how the population should move to the next times.
- Compare to reality: It measures how close the simulated future snapshots are to the real ones and adjusts the neural network (and possibly the friction) to improve.
- Use it to interpolate and forecast: Once learned, the model can fill in missing times between snapshots and predict future snapshots.
What did they find?
The paper has both theory and experiments.
Theory:
- WLM is more expressive than gradient flows. It can describe:
- Classical mechanics (like planets orbiting or springs bouncing) when the population’s energy depends simply on positions.
- Quantum-like behavior (with a certain extra term the paper mentions).
- Gradient flows as a special case:
- If friction is very large, WLM behaves like gradient flows (things just roll downhill and stop).
- With a special exact initial push, gradient flows can also be seen as a special no-friction limit. But that’s fragile — change the initial push and it stops matching a gradient flow.
Experiments:
- Gradient-flow tests: On problems where old methods are known to work, WLM learns those same behaviors and sometimes learns that the friction should be very high — confirming it discovered a “gradient-flow-like” system.
- Ocean vortex: WLM learns swirling, curling motion from real ocean current data. It not only fills in missing snapshots along the spiral path but also predicts future snapshots — outperforming many methods, especially those that can’t forecast at all.
- Embryonic cells (scRNA data): WLM better fills in the missing time points of developing cells than many previous models, suggesting it captures the underlying “mechanics” of how cell populations change.
- Flocking (Boids): WLM learns emergent crowd behavior (like flocks splitting and rejoining) and forecasts well, while gradient-flow-based baselines struggle with these more dynamic patterns.
Why this matters: Many real systems don’t just “settle down.” They cycle, swirl, and oscillate. WLM can capture those patterns and predict what comes next.
What’s the impact?
- Better forecasting from snapshots: In biology (e.g., cell development), ecology (e.g., animal swarms), or physics (e.g., particles in fluids), you often can’t track individuals. WLM learns from a few population snapshots and still predicts the future.
- A unified framework: It ties together different types of dynamics — from classic “roll downhill” behavior to full-blown mechanics with inertia and oscillations — in one system.
- Discovery of hidden forces: By learning a population-level energy and friction, WLM can reveal whether a system is mostly dissipative (calms down) or driven (keeps cycling), which could guide scientific understanding.
- Practical advantages: It can both interpolate (fill gaps) and forecast (predict ahead), often outperforming methods that can only do one or that require hand-crafted “reference processes” from domain experts.
In short, this paper shows a new, physics-inspired way to learn how populations move — not just slowing down, but also spinning, bouncing, and evolving — directly from a handful of snapshots.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
The paper introduces Wasserstein Lagrangian Mechanics (WLM) and demonstrates promising results, but several theoretical, methodological, and empirical aspects remain unresolved. The following specific gaps can guide future research:
- Theory/identifiability:
- Lack of identifiability guarantees: multiple laws on paths can induce the same marginal flow; conditions under which the population-level potential and damping are uniquely recoverable from snapshots are not established.
- Confounding between , , and time reparameterization: no analysis of when different combinations of potential, damping, and time scaling yield indistinguishable marginal dynamics.
- No characterization of equivalence classes of potentials: what transformations of (e.g., additive constants, degeneracy along null functional derivatives) leave dynamics invariant?
- Expressivity boundaries: beyond showing that WLM includes classical/quantum mechanics and gradient flows, conditions under which WLM can (or cannot) represent limit cycles, chaos, and anisotropic transport are not analyzed.
- Conservative-vector-field constraint: the canonical representation is curl-free; how does this restrict representing inherently rotational/vortical state-space velocities, and what are the implications for capturing fine-scale vorticity?
- Modeling assumptions:
- Deterministic mechanics only: stochastic forcing/noise (e.g., diffusion) is not part of the learned dynamics; principled extensions to stochastic WLM and uncertainty-aware forecasting are not provided.
- Mass conservation: the framework assumes the continuity equation with conserved mass; extensions to unbalanced dynamics (birth/death, proliferation/apoptosis in biology) are not developed.
- Time-varying potentials: while time features are suggested, there is no theoretical treatment of non-autonomous Lagrangians on Wasserstein space or identifiability of time dependence versus damping.
- Domain constraints and geometry: treatment of bounded domains, obstacles, or manifold-valued state spaces is not discussed; imposing hard constraints or geometry-aware transport remains open.
- Multi-population/multi-species settings: the method models a single density; interactions among labeled subpopulations or coupled densities are not addressed.
- Learning from snapshots:
- Dependence on initial velocities : the method requires (analytic or assumed zero); how to estimate robustly from sparse/irregular snapshots is not specified, nor is joint learning of from data.
- Training with unpaired data: while results are shown, the general conditions under which WLM can learn from unpaired marginals without trajectory identities are not formalized.
- Sensitivity to temporal sampling: performance under irregular time intervals, sparse sampling, or missing early/late marginals is not evaluated; how to adapt the integrator/learning to such regimes is unclear.
- Measurement noise and preprocessing: handling of observational noise (e.g., scRNA count noise, batch effects, UMAP distortions) is not integrated into the learning objective or theory.
- Energy model parameterization:
- Scalability and permutation invariance: over all particles does not guarantee permutation invariance or tractable scaling as grows; principled set-based/graph-based parameterizations and complexity analyses are missing.
- Generalization across varying : although factors are “absorbed,” there is no formal mechanism ensuring that a learned generalizes to different particle counts at test time.
- Inductive biases and interpretability: no constraints that encourage physically plausible or interpretable forms (e.g., pairwise interaction kernels, symmetry, conservation laws); strategies to recover interpretable are absent.
- Alternative Wasserstein metrics: the kinetic energy is fixed to ; exploring other ground costs/metrics (e.g., anisotropic or learned Riemannian metrics) and their implications for dynamics is unexplored.
- Optimization and numerics:
- Discretization bias: no analysis of how leapfrog discretization error during backpropagation affects the consistency of learned mechanics, especially with damping and longer rollouts.
- Stability and long-horizon prediction: error growth, stability, and bias accumulation in forecasts are not quantified; conditions for reliable extrapolation are not given.
- Loss/divergence choices: the impact of the chosen divergence (e.g., , Sinkhorn) on identifiability, gradient variance, and convergence is not studied; guidelines for selecting divergences are lacking.
- Differentiable OT approximations: potential biases from entropic regularization and their effect on recovering are not analyzed.
- Benchmarking and evaluation:
- Uncertainty quantification: forecasts are point estimates without confidence intervals; methods to quantify uncertainty and propagate model/observation noise are absent.
- Broader biological validations: extensions to datasets with proliferation/death, branching processes, or lineage tracing are not tested; how WLM handles cell division and fate choices remains open.
- Complex/chaotic systems: beyond Boids and vortices, performance on systems with chaos or multi-scale metastability is not evaluated.
- Fairness of comparisons: some baselines use domain-informed reference processes while WLM does not; standardized protocols for fair comparison (with/without references) are not established.
- Theoretical learning guarantees:
- Consistency and sample complexity: there are no results on when minimizing marginal discrepancies via rollout yields consistent recovery of the true and as data grows.
- Regularization and generalization: absence of theory on regularizers or priors over that ensure generalization beyond the training horizon.
- Gradient-flow limit characterization: learning-based evidence for the overdamped limit () is empirical; theoretical conditions guaranteeing convergence to gradient flows are not provided.
- Practical extensions:
- Joint learning of initial conditions: mechanisms for learning or jointly with from only snapshots are not presented.
- Intervention and control: how to use learned mechanics for control/optimal intervention (e.g., steering populations) is not studied.
- Robustness to domain shift: behavior under shifts in initial marginal, environmental parameters, or unseen regimes is only partially explored (e.g., Boids); systematic robustness testing is missing.
Practical Applications
Immediate Applications
These applications can be deployed now using the paper’s WLM method (neural population mechanics learned from temporal snapshots) and standard ML tooling.
- Vortex, debris, and object drift forecasting in coastal/ocean operations
- Sectors: environmental monitoring, maritime logistics, disaster response
- Use: Train WLM on drifting-object snapshots (e.g., drifters, debris) to interpolate along curved flows and forecast future positions without a hand-crafted reference process. Improves readiness for search-and-rescue, oil-spill response, and route planning in eddy-dominated waters.
- Tools/workflows: “WLM-forecast” module integrated into ocean dashboards; batch ingest of drifter snapshots; leapfrog-based rollout to future horizons; uncertainty brackets via ensemble runs.
- Assumptions/dependencies: Access to sequential marginals (snapshots) and rough initial velocity estimates (from sensors or learned); near-stationarity of flow over forecast horizons; sufficient coverage of the spatial domain.
- Single-cell trajectory interpolation and short-horizon fate forecasting
- Sectors: healthcare/biotech, academic life sciences
- Use: Interpolate missing timepoints and forecast short-horizon population shifts in scRNA-seq developmental datasets where trajectories are unobservable (destructive measurement). Augments lineage inference and trajectory alignment.
- Tools/workflows: WLM plug-in for Scanpy/Seurat pipelines; input: PCA/LATENT embeddings, optional RNA velocity as v0; divergence-based training (e.g., Sinkhorn) for snapshot matching.
- Assumptions/dependencies: Comparable preprocessing across timepoints (batch correction); reliable initial velocity proxies (RNA velocity or learned friction γ); moderate forecast horizons where assumptions of smooth population evolution hold.
- Swarm behavior prediction and planning from snapshots
- Sectors: robotics (UAV/UGV swarms), agriculture (pest monitoring), defense/security
- Use: Learn interaction-driven, second-order population mechanics from sparse snapshots (no need for tracked trajectories) to forecast multi-agent formations and guide intervention timing.
- Tools/workflows: ROS2-compatible WLM module; set-encoder energy network Ψθ; simulation-based planning with leapfrog integrator; operator tools for “what-if” scenarios via initial velocity perturbations.
- Assumptions/dependencies: Observability of collective snapshots; stationarity (or modeled time-variation) of interaction rules over the planning window; safe-to-act assumptions for interventions.
- Dynamics-aware interpolation and forecasting in distributional time series
- Sectors: software/ML platforms, media analytics, mobility analytics
- Use: Fill missing temporal panels and forecast short-horizon snapshots when only distributions (not identities) are available, outperforming gradient-flow and flow-matching in oscillatory/curly regimes.
- Tools/workflows: “Mechanics-based forecaster” component for panel data; built-in Sinkhorn divergence; stress tests for non-dissipative dynamics.
- Assumptions/dependencies: Sufficient density of observed snapshots; appropriate divergence choice for the data domain; compute budget for backprop-through-time.
- Anomaly detection in oscillatory or weakly dissipative systems
- Sectors: manufacturing/IoT, predictive maintenance, process monitoring
- Use: Fit a WLM baseline to normal operation; flag deviations in future snapshots that violate learned second-order mechanics (e.g., loss of periodicity or friction signatures).
- Tools/workflows: Offline WLM fitting, online one-step-ahead comparison; residual-based alarms; interpretable friction γ to diagnose regime shifts (e.g., from conservative to dissipative).
- Assumptions/dependencies: Availability of representative normal-period snapshots; stable data collection cadence.
- Reference-free dynamics modeling where trajectories cannot be tracked
- Sectors: privacy-preserving mobility analytics, epidemiology (spatial snapshots), social sciences
- Use: Model population evolution from snapshots without individual-level tracking or a prescribed reference SDE/flow, reducing reliance on strong priors and data linkage.
- Tools/workflows: WLM “snapshot-only” pipeline; optional time-features for non-stationarity; elastic divergence choices (e.g., MMD, Sinkhorn).
- Assumptions/dependencies: Identifiability limits acknowledged (multiple path laws can yield same marginals); careful interpretation—mechanistic parameters are predictive, not necessarily causal.
- Model selection signal via learned damping (γ)
- Sectors: academia (modeling), applied data science
- Use: Use fitted γ as a diagnostic: high γ indicates gradient-flow-like, strongly dissipative dynamics; low γ suggests conservative/oscillatory regimes. Supports method selection and interpretability.
- Tools/workflows: Fit WLM with learnable γ; compare to gradient-flow baselines; report γ with confidence intervals.
- Assumptions/dependencies: Stable training; sufficient temporal coverage to disambiguate regimes.
- Educational modules for modern dynamics
- Sectors: education (applied math, ML, physics)
- Use: Demonstrate the unifying view of classical, quantum, and gradient flows via Wasserstein Lagrangian Mechanics; hands-on labs with leapfrog integrators and population-level potentials.
- Tools/workflows: Jupyter notebooks with the open-source WLM codebase; curated datasets (vortex, Boids, scRNA embeddings).
- Assumptions/dependencies: GPU-capable environments for moderate batch sizes.
Long-Term Applications
These applications are promising but require further research, scaling, domain integration, or regulatory/operational validation.
- Closed-loop control/steering of population distributions (optimal control on WLM)
- Sectors: robotics swarms, bioprocess engineering (cell therapy manufacturing), environmental remediation
- Use: Design control inputs to steer distributions to targets under learned second-order mechanics (e.g., guide swarms, maintain cell culture states, confine spills).
- Dependencies: Theory and algorithms for control on Wasserstein manifolds with learned potentials; safety constraints; real-time feedback integration; robustness guarantees.
- Causal discovery of interaction laws from learned potentials
- Sectors: physics, biology, social systems
- Use: Interpret Ψθ to infer pairwise/many-body interactions or potentials that explain emergent dynamics.
- Dependencies: Imposing symmetries, sparsity, or parametric kernels for identifiability; rigorous validation against interventions; disentangling confounders and measurement artifacts.
- Real-time, streaming WLM for operational forecasting
- Sectors: maritime operations, smart manufacturing, mobility
- Use: Continually update the mechanics model as snapshots arrive and forecast with bounded latency.
- Dependencies: Online/continual learning algorithms; scalable permutation-invariant architectures for large N; distributed training/inference; concept-drift handling.
- Operational integration with ocean and weather forecasting systems
- Sectors: national agencies (e.g., NOAA/EMSA), insurers, offshore energy
- Use: Hybridize WLM with physics-based models (data assimilation) to improve eddy-scale object drift, SAR planning, and risk estimation.
- Dependencies: Interfacing with NWP/ocean models; uncertainty quantification; extensive backtesting; adherence to operational timelines and standards.
- Process monitoring and control in cell and microbial manufacturing
- Sectors: biopharma, synthetic biology
- Use: Forecast and maintain desirable population states (e.g., cell size/gene-expression distributions) from non-destructive snapshots; plan interventions to avoid failure modes.
- Dependencies: GMP validation; reliable snapshot proxies (flow cytometry, non-destructive assays); integration with supervisory control systems.
- Crowd and traffic flow management in smart cities
- Sectors: public safety, urban planning
- Use: Forecast crowd distribution evolution from camera or sensor snapshots to inform staffing, route control, and emergency response.
- Dependencies: Responsible data governance and privacy; robust generalization under environmental changes; cross-agency coordination.
- Grid and energy-system oscillation monitoring
- Sectors: energy/utilities
- Use: Model distributional states of grid measurements (e.g., frequency or PMU embeddings) that exhibit oscillatory behavior; forecast and flag instabilities.
- Dependencies: Appropriate feature mappings to probability distributions; domain-informed potential structures; compliance and safety certifications.
- Financial distributional forecasting and regime diagnostics
- Sectors: finance (quant research, risk)
- Use: Model the evolution of cross-sectional return/feature distributions with non-dissipative dynamics for regime detection and scenario generation.
- Dependencies: Careful feature engineering to satisfy absolutely-continuous trajectory assumptions; rigorous out-of-sample validation; governance for model risk.
- Multi-scale, cross-domain mechanics models
- Sectors: materials, chem-bio, ecology
- Use: Couple WLM across scales (e.g., molecules→cells→tissues; individuals→swarms→ecosystems) for coherent forecasting and intervention design.
- Dependencies: Consistent cross-scale embeddings; hierarchical potentials; computational efficiency and stability across nested simulations.
- Mechanics-aware generative systems in ML platforms
- Sectors: software/AI
- Use: Embed learned second-order population mechanics into generative models for temporal data (e.g., video, 3D point sets, distributional logs).
- Dependencies: Differentiable simulators integrated with training loops; memory- and compute-efficient backprop-through-time; standardized APIs.
Cross-cutting assumptions and dependencies
- Data requirements: Sequences of snapshot distributions with consistent preprocessing; optional initial velocity estimates improve performance.
- Identifiability: Multiple trajectory laws can induce the same marginals; learned mechanics are predictive and should not be over-interpreted causally without additional assumptions.
- Computational demands: Backpropagation through time-discretized mechanics and set-encoder potentials can be compute- and memory-intensive; GPU/TPU acceleration is often needed.
- Generalization: Forecast accuracy degrades when future regimes differ significantly from training; conservative and dissipative regimes should be diagnosed (e.g., via learned γ).
- Safety and governance: For high-stakes domains (healthcare, energy, public safety), validation, monitoring, and compliance frameworks are prerequisites for deployment.
Glossary
- Absolutely continuous curve (of measures): A curve of probability measures with finite metric derivative in Wasserstein space, ensuring well-defined time evolution. "an absolutely continuous curve of measures in "
- Boids: An agent-based model of flocking behavior capturing emergent group dynamics from simple interaction rules. "a population of interacting Boids"
- Conservative system: A dynamical system without dissipation where total energy is conserved. "(Conservative if )"
- Continuity equation: A partial differential equation expressing conservation of mass for evolving densities. "the continuity equation \eqref{eq: continuity_eq}"
- Damped second-order dynamics: Second-order (acceleration-based) dynamics with friction or dissipation. "which describe a richer class of damped second-order dynamics"
- Damping (γ): A parameter controlling frictional dissipation in the dynamics. "with damping "
- Empirical marginals: Empirical distributions (snapshots) of a population at specified times. "a sequence of empirical marginals "
- Euler–Maruyama scheme: A numerical method for simulating stochastic differential equations. "we use the Euler-Maruyama scheme"
- Fisher information: A measure of the local variability of a probability density; in this context, used as a nonlinear term in the potential energy. "By adding a nonlinear Fisher information term to the potential energy functional"
- Free energy: A functional combining energy and entropy whose gradient flow describes dissipative dynamics. "minimize the free energy "
- Functional derivative: A derivative with respect to a function (or density), used to express variational optimality conditions. "replaces pointwise derivatives with functional derivatives"
- Hamiltonian equations of motion: First-order equations governing position and momentum (or their analogs) derived from an underlying Hamiltonian. "By deriving the corresponding Hamiltonian equations of motion"
- Hamiltonian mechanics (on the population): A mechanics framework induced on probability distributions by least action, governing population evolution. "Wasserstein least action induces Hamiltonian mechanics on the population"
- Identifiability conditions: Assumptions needed to uniquely recover underlying dynamics from observed marginals. "unless identifiability conditions hold"
- Leapfrog (Verlet integrator): A symplectic, second-order time integrator used for stable simulation of Hamiltonian systems. "the second-order Verlet integrator (Leapfrog)"
- Overdamped limit: The high-friction regime where second-order dynamics reduce to first-order gradient flow behavior. "in the overdamped limit "
- Population-level potential energy: A functional assigning energy to the entire distribution, driving collective dynamics. "population-level potential energy "
- Principle of least Wasserstein action: The variational principle that observed population trajectories minimize an action defined on distributions. "the principle of least Wasserstein action"
- Schrodinger equation: The fundamental equation of quantum mechanics; here recovered by augmenting the potential with a Fisher information term. "WLM also describes the Schrodinger equation"
- Sinkhorn divergence: An entropy-regularized optimal transport-based divergence used as a training loss between distributions. "e.g. Sinkhorn divergence"
- Superposition principle: A representation result relating Eulerian density evolution to measures on trajectories. "from the principle of superposition"
- Tangent vector (in Wasserstein space): A velocity field representing the instantaneous direction of motion of a distribution. " is a tangent vector"
- Tikhonov's theorem: A singular perturbation result used to justify limiting behavior as damping becomes large. "We may apply Tikhonov's theorem"
- Wasserstein-2 space: The space of probability measures with finite second moment equipped with the metric. "the Wasserstein-$2$ space "
- Wasserstein gradient: The gradient with respect to the Wasserstein metric, used to define steepest descent of functionals on distributions. "the Wasserstein gradient of the free energy"
- Wasserstein gradient flows: First-order dissipative dynamics of distributions following the steepest descent of a free energy in Wasserstein space. "population dynamics have predominantly been modeled with Wasserstein gradient flows"
- Wasserstein Hamiltonian mechanics: The Hamiltonian counterpart of least-action dynamics defined on probability distributions. "(b) Wasserstein Hamiltonian mechanics"
- Wasserstein kinetic energy: The kinetic energy functional defined via the metric and the canonical velocity field. "minimizes the kinetic energy"
- Wasserstein Lagrangian: A Lagrangian defined over distributions (and their velocities) combining kinetic and potential energy in Wasserstein space. "under a damped Wasserstein Lagrangian"
- Wasserstein Lagrangian Mechanics (WLM): The proposed framework of damped second-order population dynamics derived from least Wasserstein action. "We propose Wasserstein Lagrangian mechanics (WLM)"
- Wasserstein space (of probability distributions): The metric space of probability measures endowed with the optimal transport distance. "the Wasserstein space of probability distributions"
Collections
Sign up for free to add this paper to one or more collections.