← Search

Alessandro Rudi

36 accepted papers

2025

Dynamic Regret Reduces to Kernelized Static Regret

NeurIPS 2025poster

We study dynamic regret in online convex optimization, where the objective is to achieve low cumulative loss relative to an arbitrary benchmark sequence. By observing that competing with an arbitrary sequence of comparators $u_{1},\ldots,u_{T}$ in $\mathcal{W}\subseteq\mathbb{R}^{d}$ can be reframed…

Cited by 0SourceScholar
2023

Efficient Sampling of Stochastic Differential Equations with Positive Semi-Definite Models

NeurIPS 2023poster

This paper deals with the problem of efficient sampling from a stochastic differential equation, given the drift function and the diffusion matrix. The proposed approach leverages a recent model for probabilities (Rudi and Ciliberto, 2021) (the positive semi-definite -- PSD model) from which it is p…

Cited by 1SourcePDFScholar
2023

GloptiNets: Scalable Non-Convex Optimization with Certificates

NeurIPS 2023spotlight

We present a novel approach to non-convex optimization with certificates, which handles smooth functions on the hypercube or on the torus. Unlike traditional methods that rely on algebraic properties, our algorithm exploits the regularity of the target function intrinsic in the decay of its Fourier…

2022

Active Labeling: Streaming Stochastic Gradients

NeurIPS 2022accept

The workhorse of machine learning is stochastic gradient descent. To access stochastic gradients, it is common to consider iteratively input/output pairs of a training dataset. Interestingly, it appears that one does not need full supervision to access stochastic gradients, which is the main motivat…

2022

Measuring dissimilarity with diffeomorphism invariance

ICML 2022spotlight

Measures of similarity (or dissimilarity) are a key ingredient to many machine learning algorithms. We introduce DID, a pairwise dissimilarity measure applicable to a wide range of data spaces, which leverages the data’s internal structure to be invariant to diffeomorphisms. We prove that DID enjoys…

2022

Nyström Kernel Mean Embeddings

ICML 2022spotlight

Kernel mean embeddings are a powerful tool to represent probability distributions over arbitrary spaces as single points in a Hilbert space. Yet, the cost of computing and storing such embeddings prohibits their direct use in large-scale settings. We propose an efficient approximation procedure base…

2021

Beyond Tikhonov: faster learning with self-concordant losses, via iterative regularization

NeurIPS 2021spotlight

The theory of spectral filtering is a remarkable tool to understand the statistical properties of learning with kernels. For least squares, it allows to derive various regularization schemes that yield faster convergence rates of the excess risk than with Tikhonov regularization. This is typically a…

Cited by 5SourcePDFScholar
2021

Disambiguation of Weak Supervision leading to Exponential Convergence rates

ICML 2021spotlight

Machine learning approached through supervised learning requires expensive annotation of data. This motivates weakly supervised learning, where data are annotated with incomplete yet discriminative information. In this paper, we focus on partial labelling, an instance of weak supervision where, from…

Cited by 22SourcePDFScholar
2021

Mixability made efficient: Fast online multiclass logistic regression

NeurIPS 2021spotlight

Mixability has been shown to be a powerful tool to obtain algorithms with optimal regret. However, the resulting methods often suffer from high computational complexity which has reduced their practical applicability. For example, in the case of multiclass logistic regression, the aggregating foreca…

Cited by 13SourcePDFScholar
2021

Overcoming the curse of dimensionality with Laplacian regularization in semi-supervised learning

NeurIPS 2021poster

As annotations of data can be scarce in large-scale practical problems, leveraging unlabelled examples is one of the most important aspects of machine learning. This is the aim of semi-supervised learning. To benefit from the access to unlabelled data, it is natural to diffuse smoothly knowledge of…

2020

Consistent Structured Prediction with Max-Min Margin Markov Networks

ICML 2020poster

Max-margin methods for binary classification such as the support vector machine (SVM) have been extended to the structured prediction setting under the name of max-margin Markov networks ($M^3N$), or more generally structural SVMs. Unfortunately, these methods are statistically inconsistent when the…

2020

Gain with no Pain: Efficiency of Kernel-PCA by Nyström Sampling

AISTATS 2020poster

In this paper, we analyze a Nyström based approach to efficient large scale kernel principal component analysis (PCA). The latter is a natural nonlinear extension of classical PCA based on considering a nonlinear feature map or the corresponding kernel. Like other kernel approaches, kernel PCA enj…

Cited by 25SourcePDFScholar
2020

