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

📅 2019-11-06
🏛️ IEEE Annual Symposium on Foundations of Computer Science
📈 Citations: 7
Influential: 0
📄 PDF

career value

202K/year
🤖 AI Summary
This work addresses parameterized approximation algorithms for Vertex Cover and 3-Hitting Set. Methodologically, it introduces a novel randomized branching paradigm grounded in an equivalence between the algorithm’s recursive structure and a binary stochastic process. Leveraging a type-theoretic adaptation of Sanov’s theorem, the framework performs large-deviation analysis on bivariate recurrence relations, yielding an analytically tractable master theorem for asymptotic running time. Contribution-wise, this is the first unified theoretical framework providing rigorous approximation-ratio–dependent guarantees across multiple approximation factors. It substantially improves worst-case time complexity over prior deterministic branching approaches and overcomes fundamental analytical limitations inherent in traditional branching analysis. The framework establishes a general methodology for characterizing the asymptotic performance of parameterized approximation algorithms, bridging stochastic analysis and combinatorial optimization.
📝 Abstract
In this paper we introduce randomized branching as a tool for parameterized approximation and develop the mathematical machinery for its analysis. Our algorithms substantially improve the best known running times of parameterized approximation algorithms for Vertex Cover and 3-Hitting Set for a wide range of approximation ratios. The running times of our algorithms are derived from an asymptotic analysis of a broad class of two-variable recurrence relations. Our main theorem gives a simple formula for this asymptotics. The formula can be efficiently calculated by solving a simple numerical optimization problem, and provides the mathematical insight required for the algorithm design. To this end, 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.
Problem

Research questions and friction points this paper is trying to address.

Develop randomized branching for parameterized approximation analysis
Improve running times for Vertex Cover and 3-Hitting Set algorithms
Analyze two-variable recurrence relations via stochastic processes
Innovation

Methods, ideas, or system contributions that make the work stand out.

Randomized branching for parameterized approximation
Asymptotic analysis of two-variable recurrences
Method of types adapted for stochastic processes