Some easy optimization problems have the overlap-gap property
Shuangping Li, Tselil Schramm

TL;DR
This paper investigates the overlap-gap property in simple optimization problems like shortest path, showing it does not necessarily imply computational difficulty, and introduces efficient algorithms for certain graph models.
Contribution
It demonstrates that the overlap-gap property does not always indicate algorithmic intractability, providing new insights into average-case optimization problems.
Findings
Shortest path problem exhibits overlap-gap property in specific graph models.
Efficient polynomial estimators can solve shortest path in sparse graphs.
Sampling approximate shortest paths is feasible in polynomial time.
Abstract
We show that the shortest - path problem has the overlap-gap property in (i) sparse graphs and (ii) complete graphs with i.i.d. Exponential edge weights. Furthermore, we demonstrate that in sparse graphs, shortest path is solved by -degree polynomial estimators, and a uniform approximate shortest path can be sampled in polynomial time. This constitutes the first example in which the overlap-gap property is not predictive of algorithmic intractability for a (non-algebraic) average-case optimization problem.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Some Easy Optimization Problems Have the Overlap-Gap Property· youtube
Taxonomy
TopicsOptimization and Packing Problems · Computational Geometry and Mesh Generation
