Gaussian path approximation is the primary variational method used in GSBM to solve the CondSOC problem for general nonlinear state costs . The idea is to approximate the optimal conditional probability path as a Gaussian pinned at the two endpoints:
The time-varying mean and standard deviation are parameterized as splines with control points, ensuring the boundary conditions are satisfied for any control point values. This yields an analytic conditional drift where is a time-varying scalar. Despite potentially complex paths and , the underlying SDE remains linear, and the drift is a gradient field — hence kinetically optimal among all drifts generating the same conditional density.
The approach is directly inspired by the analytic solution for quadratic (Lemma 3 of GSBM), where the optimal path is exactly Gaussian with coefficients involving and of . The Brownian bridge is recovered as (linear interpolation with ), and the straight line (rectified flow) as further . This hierarchy connects to the stochastic interpolant framework of Albergo et al. (2023), where the general spatially linear interpolation encompasses the same design space.
Key Details
- Spline parameterization: ,
- control points — drastically fewer parameters than caching full SDE trajectories
- Simulation-free: optimization uses independent samples from (closed-form Gaussian)
- Initialization: from current drift , (Brownian bridge)
- Parallelizable over all pairs in a batch
- Can be further debiased via path integral resampling
- Efficient covariance computation via 1D ODE for Alg. 6