Skip to main content

Showing 1–15 of 15 results for author: Leitersdorf, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.02695  [pdf, ps, other

    cs.DS cs.DC

    Improved All-Pairs Approximate Shortest Paths in Congested Clique

    Authors: Hong Duc Bui, Shashwat Chandra, Yi-Jun Chang, Michal Dory, Dean Leitersdorf

    Abstract: In this paper, we present new algorithms for approximating All-Pairs Shortest Paths (APSP) in the Congested Clique model. We present randomized algorithms for weighted undirected graphs. Our first contribution is an $O(1)$-approximate APSP algorithm taking just $O(\log \log \log n)$ rounds. Prior to our work, the fastest algorithms that give an $O(1)$-approximation for APSP take… ▽ More

    Submitted 4 May, 2024; originally announced May 2024.

  2. arXiv:2404.12930  [pdf, other

    cs.DC cs.DS

    Fast Broadcast in Highly Connected Networks

    Authors: Shashwat Chandra, Yi-Jun Chang, Michal Dory, Mohsen Ghaffari, Dean Leitersdorf

    Abstract: We revisit the classic broadcast problem, wherein we have $k$ messages, each composed of $O(\log{n})$ bits, distributed arbitrarily across a network. The objective is to broadcast these messages to all nodes in the network. In the distributed CONGEST model, a textbook algorithm solves this problem in $O(D+k)$ rounds, where $D$ is the diameter of the graph. While the $O(D)$ term in the round comple… ▽ More

    Submitted 19 April, 2024; originally announced April 2024.

  3. arXiv:2311.09548  [pdf, other

    cs.DC cs.DS

    Universally Optimal Information Dissemination and Shortest Paths in the HYBRID Distributed Model

    Authors: Yi-Jun Chang, Oren Hecht, Dean Leitersdorf, Philipp Schneider

    Abstract: In this work we consider the HYBRID model of distributed computing, introduced recently by Augustine, Hinnenthal, Kuhn, Scheideler, and Schneider (SODA 2020), where nodes have access to two different communication modes: high-bandwidth local communication along the edges of the graph and low-bandwidth all-to-all communication, capturing the non-uniform nature of modern communication networks. Pr… ▽ More

    Submitted 17 May, 2024; v1 submitted 15 November, 2023; originally announced November 2023.

    Comments: This work combines the three preprints arXiv:2304.06317, arXiv:2304.07107, and arXiv:2306.05977 with some improved results

  4. arXiv:2304.06317  [pdf, other

    cs.DS cs.DC

    Universally Optimal Deterministic Broadcasting in the HYBRID Distributed Model

    Authors: Yi-Jun Chang, Oren Hecht, Dean Leitersdorf

    Abstract: In theoretical computer science, it is a common practice to show existential lower bounds for problems, meaning there is a family of pathological inputs on which no algorithm can do better. However, most inputs of interest can be solved much more efficiently, giving rise to the notion of universally optimal algorithms, which run as fast as possible on every input. Questions on the existence of uni… ▽ More

    Submitted 13 April, 2023; originally announced April 2023.

  5. arXiv:2206.04218  [pdf, other

    cs.AR

    AritPIM: High-Throughput In-Memory Arithmetic

    Authors: Orian Leitersdorf, Dean Leitersdorf, Jonathan Gal, Mor Dahan, Ronny Ronen, Shahar Kvatinsky

    Abstract: Digital processing-in-memory (PIM) architectures are rapidly emerging to overcome the memory-wall bottleneck by integrating logic within memory elements. Such architectures provide vast computational power within the memory itself in the form of parallel bitwise logic operations. We develop novel algorithmic techniques for PIM that, combined with new perspectives on computer arithmetic, extend thi… ▽ More

    Submitted 15 April, 2023; v1 submitted 8 June, 2022; originally announced June 2022.

    Comments: Accepted to IEEE Transactions on Emerging Topics in Computing (TETC)

  6. Deterministic Near-Optimal Distributed Listing of Cliques

    Authors: Keren Censor-Hillel, Dean Leitersdorf, David Vulakh

    Abstract: The importance of classifying connections in large graphs has been the motivation for a rich line of work on distributed subgraph finding that has led to exciting recent breakthroughs. A crucial aspect that remained open was whether deterministic algorithms can be as efficient as their randomized counterparts, where the latter are known to be tight up to polylogarithmic factors. We give determin… ▽ More

    Submitted 18 May, 2022; originally announced May 2022.

    Comments: To appear in PODC 2022

    Journal ref: PODC'22: Proceedings of the 2022 ACM Symposium on Principles of Distributed Computing. July 2022. Pp. 271-280

  7. arXiv:2201.03000  [pdf, other

    cs.DS cs.DC quant-ph

    Quantum Distributed Algorithms for Detection of Cliques

    Authors: Keren Censor-Hillel, Orr Fischer, François Le Gall, Dean Leitersdorf, Rotem Oshman

    Abstract: The possibilities offered by quantum computing have drawn attention in the distributed computing community recently, with several breakthrough results showing quantum distributed algorithms that run faster than the fastest known classical counterparts, and even separations between the two models. A prime example is the result by Izumi, Le Gall, and Magniez [STACS 2020], who showed that triangle de… ▽ More

    Submitted 9 January, 2022; originally announced January 2022.

    Comments: Accepted to ITCS22

  8. arXiv:2105.06068  [pdf, other

    cs.DC

    On Sparsity Awareness in Distributed Computations

    Authors: Keren Censor-Hillel, Dean Leitersdorf, Volodymyr Polosukhin

    Abstract: We extract a core principle underlying seemingly different fundamental distributed settings, showing sparsity awareness may induce faster algorithms for problems in these settings. To leverage this, we establish a new framework by develo** an intermediate auxiliary model weak enough to be simulated in the CONGEST model given low mixing time, as well as in the recently introduced HYBRID model. We… ▽ More

    Submitted 29 November, 2021; v1 submitted 13 May, 2021; originally announced May 2021.

    Comments: To appear in SPAA 2021

  9. arXiv:2101.07590  [pdf, other

    cs.DS cs.DC

    Fast Distributed Algorithms for Girth, Cycles and Small Subgraphs

    Authors: Keren Censor-Hillel, Orr Fischer, Tzlil Gonen, François Le Gall, Dean Leitersdorf, Rotem Oshman

    Abstract: In this paper we give fast distributed graph algorithms for detecting and listing small subgraphs, and for computing or approximating the girth. Our algorithms improve upon the state of the art by polynomial factors, and for girth, we obtain an constant-time algorithm for additive +1 approximation in the Congested Clique, and the first parametrized algorithm for exact computation in CONGEST. In… ▽ More

    Submitted 19 January, 2021; originally announced January 2021.

  10. Tight Distributed Listing of Cliques

    Authors: Keren Censor-Hillel, Yi-Jun Chang, François Le Gall, Dean Leitersdorf

    Abstract: Much progress has recently been made in understanding the complexity landscape of subgraph finding problems in the CONGEST model of distributed computing. However, so far, very few tight bounds are known in this area. For triangle (i.e., 3-clique) listing, an optimal $\tilde{O}(n^{1/3})$-round distributed algorithm has been constructed by Chang et al.~[SODA 2019, PODC 2019]. Recent works of Eden e… ▽ More

    Submitted 14 November, 2020; originally announced November 2020.

    Comments: 21 pages. To appear in SODA 2021

    Journal ref: Proceedings of the 32nd ACM-SIAM Symposium on Discrete Algorithms (SODA 2021), 2878-2891, 2021

  11. arXiv:2010.13831  [pdf, other

    cs.DC

    Distance Computations in the Hybrid Network Model via Oracle Simulations

    Authors: Keren Censor-Hillel, Dean Leitersdorf, Volodymyr Polosukhin

    Abstract: The Hybrid network model was introduced in [Augustine et al., SODA '20] for laying down a theoretical foundation for networks which combine two possible modes of communication: One mode allows high-bandwidth communication with neighboring nodes, and the other allows low-bandwidth communication over few long-range connections at a time. This fundamentally abstracts networks such as hybrid data cent… ▽ More

    Submitted 17 January, 2021; v1 submitted 26 October, 2020; originally announced October 2020.

    Comments: To appear in STACS 2021

  12. On Distributed Listing of Cliques

    Authors: Keren Censor-Hillel, François Le Gall, Dean Leitersdorf

    Abstract: We show an $\tilde{O}(n^{p/(p+2)})$-round algorithm in the \congest model for \emph{listing} of $K_p$ (a clique with $p$ nodes), for all $p =4, p\geq 6$. For $p = 5$, we show an $\tilde{O}(n^{3/4})$-round algorithm. For $p=4$ and $p=5$, our results improve upon the previous state-of-the-art of $O(n^{5/6+o(1)})$ and $O(n^{21/22+o(1)})$, respectively, by Eden et al. [DISC 2019]. For all $p\geq 6$,… ▽ More

    Submitted 10 July, 2020; originally announced July 2020.

    Comments: To appear in PODC 2020

    Journal ref: Proceedings of the 39th ACM Symposium on Principles of Distributed Computing (PODC 2020), pp. 474-482, 2020

  13. arXiv:1905.10284  [pdf, other

    cs.DS cs.DC

    Hardness of Distributed Optimization

    Authors: Nir Bachrach, Keren Censor-Hillel, Michal Dory, Yuval Efron, Dean Leitersdorf, Ami Paz

    Abstract: This paper studies lower bounds for fundamental optimization problems in the CONGEST model. We show that solving problems exactly in this model can be a hard task, by providing $\tildeΩ(n^2)$ lower bounds for cornerstone problems, such as minimum dominating set (MDS), Hamiltonian path, Steiner tree and max-cut. These are almost tight, since all of these problems can be solved optimally in… ▽ More

    Submitted 24 May, 2019; originally announced May 2019.

  14. arXiv:1903.05956  [pdf, other

    cs.DC cs.DS

    Fast Approximate Shortest Paths in the Congested Clique

    Authors: Keren Censor-Hillel, Michal Dory, Janne H. Korhonen, Dean Leitersdorf

    Abstract: We design fast deterministic algorithms for distance computation in the congested clique model. Our key contributions include: -- A $(2+ε)$-approximation for all-pairs shortest paths in $O(\log^2{n} / ε)$ rounds on unweighted undirected graphs. With a small additional additive factor, this also applies for weighted graphs. This is the first sub-polynomial constant-factor approximation for APSP i… ▽ More

    Submitted 31 October, 2019; v1 submitted 14 March, 2019; originally announced March 2019.

  15. arXiv:1802.04789  [pdf, other

    cs.DS cs.DC

    Sparse Matrix Multiplication and Triangle Listing in the Congested Clique Model

    Authors: Keren Censor-Hillel, Dean Leitersdorf, Elia Turner

    Abstract: We multiply two $n \times n$ matrices $S,T$ over semirings in the Congested Clique model, where $n$ fully connected nodes communicate synchronously using $O(\log n)$-bit messages, within $O(nz(S)^{1/3} nz(T)^{1/3}/n + 1)$ rounds of communication, where $nz(A)$ denotes the number of non-zero elements in a matrix $A$. By leveraging the sparsity of the input matrices, our algorithm greatly reduces co… ▽ More

    Submitted 20 March, 2019; v1 submitted 13 February, 2018; originally announced February 2018.