Chapter 4 Partition (3) Double Partition Ding-Zhu Du.

Slides:



Advertisements
Similar presentations
Approximation algorithms for geometric intersection graphs.
Advertisements

Chapter 4 Partition I. Covering and Dominating.
Approximations for Min Connected Sensor Cover Ding-Zhu Du University of Texas at Dallas.
University of Texas at Dallas
Chapter 6. Relaxation (1) Superstring Ding-Zhu Du.
O(N 1.5 ) divide-and-conquer technique for Minimum Spanning Tree problem Step 1: Divide the graph into  N sub-graph by clustering. Step 2: Solve each.
S. J. Shyu Chap. 1 Introduction 1 The Design and Analysis of Algorithms Chapter 1 Introduction S. J. Shyu.
Minimum Spanning Trees Kun-Mao Chao ( 趙坤茂 ) Department of Computer Science and Information Engineering National Taiwan University, Taiwan
Yi Wu IBM Almaden Research Joint work with Alina Ene and Jan Vondrak.
Use of Computer Technology in Education Course Management Systems Learning Management Systems Classroom Teaching Technology Modeling and Simulation and.
New Algorithm DOM for Graph Coloring by Domination Covering
Lecture 3 Power Law Structure Ding-Zhu Du Univ of Texas at Dallas.
Part I: Introductory Materials Introduction to Graph Theory Dr. Nagiza F. Samatova Department of Computer Science North Carolina State University and Computer.
The Traveling Salesman Problem Approximation
CS774. Markov Random Field : Theory and Application Lecture 13 Kyomin Jung KAIST Oct
Lecture 16 Maximum Matching. Incremental Method Transform from a feasible solution to another feasible solution to increase (or decrease) the value of.
Prim's Algorithm This algorithm starts with one node. It then, one by one, adds a node that is unconnected to the new graph to the new graph, each time.
1 Distributed Computing Optical networks: switching cost and traffic grooming Shmuel Zaks ©
Lecture 1-5 Power Law Structure Weili Wu Ding-Zhu Du Univ of Texas at Dallas.
CSE 589 Part VI. Reading Skiena, Sections 5.5 and 6.8 CLR, chapter 37.
A deterministic near-linear time algorithm for finding minimum cuts in planar graphs Thank you, Steve, for presenting it for us!!! Parinya Chalermsook.
Circuit Partitioning Divides circuit into smaller partitions that can be efficiently handled Goal is generally to minimize communication between balanced.
A Theoretical Analysis of Multi-Agent Patrolling Strategies Patrolling = moving through a territory « visiting » areas The patrolling problem = given a.
Chapter 4 Partition (1) Shifting Ding-Zhu Du. Disk Covering Given a set of n points in the Euclidean plane, find the minimum number of unit disks to cover.
Lecture 5-2 Target-Influence and Power Law Graphs Ding-Zhu Du Univ of Texas at Dallas.
Greedy Approximation with Non- submodular Potential Function Ding-Zhu Du.
Seed Selection.
Independent Cascade Model and Linear Threshold Model
Heuristic & Approximation
Chapter 7 Linear Programming
5-2 Properties of Parabolas
Systems of Nonlinear Equations
Dynamic Programming 1 Neil Tang 4/20/2010
Minimum Spanning Tree Chapter 13.6.
Power Law Structure Weili Wu Ding-Zhu Du Univ of Texas at Dallas
Haim Kaplan and Uri Zwick
Lectures on Network Flows
Secure Scheduling for Barrier Coverage
العلاج المعرفي السلوكي
CS200: Algorithm Analysis
Independent Cascade Model and Linear Threshold Model
Lecture 16 Maximum Matching
Minimum Spanning Trees
Neural Networks for Vertex Covering
Lecture 19-Problem Solving 4 Incremental Method
Main Ideas Key Terms Chapter 2 Section 3 Graphing a Polynomial
Chaitanya Swamy University of Waterloo
Fair Clustering through Fairlets ( NIPS 2017)
The Big 6 Research Model Step 3: Location and Access
Minimum Spanning Trees
Dynamic Programming 1 Neil Tang 4/15/2008
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Data Mining Classification: Alternative Techniques
CS 584 Project Write up Poster session for final Due on day of final
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Distributed Application Partitioning
Minimum Spanning Trees
Clustering.
Minimum Spanning Trees (MSTs)
Minimum Spanning Trees
Independent Cascade Model and Linear Threshold Model
Lecture 28 Approximation of Set Cover
Intersection Method of Solution
Line Graphs.
Assignment #2 (Assignment due: Nov. 06, 2018) v1 v2 v3 v4 v5
Constructing a m-connected k-Dominating Set in Unit Disc Graphs
at University of Texas at Dallas
Lecture 2-6 Complexity for Computing Influence Spread
Minimum Spanning Trees
Revisit Dynamic Programming
Presentation transcript:

