Parallel Approximation Algorithms for Facility-Location Problems
Guy E. Blelloch, Kanat Tangwongsan

TL;DR
This paper develops parallel approximation algorithms for facility-location problems, achieving low-depth, near work efficiency, and cache efficiency, thus enabling faster solutions while maintaining quality guarantees.
Contribution
It introduces parallel algorithms for facility-location problems that are efficient in depth, work, and cache complexity, extending sequential approximation results to parallel settings.
Findings
Algorithms have low depth and near work efficiency.
Cache complexity is bounded by O(w/B).
Parallel algorithms maintain approximation guarantees.
Abstract
This paper presents the design and analysis of parallel approximation algorithms for facility-location problems, including and algorithms for (metric) facility location, -center, -median, and -means. These problems have received considerable attention during the past decades from the approximation algorithms community, concentrating primarily on improving the approximation guarantees. In this paper, we ask, is it possible to parallelize some of the beautiful results from the sequential setting? Our starting point is a small, but diverse, subset of results in approximation algorithms for facility-location problems, with a primary goal of developing techniques for devising their efficient parallel counterparts. We focus on giving algorithms with low depth, near work efficiency (compared to the sequential versions), and low cache complexity. Common in algorithms we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Facility Location and Emergency Management · Computational Geometry and Mesh Generation
