Time Parameterized Optimal Transport
Kaiwen Shi
TL;DR
This work extends optimal transport to dynamic settings by introducing time-parameterized OT, enabling sequential decisions over a horizon $N$ under practical constraints. It decomposes the problem into two tractable subproblems: capacity-constrained TOT and sparsity-constrained TOT, and develops both exact and accelerated algorithms. A key contribution is a reformulation that reduces the time-expanded LP into a fixed-dimension problem, yielding substantial computational savings while preserving optimality under certain conditions. To address sparsity, the authors propose a heuristic based on an importance score that prioritizes entries for nonzero transport, trading exact optimality for major runtime gains with competitive solution quality. The results demonstrate scalable efficiency gains and provide a practical framework for dynamic transport planning with capacity and sparsity constraints, alongside insights into the tradeoffs between exactness and speed.
Abstract
Optimal transport has gained significant attention in recent years due to its effectiveness in deep learning and computer vision. Its descendant metric, the Wasserstein distance, has been particularly successful in measuring distribution dissimilarities. While extensive research has focused on optimal transport and its regularized variants (such as entropy, sparsity, and capacity constraints) the role of time has been largely overlooked. However, time is a critical factor in real world transport problems. In this work, we introduce a time parameterized formulation of the optimal transport problem, incorporating a time variable t to represent sequential steps and enforcing specific constraints at each step. We propose a systematic method to solve a special subproblem and develop a heuristic search algorithm that achieves nearly optimal solutions while significantly reducing computational time.
