English

Lasso formulation of the shortest path problem

Optimization and Control 2020-05-26 v2 Data Structures and Algorithms Statistics Theory Applications Computation Statistics Theory

Abstract

The shortest path problem is formulated as an l1l_1-regularized regression problem, known as lasso. Based on this formulation, a connection is established between Dijkstra's shortest path algorithm and the least angle regression (LARS) for the lasso problem. Specifically, the solution path of the lasso problem, obtained by varying the regularization parameter from infinity to zero (the regularization path), corresponds to shortest path trees that appear in the bi-directional Dijkstra algorithm. Although Dijkstra's algorithm and the LARS formulation provide exact solutions, they become impractical when the size of the graph is exceedingly large. To overcome this issue, the alternating direction method of multipliers (ADMM) is proposed to solve the lasso formulation. The resulting algorithm produces good and fast approximations of the shortest path by sacrificing exactness that may not be absolutely essential in many applications. Numerical experiments are provided to illustrate the performance of the proposed approach.

Keywords

Cite

@article{arxiv.2005.09152,
  title  = {Lasso formulation of the shortest path problem},
  author = {Anqi Dong and Amirhossein Taghvaei and Tryphon T. Georgiou},
  journal= {arXiv preprint arXiv:2005.09152},
  year   = {2020}
}

Comments

17 pages

R2 v1 2026-06-23T15:38:49.640Z