← Search

Kasper Green Larsen

21 accepted papers

2026

An Exponential Separation Between Quantum and Quantum-Inspired Classical Algorithms for Linear Systems

ICML 2026poster

Achieving a provable exponential quantum speedup for an important machine learning task has been a central research goal since the seminal HHL quantum algorithm for solving linear systems and the subsequent quantum recommender systems algorithm by Kerenidis and Prakash. These algorithms were initial…

Cited by 0SourceScholar
2026

The Interplay Between Interpolation and Aggregation in Regression: Optimal Sample Complexity

ICML 2026poster

This work investigates theoretically the interplay between interpolation and aggregation in regression. We establish that the $\gamma$-graph dimension characterizes learnability for a broad class of natural aggregation procedures. Furthermore, we prove that an extremely simple aggregation procedure,…

Cited by 0SourceScholar
2024

Replicable Learning of Large-Margin Halfspaces

ICML 2024spotlight

We provide an efficient replicable algorithm for the problem of learning large-margin halfspaces. Our results improve upon the algorithms provided by Impagliazzo, Lei, Pitassi, and Sorrell (STOC, 2022). We design the first dimension-independent replicable algorithm for this task which runs in polyno…

Cited by 10SourcePDFScholar
2024

Sparse Dimensionality Reduction Revisited

ICML 2024poster

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} \ln n)$ dimensions while preserving all pairwise distances to within $1 \pm \varepsilon$. Each input point $…

Cited by 3SourcePDFScholar
2024

The Many Faces of Optimal Weak-to-Strong Learning

NeurIPS 2024poster

Boosting is an extremely successful idea, allowing one to combine multiple low accuracy classifiers into a much more accurate voting classifier. In this work, we present a new and surprisingly simple Boosting algorithm that obtains a provably optimal sample complexity. Sample optimal Boosting algori…

Cited by 2SourcePDFScholar
2023

The Fast Johnson-Lindenstrauss Transform Is Even Faster

ICML 2023poster

The Johnson-Lindenstaruss lemma (Johnson & Lindenstrauss, 1984) is a cornerstone result in dimensionality reduction, stating it is possible to embed a set of $n$ points in $d$-dimensional Euclidean space into optimal $k=O(\varepsilon^{-2} \ln n)$ dimensions, while preserving all pairwise distances t…

Cited by 7SourcePDFScholar
2022

Improved Coresets for Euclidean $k$-Means

NeurIPS 2022accept

Given a set of $n$ points in $d$ dimensions, the Euclidean $k$-means problem (resp. Euclidean $k$-median) consists of finding $k$ centers such that the sum of squared distances (resp. sum of distances) from every point to its closest center is minimized. The arguably most popular way of dealing with…

Cited by 45SourcePDFScholar
2020

Near-Tight Margin-Based Generalization Bounds for Support Vector Machines

ICML 2020poster

Support Vector Machines (SVMs) are among the most fundamental tools for binary classification. In its simplest formulation, an SVM produces a hyperplane separating two classes of data using the largest possible margin to the data. The focus on maximizing the margin has been well motivated through nu…

Cited by 28SourcePDFScholar
2019

Margin-Based Generalization Lower Bounds for Boosted Classifiers

NeurIPS 2019poster

Boosting is one of the most successful ideas in machine learning. The most well-accepted explanations for the low generalization error of boosting algorithms such as AdaBoost stem from margin theory. The study of margins in the context of boosting algorithms was initiated by Schapire, Freund, Bart…

Cited by 22SourcePDFScholar
2019

Optimal Minimal Margin Maximization with Boosting

ICML 2019oral

Boosting algorithms iteratively produce linear combinations of more and more base hypotheses and it has been observed experimentally that the generalization error keeps improving even after achieving zero training error. One popular explanation attributes this to improvements in margins. A common go…