Skip to main content

Showing 1–18 of 18 results for author: Dory, M

.
  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:2307.09258  [pdf, other

    cs.DS

    Fast 2-Approximate All-Pairs Shortest Paths

    Authors: Michal Dory, Sebastian Forster, Yael Kirkpatrick, Yasamin Nazari, Virginia Vassilevska Williams, Tijn de Vos

    Abstract: In this paper, we revisit the classic approximate All-Pairs Shortest Paths (APSP) problem in undirected graphs. For unweighted graphs, we provide an algorithm for $2$-approximate APSP in $\tilde O(n^{2.5-r}+n^{ω(r)})$ time, for any $r\in[0,1]$. This is $O(n^{2.032})$ time, using known bounds for rectangular matrix multiplication $n^{ω(r)}$ [Le Gall, Urrutia, SODA 2018]. Our result improves on the… ▽ More

    Submitted 30 October, 2023; v1 submitted 18 July, 2023; originally announced July 2023.

    Comments: Accepted to SODA '24

  4. arXiv:2211.04994  [pdf, other

    cs.DS cs.DC

    A Nearly Time-Optimal Distributed Approximation of Minimum Cost $k$-Edge-Connected Spanning Subgraph

    Authors: Michal Dory, Mohsen Ghaffari

    Abstract: The minimum-cost $k$-edge-connected spanning subgraph ($k$-ECSS) problem is a generalization and strengthening of the well-studied minimum-cost spanning tree (MST) problem. While the round complexity of distributedly computing the latter has been well-understood, the former remains mostly open, especially as soon as $k\geq 3$. In this paper, we present the first distributed algorithm that comput… ▽ More

    Submitted 9 November, 2022; originally announced November 2022.

    Comments: SODA 2023

  5. arXiv:2211.01152  [pdf, other

    cs.DS

    New Tradeoffs for Decremental Approximate All-Pairs Shortest Paths

    Authors: Michal Dory, Sebastian Forster, Yasamin Nazari, Tijn de Vos

    Abstract: We provide new tradeoffs between approximation and running time for the decremental all-pairs shortest paths (APSP) problem. For undirected graphs with $m$ edges and $n$ nodes undergoing edge deletions, we provide four new approximate decremental APSP algorithms, two for weighted and two for unweighted graphs. Our first result is $(2+ ε)$-APSP with total update time $\tilde{O}(m^{1/2}n^{3/2})$ (wh… ▽ More

    Submitted 29 April, 2024; v1 submitted 2 November, 2022; originally announced November 2022.

    Comments: Accepted to ICALP 2024. Compared to the previous version, this manuscript contains an improved version of Theorem 1.1 and the new Theorem 1.3

  6. arXiv:2206.05174  [pdf, other

    cs.DS cs.DC

    Near-Optimal Distributed Dominating Set in Bounded Arboricity Graphs

    Authors: Michal Dory, Mohsen Ghaffari, Saeed Ilchi

    Abstract: We describe a simple deterministic $O( \varepsilon^{-1} \log Δ)$ round distributed algorithm for $(2α+1)(1 + \varepsilon)$ approximation of minimum weighted dominating set on graphs with arboricity at most $α$. Here $Δ$ denotes the maximum degree. We also show a lower bound proving that this round complexity is nearly optimal even for the unweighted case, via a reduction from the celebrated KMW lo… ▽ More

    Submitted 10 June, 2022; originally announced June 2022.

    Comments: PODC 2022

  7. arXiv:2106.00374  [pdf, other

    cs.DS cs.DC

    Fault-Tolerant Labeling and Compact Routing Schemes

    Authors: Michal Dory, Merav Parter

    Abstract: The paper presents fault-tolerant (FT) labeling schemes for general graphs, as well as, improved FT routing schemes. For a given $n$-vertex graph $G$ and a bound $f$ on the number of faults, an $f$-FT connectivity labeling scheme is a distributed data structure that assigns each of the graph edges and vertices a short label, such that given the labels of the vertices $s$ and $t$, and at most $f$ f… ▽ More

    Submitted 1 June, 2021; originally announced June 2021.

    Comments: PODC 2021

  8. arXiv:2004.09129  [pdf, other

    cs.DS cs.DC

    Distributed Weighted Min-Cut in Nearly-Optimal Time

    Authors: Michal Dory, Yuval Efron, Sagnik Mukhopadhyay, Danupon Nanongkai

    Abstract: Minimum-weight cut (min-cut) is a basic measure of a network's connectivity strength. While the min-cut can be computed efficiently in the sequential setting [Karger STOC'96], there was no efficient way for a distributed network to compute its own min-cut without limiting the input structure or drop** the output quality: In the standard CONGEST model, existing algorithms with nearly-optimal time… ▽ More

    Submitted 16 November, 2020; v1 submitted 20 April, 2020; originally announced April 2020.

    Comments: Major changes: (i) The fragment decomposition technique is simplified, (ii) Introduction and technical overview have been redone, and (iii) The technical sections have been made simpler for better readability

  9. arXiv:2003.03058  [pdf, ps, other

    cs.DS cs.DC

    Exponentially Faster Shortest Paths in the Congested Clique

    Authors: Michal Dory, Merav Parter

    Abstract: We present improved deterministic algorithms for approximating shortest paths in the Congested Clique model of distributed computing. We obtain $poly(\log\log n)$-round algorithms for the following problems in unweighted undirected $n$-vertex graphs: -- $(1+ε)$-approximation of multi-source shortest paths (MSSP) from $O(\sqrt{n})$ sources. -- $(2+ε)$-approximation of all pairs shortest paths (… ▽ More

    Submitted 6 March, 2020; originally announced March 2020.

  10. arXiv:2003.01254  [pdf, other

    cs.DS cs.DC

    Massively Parallel Algorithms for Distance Approximation and Spanners

    Authors: Amartya Shankha Biswas, Michal Dory, Mohsen Ghaffari, Slobodan Mitrović, Yasamin Nazari

    Abstract: Over the past decade, there has been increasing interest in distributed/parallel algorithms for processing large-scale graphs. By now, we have quite fast algorithms -- usually sublogarithmic-time and often $poly(\log\log n)$-time, or even faster -- for a number of fundamental graph problems in the massively parallel computation (MPC) model. This model is a widely-adopted theoretical abstraction of… ▽ More

    Submitted 28 June, 2021; v1 submitted 2 March, 2020; originally announced March 2020.

  11. arXiv:1905.10833  [pdf, other

    cs.DS cs.DC

    Improved Distributed Approximations for Minimum-Weight Two-Edge-Connected Spanning Subgraph

    Authors: Michal Dory, Mohsen Ghaffari

    Abstract: The minimum-weight $2$-edge-connected spanning subgraph (2-ECSS) problem is a natural generalization of the well-studied minimum-weight spanning tree (MST) problem, and it has received considerable attention in the area of network design. The latter problem asks for a minimum-weight subgraph with an edge connectivity of $1$ between each pair of vertices while the former strengthens this edge-conne… ▽ More

    Submitted 3 June, 2019; v1 submitted 26 May, 2019; originally announced May 2019.

  12. 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.

  13. 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.

  14. arXiv:1805.07764  [pdf, other

    cs.DS cs.DC

    Distributed Approximation of Minimum $k$-edge-connected Spanning Subgraphs

    Authors: Michal Dory

    Abstract: In the minimum $k$-edge-connected spanning subgraph ($k$-ECSS) problem the goal is to find the minimum weight subgraph resistant to up to $k-1$ edge failures. This is a central problem in network design, and a natural generalization of the minimum spanning tree (MST) problem. While the MST problem has been studied extensively by the distributed computing community, for $k \geq 2$ less is known in… ▽ More

    Submitted 20 May, 2018; originally announced May 2018.

    Comments: To appear in PODC 2018

  15. arXiv:1802.03160  [pdf, other

    cs.DS cs.DC

    Distributed Spanner Approximation

    Authors: Keren Censor-Hillel, Michal Dory

    Abstract: We address the fundamental network design problem of constructing approximate minimum spanners. Our contributions are for the distributed setting, providing both algorithmic and hardness results. Our main hardness result shows that an $α$-approximation for the minimum directed $k$-spanner problem for $k \geq 5$ requires $Ω(n /\sqrtα\log{n})$ rounds using deterministic algorithms or… ▽ More

    Submitted 9 February, 2018; originally announced February 2018.

  16. arXiv:1711.03359  [pdf, other

    cs.DS cs.DC

    Fast Distributed Approximation for TAP and 2-Edge-Connectivity

    Authors: Keren Censor-Hillel, Michal Dory

    Abstract: The tree augmentation problem (TAP) is a fundamental network design problem, in which the input is a graph $G$ and a spanning tree $T$ for it, and the goal is to augment $T$ with a minimum set of edges $Aug$ from $G$, such that $T \cup Aug$ is 2-edge-connected. TAP has been widely studied in the sequential setting. The best known approximation ratio of 2 for the weighted case dates back to the w… ▽ More

    Submitted 10 May, 2019; v1 submitted 9 November, 2017; originally announced November 2017.

  17. Coherence properties of an atom laser

    Authors: M. Trippenbach, Y. B. Band, M. Edwards, M. Doery, P. S. Julienne

    Abstract: We study the coherence properties of an atom laser, which operates by extracting atoms from a gaseous Bose-Einstein condensate via a two-photon Raman process, by analyzing a recent experiment. We obtain good agreement with the experimental data by solving the time-dependent Gross-Pitaevskii equation in three dimensions both numerically and with a Thomas-Fermi model. The coherence length is stron… ▽ More

    Submitted 2 June, 1999; originally announced June 1999.

    Comments: 11 pages, 2 Postscript figures

  18. Limit on suppression of ionization in metastable neon traps due to long-range anisotropy

    Authors: M. R. Doery, E. J. D. Vredenbregt, S. S. Op de Beek, H. C. W. Beijerinck, B. J. Verhaar

    Abstract: This paper investigates the possibility of suppressing the ionization rate in a magnetostatic trap of metastable neon atoms by spin-polarizing the atoms. Suppression of the ionization is critical for the possibility of reaching Bose-Einstein condensation with such atoms. We estimate the relevant long-range interactions for the system, consisting of electric quadrupole-quadrupole and dipole-induc… ▽ More

    Submitted 12 June, 1998; originally announced June 1998.

    Comments: 15 pages including figures, LaTex/RevTex, uses epsfig.sty

    Report number: TUE/AOW-98-37