English

The Robotaxi Placement Problem: Minimizing Expected ETA for Stochastic Demand

Data Structures and Algorithms 2026-05-18 v1 Computational Complexity

Abstract

Autonomous ride-hailing platforms must strategically position idle robotaxis to minimize the wait times of prospective riders. We formalize this as the \emph{robotaxi placement problem} (kk-RP). Given a finite metric space and a demand distribution over its points, the goal is to position kk robotaxis to minimize the expected total distance in a perfect matching between the robotaxis and kk random riders. We present several theoretical results for this stochastic optimization problem. First, we observe that sampling robotaxi locations independently according to the demand distribution yields a randomized 22-approximation algorithm. Second, we present an explicit inapproximability bound via a novel gap-preserving reduction from the maximum coverage problem. Furthermore, while it is not even clear whether the exact expected cost of a placement can be computed efficiently on general metrics, we design an exact polynomial-time dynamic programming algorithm for kk-RP in tree metrics by decoupling the stochastic matching dependencies. Finally, empirical evaluations on real-world ride-hailing data reveal that a variance-reduced random placement strategy is highly effective in practice, yielding expected wait times that are very close to those obtained by computationally heavy exact algorithms for the uniform capacitated kk-median problem.

Keywords

Cite

@article{arxiv.2605.15745,
  title  = {The Robotaxi Placement Problem: Minimizing Expected ETA for Stochastic Demand},
  author = {Ioannis Caragiannis and Kostas Kollias and Mohammad Roghani and Aaron Schild and Ali Kemal Sinop},
  journal= {arXiv preprint arXiv:2605.15745},
  year   = {2026}
}