paper-with-me

Papers

A Quantile-based Approach for Hyperparameter Transfer Learning

2019-09-30 · ICML 2020 1 · David Salinas, Huibin Shen, Valerio Perrone

Bayesian optimization (BO) is a popular methodology to tune the hyperparameters of expensive black-box functions. Traditionally, BO focuses on a single task at a time and is not designed to leverage information from related functions, such as tuning performance objectives of the same algorithm across multiple datasets. In this work, we introduce a novel approach to achieve transfer learning across different \emph{datasets} as well as different \emph{objectives}. The main idea is to regress the mapping from hyperparameter to objective quantiles with a semi-parametric Gaussian Copula distribution, which provides robustness against different scales or outliers that can occur in different tasks. We introduce two methods to leverage this mapping: a Thompson sampling strategy as well as a Gaussian Copula process using such quantile estimate as a prior. We show that these strategies can combine the estimation of multiple objectives such as latency and accuracy, steering the hyperparameters optimization toward faster predictions for the same level of accuracy. Extensive experiments demonstrate significant improvements over state-of-the-art methods for both hyperparameter optimization and neural architecture search.

📄 PDF Abstract BibTeX arXiv:1909.13595

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationHyperparameter OptimizationNeural Architecture SearchThompson SamplingTransfer Learning

Similar Papers 제목 키워드 기반

A Copula approach for hyperparameter transfer learning

2019-09-25 · David Salinas, Huibin Shen, Valerio Perrone

Bayesian optimization (BO) is a popular methodology to tune the hyperparameters of expensive black-box functions. Despite its success, standard BO focuses on a single task at a time and is not designed to leverage inform…

Bayesian OptimizationThompson SamplingTransfer Learning

Enhancing Performance and Calibration in Quantile Hyperparameter Optimization

2025-09-21 · Riccardo Doyle arxiv

Bayesian hyperparameter optimization relies heavily on Gaussian Process (GP) surrogates, due to robust distributional posteriors and strong performance on limited training samples. GPs however underperform in categorical…

Hyperparameter Optimization

Quantile Learn-Then-Test: Quantile-Based Risk Control for Hyperparameter Optimization

2024-07-24 · Amirmohammad Farzaneh, Sangwoo Park, Osvaldo Simeone

The increasing adoption of Artificial Intelligence (AI) in engineering problems calls for the development of calibration methods capable of offering robust statistical reliability guarantees. The calibration of black box…

Hyperparameter OptimizationScheduling

Quantile Filtered Imitation Learning

2021-12-02 · David Brandfonbrener, William F. Whitney, Rajesh Ranganath, Joan Bruna

We introduce quantile filtered imitation learning (QFIL), a novel policy improvement operator designed for offline reinforcement learning. QFIL performs policy improvement by running imitation learning on a filtered vers…

D4RLImitation Learning

L$^{2}$NAS: Learning to Optimize Neural Architectures via Continuous-Action Reinforcement Learning

2021-09-25 · Keith G. Mills, Fred X. Han, Mohammad Salameh, SEYED SAEED CHANGIZ REZAEI 외

Neural architecture search (NAS) has achieved remarkable results in deep neural network design. Differentiable architecture search converts the search over discrete architectures into a hyperparameter optimization proble…

Hyperparameter OptimizationNeural Architecture Searchreinforcement-learningReinforcement Learning (RL)