English

New Tools and Connections for Exponential-time Approximation

Data Structures and Algorithms 2017-08-14 v1 Computational Complexity

Abstract

In this paper, we develop new tools and connections for exponential time approximation. In this setting, we are given a problem instance and a parameter α>1\alpha>1, and the goal is to design an α\alpha-approximation algorithm with the fastest possible running time. We show the following results: - An rr-approximation for maximum independent set in O(exp(O~(n/rlog2r+rlog2r)))O^*(\exp(\tilde O(n/r \log^2 r+r\log^2r))) time, - An rr-approximation for chromatic number in O(exp(O~(n/rlogr+rlog2r)))O^*(\exp(\tilde{O}(n/r \log r+r\log^2r))) time, - A (21/r)(2-1/r)-approximation for minimum vertex cover in O(exp(n/rΩ(r)))O^*(\exp(n/r^{\Omega(r)})) time, and - A (k1/r)(k-1/r)-approximation for minimum kk-hypergraph vertex cover in O(exp(n/(kr)Ω(kr)))O^*(\exp(n/(kr)^{\Omega(kr)})) time. (Throughout, O~\tilde O and OO^* omit polyloglog(r)\mathrm{polyloglog}(r) and factors polynomial in the input size, respectively.) The best known time bounds for all problems were O(2n/r)O^*(2^{n/r}) [Bourgeois et al. 2009, 2011 & Cygan et al. 2008]. For maximum independent set and chromatic number, these bounds were complemented by exp(n1o(1)/r1+o(1))\exp(n^{1-o(1)}/r^{1+o(1)}) lower bounds (under the Exponential Time Hypothesis (ETH)) [Chalermsook et al., 2013 & Laekhanukit, 2014 (Ph.D. Thesis)]. Our results show that the naturally-looking O(2n/r)O^*(2^{n/r}) bounds are not tight for all these problems. The key to these algorithmic results is a sparsification procedure, allowing the use of better approximation algorithms for bounded degree graphs. For obtaining the first two results, we introduce a new randomized branching rule. Finally, we show a connection between PCP parameters and exponential-time approximation algorithms. This connection together with our independent set algorithm refute the possibility to overly reduce the size of Chan's PCP [Chan, 2016]. It also implies that a (significant) improvement over our result will refute the gap-ETH conjecture [Dinur 2016 & Manurangsi and Raghavendra, 2016].

Keywords

Cite

@article{arxiv.1708.03515,
  title  = {New Tools and Connections for Exponential-time Approximation},
  author = {Nikhil Bansal and Parinya Chalermsook and Bundit Laekhanukit and Danupon Nanongkai and Jesper Nederlof},
  journal= {arXiv preprint arXiv:1708.03515},
  year   = {2017}
}

Comments

13 pages

R2 v1 2026-06-22T21:12:28.829Z