paper-with-me

Papers

Tree ensemble kernels for Bayesian optimization with known constraints over mixed-feature spaces

2022-07-02 · Alexander Thebelt, Calvin Tsay, Robert M. Lee, Nathan Sudermann-Merx, David Walz, Behrang Shafei, Ruth Misener

Tree ensembles can be well-suited for black-box optimization tasks such as algorithm tuning and neural architecture search, as they achieve good predictive performance with little or no manual tuning, naturally handle discrete feature spaces, and are relatively insensitive to outliers in the training data. Two well-known challenges in using tree ensembles for black-box optimization are (i) effectively quantifying model uncertainty for exploration and (ii) optimizing over the piece-wise constant acquisition function. To address both points simultaneously, we propose using the kernel interpretation of tree ensembles as a Gaussian Process prior to obtain model variance estimates, and we develop a compatible optimization formulation for the acquisition function. The latter further allows us to seamlessly integrate known constraints to improve sampling efficiency by considering domain-knowledge in engineering settings and modeling search space symmetries, e.g., hierarchical relationships in neural architecture search. Our framework performs as well as state-of-the-art methods for unconstrained black-box optimization over continuous/discrete features and outperforms competing methods for problems combining mixed-variable feature spaces and known input constraints.

📄 PDF Abstract BibTeX arXiv:2207.00879

Code (1)

cog-imperial/tree_kernel_gp 공식 구현 pytorch

Tasks

Bayesian OptimizationNeural Architecture Search

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

(Decision and regression) tree ensemble based kernels for regression and classification

2020-12-19 · Dai Feng, Richard Baumgartner

Tree based ensembles such as Breiman's random forest (RF) and Gradient Boosted Trees (GBT) can be interpreted as implicit kernel generators, where the ensuing proximity matrix represents the data-driven tree ensemble ker…

General Classificationregression

BARK: A Fully Bayesian Tree Kernel for Black-box Optimization

2025-03-07 · Toby Boyne, Jose Pablo Folch, Robert M Lee, Behrang Shafei 외

We perform Bayesian optimization using a Gaussian process perspective on Bayesian Additive Regression Trees (BART). Our BART Kernel (BARK) uses tree agreement to define a posterior over piecewise-constant functions, and …

Bayesian OptimizationGaussian Processesglobal-optimizationUncertainty Quantification

Integrating Marketing Channels into Quantile Transformation and Bayesian Optimization of Ensemble Kernels for Sales Prediction with Gaussian Process Models

2024-04-15 · Shahin Mirshekari, Negin Hayeri Motedayen, Mohammad Ensaf

This study introduces an innovative Gaussian Process (GP) model utilizing an ensemble kernel that integrates Radial Basis Function (RBF), Rational Quadratic, and Mat\'ern kernels for product sales forecasting. By applyin…

Bayesian OptimizationMarketing

Generalized Bayesian Ensemble Survival Tree (GBEST) model

2025-03-14 · Elena Ballante, Pietro Muliere, Silvia Figini

This paper proposes a new class of predictive models for survival analysis called Generalized Bayesian Ensemble Survival Tree (GBEST). It is well known that survival analysis poses many different challenges, in particula…

modelSurvival Analysis

Enhancing Diversity in Bayesian Deep Learning via Hyperspherical Energy Minimization of CKA

2024-10-31 · David Smerkous, Qinxun Bai, Fuxin Li

Particle-based Bayesian deep learning often requires a similarity metric to compare two networks. However, naive similarity metrics lack permutation invariance and are inappropriate for comparing networks. Centered Kerne…

Deep LearningDiversityOutlier DetectionUncertainty Quantification