A Class of Weighted TSPs with Applications
David Kempe, Mark Klein

TL;DR
This paper introduces a new class of weighted Traveling Salesman Problems tailored for security applications, providing polynomial-time algorithms with logarithmic approximation guarantees for both maximum and quadratic absence objectives.
Contribution
It defines a novel weighted TSP framework with two objectives and offers the first polynomial-time approximation algorithms with provable guarantees for these objectives.
Findings
Polynomial-time O(log n) approximation algorithms for the weighted TSP class.
Approximation guarantees for the quadratic objective extend to security patrol game models.
The framework balances visit frequency based on point weights to optimize coverage.
Abstract
Motivated by applications to poaching and burglary prevention, we define a class of weighted Traveling Salesman Problems on metric spaces. The goal is to output an infinite (though typically periodic) tour that visits the n points repeatedly, such that no point goes unvisited for "too long." More specifically, we consider two objective functions for each point x. The maximum objective is simply the maximum duration of any absence from x, while the quadratic objective is the normalized sum of squares of absence lengths from x. For periodic tours, the quadratic objective captures the expected duration of absence from x at a uniformly random point in time during the tour. The overall objective is then the weighted maximum of the individual points' objectives. When a point has weight w_x, the absences under an optimal tour should be roughly a 1/w_x fraction of the absences from points of…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Artificial Intelligence in Games · Advanced Graph Theory Research
