Distributed Approximate Maximum Matching in the CONGEST Model

Authors Mohamad Ahmadi, Fabian Kuhn, Rotem Oshman



PDF
Thumbnail PDF

File

LIPIcs.DISC.2018.6.pdf
  • Filesize: 0.56 MB
  • 17 pages

Document Identifiers

Author Details

Mohamad Ahmadi
  • University of Freiburg, Germany
Fabian Kuhn
  • University of Freiburg, Germany
Rotem Oshman
  • Tel Aviv University, Israel

Cite AsGet BibTex

Mohamad Ahmadi, Fabian Kuhn, and Rotem Oshman. Distributed Approximate Maximum Matching in the CONGEST Model. In 32nd International Symposium on Distributed Computing (DISC 2018). Leibniz International Proceedings in Informatics (LIPIcs), Volume 121, pp. 6:1-6:17, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2018)
https://doi.org/10.4230/LIPIcs.DISC.2018.6

Abstract

We study distributed algorithms for the maximum matching problem in the CONGEST model, where each message must be bounded in size. We give new deterministic upper bounds, and a new lower bound on the problem. We begin by giving a distributed algorithm that computes an exact maximum (unweighted) matching in bipartite graphs, in O(n log n) rounds. Next, we give a distributed algorithm that approximates the fractional weighted maximum matching problem in general graphs. In a graph with maximum degree at most Delta, the algorithm computes a (1-epsilon)-approximation for the problem in time O(log(Delta W)/epsilon^2), where W is a bound on the ratio between the largest and the smallest edge weight. Next, we show a slightly improved and generalized version of the deterministic rounding algorithm of Fischer [DISC '17]. Given a fractional weighted maximum matching solution of value f for a given graph G, we show that in time O((log^2(Delta)+log^*n)/epsilon), the fractional solution can be turned into an integer solution of value at least (1-epsilon)f for bipartite graphs and (1-epsilon) * (g-1)/g * f for general graphs, where g is the length of the shortest odd cycle of G. Together with the above fractional maximum matching algorithm, this implies a deterministic algorithm that computes a (1-epsilon)* (g-1)/g-approximation for the weighted maximum matching problem in time O(log(Delta W)/epsilon^2 + (log^2(Delta)+log^* n)/epsilon). On the lower-bound front, we show that even for unweighted fractional maximum matching in bipartite graphs, computing an (1 - O(1/sqrt{n}))-approximate solution requires at least Omega~(D+sqrt{n}) rounds in CONGEST. This lower bound requires the introduction of a new 2-party communication problem, for which we prove a tight lower bound.

Subject Classification

ACM Subject Classification
  • Mathematics of computing → Graph algorithms
  • Mathematics of computing → Approximation algorithms
Keywords
  • distributed graph algorithms
  • maximum matching
  • deterministic rounding
  • communication complexity

Metrics

  • Access Statistics
  • Total Accesses (updated on a weekly basis)
    0
    PDF Downloads

References

  1. M. Ahmadi, F. Kuhn, and R. Oshman. Distributed approximate maximum matching in the congest model. Technical Report 286, U. Freiburg, Dept. of Computer Science, 2018. URL: http://tr.informatik.uni-freiburg.de/reports/report286/report00286.pdf.
  2. N. Alon, L. Babai, and A. Itai. A fast and simple randomized parallel algorithm for the maximal independent set problem. Journal of Algorithms, 7(4):567-583, 1986. Google Scholar
  3. R. Bar-Yehuda, K. Censor-Hillel, M. Ghaffari, and G. Schwartzman. Distributed approximation of maximum independent set and maximum matching. In Proceedings of the ACM Symposium on Principles of Distributed Computing (PODC), pages 165-174, 2017. Google Scholar
  4. Ziv Bar-Yossef, T. S. Jayram, Ravi Kumar, and D. Sivakumar. An information statistics approach to data stream and communication complexity. J. Comput. Syst. Sci., 68(4):702-732, 2004. Google Scholar
  5. L. Barenboim, M. Elkin, S. Pettie, and J. Schneider. The locality of distributed symmetry breaking. In Proceedings of 53th Symposium on Foundations of Computer Science (FOCS), 2012. Google Scholar
  6. A. Czygrinow and M. Hańćkowiak. Distributed algorithm for better approximation of the maximum matching. In 9th Annual International Computing and Combinatorics Conference (COCOON), pages 242-251, 2003. Google Scholar
  7. J. Edmonds. Maximum matching and a polyhedron with 0,1 vertices. Canadian Journal of mathematics, pages 449-467, 1965. Google Scholar
  8. J. Edmonds. Paths, trees, and flowers. J. of Res. the Nat. Bureau of Standards, 69 B:125-130, 1965. Google Scholar
  9. F. Eisenbrand, S. Funke, N. Garg, and J. Könemann. A combinatorial algorithm for computing a maximum independent set in a t-perfect graph. In Proceedings of 14th ACM-SIAM Symposium on Discrete Algorithms (SODA), pages 517-522, 2003. Google Scholar
  10. G. Even, M. Medina, and D. Ron. Distributed maximum matching in bounded degree graphs. In Proceedings of the 2015 International Conference on Distributed Computing and Networking (ICDCN), pages 18:1-18:10, 2015. Google Scholar
  11. M. Fischer. Improved deterministic distributed matching via rounding. In Proceedings of 31st Symposium on Distributed Computing (DISC), pages 17:1-17:15, 2017. Google Scholar
  12. M. Fischer, M. Ghaffari, and F. Kuhn. Deterministic distributed edge-coloring via hypergraph maximal matching. In Proceedings of 58th IEEE Annual Symposium on Foundations of Computer Science (FOCS), pages 180-191, 2017. Google Scholar
  13. M. Ghaffari, D. G. Harris, and F. Kuhn. On derandomizing local distributed algorithms, 2017. URL: http://arxiv.org/abs/1711.02194.
  14. M. Hańćkowiak, M. Karoński, and A. Panconesi. On the distributed complexity of computing maximal matchings. In Proceedings of the Ninth Annual ACM-SIAM Symposium on Discrete Algorithms, pages 219-225, 1998. Google Scholar
  15. M. Hańćkowiak, M. Karoński, and A. Panconesi. A faster distributed algorithm for computing maximal matchings deterministically. In Proceedings of the Eighteenth Annual ACM Symposium on Principles of Distributed Computing (PODC), pages 219-228, 1999. Google Scholar
  16. A. Israeli and Y. Shiloach. An improved parallel algorithm for maximal matching. Inf. Process. Lett., 22(2):57-60, 1986. Google Scholar
  17. R. M. Karp and J. E. Hopcroft. An n^5/2 algorithm for maximum matchings in bipartite graphs. SIAM Journal on Computing, 1973. Google Scholar
  18. F. Kuhn and T. Moscibroda. Distributed approximation of capacitated dominating sets. In Proceedings of 19th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA), pages 161-170, 2007. Google Scholar
  19. F. Kuhn, T. Moscibroda, and R. Wattenhofer. The price of being near-sighted. In Proceedings of 17th Symposium on Discrete Algorithms (SODA), pages 980-989, 2006. Google Scholar
  20. F. Kuhn, T. Moscibroda, and R. Wattenhofer. Local computation: Lower and upper bounds. J. of the ACM, 63(2), 2016. Google Scholar
  21. Z. Lotker, B. Patt-Shamir, and S. Pettie. Improved distributed approximate matching. In Proceedings of the 20th Annual ACM Symposium on Parallelism in Algorithms and Architectures (SPAA), pages 129-136, 2008. Google Scholar
  22. Z. Lotker, B. Patt-Shamir, and A. Rosén. Distributed approximate matching. SIAM Journal on Computing, 39(2):445-460, 2009. Google Scholar
  23. M. Luby. A simple parallel algorithm for the maximal independent set problem. SIAM Journal on Computing, 15:1036-1053, 1986. Google Scholar
  24. Andrew McGregor. Finding graph matchings in data streams. In Approximation, Randomization and Combinatorial Optimization. Algorithms and Techniques, pages 170-181, 2005. Google Scholar
  25. D. Peleg. Distributed Computing: A Locality-Sensitive Approach. SIAM, 2000. Google Scholar
  26. S. Plotkin, D. Shmoys, and E. Tardos. Fast approximation algorithms for fractional packing and covering problems. Mathematics of Operations Research, 20:257-301, 1995. Google Scholar
  27. Atish Das Sarma, Stephan Holzer, Liah Kor, Amos Korman, Danupon Nanongkai, Gopal Pandurangan, David Peleg, and Roger Wattenhofer. Distributed verification and hardness of distributed approximation. SIAM J. Comput., 41(5):1235-1265, 2012. Google Scholar
  28. M. Wattenhofer and R. Wattenhofer. Distributed weighted matching. In Proceedings of 18th International Distributed Computing Conference (DISC), pages 335-348, 2004. Google Scholar
  29. Yuichi Yoshida, Masaki Yamamoto, and Hiro Ito. An improved constant-time approximation algorithm for maximum matchings. In STOC '09, pages 225-234, 2009. Google Scholar
Questions / Remarks / Feedback
X

Feedback for Dagstuhl Publishing


Thanks for your feedback!

Feedback submitted

Could not send message

Please try again later or send an E-mail