paper-with-me

홈 › Papers

Explaining Hyperparameter Optimization via Partial Dependence Plots

2021-11-08 · NeurIPS 2021 12 · Julia Moosbauer, Julia Herbinger, Giuseppe Casalicchio, Marius Lindauer, Bernd Bischl

Automated hyperparameter optimization (HPO) can support practitioners to obtain peak performance in machine learning models. However, there is often a lack of valuable insights into the effects of different hyperparameters on the final model performance. This lack of explainability makes it difficult to trust and understand the automated HPO process and its results. We suggest using interpretable machine learning (IML) to gain insights from the experimental data obtained during HPO with Bayesian optimization (BO). BO tends to focus on promising regions with potential high-performance configurations and thus induces a sampling bias. Hence, many IML techniques, such as the partial dependence plot (PDP), carry the risk of generating biased interpretations. By leveraging the posterior uncertainty of the BO surrogate model, we introduce a variant of the PDP with estimated confidence bands. We propose to partition the hyperparameter space to obtain more confident and reliable PDPs in relevant sub-regions. In an experimental study, we provide quantitative evidence for the increased quality of the PDPs within sub-regions.

📄 PDF Abstract BibTeX arXiv:2111.04820

Code (1)

slds-lmu/paper_2021_xautoml 공식 구현

Tasks

Bayesian OptimizationBIG-bench Machine LearningHyperparameter OptimizationInterpretable Machine Learning

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…

Similar Papers 제목 키워드 기반

Towards Explaining Hyperparameter Optimization via Partial Dependence Plots

2021-05-20 · ICML Workshop AutoML 2021 7 · Julia Moosbauer, Julia Herbinger, Giuseppe Casalicchio, Marius Lindauer 외

Automated hyperparameter optimization (HPO) can support practitioners to obtain peak performance in machine learning models. However, there is often a lack of valuable insights into the effects of different hyperparamete…

Bayesian OptimizationBIG-bench Machine LearningHyperparameter OptimizationInterpretable Machine Learning

Model Interpretation: A Unified Derivative-based Framework for Nonparametric Regression and Supervised Machine Learning

2018-08-22 · Xiaoyu Liu, Jie Chen, Joel Vaughan, Vijayan Nair 외

Interpreting a nonparametric regression model with many predictors is known to be a challenging problem. There has been renewed interest in this topic due to the extensive use of machine learning algorithms and the diffi…

BIG-bench Machine Learningregression

Improving Accuracy of Interpretability Measures in Hyperparameter Optimization via Bayesian Algorithm Execution

2022-06-11 · Julia Moosbauer, Giuseppe Casalicchio, Marius Lindauer, Bernd Bischl

Despite all the benefits of automated hyperparameter optimization (HPO), most modern HPO algorithms are black-boxes themselves. This makes it difficult to understand the decision process which leads to the selected confi…

Bayesian OptimizationHyperparameter OptimizationInterpretable Machine Learning

Fooling Partial Dependence via Data Poisoning

2021-05-26 · Hubert Baniecki, Wojciech Kretowicz, Przemyslaw Biecek

Many methods have been developed to understand complex predictive models and high expectations are placed on post-hoc model explainability. It turns out that such explanations are not robust nor trustworthy, and they can…

Data Poisoning

Automated Dependence Plots

2019-12-02 · David I. Inouye, Liu Leqi, Joon Sik Kim, Bryon Aragam 외

In practical applications of machine learning, it is necessary to look beyond standard metrics such as test accuracy in order to validate various qualitative properties of a model. Partial dependence plots (PDP), includi…

Bias DetectionModel SelectionSelection bias