Chapter 4 Partition (3) Double Partition Ding-Zhu Du

Partition a big thing (hard to deal) into small ones (easy to deal). It is a natural idea.

Partition is also an important technique in design of approximation algorithms. Example: To find a dominating set, we may find a dominating set in each small area.

Weighted Dominating Set in unit disk graphs Given a unit disk graph G=(D,E) with node weight c:DR, find a dominating set with minimum total weight. + <1<1

Backgroud 72-approximation (Ambuhl, et al. 2006).

(6+ε)-approximation (Gao, et al. 2008).

Partition into big cells General Case

Partition No node lies on a cut-line.

Problem A(i,j) 1 Dominating area

Lemma Problem A(i,j) has 2-approximation. Theorem

16 ? 14 !

2-approximation for A(I,j) Case 1 Minimum weight of node in D ij

2-approximation for A(I,j) Case 2. nodes in N(D ij ) dominate nodes in D ij ? ALAM AR CL CR BL BM BR

A problem on strip: outside disks cover inside points p1p1 p2p2 pipi Ti(D,D) : minimum weight set with D, D, dominating p 1, …, p i such that (1) D (lowest intersection point on L) among disks above the strip (2) D(highest intersection point on L) among disks below the strip L

Dynamic Programming

p1p1 p2p2 p i-1 D 1 (lowest intersection point on L) among disks above the strip, in T i (D,D) D 2 (highest intersection point on L) among disks below the strip, in T i (D,D) L

pjpj pipi p i-1 D D1

2-approximation for A(I,j) Case 2. nodes in N(D ij ) dominate nodes in D ij ?

LM Lemma If p is dominated by u in LM area, then every point in is dominated by u.

p u v p u v

p p Lemma If p and p can be dominated by nodes in BM but not nodes in CL and CR, then every node in can be dominated in nodes in A and B. A B CLCR

is the leftmost one for p dominated by a node in BM, but not any node in CL and CR is the rightmost one for p dominated by a node in LM, but not any node in CL and CR contains all nodes dominated by nodes in BM but not nodes in CL and CR. pp Consider OPT

is the leftmost one for p dominated by a node in UM, but not any node in CL and CR is the rightmost one for p dominated by a node in UM, but not any node in CL and CR contains all nodes dominated by nodes in UM but not nodes in CL and CR. qq Consider OPT

L R U R

How do we find p, p, q, q? Try all possibilities. How many possibilities?

Idea: Combine cells into a strip Each strip contains m cells.

6-approximation for a special case: For every subset C of cells, 1.every cell e in C is in case 1; 2.every cell e not in C is in case 2.

6!

Partition into big cells General Case

(6+ε)-approximation in general case Shafting to minimize # of disks on boundaries

(9.875+ε)-approximation for minimum weight connected dominating set in unit disk graph. Connecting a dominating set into a cds needs to add at most opt nodes. (Zou et al, 2008) (improved 17opt)