Skip to main content

Showing 1–6 of 6 results for author: Orecchia, L

Searching in archive stat. Search in all archives.
.
  1. arXiv:2402.07445  [pdf, other

    stat.ML cs.IT cs.LG math.ST

    Top-$K$ ranking with a monotone adversary

    Authors: Yuepeng Yang, Antares Chen, Lorenzo Orecchia, Cong Ma

    Abstract: In this paper, we address the top-$K$ ranking problem with a monotone adversary. We consider the scenario where a comparison graph is randomly generated and the adversary is allowed to add arbitrary edges. The statistician's goal is then to accurately identify the top-$K$ preferred items based on pairwise comparisons derived from this semi-random comparison graph. The main contribution of this pap… ▽ More

    Submitted 20 June, 2024; v1 submitted 12 February, 2024; originally announced February 2024.

    Comments: Accepted to Conference of Learning Theory, 2024

  2. arXiv:1907.00289  [pdf, ps, other

    math.OC cs.DS cs.LG stat.ML

    Conjugate Gradients and Accelerated Methods Unified: The Approximate Duality Gap View

    Authors: Jelena Diakonikolas, Lorenzo Orecchia

    Abstract: This note provides a novel, simple analysis of the method of conjugate gradients for the minimization of convex quadratic functions. In contrast with standard arguments, our proof is entirely self-contained and does not rely on the existence of Chebyshev polynomials. Another advantage of our development is that it clarifies the relation between the method of conjugate gradients and general acceler… ▽ More

    Submitted 9 February, 2020; v1 submitted 29 June, 2019; originally announced July 2019.

    Comments: 8 pages. v1 -> v2: corrected a reference to the paper with Nemirovski acceleration with line search. v2 -> v3: updated affiliations, corrected a few typos on p.7 and added an acknowledgement

  3. arXiv:1506.04838  [pdf, other

    cs.LG cs.DS math.OC stat.ML

    Spectral Sparsification and Regret Minimization Beyond Matrix Multiplicative Updates

    Authors: Zeyuan Allen-Zhu, Zhenyu Liao, Lorenzo Orecchia

    Abstract: In this paper, we provide a novel construction of the linear-sized spectral sparsifiers of Batson, Spielman and Srivastava [BSS14]. While previous constructions required $Ω(n^4)$ running time [BSS14, Zou12], our sparsification routine can be implemented in almost-quadratic running time $O(n^{2+\varepsilon})$. The fundamental conceptual novelty of our work is the leveraging of a strong connection… ▽ More

    Submitted 16 June, 2015; originally announced June 2015.

  4. arXiv:1407.1537  [pdf, other

    cs.DS cs.LG math.NA math.OC stat.ML

    Linear Coupling: An Ultimate Unification of Gradient and Mirror Descent

    Authors: Zeyuan Allen-Zhu, Lorenzo Orecchia

    Abstract: First-order methods play a central role in large-scale machine learning. Even though many variations exist, each suited to a particular problem, almost all such methods fundamentally rely on two types of algorithmic steps: gradient descent, which yields primal progress, and mirror descent, which yields dual progress. We observe that the performances of gradient and mirror descent are complementa… ▽ More

    Submitted 7 November, 2016; v1 submitted 6 July, 2014; originally announced July 2014.

    Comments: A new section added; polished writing

  5. arXiv:1307.2855  [pdf, other

    cs.DS cs.LG stat.ML

    Flow-Based Algorithms for Local Graph Clustering

    Authors: Lorenzo Orecchia, Zeyuan Allen Zhu

    Abstract: Given a subset S of vertices of an undirected graph G, the cut-improvement problem asks us to find a subset S that is similar to A but has smaller conductance. A very elegant algorithm for this problem has been given by Andersen and Lang [AL08] and requires solving a small number of single-commodity maximum flow computations over the whole graph G. In this paper, we introduce LocalImprove, the fir… ▽ More

    Submitted 13 October, 2013; v1 submitted 10 July, 2013; originally announced July 2013.

    Comments: A shorter version of this paper has appeared in the proceedings of the 25th ACM-SIAM Symposium on Discrete Algorithms (SODA) 2014

  6. arXiv:1010.0703  [pdf, ps, other

    cs.DS stat.CO stat.ML

    Implementing regularization implicitly via approximate eigenvector computation

    Authors: Michael W. Mahoney, Lorenzo Orecchia

    Abstract: Regularization is a powerful technique for extracting useful information from noisy data. Typically, it is implemented by adding some sort of norm constraint to an objective function and then exactly optimizing the modified objective function. This procedure often leads to optimization problems that are computationally more expensive than the original problem, a fact that is clearly problematic if… ▽ More

    Submitted 26 April, 2011; v1 submitted 4 October, 2010; originally announced October 2010.

    Comments: 11 pages; a few clarifications