Skip to main content

Showing 1–7 of 7 results for author: Høgsgaard, M

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

    stat.ML cs.LG math.ST

    Majority-of-Three: The Simplest Optimal Learner?

    Authors: Ishaq Aden-Ali, Mikael Møller Høgsgaard, Kasper Green Larsen, Nikita Zhivotovskiy

    Abstract: Develo** an optimal PAC learning algorithm in the realizable setting, where empirical risk minimization (ERM) is suboptimal, was a major open problem in learning theory for decades. The problem was finally resolved by Hanneke a few years ago. Unfortunately, Hanneke's algorithm is quite complex as it returns the majority vote of many ERM classifiers that are trained on carefully selected subsets… ▽ More

    Submitted 12 March, 2024; originally announced March 2024.

    Comments: 22 pages

  2. arXiv:2302.06165  [pdf, ps, other

    cs.DS cs.LG

    Sparse Dimensionality Reduction Revisited

    Authors: Mikael Møller Høgsgaard, Lion Kamma, Kasper Green Larsen, Jelani Nelson, Chris Schwiegelshohn

    Abstract: The sparse Johnson-Lindenstrauss transform is one of the central techniques in dimensionality reduction. It supports embedding a set of $n$ points in $\mathbb{R}^d$ into $m=O(\varepsilon^{-2} \lg n)$ dimensions while preserving all pairwise distances to within $1 \pm \varepsilon$. Each input point $x$ is embedded to $Ax$, where $A$ is an $m \times d$ matrix having $s$ non-zeros per column, allowin… ▽ More

    Submitted 13 February, 2023; originally announced February 2023.

  3. arXiv:2302.03071  [pdf, ps, other

    cs.GT cs.DS

    Optimally Interpolating between Ex-Ante Fairness and Welfare

    Authors: Mikael Høgsgaard, Panagiotis Karras, Wenyue Ma, Nidhi Rathi, Chris Schwiegelshohn

    Abstract: For the fundamental problem of allocating a set of resources among individuals with varied preferences, the quality of an allocation relates to the degree of fairness and the collective welfare achieved. Unfortunately, in many resource-allocation settings, it is computationally hard to maximize welfare while achieving fairness goals. In this work, we consider ex-ante notions of fairness; popular… ▽ More

    Submitted 6 February, 2023; originally announced February 2023.

  4. arXiv:2301.11571  [pdf, other

    cs.LG cs.CC cs.DS

    AdaBoost is not an Optimal Weak to Strong Learner

    Authors: Mikael Møller Høgsgaard, Kasper Green Larsen, Martin Ritzert

    Abstract: AdaBoost is a classic boosting algorithm for combining multiple inaccurate classifiers produced by a weak learner, to produce a strong learner with arbitrarily high accuracy when given enough training data. Determining the optimal number of samples necessary to obtain a given accuracy of the strong learner, is a basic learning theoretic question. Larsen and Ritzert (NeurIPS'22) recently presented… ▽ More

    Submitted 27 January, 2023; originally announced January 2023.

  5. arXiv:2207.03304  [pdf, ps, other

    cs.DS

    Barriers for Faster Dimensionality Reduction

    Authors: Ora Nova Fandina, Mikael Møller Høgsgaard, Kasper Green Larsen

    Abstract: The Johnson-Lindenstrauss transform allows one to embed a dataset of $n$ points in $\mathbb{R}^d$ into $\mathbb{R}^m,$ while preserving the pairwise distance between any pair of points up to a factor $(1 \pm \varepsilon)$, provided that $m = Ω(\varepsilon^{-2} \lg n)$. The transform has found an overwhelming number of algorithmic applications, allowing to speed up algorithms and reducing memory co… ▽ More

    Submitted 7 July, 2022; originally announced July 2022.

  6. arXiv:2204.01800  [pdf, ps, other

    cs.DS cs.LG

    The Fast Johnson-Lindenstrauss Transform is Even Faster

    Authors: Ora Nova Fandina, Mikael Møller Høgsgaard, Kasper Green Larsen

    Abstract: The seminal Fast Johnson-Lindenstrauss (Fast JL) transform by Ailon and Chazelle (SICOMP'09) embeds a set of $n$ points in $d$-dimensional Euclidean space into optimal $k=O(\varepsilon^{-2} \ln n)$ dimensions, while preserving all pairwise distances to within a factor $(1 \pm \varepsilon)$. The Fast JL transform supports computing the embedding of a data point in $O(d \ln d +k \ln^2 n)$ time, wher… ▽ More

    Submitted 4 April, 2022; originally announced April 2022.

  7. arXiv:2106.07989   

    cs.LG

    Compression Implies Generalization

    Authors: Allan Grønlund, Mikael Høgsgaard, Lior Kamma, Kasper Green Larsen

    Abstract: Explaining the surprising generalization performance of deep neural networks is an active and important line of research in theoretical machine learning. Influential work by Arora et al. (ICML'18) showed that, noise stability properties of deep nets occurring in practice can be used to provably compress model representations. They then argued that the small representations of compressed networks i… ▽ More

    Submitted 1 July, 2021; v1 submitted 15 June, 2021; originally announced June 2021.

    Comments: There is a bug in the proof and that we are working on fixing it. No replacement paper at this point