Analysis of Two-variable Recurrence Relations with Application to Parameterized Approximations

Abstract

In this paper we introduce randomized branching as a tool for parameterized approximation and develop the mathematical machinery for its analysis. Our algorithms improve the best known running times of parameterized approximation algorithms for Vertex Cover and 3-Hitting Set for a wide range of approximation ratios. One notable example is a simple parameterized random 1.5-approximation algorithm for Vertex Cover, whose running time of O(1.01657k) substantially improves the best known runnning time of O(1.0883k) [Brankovic and Fernau, 2013]. For 3-Hitting Set we present a parameterized random 2-approximation algorithm with running time of O(1.0659k), improving the best known O(1.29k) algorithm of [Brankovic and Fernau, 2012]. The running times of our algorithms are derived from an asymptotic analysis of a wide class of two-variable recurrence relations of the form: p(b,k) = 1≤ j ≤ N Σi=1rj γij · p(b-bji, k-kij), where bj and kj are vectors of natural numbers, and γj is a probability distribution over rj elements, for 1≤ j ≤ N. Our main theorem asserts that for any α>0, k → ∞ 1k · p(α k,k) = -1≤ j ≤ N Mj, where Mj depends only on α, γj, bj and kj, and can be efficiently calculated by solving a simple numerical optimization problem. To prove the theorem we show an equivalence between the recurrence and a stochastic process. We analyze this process using the method of types, by introducing an adaptation of Sanov's theorem to our setting. We believe our novel analysis of recurrence relations which is of independent interest is a main contribution of this paper.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…