paper-with-me

Papers

Efficient Hyperparameter Tuning for Large Scale Kernel Ridge Regression

2022-01-17 · Giacomo Meanti, Luigi Carratino, Ernesto de Vito, Lorenzo Rosasco

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 taken care of, and left for the user to perform. Hyperparameters are crucial in practice and the lack of automated tuning greatly hinders efficiency and usability. In this paper, we work to fill in this gap focusing on kernel ridge regression based on the Nystr\"om approximation. After reviewing and contrasting a number of hyperparameter tuning strategies, we propose a complexity regularization criterion based on a data dependent penalty, and discuss its efficient optimization. Then, we proceed to a careful and extensive empirical evaluation highlighting strengths and weaknesses of the different tuning strategies. Our analysis shows the benefit of the proposed approach, that we hence incorporate in a library for large scale kernel methods to derive adaptively tuned solutions.

📄 PDF Abstract BibTeX arXiv:2201.06314

Code (1)

FalkonML/falkon 공식 구현 pytorch

Tasks

regression

Similar Papers 제목 키워드 기반

Efficient Online Hyperparameter Optimization for Kernel Ridge Regression with Applications to Traffic Time Series Prediction

2018-11-01 · Hongyuan Zhan, Gabriel Gomes, Xiaoye S. Li, Kamesh Madduri 외

Computational efficiency is an important consideration for deploying machine learning models for time series prediction in an online setting. Machine learning algorithms adjust model parameters automatically based on the…

BIG-bench Machine LearningComputational EfficiencyHyperparameter OptimizationPrediction+5

The Statistical Cost of Robust Kernel Hyperparameter Tuning

2020-06-14 · Raphael A. Meyer, Christopher Musco

This paper studies the statistical complexity of kernel hyperparameter tuning in the setting of active regression under adversarial noise. We consider the problem of finding the best interpolant from a class of kernels w…

Hyperparameter Optimizationregression

Scalable Gaussian Process Hyperparameter Optimization via Coverage Regularization

2022-09-22 · Killian Wood, Alec M. Dunton, Amanda Muyskens, Benjamin W. Priest

Gaussian processes (GPs) are Bayesian non-parametric models popular in a variety of applications due to their accuracy and native uncertainty quantification (UQ). Tuning GP hyperparameters is critical to ensure the valid…

Conformal PredictionGaussian ProcessesHyperparameter OptimizationPrediction+1

The Statistical Cost of Robust Kernel Hyperparameter Turning

2020-12-01 · NeurIPS 2020 12 · Raphael Meyer, Christopher Musco

This paper studies the statistical complexity of kernel hyperparameter tuning in the setting of active regression under adversarial noise. We consider the problem of finding the best interpolant from a class of kernels w…

Hyperparameter Optimizationregression

Deep Transfer Learning with Ridge Regression

2020-06-11 · Shuai Tang, Virginia R. de Sa

The large amount of online data and vast array of computing resources enable current researchers in both industry and academia to employ the power of deep learning with neural networks. While deep models trained with mas…

regressionTransfer Learning