Presentation is loading. Please wait.

Presentation is loading. Please wait.

Improved Approximation Algorithms for the Spanning Star Forest Problem Prasad Raghavendra Ning ChenC. Thach Nguyen Atri Rudra Gyanit Singh University of.

Similar presentations


Presentation on theme: "Improved Approximation Algorithms for the Spanning Star Forest Problem Prasad Raghavendra Ning ChenC. Thach Nguyen Atri Rudra Gyanit Singh University of."— Presentation transcript:

1 Improved Approximation Algorithms for the Spanning Star Forest Problem Prasad Raghavendra Ning ChenC. Thach Nguyen Atri Rudra Gyanit Singh University of Washington Roee Engelberg Technion University TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AA

2 Star Forest A Star is a tree of diameter 2. A Star Forest is a forest consisting of only Stars (a bunch of vertex disjoint stars ) Center Leaves

3 Number of Edges = 4 Unweighted Star Forest Problem Input : Undirected graph G Find a Star Forest with the maximum number of edges 1 2 3 4 5 6 7 Number of Edges = 5 Equivalently, Maximize the number of leaves.

4 Star Forest Problem Applications : Problem of aligning multiple genomic sequences. [Nguyen.et. al, SODA2007] Comparison of Phylogenic Trees. [Berry-Guillemot-Nicholas et. al 2005] Diversity Problem in Automobile Industry. [Agra-Cardoso-Cerferia et. al 2005] Closely Related to the Dominating Set Problem

5 Dominating Set A set of vertices S, such that “Every vertex not in S is adjacent to a vertex in set S” 1 2 3 6 7 4 5

6 Relation to Dominating Set 1 3 6 7 4 5 L = Set of Leaves L = Set of NOT Leaves Every vertex in L is adjacent to a vertex in L. L is a Dominating Set Maximum Star Forest = n – (Minimum Dominating Set)

7 Our Results We give a 0.71 approximation algorithm for Unweighted star forest problem. – Improves the 0.6 factor in [Nguyen.et. al, SODA2007] New rounding scheme for Dominating Set that yields - approximation. – Meets the best known algorithm by analysis of greedy algorithm [P. Slavik, Journal of Algorithms 1997] Better than ln n when OPT is larger

8 Our Results 0.64 approximation for the Node-weighted version. – Nodes have weights, Maximize the total weight of the leaves in the forest. Hardness of approximation results for the weighted versions of the problem. – 31/32 hardness for the node weighted version. – 0.95 hardness for the edge weighted version.

9 Dominating Set - A Linear Program Variables : (x 1, x 2,… x n ) x i = 1 if vertex i is in dominating set = 0 otherwise Constraints : For every vertex, at least one vertex in its neighbourhood belongs to the dominating set 1 2 3 4 x 1 + x 2 + x 3 +x 4 ≥ 1 Example :

10 Rounding Scheme Add vertex i in to the dominating set independently with probability : Add any vertices still uncovered, to the dominating set. 1 3 6 7 2 4 5 Even if x i = 1, probability that it is included is < 1 Let the LP-OPT = a∙n

11 Analysis STEP 1 : Add vertex i in to the dominating set independently with probability :

12 LP Constraint Analysis STEP 2: Add any vertices still uncovered, to the dominating set. E[Number of Vertices added in STEP 2] ≤ ne -t

13 Analysis Linear Programming OPT = a∙n Expected Size of Dominating Set = n(1–e -at ) + ne -t Choosing the best value of t, We get a - approximation for dominating set.

14 Not Enough Gives good approximation for Star Forest if OPT is closer to n If OPT is smaller, then gives poorer approximation. However if OPT is smaller, then there are simple algorithms that give good approximation. LP OPT = a∙n Factor =

15 Simple Tree Algorithm Pick a spanning tree. Root the tree at an arbitrary node. Divide nodes in to levels based on distance from root. Either the odd or the even levels have at least n/2 nodes. Make these nodes leaves and other centers. 1 2 3 6 7 4 5

16 A 0.64-Approximation Tree Algorithm: Finds a Star Forest of size at least n/2 So if LP OPT = a∙n A 1/2a approximation LP Algorithm: A approximation Best of the two algorithms, gives an approximation = 0.64

17 Getting to 0.7 We design a Combinatorial Algorithm for Unweighted Star Forest that gives -approximation. Using this along with LP algorithm gives :

18 Conclusion Non linear LP rounding with probability : 1-e -tx Similar algorithms for Weighted Dominating Set, more generally Weighted Set Cover. Intuition? Any other applications?

19 Thank You


Download ppt "Improved Approximation Algorithms for the Spanning Star Forest Problem Prasad Raghavendra Ning ChenC. Thach Nguyen Atri Rudra Gyanit Singh University of."

Similar presentations


Ads by Google