← Search

Luigi Carratino

10 accepted papers

2022

Ada-BKB: Scalable Gaussian Process Optimization on Continuous Domains by Adaptive Discretization

AISTATS 2022poster

Gaussian process optimization is a successful class of algorithms(e.g. GP-UCB) to optimize a black-box function through sequential evaluations. However, for functions with continuous domains, Gaussian process optimization has to rely on either a fixed discretization of the space, or the solution of…

Cited by 6SourcePDFScholar
2022

Efficient Hyperparameter Tuning for Large Scale Kernel Ridge Regression

AISTATS 2022poster

Kernel methods provide a principled approach to nonparametric learning. While their basic implementations scale poorly to large problems, recent advances showed that approximate solvers can efficiently handle massive datasets. A shortcoming of these solutions is that hyperparameter tuning is not tak…

2022

Mean Nyström Embeddings for Adaptive Compressive Learning

AISTATS 2022poster

Compressive learning is an approach to efficient large scale learning based on sketching an entire dataset to a single mean embedding (the sketch), i.e. a vector of generalized moments. The learning task is then approximately solved as an inverse problem using an adapted parametric model. Previous w…

2021

ParK: Sound and Efficient Kernel Ridge Regression by Feature Space Partitions

NeurIPS 2021poster

We introduce ParK, a new large-scale solver for kernel ridge regression. Our approach combines partitioning with random projections and iterative optimization to reduce space and time complexity while provably maintaining the same statistical accuracy. In particular, constructing suitable partitions…

Cited by 10SourcePDFScholar
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

Near-linear time Gaussian process optimization with adaptive batching and resparsification

ICML 2020poster

Gaussian processes (GP) are one of the most successful frameworks to model uncertainty. However, GP optimization (e.g., GP-UCB) suffers from major scalability issues. Experimental time grows linearly with the number of evaluations, unless candidates are selected in batches (e.g., using GP-BUCB) and…

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…