Zum Hauptinhalt springen

Showing 1–46 of 46 results for author: Dinitz, M

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

    cs.DS cs.DC

    Parallel Set Cover and Hypergraph Matching via Uniform Random Sampling

    Authors: Laxman Dhulipala, Michael Dinitz, Jakub Łącki, Slobodan Mitrović

    Abstract: The SetCover problem has been extensively studied in many different models of computation, including parallel and distributed settings. From an approximation point of view, there are two standard guarantees: an $O(\log Δ)$-approximation (where $Δ$ is the maximum set size) and an $O(f)$-approximation (where $f$ is the maximum number of sets containing any given element). In this paper, we introdu… ▽ More

    Submitted 23 August, 2024; originally announced August 2024.

  2. arXiv:2407.06911  [pdf, ps, other

    cs.CR cs.DS

    Differentially Private Multiway and $k$-Cut

    Authors: Rishi Chandra, Michael Dinitz, Chenglin Fan, Zongrui Zou

    Abstract: In this paper, we address the challenge of differential privacy in the context of graph cuts, specifically focusing on the minimum $k$-cut and multiway cut problems. We introduce edge-differentially private algorithms that achieve nearly optimal performance for these problems. For the multiway cut problem, we first provide a private algorithm with a multiplicative approximation ratio that matche… ▽ More

    Submitted 22 July, 2024; v1 submitted 9 July, 2024; originally announced July 2024.

    Comments: 39 pages

  3. arXiv:2401.04638  [pdf, other

    cs.PF cs.DM

    Approximation Algorithms for Minimizing Congestion in Demand-Aware Networks

    Authors: Wenkai Dai, Michael Dinitz, Klaus-Tycho Foerster, Long Luo, Stefan Schmid

    Abstract: Emerging reconfigurable optical communication technologies allow to enhance datacenter topologies with demand-aware links optimized towards traffic patterns. This paper studies the algorithmic problem of jointly optimizing topology and routing in such demand-aware networks to minimize congestion, along two dimensions: (1) splittable or unsplittable flows, and (2) whether routing is segregated, i.e… ▽ More

    Submitted 9 January, 2024; originally announced January 2024.

    Comments: 10 pages

  4. arXiv:2308.10316  [pdf, ps, other

    cs.DS

    Almost Tight Bounds for Differentially Private Densest Subgraph

    Authors: Michael Dinitz, Satyen Kale, Silvio Lattanzi, Sergei Vassilvitskii

    Abstract: We study the Densest Subgraph (DSG) problem under the additional constraint of differential privacy. DSG is a fundamental theoretical question which plays a central role in graph analytics, and so privacy is a natural requirement. All known private algorithms for Densest Subgraph lose constant multiplicative factors, despite the existence of non-private exact algorithms. We show that, perhaps surp… ▽ More

    Submitted 7 April, 2024; v1 submitted 20 August, 2023; originally announced August 2023.

    Comments: Revised presentation, added value bound

  5. arXiv:2308.05067  [pdf, other

    cs.DS

    Controlling Tail Risk in Online Ski-Rental

    Authors: Michael Dinitz, Sungjin Im, Thomas Lavastida, Benjamin Moseley, Sergei Vassilvitskii

    Abstract: The classical ski-rental problem admits a textbook 2-competitive deterministic algorithm, and a simple randomized algorithm that is $\frac{e}{e-1}$-competitive in expectation. The randomized algorithm, while optimal in expectation, has a large variance in its performance: it has more than a 37% chance of competitive ratio exceeding 2, and a $Θ(1/n)$ chance of the competitive ratio exceeding $n$!… ▽ More

    Submitted 9 August, 2023; originally announced August 2023.

    Comments: 28 pages, 2 figures

  6. arXiv:2304.06656  [pdf, other

    cs.DS cs.DM

    Improved Approximations for Relative Survivable Network Design

    Authors: Michael Dinitz, Ama Koranteng, Guy Kortsarz, Zeev Nutov

    Abstract: One of the most important and well-studied settings for network design is edge-connectivity requirements. This encompasses uniform demands such as the Minimum $k$-Edge-Connected Spanning Subgraph problem as well as nonuniform demands such as the Survivable Network Design problem (SND). In a recent paper by [Dinitz, Koranteng, Kortsarz APPROX '22] , the authors observed that a weakness of these for… ▽ More

    Submitted 3 October, 2023; v1 submitted 13 April, 2023; originally announced April 2023.

    Comments: 34 pages, 4 figures

  7. arXiv:2302.11475  [pdf, other

    cs.DS

    Degrees and Network Design: New Problems and Approximations

    Authors: Michael Dinitz, Guy Kortsarz, Shi Li

    Abstract: While much of network design focuses mostly on cost (number or weight of edges), node degrees have also played an important role. They have traditionally either appeared as an objective, to minimize the maximum degree (e.g., the Minimum Degree Spanning Tree problem), or as constraints which might be violated to give bicriteria approximations (e.g., the Minimum Cost Degree Bounded Spanning Tree pro… ▽ More

    Submitted 22 February, 2023; originally announced February 2023.

    Comments: 16 pages

  8. arXiv:2210.12438  [pdf, ps, other

    cs.LG cs.DS

    Algorithms with Prediction Portfolios

    Authors: Michael Dinitz, Sungjin Im, Thomas Lavastida, Benjamin Moseley, Sergei Vassilvitskii

    Abstract: The research area of algorithms with predictions has seen recent success showing how to incorporate machine learning into algorithm design to improve performance when the predictions are correct, while retaining worst-case guarantees when they are not. Most previous work has assumed that the algorithm has access to a single predictor. However, in practice, there are many machine learning methods a… ▽ More

    Submitted 2 December, 2022; v1 submitted 22 October, 2022; originally announced October 2022.

    Comments: 24 pages. Appears at NeurIPS 2022

  9. arXiv:2209.03675  [pdf, ps, other

    cs.DS cs.DM

    Epic Fail: Emulators can tolerate polynomially many edge faults for free

    Authors: Greg Bodwin, Michael Dinitz, Yasamin Nazari

    Abstract: A $t$-emulator of a graph $G$ is a graph $H$ that approximates its pairwise shortest path distances up to multiplicative $t$ error. We study fault tolerant $t$-emulators, under the model recently introduced by Bodwin, Dinitz, and Nazari [ITCS 2022] for vertex failures. In this paper we consider the version for edge failures, and show that they exhibit surprisingly different behavior. In particul… ▽ More

    Submitted 15 November, 2022; v1 submitted 8 September, 2022; originally announced September 2022.

    Comments: ITCS 2023

  10. arXiv:2208.05998  [pdf, other

    cs.DC cs.DS

    Smoothed Analysis of Information Spreading in Dynamic Networks

    Authors: Michael Dinitz, Jeremy Fineman, Seth Gilbert, Calvin Newport

    Abstract: The best known solutions for $k$-message broadcast in dynamic networks of size $n$ require $Ω(nk)$ rounds. In this paper, we see if these bounds can be improved by smoothed analysis. We study perhaps the most natural randomized algorithm for disseminating tokens in this setting: at every time step, choose a token to broadcast randomly from the set of tokens you know. We show that with even a small… ▽ More

    Submitted 11 August, 2022; originally announced August 2022.

    Comments: 25 pages, appears at DISC 2022

  11. arXiv:2206.12245  [pdf, other

    cs.DS cs.DM

    Relative Survivable Network Design

    Authors: Michael Dinitz, Ama Koranteng, Guy Kortsarz

    Abstract: One of the most important and well-studied settings for network design is edge-connectivity requirements. This encompasses uniform demands such as the Minimum $k$-Edge-Connected Spanning Subgraph problem ($k$-ECSS), as well as nonuniform demands such as the Survivable Network Design problem. A weakness of these formulations, though, is that we are not able to ask for fault-tolerance larger than th… ▽ More

    Submitted 24 June, 2022; originally announced June 2022.

    Comments: 29 pages, to appear at APPROX 2022

  12. arXiv:2203.05716  [pdf, other

    eess.IV cs.CV q-bio.QM

    Evaluating U-net Brain Extraction for Multi-site and Longitudinal Preclinical Stroke Imaging

    Authors: Erendiz Tarakci, Joseph Mandeville, Fahmeed Hyder, Basavaraju G. Sanganahalli, Daniel R. Thedens, Ali Arbab, Shuning Huang, Adnan Bibic, Jelena Mihailovic, Andreia Morais, Jessica Lamb, Karisma Nagarkatti, Marcio A. Dinitz, Andre Rogatko, Arthur W. Toga, Patrick Lyden, Cenk Ayata, Ryan P. Cabeen

    Abstract: Rodent stroke models are important for evaluating treatments and understanding the pathophysiology and behavioral changes of brain ischemia, and magnetic resonance imaging (MRI) is a valuable tool for measuring outcome in preclinical studies. Brain extraction is an essential first step in most neuroimaging pipelines; however, it can be challenging in the presence of severe pathology and when datas… ▽ More

    Submitted 10 March, 2022; originally announced March 2022.

  13. arXiv:2202.08296  [pdf, ps, other

    cs.DS cs.LG

    Controlling Epidemic Spread using Probabilistic Diffusion Models on Networks

    Authors: Amy Babay, Michael Dinitz, Aravind Srinivasan, Leonidas Tsepenekas, Anil Vullikanti

    Abstract: The spread of an epidemic is often modeled by an SIR random process on a social network graph. The MinINF problem for optimal social distancing involves minimizing the expected number of infections, when we are allowed to break at most $B$ edges; similarly the MinINFNode problem involves removing at most $B$ vertices. These are fundamental problems in epidemiology and network science. While a numb… ▽ More

    Submitted 16 February, 2022; originally announced February 2022.

    Comments: To appear at AISTATS 2022

  14. arXiv:2109.08042  [pdf, ps, other

    cs.DS cs.DM

    Vertex Fault-Tolerant Emulators

    Authors: Greg Bodwin, Michael Dinitz, Yasamin Nazari

    Abstract: A $k$-spanner of a graph $G$ is a sparse subgraph that preserves its shortest path distances up to a multiplicative stretch factor of $k$, and a $k$-emulator is similar but not required to be a subgraph of $G$. A classic theorem by Thorup and Zwick [JACM '05] shows that, despite the extra flexibility available to emulators, the size/stretch tradeoffs for spanners and emulators are equivalent. Our… ▽ More

    Submitted 19 November, 2021; v1 submitted 16 September, 2021; originally announced September 2021.

    Comments: To appear in ITCS 2022

  15. arXiv:2107.09770  [pdf, other

    cs.LG cs.DS

    Faster Matchings via Learned Duals

    Authors: Michael Dinitz, Sungjin Im, Thomas Lavastida, Benjamin Moseley, Sergei Vassilvitskii

    Abstract: A recent line of research investigates how algorithms can be augmented with machine-learned predictions to overcome worst case lower bounds. This area has revealed interesting algorithmic insights into problems, with particular success in the design of competitive online algorithms. However, the question of improving algorithm running times with predictions has largely been unexplored. We take a… ▽ More

    Submitted 20 July, 2021; originally announced July 2021.

    Comments: 27 pages, 7 figures

  16. arXiv:2106.05424  [pdf, ps, other

    cs.DS cs.LG

    Fair Disaster Containment via Graph-Cut Problems

    Authors: Michael Dinitz, Aravind Srinivasan, Leonidas Tsepenekas, Anil Vullikanti

    Abstract: Graph cut problems are fundamental in Combinatorial Optimization, and are a central object of study in both theory and practice. Furthermore, the study of \emph{fairness} in Algorithmic Design and Machine Learning has recently received significant attention, with many different notions proposed and analyzed for a variety of contexts. In this paper we initiate the study of fairness for graph cut pr… ▽ More

    Submitted 16 February, 2022; v1 submitted 9 June, 2021; originally announced June 2021.

    Comments: To appear at AISTATS 2022

  17. arXiv:2102.11360  [pdf, ps, other

    cs.DS cs.DM math.CO

    Partially Optimal Edge Fault-Tolerant Spanners

    Authors: Greg Bodwin, Michael Dinitz, Caleb Robelle

    Abstract: Recent work has established that, for every positive integer $k$, every $n$-node graph has a $(2k-1)$-spanner on $O(f^{1-1/k} n^{1+1/k})$ edges that is resilient to $f$ edge or vertex faults. For vertex faults, this bound is tight. However, the case of edge faults is not as well understood: the best known lower bound for general $k$ is $Ω(f^{\frac12 - \frac{1}{2k}} n^{1+1/k} +fn)$. Our main result… ▽ More

    Submitted 22 February, 2021; originally announced February 2021.

  18. arXiv:2007.08401  [pdf, ps, other

    cs.DS

    Optimal Vertex Fault-Tolerant Spanners in Polynomial Time

    Authors: Greg Bodwin, Michael Dinitz, Caleb Robelle

    Abstract: Recent work has pinned down the existentially optimal size bounds for vertex fault-tolerant spanners: for any positive integer $k$, every $n$-node graph has a $(2k-1)$-spanner on $O(f^{1-1/k} n^{1+1/k})$ edges resilient to $f$ vertex faults, and there are examples of input graphs on which this bound cannot be improved. However, these proofs work by analyzing the output spanner of a certain exponen… ▽ More

    Submitted 31 October, 2020; v1 submitted 16 July, 2020; originally announced July 2020.

    Comments: Appears in SODA 2021. Corrects some references, answers reviewer comments

  19. arXiv:2002.10889  [pdf, ps, other

    cs.DS cs.DC cs.DM

    Efficient and Simple Algorithms for Fault Tolerant Spanners

    Authors: Michael Dinitz, Caleb Robelle

    Abstract: It was recently shown that a version of the greedy algorithm gives a construction of fault-tolerant spanners that is size-optimal, at least for vertex faults. However, the algorithm to construct this spanner is not polynomial-time, and the best-known polynomial time algorithm is significantly suboptimal. Designing a polynomial-time algorithm to construct (near-)optimal fault-tolerant spanners was… ▽ More

    Submitted 24 May, 2020; v1 submitted 25 February, 2020; originally announced February 2020.

    Comments: 15 pages. Appeared at PODC 2020. This revision improves the running time slightly and incorporates reviewer comments

  20. arXiv:2001.07784  [pdf, ps, other

    cs.DS cs.NI

    Scheduling for Weighted Flow and Completion Times in Reconfigurable Networks

    Authors: Michael Dinitz, Benjamin Moseley

    Abstract: New optical technologies offer the ability to reconfigure network topologies dynamically, rather than setting them once and for all. This is true in both optical wide area networks (optical WANs) and in datacenters, despite the many differences between these two settings. Because of these new technologies, there has been a surge of both practical and theoretical research on algorithms to take adva… ▽ More

    Submitted 21 January, 2020; originally announced January 2020.

    Comments: 10 pages. Appears in INFOCOM 2020

  21. The Capacity of Smartphone Peer-to-Peer Networks

    Authors: Michael Dinitz, Magnús M. Halldórsson, Calvin Newport, Alex Weaver

    Abstract: We study three capacity problems in the mobile telephone model, a network abstraction that models the peer-to-peer communication capabilities implemented in most commodity smartphone operating systems. The capacity of a network expresses how much sustained throughput can be maintained for a set of communication demands, and is therefore a fundamental bound on the usefulness of a network. Because o… ▽ More

    Submitted 7 August, 2019; v1 submitted 5 August, 2019; originally announced August 2019.

  22. arXiv:1905.07468  [pdf, other

    cs.CC cs.DS math.OC

    Lasserre Integrality Gaps for Graph Spanners and Related Problems

    Authors: Michael Dinitz, Yasamin Nazari, Zeyu Zhang

    Abstract: There has been significant recent progress on algorithms for approximating graph spanners, i.e., algorithms which approximate the best spanner for a given input graph. Essentially all of these algorithms use the same basic LP relaxation, so a variety of papers have studied the limitations of this approach and proved integrality gaps for this LP in a variety of settings. We extend these results by… ▽ More

    Submitted 17 May, 2019; originally announced May 2019.

  23. arXiv:1903.07418  [pdf, ps, other

    cs.DS

    The Norms of Graph Spanners

    Authors: Eden Chlamtáč, Michael Dinitz, Thomas Robinson

    Abstract: A $t$-spanner of a graph $G$ is a subgraph $H$ in which all distances are preserved up to a multiplicative $t$ factor. A classical result of Althöfer et al. is that for every integer $k$ and every graph $G$, there is a $(2k-1)$-spanner of $G$ with at most $O(n^{1+1/k})$ edges. But for some settings the more interesting notion is not the number of edges, but the degrees of the nodes. This spurred i… ▽ More

    Submitted 18 March, 2019; originally announced March 2019.

  24. arXiv:1811.04127  [pdf, ps, other

    cs.LG cs.GT stat.ML

    Policy Regret in Repeated Games

    Authors: Raman Arora, Michael Dinitz, Teodor V. Marinov, Mehryar Mohri

    Abstract: The notion of \emph{policy regret} in online learning is a well defined? performance measure for the common scenario of adaptive adversaries, which more traditional quantities such as external regret do not take into account. We revisit the notion of policy regret and first show that there are online learning settings in which policy regret and external regret are incompatible: any sequence of pla… ▽ More

    Submitted 22 March, 2020; v1 submitted 9 November, 2018; originally announced November 2018.

    Comments: Camera ready from NeurIPS 2018; 25 pages; Slightly updated results and proofs for Section 3 and Section 4

  25. arXiv:1810.09027  [pdf, ps, other

    cs.DS cs.DC

    Massively Parallel Approximate Distance Sketches

    Authors: Michael Dinitz, Yasamin Nazari

    Abstract: Data structures that allow efficient distance estimation (distance oracles, distance sketches, etc.) have been extensively studied, and are particularly well studied in centralized models and classical distributed models such as CONGEST. We initiate their study in newer (and arguably more realistic) models of distributed computation: the Congested Clique model and the Massively Parallel Computatio… ▽ More

    Submitted 12 September, 2019; v1 submitted 21 October, 2018; originally announced October 2018.

  26. arXiv:1806.03365  [pdf, other

    cs.DS cs.DC

    Distributed Algorithms for Minimum Degree Spanning Trees

    Authors: Michael Dinitz, Magnús M. Halldórsson, Calvin Newport

    Abstract: The minimum degree spanning tree (MDST) problem requires the construction of a spanning tree $T$ for graph $G=(V,E)$ with $n$ vertices, such that the maximum degree $d$ of $T$ is the smallest among all spanning trees of $G$. In this paper, we present two new distributed approximation algorithms for the MDST problem. Our first result is a randomized distributed algorithm that constructs a spanning… ▽ More

    Submitted 8 June, 2018; originally announced June 2018.

  27. arXiv:1802.10566  [pdf, other

    cs.DS

    Characterizing Demand Graphs for (Fixed-Parameter) Shallow-Light Steiner Network

    Authors: Amy Babay, Michael Dinitz, Zeyu Zhang

    Abstract: We consider the Shallow-Light Steiner Network problem from a fixed-parameter perspective. Given a graph $G$, a distance bound $L$, and $p$ pairs of vertices $(s_1,t_1),\cdots,(s_p,t_p)$, the objective is to find a minimum-cost subgraph $G'$ such that $s_i$ and $t_i$ have distance at most $L$ in $G'$ (for every $i \in [p]$). Our main result is on the fixed-parameter tractability of this problem wit… ▽ More

    Submitted 28 February, 2018; originally announced February 2018.

  28. arXiv:1710.03164  [pdf, ps, other

    cs.DS math.CO

    Optimal Vertex Fault Tolerant Spanners (for fixed stretch)

    Authors: Greg Bodwin, Michael Dinitz, Merav Parter, Virginia Vassilevska Williams

    Abstract: A $k$-spanner of a graph $G$ is a sparse subgraph $H$ whose shortest path distances match those of $G$ up to a multiplicative error $k$. In this paper we study spanners that are resistant to faults. A subgraph $H \subseteq G$ is an $f$ vertex fault tolerant (VFT) $k$-spanner if $H \setminus F$ is a $k$-spanner of $G \setminus F$ for any small set $F$ of $f$ vertices that might "fail." One of the m… ▽ More

    Submitted 9 October, 2017; originally announced October 2017.

    Comments: To appear in SODA 2018

  29. arXiv:1703.07417  [pdf, ps, other

    cs.DS cs.DC math.CO

    Distributed Distance-Bounded Network Design Through Distributed Convex Programming

    Authors: Michael Dinitz, Yasamin Nazari

    Abstract: Solving linear programs is often a challenging task in distributed settings. While there are good algorithms for solving packing and covering linear programs in a distributed manner (Kuhn et al.~2006), this is essentially the only class of linear programs for which such an algorithm is known. In this work we provide a distributed algorithm for solving a different class of convex programs which we… ▽ More

    Submitted 8 September, 2017; v1 submitted 21 March, 2017; originally announced March 2017.

  30. arXiv:1702.03978  [pdf, ps, other

    cs.GT

    Reception Capacity: Definitions, Game Theory and Hardness

    Authors: Michael Dinitz, Naomi Ephraim

    Abstract: The capacity of wireless networks is a classic and important topic of study. Informally, the capacity of a network is simply the total amount of information which it can transfer. In the context of models of wireless radio networks, this has usually meant the total number of point-to-point messages which can be sent or received in one time step. This definition has seen intensive study in recent y… ▽ More

    Submitted 12 September, 2019; v1 submitted 13 February, 2017; originally announced February 2017.

    Comments: Appeared at ALGOSENSORS 2019

  31. arXiv:1612.05623  [pdf, ps, other

    cs.DS

    Approximating Approximate Distance Oracles

    Authors: Michael Dinitz, Zeyu Zhang

    Abstract: Given a finite metric space $(V,d)$, an approximate distance oracle is a data structure which, when queried on two points $u,v \in V$, returns an approximation to the the actual distance between $u$ and $v$ which is within some bounded stretch factor of the true distance. There has been significant work on the tradeoff between the important parameters of approximate distance oracles (and in partic… ▽ More

    Submitted 16 December, 2016; originally announced December 2016.

    Comments: To appear in ITCS 2017

  32. arXiv:1611.07866  [pdf, ps, other

    cs.DS

    Minimizing the Union: Tight Approximations for Small Set Bipartite Vertex Expansion

    Authors: Eden Chlamtáč, Michael Dinitz, Yury Makarychev

    Abstract: In the Minimum k-Union problem (MkU) we are given a set system with n sets and are asked to select k sets in order to minimize the size of their union. Despite being a very natural problem, it has received surprisingly little attention: the only known approximation algorithm is an $O(\sqrt{n})$-approximation due to [Chlamtáč et al APPROX '16]. This problem can also be viewed as the bipartite versi… ▽ More

    Submitted 23 November, 2016; originally announced November 2016.

    Comments: To appear in SODA 2017

  33. arXiv:1607.06068  [pdf, ps, other

    cs.DS

    Approximating Spanners and Directed Steiner Forest: Upper and Lower Bounds

    Authors: Eden Chlamtáč, Michael Dinitz, Guy Kortsarz, Bundit Laekhanukit

    Abstract: It was recently found that there are very close connections between the existence of additive spanners (subgraphs where all distances are preserved up to an additive stretch), distance preservers (subgraphs in which demand pairs have their distance preserved exactly), and pairwise spanners (subgraphs in which demand pairs have their distance preserved up to a multiplicative or additive stretch) [A… ▽ More

    Submitted 20 July, 2016; originally announced July 2016.

    Comments: 33 pages

  34. arXiv:1605.04284  [pdf, other

    cs.DS cs.CC

    The Densest k-Subhypergraph Problem

    Authors: Eden Chlamtáč, Michael Dinitz, Christian Konrad, Guy Kortsarz, George Rabanca

    Abstract: The Densest $k$-Subgraph (D$k$S) problem, and its corresponding minimization problem Smallest $p$-Edge Subgraph (S$p$ES), have come to play a central role in approximation algorithms. This is due both to their practical importance, and their usefulness as a tool for solving and establishing approximation bounds for other problems. These two problems are not well understood, and it is widely believ… ▽ More

    Submitted 13 May, 2016; originally announced May 2016.

    Comments: 21 pages

  35. arXiv:1602.07351  [pdf, ps, other

    cs.DS math.OC

    Computing approximate PSD factorizations

    Authors: Amitabh Basu, Michael Dinitz, Xin Li

    Abstract: We give an algorithm for computing approximate PSD factorizations of nonnegative matrices. The running time of the algorithm is polynomial in the dimensions of the input matrix, but exponential in the PSD rank and the approximation error. The main ingredient is an exact factorization algorithm when the rows and columns of the factors are constrained to lie in a general polyhedron. This strictly ge… ▽ More

    Submitted 23 February, 2016; originally announced February 2016.

    Comments: 10 pages

  36. arXiv:1508.03579  [pdf, ps, other

    cs.DC

    Smoothed Analysis of Dynamic Networks

    Authors: Michael Dinitz, Jeremy T. Fineman, Seth Gilbert, Calvin Newport

    Abstract: We generalize the technique of smoothed analysis to distributed algorithms in dynamic network models. Whereas standard smoothed analysis studies the impact of small random perturbations of input values on algorithm performance metrics, dynamic graph smoothed analysis studies the impact of random perturbations of the underlying changing network graph topologies. Similar to the original application… ▽ More

    Submitted 14 August, 2015; originally announced August 2015.

    Comments: 20 pages

  37. arXiv:1507.01196  [pdf, ps, other

    cs.DS math.CO

    Explicit Expanding Expanders

    Authors: Michael Dinitz, Michael Schapira, Asaf Valadarsky

    Abstract: Deterministic constructions of expander graphs have been an important topic of research in computer science and mathematics, with many well-studied constructions of infinite families of expanders. In some applications, though, an infinite family is not enough: we need expanders which are "close" to each other. We study the following question: Construct an an infinite sequence of expanders… ▽ More

    Submitted 5 July, 2015; originally announced July 2015.

    Comments: Extended abstract appears in ESA 2015

  38. arXiv:1506.07568  [pdf, other

    cs.DS

    Towards Resistance Sparsifiers

    Authors: Michael Dinitz, Robert Krauthgamer, Tal Wagner

    Abstract: We study resistance sparsification of graphs, in which the goal is to find a sparse subgraph (with reweighted edges) that approximately preserves the effective resistances between every pair of nodes. We show that every dense regular expander admits a $(1+ε)$-resistance sparsifier of size $\tilde O(n/ε)$, and conjecture this bound holds for all graphs on $n$ nodes. In comparison, spectral sparsifi… ▽ More

    Submitted 24 June, 2015; originally announced June 2015.

  39. arXiv:1308.0173  [pdf, other

    cs.GT

    Braess's Paradox in Wireless Networks: The Danger of Improved Technology

    Authors: Michael Dinitz, Merav Parter

    Abstract: When comparing new wireless technologies, it is common to consider the effect that they have on the capacity of the network (defined as the maximum number of simultaneously satisfiable links). For example, it has been shown that giving receivers the ability to do interference cancellation, or allowing transmitters to use power control, never decreases the capacity and can in certain cases increase… ▽ More

    Submitted 2 August, 2013; v1 submitted 1 August, 2013; originally announced August 2013.

  40. arXiv:1207.5146  [pdf, ps, other

    cs.DS math.CO

    Matroid Secretary for Regular and Decomposable Matroids

    Authors: Michael Dinitz, Guy Kortsarz

    Abstract: In the matroid secretary problem we are given a stream of elements and asked to choose a set of elements that maximizes the total value of the set, subject to being an independent set of a matroid given in advance. The difficulty comes from the assumption that decisions are irrevocable: if we choose to accept an element when it is presented by the stream then we can never get rid of it, and if we… ▽ More

    Submitted 21 July, 2012; originally announced July 2012.

    Comments: 21 pages

  41. arXiv:1205.0144  [pdf, ps, other

    cs.DS

    Everywhere-Sparse Spanners via Dense Subgraphs

    Authors: Eden Chlamtac, Michael Dinitz, Robert Krauthgamer

    Abstract: The significant progress in constructing graph spanners that are sparse (small number of edges) or light (low total weight) has skipped spanners that are everywhere-sparse (small maximum degree). This disparity is in line with other network design problems, where the maximum-degree objective has been a notorious technical challenge. Our main result is for the Lowest Degree 2-Spanner (LD2S) problem… ▽ More

    Submitted 1 May, 2012; originally announced May 2012.

    Comments: 39 pages

  42. arXiv:1203.0224  [pdf, ps, other

    cs.DS cs.CC

    Label Cover instances with large girth and the hardness of approximating basic k-spanner

    Authors: Michael Dinitz, Guy Kortsarz, Ran Raz

    Abstract: We study the well-known Label Cover problem under the additional requirement that problem instances have large girth. We show that if the girth is some $k$, the problem is roughly $2^{\log^{1-ε} n/k}$ hard to approximate for all constant $ε> 0$. A similar theorem was claimed by Elkin and Peleg [ICALP 2000], but their proof was later found to have a fundamental error. We use the new proof to show i… ▽ More

    Submitted 5 March, 2012; v1 submitted 1 March, 2012; originally announced March 2012.

    Comments: 16 pages, revised to add a reference

  43. arXiv:1112.1210  [pdf, ps, other

    cs.DS cs.DC

    Efficient Computation of Distance Sketches in Distributed Networks

    Authors: Atish Das Sarma, Michael Dinitz, Gopal Pandurangan

    Abstract: Distance computation is one of the most fundamental primitives used in communication networks. The cost of effectively and accurately computing pairwise network distances can become prohibitive in large-scale networks such as the Internet and Peer-to-Peer (P2P) networks. To negotiate the rising need for very efficient distance computation, approximation techniques for numerous variants of this que… ▽ More

    Submitted 6 December, 2011; originally announced December 2011.

    Comments: 18 pages

  44. arXiv:1107.2299  [pdf, ps, other

    cs.DS cs.NI

    iBGP and Constrained Connectivity

    Authors: Michael Dinitz, Gordon Wilfong

    Abstract: We initiate the theoretical study of the problem of minimizing the size of an iBGP overlay in an Autonomous System (AS) in the Internet subject to a natural notion of correctness derived from the standard "hot-potato" routing rules. For both natural versions of the problem (where we measure the size of an overlay by either the number of edges or the maximum degree) we prove that it is NP-hard to a… ▽ More

    Submitted 12 July, 2011; originally announced July 2011.

    Comments: 27 pages, 2 figures

  45. arXiv:1101.5753  [pdf, ps, other

    cs.DS math.CO

    Fault-Tolerant Spanners: Better and Simpler

    Authors: Michael Dinitz, Robert Krauthgamer

    Abstract: A natural requirement of many distributed structures is fault-tolerance: after some failures, whatever remains from the structure should still be effective for whatever remains from the network. In this paper we examine spanners of general graphs that are tolerant to vertex failures, and significantly improve their dependence on the number of faults $r$, for all stretch bounds. For stretch… ▽ More

    Submitted 30 January, 2011; originally announced January 2011.

    Comments: 17 pages

  46. arXiv:1011.3701  [pdf, ps, other

    cs.DS

    Directed Spanners via Flow-Based Linear Programs

    Authors: Michael Dinitz, Robert Krauthgamer

    Abstract: We examine directed spanners through flow-based linear programming relaxations. We design an $Õ(n^{2/3})$-approximation algorithm for the directed $k$-spanner problem that works for all $k\geq 1$, which is the first sublinear approximation for arbitrary edge-lengths. Even in the more restricted setting of unit edge-lengths, our algorithm improves over the previous $Õ(n^{1-1/k})$ approximation of B… ▽ More

    Submitted 21 November, 2010; v1 submitted 16 November, 2010; originally announced November 2010.

    Comments: 26 pages