ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2411.11277
28
0

Massively Parallel Maximum Coverage Revisited

18 November 2024
Thai Bui
Hoa T. Vu
ArXivPDFHTML
Abstract

We study the maximum set coverage problem in the massively parallel model. In this setting, mmm sets that are subsets of a universe of nnn elements are distributed among mmm machines. In each round, these machines can communicate with each other, subject to the memory constraint that no machine may use more than O~(n)\tilde{O}(n)O~(n) memory. The objective is to find the kkk sets whose coverage is maximized. We consider the regime where k=Ω(m)k = \Omega(m)k=Ω(m), m=O(n)m = O(n)m=O(n), and each machine has O~(n)\tilde{O}(n)O~(n) memory. Maximum coverage is a special case of the submodular maximization problem subject to a cardinality constraint. This problem can be approximated to within a 1−1/e1-1/e1−1/e factor using the greedy algorithm, but this approach is not directly applicable to parallel and distributed models. When k=Ω(m)k = \Omega(m)k=Ω(m), to obtain a 1−1/e−ϵ1-1/e-\epsilon1−1/e−ϵ approximation, previous work either requires O~(mn)\tilde{O}(mn)O~(mn) memory per machine which is not interesting compared to the trivial algorithm that sends the entire input to a single machine, or requires 2O(1/ϵ)n2^{O(1/\epsilon)} n2O(1/ϵ)n memory per machine which is prohibitively expensive even for a moderately small value ϵ\epsilonϵ. Our result is a randomized (1−1/e−ϵ)(1-1/e-\epsilon)(1−1/e−ϵ)-approximation algorithm that uses O(1/ϵ3⋅log⁡m⋅(log⁡(1/ϵ)+log⁡m))O(1/\epsilon^3 \cdot \log m \cdot (\log (1/\epsilon) + \log m))O(1/ϵ3⋅logm⋅(log(1/ϵ)+logm)) rounds. Our algorithm involves solving a slightly transformed linear program of the maximum coverage problem using the multiplicative weights update method, classic techniques in parallel computing such as parallel prefix, and various combinatorial arguments.

View on arXiv
Comments on this paper