Learning Shortest Paths When Data is Scarce
Dmytro Matsypura, Yu Pan, Hanzhao Wang
TL;DR
This work tackles shortest-path routing when edge costs are observed with bias in a cheap simulator and real measurements are scarce. It models simulator bias on edges as a smooth signal over an edge-similarity graph and estimates it via Laplacian-regularized least squares, yielding calibrated edge costs that improve path decisions. The authors derive finite-sample error bounds, translate them into path-level suboptimality guarantees, and provide a data-driven certificate for near-optimal routes. They also introduce Active Estimated Shortest Path (A-ESP), an active-learning algorithm that adaptively queries edges to identify the true shortest path with high probability in cold-start settings. Empirical results on synthetic road networks and real traffic graphs show improved edge calibration and shortened path costs under data scarcity, with the active learner significantly reducing real-data requirements while converging toward real-data performance as data accumulate.
Abstract
Digital twins and other simulators are increasingly used to support routing decisions in large-scale networks. However, simulator outputs often exhibit systematic bias, while ground-truth measurements are costly and scarce. We study a stochastic shortest-path problem in which a planner has access to abundant synthetic samples, limited real-world observations, and an edge-similarity structure capturing expected behavioral similarity across links. We model the simulator-to-reality discrepancy as an unknown, edge-specific bias that varies smoothly over the similarity graph, and estimate it using Laplacian-regularized least squares. This approach yields calibrated edge cost estimates even in data-scarce regimes. We establish finite-sample error bounds, translate estimation error into path-level suboptimality guarantees, and propose a computable, data-driven certificate that verifies near-optimality of a candidate route. For cold-start settings without initial real data, we develop a bias-aware active learning algorithm that leverages the simulator and adaptively selects edges to measure until a prescribed accuracy is met. Numerical experiments on multiple road networks and traffic graphs further demonstrate the effectiveness of our methods.