Kernel Methods Through the Roof: Handling Billions of Points Efficiently

NeurIPS 2020oral

Kernel methods provide an elegant and principled approach to nonparametric learning, but so far could hardly be used in large scale problems, since naïve implementations scale poorly with data size. Recent advances have shown the benefits of a number of algorithmic ideas, for example combining optim…

2020

Non-parametric Models for Non-negative Functions

NeurIPS 2020spotlight

Linear models have shown great effectiveness and flexibility in many fields such as machine learning, signal processing and statistics. They can represent rich spaces of functions while preserving the convexity of the optimization problems where they are used, and are simple to evaluate, differenti…

2020

Statistical Estimation of the Poincaré constant and Application to Sampling Multimodal Distributions

AISTATS 2020poster

Poincaré inequalities are ubiquitous in probability and analysis and have various applications in statistics (concentration of measure, rate of convergence of Markov chains). The Poincaré constant, for which the inequality is tight, is related to the typical convergence rate of diffusions to their e…

Cited by 22SourcePDFScholar
2020

Structured Prediction with Partial Labelling through the Infimum Loss

ICML 2020poster

Annotating datasets is one of the main costs in nowadays supervised learning. The goal of weak supervision is to enable models to learn using only forms of labelling which are cheaper to collect, as partial labelling. This is a type of incomplete annotation where, for each datapoint, supervision is…

Cited by 56SourcePDFScholar
2019

Efficient online learning with kernels for adversarial large scale problems

NeurIPS 2019poster

We are interested in a framework of online learning with kernels for low-dimensional, but large-scale and potentially adversarial datasets. We study the computational and theoretical performance of online variations of kernel Ridge regression. Despite its simplicity, the algorithm we study is the f…

2019

Globally Convergent Newton Methods for Ill-conditioned Generalized Self-concordant Losses

NeurIPS 2019poster

In this paper, we study large-scale convex optimization algorithms based on the Newton method applied to regularized generalized self-concordant losses, which include logistic regression and softmax regression. We first prove that our new simple scheme based on a sequence of problems with decreasin…

2019

Massively scalable Sinkhorn distances via the Nyström method

NeurIPS 2019poster

The Sinkhorn "distance," a variant of the Wasserstein distance with entropic regularization, is an increasingly popular tool in machine learning and statistical inference. However, the time and memory requirements of standard algorithms for computing this distance grow quadratically with the size of…

Cited by 120SourcePDFScholar
2018

Differential Properties of Sinkhorn Approximation for Learning with Wasserstein Distance

NeurIPS 2018poster

Applications of optimal transport have recently gained remarkable attention as a result of the computational advantages of entropic regularization. However, in most situations the Sinkhorn approximation to the Wasserstein distance is replaced by a regularized version that is less accurate but easy…

2018

On Fast Leverage Score Sampling and Optimal Learning

NeurIPS 2018poster

Leverage score sampling provides an appealing way to perform approximate com- putations for large matrices. Indeed, it allows to derive faithful approximations with a complexity adapted to the problem at hand. Yet, performing leverage scores sampling is a challenge in its own right requiring further…

2018

Statistical Optimality of Stochastic Gradient Descent on Hard Learning Problems through Multiple Passes

NeurIPS 2018poster

We consider stochastic gradient descent (SGD) for least-squares regression with potentially several passes over the data. While several passes have been widely reported to perform practically better in terms of predictive performance on unseen data, the existing theoretical analysis of SGD suggests…

Cited by 128SourcePDFScholar
2017

Consistent Multitask Learning with Nonlinear Output Relations

NeurIPS 2017poster

Key to multitask learning is exploiting the relationships between different tasks to improve prediction performance. Most previous methods have focused on the case where tasks relations can be modeled as linear operators and regularization approaches can be used successfully. However, in practice as…

Cited by 40SourcePDFScholar
2016

A Consistent Regularization Approach for Structured Prediction

NeurIPS 2016poster

We propose and analyze a regularization approach for structured prediction problems. We characterize a large class of loss functions that allows to naturally embed structured outputs in a linear space. We exploit this fact to design learning algorithms using a surrogate loss approach and regulari…

Cited by 93SourcePDFScholar
2016

NYTRO: When Subsampling Meets Early Stopping

AISTATS 2016poster

Early stopping is a well known approach to reduce the time complexity for performing training and model selection of large scale learning machines. On the other hand, memory/space (rather than time) complexity is the main constraint in many applications, and randomized subsampling techniques have b…