English

Approximate Min-Sum Subset Convolution

Data Structures and Algorithms 2024-08-12 v3

Abstract

Exponential-time approximation has recently gained attention as a practical way to deal with the bitter NP-hardness of well-known optimization problems. We study for the first time the (1+ε)(1 + \varepsilon)-approximate min-sum subset convolution. This enables exponential-time (1+ε)(1 + \varepsilon)-approximation schemes for problems such as minimum-cost kk-coloring, the prize-collecting Steiner tree, and many others in computational biology. Technically, we present both a weakly- and strongly-polynomial approximation algorithm for this convolution, running in time O~(2nlogM/ε)\widetilde O(2^n \log M / \varepsilon) and O~(23n2/ε)\widetilde O(2^\frac{3n}{2} / \sqrt{\varepsilon}), respectively. Our work revives research on tropical subset convolutions after nearly two decades.

Keywords

Cite

@article{arxiv.2404.11364,
  title  = {Approximate Min-Sum Subset Convolution},
  author = {Mihail Stoian},
  journal= {arXiv preprint arXiv:2404.11364},
  year   = {2024}
}

Comments

To appear at WAOA 2024; updates: shorter title, motivation in abstract, minor typos; original results unchanged