paper-with-me

Papers

Transfer Learning based Search Space Design for Hyperparameter Tuning

2022-06-06 · Yang Li, Yu Shen, Huaijun Jiang, Tianyi Bai, Wentao Zhang, Ce Zhang, Bin Cui

The tuning of hyperparameters becomes increasingly important as machine learning (ML) models have been extensively applied in data mining applications. Among various approaches, Bayesian optimization (BO) is a successful methodology to tune hyper-parameters automatically. While traditional methods optimize each tuning task in isolation, there has been recent interest in speeding up BO by transferring knowledge across previous tasks. In this work, we introduce an automatic method to design the BO search space with the aid of tuning history from past tasks. This simple yet effective approach can be used to endow many existing BO methods with transfer learning capabilities. In addition, it enjoys the three advantages: universality, generality, and safeness. The extensive experiments show that our approach considerably boosts BO by designing a promising and compact search space instead of using the entire space, and outperforms the state-of-the-arts on a wide range of benchmarks, including machine learning and deep learning tuning tasks, and neural architecture search.

📄 PDF Abstract BibTeX arXiv:2206.02511

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine LearningNeural Architecture SearchTransfer Learning

Similar Papers 제목 키워드 기반

Revisiting Hyperparameter Tuning with Differential Privacy

2022-11-03 · Youlong Ding, Xueyang Wu

Hyperparameter tuning is a common practice in the application of machine learning but is a typically ignored aspect in the literature on privacy-preserving machine learning due to its negative effect on the overall priva…

Privacy Preserving

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)

SigOpt Mulch: An Intelligent System for AutoML of Gradient Boosted Trees

2023-07-10 · Aleksei Sorokin, Xinran Zhu, Eric Hans Lee, Bolong Cheng

Gradient boosted trees (GBTs) are ubiquitous models used by researchers, machine learning (ML) practitioners, and data scientists because of their robust performance, interpretable behavior, and ease-of-use. One critical…

AutoMLHyperparameter Optimization

Tuning the Tuner: Introducing Hyperparameter Optimization for Auto-Tuning

2025-09-30 · Floris-Jan Willemsen, Rob V. van Nieuwpoort, Ben van Werkhoven arxiv

Automatic performance tuning (auto-tuning) is widely used to optimize performance-critical applications across many scientific domains by finding the best program variant among many choices. Efficient optimization algori…

Hyperparameter Optimization

Tuning for Two Adversaries: Enhancing the Robustness Against Transfer and Query-Based Attacks using Hyperparameter Tuning

2025-11-17 · Pascal Zimmer, Ghassan Karame arxiv

In this paper, we present the first detailed analysis of how training hyperparameters -- such as learning rate, weight decay, momentum, and batch size -- influence robustness against both transfer-based and query-based a…

Ensemble Learning