Skip to main content

Showing 1–10 of 10 results for author: Schudy, W

.
  1. arXiv:2212.02635  [pdf, ps, other

    cs.LG cs.DS

    Stars: Tera-Scale Graph Building for Clustering and Graph Learning

    Authors: CJ Carey, Jonathan Halcrow, Rajesh Jayaram, Vahab Mirrokni, Warren Schudy, Peilin Zhong

    Abstract: A fundamental procedure in the analysis of massive datasets is the construction of similarity graphs. Such graphs play a key role for many downstream tasks, including clustering, classification, graph learning, and nearest neighbor search. For these tasks, it is critical to build graphs which are sparse yet still representative of the underlying data. The benefits of sparsity are twofold: firstly,… ▽ More

    Submitted 9 January, 2023; v1 submitted 5 December, 2022; originally announced December 2022.

    Comments: NeurIPS 2022

  2. arXiv:2106.04756  [pdf, other

    math.OC

    Practical Large-Scale Linear Programming using Primal-Dual Hybrid Gradient

    Authors: David Applegate, Mateo Díaz, Oliver Hinder, Haihao Lu, Miles Lubin, Brendan O'Donoghue, Warren Schudy

    Abstract: We present PDLP, a practical first-order method for linear programming (LP) that can solve to the high levels of accuracy that are expected in traditional LP applications. In addition, it can scale to very large problems because its core operation is matrix-vector multiplications. PDLP is derived by applying the primal-dual hybrid gradient (PDHG) method, popularized by Chambolle and Pock (2011), t… ▽ More

    Submitted 7 January, 2022; v1 submitted 8 June, 2021; originally announced June 2021.

    Comments: NeurIPS 2021

  3. arXiv:2009.11552  [pdf, other

    cs.DC cs.DS

    Parallel Graph Algorithms in Constant Adaptive Rounds: Theory meets Practice

    Authors: Soheil Behnezhad, Laxman Dhulipala, Hossein Esfandiari, Jakub Łącki, Vahab Mirrokni, Warren Schudy

    Abstract: We study fundamental graph problems such as graph connectivity, minimum spanning forest (MSF), and approximate maximum (weight) matching in a distributed setting. In particular, we focus on the Adaptive Massively Parallel Computation (AMPC) model, which is a theoretical model that captures MapReduce-like computation augmented with a distributed hash table. We show the first AMPC algorithms for a… ▽ More

    Submitted 24 September, 2020; originally announced September 2020.

  4. arXiv:1905.07533  [pdf, other

    cs.DC cs.DS

    Massively Parallel Computation via Remote Memory Access

    Authors: Soheil Behnezhad, Laxman Dhulipala, Hossein Esfandiari, Jakub Łącki, Warren Schudy, Vahab Mirrokni

    Abstract: We introduce the Adaptive Massively Parallel Computation (AMPC) model, which is an extension of the Massively Parallel Computation (MPC) model. At a high level, the AMPC model strengthens the MPC model by storing all messages sent within a round in a distributed data store. In the following round, all machines are provided with random read access to the data store, subject to the same constraints… ▽ More

    Submitted 18 May, 2019; originally announced May 2019.

  5. arXiv:1109.5193  [pdf, ps, other

    math.PR

    Bernstein-like Concentration and Moment Inequalities for Polynomials of Independent Random Variables: Multilinear Case

    Authors: Warren Schudy, Maxim Sviridenko

    Abstract: We show that the probability that a multilinear polynomial $f$ of independent random variables exceeds its mean by $λ$ is at most $e^{-λ^2 / (R^q Var(f))}$ for sufficiently small $λ$, where $R$ is an absolute constant. This matches (up to constants in the exponent) what one would expect from the central limit theorem. Our methods handle a variety of types of random variables including Gaussian, Bo… ▽ More

    Submitted 8 June, 2012; v1 submitted 23 September, 2011; originally announced September 2011.

    Comments: arXiv admin note: substantial text overlap with arXiv:1104.4997

  6. arXiv:1104.4997  [pdf, ps, other

    math.PR cs.DM

    Concentration and Moment Inequalities for Polynomials of Independent Random Variables

    Authors: Warren Schudy, Maxim Sviridenko

    Abstract: In this work we design a general method for proving moment inequalities for polynomials of independent random variables. Our method works for a wide range of random variables including Gaussian, Boolean, exponential, Poisson and many others. We apply our method to derive general concentration inequalities for polynomials of independent random variables. We show that our method implies concentratio… ▽ More

    Submitted 8 June, 2012; v1 submitted 26 April, 2011; originally announced April 2011.

    Comments: 46 pages

    ACM Class: G.3; G.2.1

  7. arXiv:1006.4396  [pdf, ps, other

    cs.DS cs.DM

    Faster Algorithms for Feedback Arc Set Tournament, Kemeny Rank Aggregation and Betweenness Tournament

    Authors: Marek Karpinski, Warren Schudy

    Abstract: We study fixed parameter algorithms for three problems: Kemeny rank aggregation, feedback arc set tournament, and betweenness tournament. For Kemeny rank aggregation we give an algorithm with runtime O*(2^O(sqrt{OPT})), where n is the number of candidates, OPT is the cost of the optimal ranking, and O* hides polynomial factors. This is a dramatic improvement on the previously best known runtime of… ▽ More

    Submitted 22 June, 2010; originally announced June 2010.

    Comments: 14 pages. Version 1 of arXiv:0911.2214 includes a preliminary version of this work; version 2 does not

    ACM Class: F.2.2; G.2.1; G.2.2

  8. arXiv:1001.0920  [pdf, ps, other

    cs.DS

    Online Correlation Clustering

    Authors: Claire Mathieu, Ocan Sankur, Warren Schudy

    Abstract: We study the online clustering problem where data items arrive in an online fashion. The algorithm maintains a clustering of data items into similarity classes. Upon arrival of v, the relation between v and previously arrived items is revealed, so that for each u we are told whether v is similar to u. The algorithm can create a new cluster for v and merge existing clusters. When the objective… ▽ More

    Submitted 3 February, 2010; v1 submitted 6 January, 2010; originally announced January 2010.

    Comments: 12 pages, 1 figure

    ACM Class: F.2.2

  9. arXiv:0911.2214  [pdf, ps, other

    cs.DS cs.DM

    Approximation Schemes for the Betweenness Problem in Tournaments and Related Ranking Problems

    Authors: Marek Karpinski, Warren Schudy

    Abstract: We design the first polynomial time approximation schemes (PTASs) for the Minimum Betweenness problem in tournaments and some related higher arity ranking problems. This settles the approximation status of the Betweenness problem in tournaments along with other ranking problems which were open for some time now. The results depend on a new technique of dealing with fragile ranking constraints and… ▽ More

    Submitted 8 July, 2010; v1 submitted 11 November, 2009; originally announced November 2009.

    Comments: 15 pages. Minor changes to presentation from version 2

    ACM Class: F.2.2; G.2.1; G.2.2; G.3

  10. arXiv:0811.3244  [pdf, ps, other

    cs.DS cs.DM

    Linear Time Approximation Schemes for the Gale-Berlekamp Game and Related Minimization Problems

    Authors: Marek Karpinski, Warren Schudy

    Abstract: We design a linear time approximation scheme for the Gale-Berlekamp Switching Game and generalize it to a wider class of dense fragile minimization problems including the Nearest Codeword Problem (NCP) and Unique Games Problem. Further applications include, among other things, finding a constrained form of matrix rigidity and maximum likelihood decoding of an error correcting code. As another ap… ▽ More

    Submitted 19 November, 2008; originally announced November 2008.

    Comments: 18 pages LaTeX, 2 figures

    ACM Class: F.2.2; G.2.1; G.2.2; G.3