Objective-based Amortization (OA-OT)
- OA-OT is an amortized optimization paradigm that trains predictors by directly optimizing optimal transport objectives, avoiding regression to precomputed solutions.
- It leverages sliced potentials and parametric ensembles to reuse structure across repeated OT tasks, enabling rapid warm-starts and scalable inference.
- Empirical results show significant speedups and improved RMSE in discrete entropic and continuous OT settings, with extensions to filtering applications.
Searching arXiv for the cited papers to ground the article in the relevant literature. Objective-based Amortization (OA-OT) is an amortized optimization paradigm for optimal transport (OT) in which a parametric predictor is trained by directly optimizing an OT objective over a distribution of transport tasks, rather than by regressing to precomputed solutions. In the literature summarized here, the term is used explicitly in “Amortized Optimal Transport from Sliced Potentials” (Truong et al., 16 Apr 2026), while the same principle is instantiated in “Meta Optimal Transport” (Amos et al., 2022). A related, but terminologically distinct, objective-guided amortization mechanism also appears in the amortized optimal transport filter (A-OTF), where pre-trained conditional OT maps are selected and weighted by discrepancy objectives during nonlinear/non-Gaussian filtering (Al-Jarrah et al., 16 Mar 2025). Across these settings, OA-OT is characterized by reuse of structure across repeated OT problems, direct training against dual or primal-surrogate OT criteria, and rapid approximation of new transport plans or maps.
1. Definition and conceptual scope
OA-OT addresses repeated OT problems drawn from a task distribution. In the multi-pair setting of (Truong et al., 16 Apr 2026), one observes many OT problems sampled from a meta-distribution over triples and seeks to predict transport plans for new pairs by learning reusable structure across prior instances. In Meta OT, the corresponding task distribution is described as a meta-distribution over OT problems, with discrete tasks of the form and continuous tasks over measures under squared Euclidean cost (Amos et al., 2022).
The defining feature of OA-OT is objective-based training. Rather than solve each new OT instance from scratch, or fit a predictor to ground-truth potentials by least squares, OA-OT optimizes the OT objective itself. In discrete entropic OT, this means minimizing the negative dual objective evaluated at predicted potentials; in continuous settings, Meta OT uses a dual surrogate based on W2 generative networks (W2GN) (Amos et al., 2022). In the sliced-potential formulation, OA-OT estimates the coefficients of a functional potential model by optimizing the entropic Kantorovich dual across multiple training pairs (Truong et al., 16 Apr 2026).
This separates OA-OT from regression-based amortization. “Amortized Optimal Transport from Sliced Potentials” introduces both regression-based amortization (RA-OT) and OA-OT, with the distinction that RA-OT fits original OT potentials by least squares, whereas OA-OT never needs ground-truth potentials and instead optimizes the dual objective directly (Truong et al., 16 Apr 2026). The same distinction is implicit in Meta OT, which does not supervise on exact OT solutions but trains predictors by the OT task loss itself (Amos et al., 2022).
2. Mathematical formulation
The OT background used by OA-OT is standard Kantorovich primal-dual theory, together with entropic regularization. For measures on and on with cost , the primal problem is
and the classical dual is
0
subject to
1
In the entropic setting with 2, the optimal plan has Gibbs form and one potential determines the other via the dual mapping (Truong et al., 16 Apr 2026).
In the discrete entropic case, for 3 and 4 with cost matrix 5, the plan is
6
and the one-potential update is
7
Meta OT writes the discrete entropic dual through a single predicted potential and defines the amortized loss
8
where 9 and 0 is recovered from the optimality relation (Amos et al., 2022).
The explicit OA-OT formulation in (Truong et al., 16 Apr 2026) parameterizes a Kantorovich potential by combining sliced OT-derived predictors:
1
where 2 are projection parameters and 3 are slicewise 4D Kantorovich potentials. The parameters are then learned by minimizing the empirical entropic dual objective over training pairs:
5
The second potential is obtained through the entropic dual mapping, and the transport plan is recovered from the Gibbs kernel (Truong et al., 16 Apr 2026).
A central structural property of this formulation is parsimony. Because the potential is parameterized by 6 sliced predictors, the parameter vector has size 7 and is independent of the number of atoms 8 in the discrete measures. This contrasts with Meta-OT models whose neural parameterization often scales with problem structure such as fixed atom counts (Truong et al., 16 Apr 2026).
3. OA-OT in Meta Optimal Transport
“Meta Optimal Transport” presents a general amortized optimization framework for OT that matches the OA-OT principle even though the paper uses the name Meta OT (Amos et al., 2022). Its discrete formulation predicts a dual potential 9 from the input measures and cost structure, computes 0 via the entropic dual relation, and reconstructs the plan
1
Training minimizes the OT objective directly rather than the distance to a reference solution:
2
The approach does not differentiate through Sinkhorn iterations; instead, it optimizes the amortized objective with autodiff and uses the prediction directly or as a warm start (Amos et al., 2022).
In the continuous 3 setting, Meta OT predicts the parameters of convex potentials through a hypernetwork, using input measures such as grayscale images or color palettes. The induced map is 4, where 5 is represented by an ICNN. Training uses the W2GN loss
6
and the amortized objective is
7
This makes objective-based amortization applicable to both discrete entropic OT and continuous Monge-map prediction (Amos et al., 2022).
Empirically, Meta OT demonstrates large warm-start gains. On MNIST, warm-starting Sinkhorn reduces time to reach 8 from 9 with zero initialization to 0 with Meta OT, while prediction alone takes approximately 1 (Amos et al., 2022). On spherical supply-demand transport, warm-starting reduces time to 2 from 3 to 4, reported as an 5 speedup, and the initial prediction is approximately 6 faster than converged Sinkhorn maps (Amos et al., 2022). In continuous color transfer, Meta OT prediction is approximately 7 versus approximately 8–9 for 0–1 W2GN steps from scratch, and warm-started fine-tuning reaches normalized dual value approximately 2 faster than training from scratch (Amos et al., 2022).
4. OA-OT from sliced potentials
“Amortized Optimal Transport from Sliced Potentials” gives the most explicit modern formulation of OA-OT (Truong et al., 16 Apr 2026). Its starting point is sliced OT: for projection directions 3, the measures are projected via 4, yielding one-dimensional pushforwards
5
For costs of the form 6 with strictly convex 7, the one-dimensional OT problem admits quantile coupling, and in the discrete 8D case the sliced potentials are computed in 9 time per slice (Truong et al., 16 Apr 2026). OA-OT uses these fast slicewise potentials as predictors for the full-dimensional potential.
The model is deliberately parsimonious. A single potential is parameterized as a linear combination of 0 sliced predictors, while the second potential is obtained by the entropic dual mapping and therefore adds no extra trainable degrees of freedom. Because the parameter vector is 1, the model size is independent of the numbers of atoms 2, which allows generalization across measure pairs whose atom counts vary (Truong et al., 16 Apr 2026).
Training proceeds pairwise. For each training pair 3, one computes sliced pushforwards, solves 4D OT on each slice to obtain 5, composes them with the projections, forms the parameterized potential 6, computes the entropic dual objective 7, and updates 8 by gradient-based optimization. The paper reports Adam with learning rate 9 and 0 iterations as the standard setting (Truong et al., 16 Apr 2026). Inference on a new pair requires computing the sliced predictors, forming 1, recovering 2 via the one-potential mapping, and assembling the plan through the Gibbs kernel. One or two Sinkhorn scaling iterations may optionally be used to improve marginal matching if numerical drift is observed (Truong et al., 16 Apr 2026).
The empirical profile is strong across several geometries. With 3 training pairs and 4 slices, OA-OT on MNIST achieves transport-plan RMSE approximately 5, compared with approximately 6 for RA-OT and approximately 7 for Meta-OT; training time is approximately 8–9 for OA-OT versus approximately 0 for Meta-OT, while inference is approximately 1 per pair (Truong et al., 16 Apr 2026). On spherical transport, OA-OT reports RMSE approximately 2–3 depending on 4, compared with approximately 5–6 for RA-OT and approximately 7–8 for Meta-OT; single-projection baselines are reported at high RMSE approximately 9 (Truong et al., 16 Apr 2026). On color transfer, OA-OT reaches RMSE approximately 0, compared with approximately 1 for RA-OT and approximately 2 for Meta-OT, with training approximately 3 and inference approximately 4–5 (Truong et al., 16 Apr 2026).
The method also extends to mini-batch OT conditional flow matching. On 6D toy data, OA-OT and RA-OT are reported to accelerate training by 7–8 over OT-CFM while maintaining near-straight trajectories, with NPE approximately 9–00 versus approximately 01–02 for OT-CFM (Truong et al., 16 Apr 2026). On high-dimensional CIFAR-10 fine-tuning, OA-OT achieves NFE/sample approximately 03, while RA-OT achieves the best FID approximately 04; both amortized variants significantly reduce fine-tuning time compared to exact OT-CFM, reported as approximately 05 (Truong et al., 16 Apr 2026).
5. Objective-guided amortization in optimal transport filtering
In nonlinear/non-Gaussian Bayesian filtering, objective-guided amortization appears in the amortized optimal transport filter (A-OTF), although the paper does not use the term OA-OT explicitly (Al-Jarrah et al., 16 Mar 2025). The filtering problem is defined by the discrete-time state-space model
06
with posterior recursion
07
The optimal transport filter replaces the conditioning operator by a conditional Brenier map 08 satisfying
09
so that
10
The computational burden arises because the conditional map is learned by solving a stochastic saddle-point problem online at every time step (Al-Jarrah et al., 16 Mar 2025).
A-OTF amortizes this cost through a library of pre-trained OT maps and a mixture-of-experts aggregation. Offline, one generates 11 pre-trained OTF maps 12, computes the pairwise distance matrix
13
and clusters the training instances with K-medoids using one of three distances: 14, 15, or 16. The medoids define representative expert maps 17 (Al-Jarrah et al., 16 Mar 2025).
Online, the current predictive context is compared against the medoids using a distance 18, and the gating weights are
19
with 20 and 21 yielding nearest-neighbor selection. The amortized map is then
22
and the particle update is
23
The paper explicitly describes the offline clustering as minimizing within-cluster discrepancies under the chosen metric and the online weighting as a softmax of negative distances akin to Nadaraya–Watson kernel interpolation or scattered data approximation (Al-Jarrah et al., 16 Mar 2025).
This supports an OA-OT interpretation, but only in a qualified sense. The paper states that the term “Objective-based Amortization (OA-OT)” is not used there. What is explicit is that both clustering and online weighting are objective-driven, in the sense that they are determined by discrepancy objectives rather than by direct regression to a target map (Al-Jarrah et al., 16 Mar 2025). A plausible extension, stated in the source material as consistent with the framework but not in the paper, is to choose the mixture weights by directly minimizing a discrepancy between the amortized pushforward and the target posterior,
24
with 25 and 26. This would make the online gating an explicit posterior-matching OA-OT objective rather than a similarity-based surrogate (Al-Jarrah et al., 16 Mar 2025).
Empirically, A-OTF preserves the ability of OTF to capture non-Gaussian structure while significantly reducing runtime. In the quadratic observation example, OTF and A-OTF capture bimodality while EnKF/KF fail; with 27 particles for all methods and SIR with 28 as ground truth, A-OTF with 29, 30, 31, 32 performs comparably to OTF while faster (Al-Jarrah et al., 16 Mar 2025). In Lorenz-63 with scalar observation, observing 33 yields bimodality in 34 due to symmetry, and A-OTF with the same configuration and 35 captures multimodality in unobserved coordinates similarly to OTF; weighted selection with 36 is reported as robust, while 37 and 38 exhibit overfitting for 39 (Al-Jarrah et al., 16 Mar 2025).
6. Strengths, limitations, and recurring misconceptions
A consistent strength of OA-OT is computational reuse across related tasks. In all three lines of work, the expensive part of solving OT is shifted from per-instance optimization to a learned amortized mechanism: a parametric dual predictor in Meta OT, a low-dimensional sliced-potential model in explicit OA-OT, or a pre-trained map library in A-OTF (Amos et al., 2022, Truong et al., 16 Apr 2026, Al-Jarrah et al., 16 Mar 2025). This reuse can provide either direct approximate solutions or warm starts that substantially reduce solver iterations.
A second strength is alignment between training and the eventual task objective. This is explicit in the contrast between RA-OT and OA-OT: RA-OT performs least-squares regression to ground-truth potentials, whereas OA-OT optimizes the entropic Kantorovich dual directly and therefore avoids the bias that can arise from fitting potentials rather than optimizing transport optimality (Truong et al., 16 Apr 2026). The same point underlies Meta OT, which learns by minimizing the OT objective rather than an MSE to precomputed plans or potentials (Amos et al., 2022).
Several limitations recur. First, the explicit sliced-potential OA-OT targets entropic OT; extending it to classical unregularized OT would require explicit inequality-constraint handling and plan recovery on contact sets (Truong et al., 16 Apr 2026). Second, amortized predictions may suffer under strong distribution shift: Meta OT notes degradation under OOD tasks, and A-OTF depends on the coverage and diversity of the offline library, with insufficient coverage degrading accuracy in highly non-stationary regimes (Amos et al., 2022, Al-Jarrah et al., 16 Mar 2025). Third, OA-OT does not automatically guarantee exact feasibility at inference time. In discrete entropic OT, predicted potentials can yield small marginal errors; both the sliced-potential method and Meta OT allow a short Sinkhorn refinement to improve marginal matching (Truong et al., 16 Apr 2026, Amos et al., 2022).
A common misconception is that OA-OT is simply fast regression to previously solved OT problems. The literature here does not support that equivalence. OA-OT, in the explicit sense of (Truong et al., 16 Apr 2026), is defined by optimization of the Kantorovich dual objective. Regression-based amortization is treated as a separate strategy. Another misconception is that amortization removes the need for geometry-aware modeling. In fact, the sliced-potential framework emphasizes projection design, including stereographic or spherical projections for non-Euclidean tasks, and A-OTF shows sensitivity to the choice of discrepancy metric and the number of experts 40 (Truong et al., 16 Apr 2026, Al-Jarrah et al., 16 Mar 2025).
Taken together, these works suggest a broad but technically coherent notion of OA-OT. In its strictest form, OA-OT denotes direct optimization of an OT objective for an amortized potential predictor over a task distribution (Truong et al., 16 Apr 2026). In a broader sense, it includes objective-driven amortized predictors and warm-start mechanisms for repeated OT solves (Amos et al., 2022). In filtering, the same logic appears as discrepancy-based selection and weighting of pre-trained conditional OT maps, even though the paper frames the method as A-OTF rather than OA-OT (Al-Jarrah et al., 16 Mar 2025).