Mind the Gap. Doubling Constant Parametrization of Weighted Problems: TSP, Max-Cut, and More
Mihail Stoian

TL;DR
This paper presents a novel meta-algorithm that efficiently adapts unweighted algorithms for weighted problems like TSP and Max-Cut when input weights have small doubling, avoiding pseudo-polynomial complexity issues.
Contribution
It introduces a new approach using Freiman's theorem to convert weights into polynomially bounded integers, enabling faster algorithms for weighted problems with small doubling weights.
Findings
Complexity proportional to unweighted versions for small doubling weights
Avoids pseudo-polynomial complexity in weighted problems
Applicable to problems like TSP, Max-Cut, and k-Clique
Abstract
Despite much research, hard weighted problems still resist super-polynomial improvements over their textbook solution. On the other hand, the unweighted versions of these problems have recently witnessed the sought-after speedups. Currently, the only way to repurpose the algorithm of the unweighted version for the weighted version is to employ a polynomial embedding of the input weights. This, however, introduces a pseudo-polynomial factor into the running time, which becomes impractical for arbitrarily weighted instances. In this paper, we introduce a new way to repurpose the algorithm of the unweighted problem. Specifically, we show that the time complexity of several well-known NP-hard problems operating over the and semirings, such as TSP, Weighted Max-Cut, and Edge-Weighted -Clique, is proportional to that of their unweighted versions when the set 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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Polynomial and algebraic computation
