the buss reduction for the k weighted vertex cover problem
play

The Buss Reduction for the k -Weighted Vertex Cover Problem Hong Xu - PowerPoint PPT Presentation

The Buss Reduction for the k -Weighted Vertex Cover Problem Hong Xu Xin-Zeng Wu Cheng Cheng Sven Koenig T. K. Satish Kumar {hongx, xinzengw, chen260, skoenig}@usc.edu tkskwork@gmail.com January 5, 2018 University of Southern California, Los


  1. The Buss Reduction for the k -Weighted Vertex Cover Problem Hong Xu Xin-Zeng Wu Cheng Cheng Sven Koenig T. K. Satish Kumar {hongx, xinzengw, chen260, skoenig}@usc.edu tkskwork@gmail.com January 5, 2018 University of Southern California, Los Angeles, California 90089, the United States of America The 15th International Symposium on Artifjcial Intelligence and Mathematics (ISAIM 2018) Fort Lauderdale, Florida, the United States of America

  2. Summary • For an NP-hard problem, it is desirable to have an algorithm that reduces problem sizes in polynomial time (but does not necessarily solve the problem). This is called a kernelization method. • The Buss reduction has been known as a kernelization method for the k -vertex cover ( k -VC) problem. • We explicitly generalize it to the k -weighted vertex cover ( k -WVC) problem and empirically study its properties. Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 1 / 21

  3. Agenda Motivation The Buss Reduction for the k -Weighted Vertex Cover Problem Experimental Results Analysis Conclusion Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 2 / 21

  4. Agenda Motivation The Buss Reduction for the k -Weighted Vertex Cover Problem Experimental Results Analysis Conclusion

  5. Motivation: the k -Weighted Vertex Cover ( k -WVC) Problem The k -WVC problem: Find a vertex cover with a weight no more than k on a vertex-weighted undirected graph. Applications: • Combinatorial auctions (Sandholm 2002) • Kidney exchange (McCreesh et al. 2017) • Error correcting code (McCreesh et al. 2017) • Solving and understanding weighted constraint satisfaction problems (Kumar 2008a, 2016, 2008b) Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 3 / 21

  6. Motivation: Kernelization and the Buss Reduction • The k -WVC problem is known to be NP-hard. • To solve such a problem, an algorithm that reduces the size of the problem in polynomial time is desirable. • A kernelization method is one such algorithm. • The Buss reduction is one kernelization method for the k -VC problem. • Can we generalize the Buss reduction to the k -WVC problem? Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 4 / 21

  7. Agenda Motivation The Buss Reduction for the k -Weighted Vertex Cover Problem Experimental Results Analysis Conclusion

  8. The k -WVC Problem endpoint vertex in S . • The k -WVC problem asks for a vertex cover S with a weight no more • The k -VC problem is equivalent to the k -WVC problem with all weights equal to 1. Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 5 / 21 Given a vertex-weighted undirected graph G = � V , E , w � , • A vertex cover is a set S ⊆ V such that every edge in G has at least one than k on G , i.e., � v ∈ S w ( v ) ≤ k .

  9. The k -WVC Problem: Example Red vertices are those vertices in the vertex cover. The Buss Reduction forthe k -Weighted Vertex Cover Problem Xu et al. (University of Southern California) 6 / 21 Example: ( k = 4) 1 1 1 1 1 1 1 1 2 0 2 0 2 0 2 0 2 1 2 2 1 2 1 1 (a) ✗ (b) ✓ (c) ✓ (d) ✗

  10. The Buss Reduction for the k -VC problem Intuition: If a vertex has a degree larger than k , it has to be in the vertex cover. Otherwise, all its neighbors have to be in the vertex cover and result in a vertex cover larger than k . Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 7 / 21 k = 3

  11. The Buss Reduction for the k -VC problem The Buss reduction for the k -VC problem on G (Buss et al. 1993): • Find a vertex v with a degree larger than k and add it to the vertex cover. problem on the resulting graph. vertex cover. Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 8 / 21 • Remove vertex v from G , and the remaining problem is the ( k − 1)-VC • Repeat the steps above until k < 0 or no vertex can be added to the

  12. The Buss Reduction for the k -WVC problem Intuition: If a vertex whose neighbors have a total weight larger than k , it has to be in the vertex cover. Otherwise, all its neighbors have to be in the vertex cover and result in a 4 1 1 1 1 Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 9 / 21 vertex cover with weight larger than k . k = 5

  13. The Buss Reduction for the k -WVC problem The Buss reduction for the k -WVC problem on G : add it to the vertex cover. • Remove vertex v from G , and the remaining problem is the vertex cover. Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 10 / 21 • Find a vertex v whose neighbors have a total weight larger than k and ( k − w ( v ) )-WVC problem on the resulting graph. • Repeat the steps above until k < 0 or no vertex can be added to the

  14. Agenda Motivation The Buss Reduction for the k -Weighted Vertex Cover Problem Experimental Results Analysis Conclusion

  15. Benchmark Instances We generated 18 benchmark instance sets with 1,000 benchmark instances each, by using one from each of the following properties: • Random graph model: Erdős-Rényi (ER) and Barabási-Albert (BA) • Probabilistic distribution of vertex weights: constant, exponential with • “Constant distribution” can be somehow viewed as the exponential variance. • Number of vertices: 1,000, 500, and 100 Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 11 / 21 • ER: Connectivity c = 8 • BA: m = m 0 = 2 λ = 1 and λ = 100 distribution with λ → + ∞ since both of them have zero variance. • Note that the exponential distribution with λ = 100 has a very low

  16. No Benchmark Instance Solved • Experiments showed that no benchmark instance was solved directly using the Buss reduction. • The Buss reduction typically does not reduce ER or BA graphs to empty kernels if a k -WVC exists. Xu et al. (University of Southern California) The Buss Reduction forthe k -Weighted Vertex Cover Problem 12 / 21

  17. 13 / 21 The Buss Reduction forthe k -Weighted Vertex Cover Problem Xu et al. (University of Southern California) respectively. represent graphs that have constant, exponential-1, and exponential-100 weights, instances with 1,000 vertices are used here. The blue, orange, and green curves distributions, where W is the total weight of the vertices in the graph. Only (b) The BA Instances (a) The ER Instances 1.0 1.0 constant constant exponential-1 exponential-1 0.8 0.8 exponential-100 exponential-100 0.6 0.6 Fraction Fraction 0.4 0.4 0.2 0.2 0.0 0.0 0.000 0.005 0.010 0.015 0.020 0.025 0.030 0.00 0.01 0.02 0.03 0.04 0.05 0.06 0.07 k/W k/W The fraction of instances η for which the Buss reduction outputs “NO” (no vertex cover with weight not larger than k exists) versus k / W for different weight

  18. 14 / 21 The Buss Reduction forthe k -Weighted Vertex Cover Problem Xu et al. (University of Southern California) model. place) shifts to larger k ’s for the ER model and broadens for the BA distributions, the critical range (where the phase transition takes • By changing constant weights to weights sampled by exponential (b) The BA Instances Observations: (a) The ER Instances 1.0 1.0 constant constant exponential-1 exponential-1 0.8 0.8 exponential-100 exponential-100 0.6 0.6 Fraction Fraction 0.4 0.4 0.2 0.2 0.0 0.0 0.000 0.005 0.010 0.015 0.020 0.025 0.030 0.00 0.01 0.02 0.03 0.04 0.05 0.06 0.07 k/W k/W

  19. 15 / 21 The Buss Reduction forthe k -Weighted Vertex Cover Problem Xu et al. (University of Southern California) shifts to smaller k ’s. Observation: As the graph size increases, the critical range narrows and sizes. Only instances with exponential-1 weights are used here. (b) The BA Instances (a) The ER Instances 1.0 1.0 100 100 500 500 0.8 0.8 1000 1000 0.6 0.6 Fraction Fraction 0.4 0.4 0.2 0.2 0.0 0.0 0.00 0.05 0.10 0.15 0.20 0.25 0.30 0.00 0.05 0.10 0.15 0.20 0.25 0.30 k/W k/W The fraction of instances η for which the Buss reduction outputs “NO” (no vertex cover with weight not larger than k exists) versus k / W for graphs of different

  20. Average reduction rate measures how much the problem size has been (a) The ER Instances The Buss Reduction forthe k -Weighted Vertex Cover Problem Xu et al. (University of Southern California) Only instances with 1,000 vertices are used here. (b) The BA Instances reduced. (average number of vertices removed divided by number of 16 / 21 vertices in the input graph) 0.0010 constant constant 0.10 exponential-1 exponential-1 Average Reduction Rate Average Reduction Rate exponential-100 exponential-100 0.0008 0.08 0.0006 0.06 0.0004 0.04 0.0002 0.02 0.0000 0.00 10 1 10 0 10 1 10 0 k/W k/W The average reduction rate as a function of k / W for different weight distributions.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend