English

Faster Exponential-Time Approximation Algorithms Using Approximate Monotone Local Search

Data Structures and Algorithms 2026-01-13 v2 Computational Complexity

Abstract

We generalize the monotone local search approach of Fomin, Gaspers, Lokshtanov and Saurabh [J. ACM 2019], by establishing a connection between parameterized approximation and exponential-time approximation algorithms for monotone subset minimization problems. In a monotone subset minimization problem the input implicitly describes a non-empty set family over a universe of size nn which is closed under taking supersets. The task is to find a minimum cardinality set in this family. Broadly speaking, we use approximate monotone local search to show that a parameterized α\alpha-approximation algorithm that runs in cknO(1)c^k \cdot n^{O(1)} time, where kk is the solution size, can be used to derive an α\alpha-approximation randomized algorithm that runs in dnnO(1)d^n \cdot n^{O(1)} time, where dd is the unique value in d(1,1+c1α)d \in (1,1+\frac{c-1}{\alpha}) such that D(1αd1c1)=lncα\mathcal{D}(\frac{1}{\alpha}\|\frac{d-1}{c-1})=\frac{\ln c}{\alpha} and D(ab)\mathcal{D}(a \|b) is the Kullback-Leibler divergence. This running time matches that of Fomin et al. for α=1\alpha=1, and is strictly better when α>1\alpha >1, for any c>1c > 1. Furthermore, we also show that this result can be derandomized at the expense of a sub-exponential multiplicative factor in the running time. We demonstrate the potential of approximate monotone local search by deriving new and faster exponential approximation algorithms for Vertex Cover, 33-Hitting Set, Directed Feedback Vertex Set, Directed Subset Feedback Vertex Set, Directed Odd Cycle Transversal and Undirected Multicut. For instance, we get a 1.11.1-approximation algorithm for Vertex Cover with running time 1.114nnO(1)1.114^n \cdot n^{O(1)}, improving upon the previously best known 1.11.1-approximation running in time 1.127nnO(1)1.127^n \cdot n^{O(1)} by Bourgeois et al. [DAM 2011].

Keywords

Cite

@article{arxiv.2206.13481,
  title  = {Faster Exponential-Time Approximation Algorithms Using Approximate Monotone Local Search},
  author = {Barış Can Esmer and Ariel Kulik and Dániel Marx and Daniel Neuen and Roohani Sharma},
  journal= {arXiv preprint arXiv:2206.13481},
  year   = {2026}
}

Comments

28 pages, full version of a paper accepted at ESA 2022; second version addresses an error in the brute-force approximation algorithm