Skip to main content

Showing 1–18 of 18 results for author: Harvey, N J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2312.02658  [pdf

    cs.LG physics.ao-ph

    Do AI models produce better weather forecasts than physics-based models? A quantitative evaluation case study of Storm Ciarán

    Authors: Andrew J. Charlton-Perez, Helen F. Dacre, Simon Driscoll, Suzanne L. Gray, Ben Harvey, Natalie J. Harvey, Kieran M. R. Hunt, Robert W. Lee, Ran**i Swaminathan, Remy Vandaele, Ambrogio Volonté

    Abstract: There has been huge recent interest in the potential of making operational weather forecasts using machine learning techniques. As they become a part of the weather forecasting toolbox, there is a pressing need to understand how well current machine learning models can simulate high-impact weather events. We compare forecasts of Storm Ciarán, a European windstorm that caused sixteen deaths and ext… ▽ More

    Submitted 19 February, 2024; v1 submitted 5 December, 2023; originally announced December 2023.

  2. arXiv:2206.00236  [pdf, other

    cs.LG math.PR stat.ML

    Continuous Prediction with Experts' Advice

    Authors: Victor Sanches Portella, Christopher Liaw, Nicholas J. A. Harvey

    Abstract: Prediction with experts' advice is one of the most fundamental problems in online learning and captures many of its technical challenges. A recent line of work has looked at online learning through the lens of differential equations and continuous-time analysis. This viewpoint has yielded optimal results for several problems in online learning. In this paper, we employ continuous-time stochastic… ▽ More

    Submitted 30 September, 2022; v1 submitted 1 June, 2022; originally announced June 2022.

    Comments: 30 pages, 1 figure. Version 2 diff: minor edits, reorganization for a journal submission, correct statement of Lemma 5.1 and a better formatted proof of the same lemma

  3. arXiv:2203.07577  [pdf, ps, other

    cs.LG math.PR stat.ML

    Efficient and Optimal Fixed-Time Regret with Two Experts

    Authors: Laura Greenstreet, Nicholas J. A. Harvey, Victor Sanches Portella

    Abstract: Prediction with expert advice is a foundational problem in online learning. In instances with $T$ rounds and $n$ experts, the classical Multiplicative Weights Update method suffers at most $\sqrt{(T/2)\ln n}$ regret when $T$ is known beforehand. Moreover, this is asymptotically optimal when both $T$ and $n$ grow to infinity. However, when the number of experts $n$ is small/fixed, algorithms with b… ▽ More

    Submitted 14 March, 2022; originally announced March 2022.

    Comments: 29 pages, 13 pages of main text, published in ALT 2022 (PMLR vol. 167)

  4. arXiv:2010.12033  [pdf, ps, other

    cs.LG math.OC

    Regret Bounds without Lipschitz Continuity: Online Learning with Relative-Lipschitz Losses

    Authors: Yihan Zhou, Victor S. Portella, Mark Schmidt, Nicholas J. A. Harvey

    Abstract: In online convex optimization (OCO), Lipschitz continuity of the functions is commonly assumed in order to obtain sublinear regret. Moreover, many algorithms have only logarithmic regret when these functions are also strongly convex. Recently, researchers from convex optimization proposed the notions of "relative Lipschitz continuity" and "relative strong convexity". Both of the notions are genera… ▽ More

    Submitted 28 December, 2020; v1 submitted 22 October, 2020; originally announced October 2020.

    Comments: 22 pages, camera-ready version, accepted in NeurIPS 2020 for poster presentation. Second version has a new reference (acknowledged in the acknowledgements section) and comments on the relationship of this work with the paper

  5. arXiv:2006.02585  [pdf, other

    cs.LG math.OC stat.ML

    Online mirror descent and dual averaging: kee** pace in the dynamic case

    Authors: Huang Fang, Nicholas J. A. Harvey, Victor S. Portella, Michael P. Friedlander

    Abstract: Online mirror descent (OMD) and dual averaging (DA) -- two fundamental algorithms for online convex optimization -- are known to have very similar (and sometimes identical) performance guarantees when used with a fixed learning rate. Under dynamic learning rates, however, OMD is provably inferior to DA and suffers a linear regret, even in common settings such as prediction with expert advice. We m… ▽ More

    Submitted 3 September, 2021; v1 submitted 3 June, 2020; originally announced June 2020.

    Comments: 27 pages main text, 37 pages in total, 1 figure. Version 2: Revision for camera-ready version of ICML 2020, with a new abstract, new discussion and acknowledgements sections, and some other minor modifications. Version 3: Technical report version of JMLR submission, with minor revisions, full proofs, and more details on the setting with composite functions

  6. arXiv:2002.08994  [pdf, other

    cs.LG math.PR stat.ML

    Optimal anytime regret with two experts

    Authors: Nicholas J. A. Harvey, Christopher Liaw, Edwin Perkins, Sikander Randhawa

    Abstract: We consider the classical problem of prediction with expert advice. In the fixed-time setting, where the time horizon is known in advance, algorithms that achieve the optimal regret are known when there are two, three, or four experts or when the number of experts is large. Much less is known about the problem in the anytime setting, where the time horizon is not known in advance. No minimax optim… ▽ More

    Submitted 26 August, 2021; v1 submitted 20 February, 2020; originally announced February 2020.

    Comments: 47 pages, 1 figure

  7. arXiv:1909.00843  [pdf, other

    cs.LG math.OC stat.ML

    Simple and optimal high-probability bounds for strongly-convex stochastic gradient descent

    Authors: Nicholas J. A. Harvey, Christopher Liaw, Sikander Randhawa

    Abstract: We consider stochastic gradient descent algorithms for minimizing a non-smooth, strongly-convex function. Several forms of this algorithm, including suffix averaging, are known to achieve the optimal $O(1/T)$ convergence rate in expectation. We consider a simple, non-uniform averaging strategy of Lacoste-Julien et al. (2011) and prove that it achieves the optimal $O(1/T)$ convergence rate with hig… ▽ More

    Submitted 2 September, 2019; originally announced September 2019.

  8. arXiv:1812.05217  [pdf, other

    cs.LG math.OC stat.ML

    Tight Analyses for Non-Smooth Stochastic Gradient Descent

    Authors: Nicholas J. A. Harvey, Christopher Liaw, Yaniv Plan, Sikander Randhawa

    Abstract: Consider the problem of minimizing functions that are Lipschitz and strongly convex, but not necessarily differentiable. We prove that after $T$ steps of stochastic gradient descent, the error of the final iterate is $O(\log(T)/T)$ with high probability. We also construct a function from this class for which the error of the final iterate of deterministic gradient descent is $Ω(\log(T)/T)$. This s… ▽ More

    Submitted 12 December, 2018; originally announced December 2018.

  9. arXiv:1806.06421  [pdf, ps, other

    cs.DS

    Greedy and Local Ratio Algorithms in the MapReduce Model

    Authors: Nicholas J. A. Harvey, Christopher Liaw, Paul Liu

    Abstract: MapReduce has become the de facto standard model for designing distributed algorithms to process big data on a cluster. There has been considerable research on designing efficient MapReduce algorithms for clustering, graph optimization, and submodular optimization problems. We develop new techniques for designing greedy and local ratio algorithms in this setting. Our randomized local ratio techniq… ▽ More

    Submitted 17 June, 2018; originally announced June 2018.

    Comments: 16 pages

  10. arXiv:1608.02282  [pdf, other

    cs.DS cs.CC cs.DM math.CO math.PR

    Computing the Independence Polynomial: from the Tree Threshold down to the Roots

    Authors: Nicholas J. A. Harvey, Piyush Srivastava, Jan Vondrák

    Abstract: We study an algorithm for approximating the multivariate independence polynomial $Z(\mathbf{z})$, with negative and complex arguments, an object that has strong connections to combinatorics and to statistical physics. In particular, the independence polynomial with negative arguments, $Z(-\mathbf{p})$, determines the Shearer region, the maximal region of probabilities to which the Lovasz Local Lem… ▽ More

    Submitted 11 November, 2017; v1 submitted 7 August, 2016; originally announced August 2016.

    Comments: 35 pages. Extended abstract to appear in Proceedings of ACM-SIAM SODA, 2018

  11. arXiv:1307.2274  [pdf, ps, other

    cs.DS math.CO

    Pipage Rounding, Pessimistic Estimators and Matrix Concentration

    Authors: Nicholas J. A. Harvey, Neil Olver

    Abstract: Pipage rounding is a dependent random sampling technique that has several interesting properties and diverse applications. One property that has been particularly useful is negative correlation of the resulting vector. Unfortunately negative correlation has its limitations, and there are some further desirable properties that do not seem to follow from existing techniques. In particular, recent co… ▽ More

    Submitted 8 July, 2013; originally announced July 2013.

  12. arXiv:1107.0088  [pdf, ps, other

    cs.DM cs.DS math.CO math.NA

    Sparse Sums of Positive Semidefinite Matrices

    Authors: Marcel K. de Carli Silva, Nicholas J. A. Harvey, Cristiane M. Sato

    Abstract: Recently there has been much interest in "sparsifying" sums of rank one matrices: modifying the coefficients such that only a few are nonzero, while approximately preserving the matrix that results from the sum. Results of this sort have found applications in many different areas, including sparsifying graphs. In this paper we consider the more general problem of sparsifying sums of positive semid… ▽ More

    Submitted 17 October, 2011; v1 submitted 30 June, 2011; originally announced July 2011.

  13. arXiv:1008.2159  [pdf, other

    cs.DS cs.DM cs.LG

    Submodular Functions: Learnability, Structure, and Optimization

    Authors: Maria-Florina Balcan, Nicholas J. A. Harvey

    Abstract: Submodular functions are discrete functions that model laws of diminishing returns and enjoy numerous algorithmic applications. They have been used in many areas, including combinatorial optimization, machine learning, and economics. In this work we study submodular functions from a learning theoretic angle. We provide algorithms for learning submodular functions, as well as lower bounds on their… ▽ More

    Submitted 21 August, 2012; v1 submitted 12 August, 2010; originally announced August 2010.

  14. arXiv:1005.0265  [pdf, ps, other

    cs.DS cs.DM

    Graph Sparsification by Edge-Connectivity and Random Spanning Trees

    Authors: Wai Shing Fung, Nicholas J. A. Harvey

    Abstract: We present new approaches to constructing graph sparsifiers --- weighted subgraphs for which every cut has the same value as the original graph, up to a factor of $(1 \pm ε)$. Our first approach independently samples each edge $uv$ with probability inversely proportional to the edge-connectivity between $u$ and $v$. The fact that this approach produces a sparsifier resolves a question posed by Ben… ▽ More

    Submitted 9 August, 2010; v1 submitted 3 May, 2010; originally announced May 2010.

  15. arXiv:1003.2851  [pdf, ps, other

    cs.DM cs.CC

    The complexity of UNO

    Authors: Erik D. Demaine, Martin L. Demaine, Nicholas J. A. Harvey, Ryuhei Uehara, Takeaki Uno, Yushi Uno

    Abstract: This paper investigates the popular card game UNO from the viewpoint of algorithmic combinatorial game theory. We define simple and concise mathematical models for the game, including both cooperative and uncooperative versions, and analyze their computational complexity. In particular, we prove that even a single-player version of UNO is NP-complete, although some restricted cases are in P. Surpr… ▽ More

    Submitted 2 December, 2013; v1 submitted 15 March, 2010; originally announced March 2010.

    Comments: 13 body pages, 2 appendix pages, 1 table, 7 figures

    ACM Class: G.2; F.1

  16. arXiv:0909.0941  [pdf, ps, other

    cs.DS

    A Randomized Rounding Algorithm for the Asymmetric Traveling Salesman Problem

    Authors: Michel X. Goemans, Nicholas J. A. Harvey, Kamal Jain, Mohit Singh

    Abstract: We present an algorithm for the asymmetric traveling salesman problem on instances which satisfy the triangle inequality. Like several existing algorithms, it achieves approximation ratio O(log n). Unlike previous algorithms, it uses randomized rounding.

    Submitted 4 September, 2009; originally announced September 2009.

  17. arXiv:0804.4138  [pdf, ps, other

    cs.DS

    Sketching and Streaming Entropy via Approximation Theory

    Authors: Nicholas J. A. Harvey, Jelani Nelson, Krzysztof Onak

    Abstract: We conclude a sequence of work by giving near-optimal sketching and streaming algorithms for estimating Shannon entropy in the most general streaming model, with arbitrary insertions and deletions. This improves on prior results that obtain suboptimal space bounds in the general model, and near-optimal bounds in the insertion-only model without sketching. Our high-level approach is simple: we gi… ▽ More

    Submitted 25 April, 2008; originally announced April 2008.

  18. arXiv:cs/0601026  [pdf, ps, other

    cs.DS cs.DM

    Algebraic Structures and Algorithms for Matching and Matroid Problems (Preliminary Version)

    Authors: Nicholas J. A. Harvey

    Abstract: Basic path-matchings, introduced by Cunningham and Geelen (FOCS 1996), are a common generalization of matroid intersection and non-bipartite matching. The main results of this paper are a new algebraic characterization of basic path-matching problems and an algorithm for constructing basic path-matchings in O(n^w) time, where n is the number of vertices and w is the exponent for matrix multiplic… ▽ More

    Submitted 9 January, 2006; originally announced January 2006.