Inverse Optimization for Routing Problems
Pedro Zattoni Scroccaro, Piet van Beek, Peyman Mohajerin Esfahani, Bilge Atasoy
TL;DR
This paper addresses the problem of learning decision-makers' routing preferences from expert routes by formulating routing as an inverse-optimization task. It introduces an affine hypothesis class with nonnegative edge weights, a tailored loss function that yields a convex inner problem for binary routing decisions, and a specialized first-order algorithm with reshuffled updates for efficiency on large datasets. The methodology is demonstrated across CVRP, VRPTW, and TSP settings, and is applied to the Amazon Last Mile Routing Challenge, where the tailored IO approach achieves 0.0302, ranking 2nd among 48 finalists. The work shows how combining descriptive patterns with data-driven learning yields practical, scalable models that replicate expert driving behavior, with strong potential for real-time learning and deployment in routing tools.
Abstract
We propose a method for learning decision-makers' behavior in routing problems using Inverse Optimization (IO). The IO framework falls into the supervised learning category and builds on the premise that the target behavior is an optimizer of an unknown cost function. This cost function is to be learned through historical data, and in the context of routing problems, can be interpreted as the routing preferences of the decision-makers. In this view, the main contributions of this study are to propose an IO methodology with a hypothesis function, loss function, and stochastic first-order algorithm tailored to routing problems. We further test our IO approach in the Amazon Last Mile Routing Research Challenge, where the goal is to learn models that replicate the routing preferences of human drivers, using thousands of real-world routing examples. Our final IO-learned routing model achieves a score that ranks 2nd compared with the 48 models that qualified for the final round of the challenge. Our examples and results showcase the flexibility and real-world potential of the proposed IO methodology to learn from decision-makers' decisions in routing problems.
