Approaches to learning Bayesian networks from data typically combine a scoring function with a heuristic search procedure. Given a Bayesian network structure, many of the scoring functions derived in the literature return a score for the entire equivalence class to which the structure belongs. When using such a scoring…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Bayesian optimisation algorithm for unknown search spaces with sub-linear regret.
Bayesian approach for policy search in stochastic domains.
A hybrid model for Bayesian optimization handles mixed variables using MCTS for categorical and GP for continuous.
Bayesian optimization is an effective method to efficiently optimize unknown objective functions with high evaluation costs. Traditional Bayesian optimization algorithms select one point per iteration for single objective function, whereas in recent years, Bayesian optimization for multi-objective optimization or multi…
The aim of black-box optimization is to optimize an objective function within the constraints of a given evaluation budget. In this problem, it is generally assumed that the computational cost for evaluating a point is large; thus, it is important to search efficiently with as low budget as possible. Bayesian optimizat…
Efficiently searches through Gaussian process kernels using symbolic representation and Bayesian optimization.
Bayesian optimization with Gaussian processes speeds up searches for stationary points.
Bayesian optimisation tackles high-dimensional categorical and mixed search spaces.
Global optimization finds applications in a wide range of real world problems. The multi-start methods are a popular class of global optimization techniques, which are based on the ideas of conducting local searches at multiple starting points. In this work we propose a new multi-start algorithm where the starting poin…
VES-Gamma adapts EI using information-theoretic principles.
Recently several researchers have investigated techniques for using data to learn Bayesian networks containing compact representations for the conditional probability distributions (CPDs) stored at each node. The majority of this work has concentrated on using decision-tree representations for the CPDs. In addition, re…
Bayesian optimisation with graph kernels improves neural architecture search and provides interpretability.
Bayesian optimization improves Monte-Carlo tree search for better state value estimation.
Bayesian optimization offers a flexible framework to optimize an objective function that is expensive to be evaluated. A Bayesian optimizer iteratively queries the function values on its carefully selected points. Subsequently, it makes a sensible recommendation about where the optimum locates based on its accumulated …
Bayesian methods improve drug discovery experiment design.
A new framework generates large hierarchical search spaces for neural architectures.
LES optimizes designs by sampling descent sequences, achieving strong sample efficiency.
Bayesian search optimizes exploration of feasible solutions under expensive constraints.
RES improves robustness in Bayesian optimization.
The notion of expense in Bayesian optimisation generally refers to the uniformly expensive cost of function evaluations over the whole search space. However, in some scenarios, the cost of evaluation for black-box objective functions is non-uniform since different inputs from search space may incur different costs for …
Entropy Search (ES) and Predictive Entropy Search (PES) are popular and empirically successful Bayesian Optimization techniques. Both rely on a compelling information-theoretic motivation, and maximize the information gained about the of the unknown function; yet, both are plagued by the expensive computatio…
Bayesian optimization (BO) is an effective method of finding the global optima of black-box functions. Recently BO has been applied to neural architecture search and shows better performance than pure evolutionary strategies. All these methods adopt Gaussian processes (GPs) as surrogate function, with the handcraft sim…
BiDAG R package learns and samples Bayesian network structures efficiently.
Bayesian model-based reinforcement learning is a formally elegant approach to learning optimal behaviour under model uncertainty, trading off exploration and exploitation in an ideal way. Unfortunately, finding the resulting Bayes-optimal policies is notoriously taxing, since the search space becomes enormous. In this …
A new method for Bayesian optimization uses Voronoi tessellation candidates to reduce search time.
Finding an optimal parameter of a black-box function is important for searching stable material structures and finding optimal neural network structures, and Bayesian optimization algorithms are widely used for the purpose. However, most of existing Bayesian optimization algorithms can only handle vector data and canno…
HMCNAS generates competitive neural architectures without human-defined parameters.
The search space of Bayesian Network structures is usually defined as Acyclic Directed Graphs (DAGs) and the search is done by local transformations of DAGs. But the space of Bayesian Networks is ordered by DAG Markov model inclusion and it is natural to consider that a good search policy should take this into account.…
JES optimizes expensive functions by considering joint entropy over input and output spaces.
A major challenge in Bayesian Optimization is the boundary issue (Swersky, 2017) where an algorithm spends too many evaluations near the boundary of its search space. In this paper, we propose BOCK, Bayesian Optimization with Cylindrical Kernels, whose basic idea is to transform the ball geometry of the search space us…
NPENAS improves neural architecture search efficiency and accuracy.
GIBBON unifies Bayesian optimization for various problem types.
LLA shows strong performance in Bayesian optimization but has unbounded search space issues.
The R package abn is designed to fit additive Bayesian models to observational datasets. It contains routines to score Bayesian networks based on Bayesian or information theoretic formulations of generalized linear models. It is equipped with exact search and greedy search algorithms to select the best network. It supp…
Local PBO methods improve preferential BO in high-dimensional problems.
Bayesian optimization improves policy search in reinforcement learning.
Contextual policy search allows adapting robotic movement primitives to different situations. For instance, a locomotion primitive might be adapted to different terrain inclinations or desired walking speeds. Such an adaptation is often achievable by modifying a small number of hyperparameters. However, learning, when …
This work proposes searching for optimal operation distribution in neural architecture search.
BOP-Elites uses Bayesian Optimisation for QD search, improving efficiency and insight.
Improves BN graph learning with splines for scalability.
In practical Bayesian optimization, we must often search over structures with differing numbers of parameters. For instance, we may wish to search over neural network architectures with an unknown number of layers. To relate performance data gathered for different architectures, we define a new kernel for conditional p…
BO limits search to lower dimensions with LGPR, improving efficiency and accuracy.
Asynchronous method for hyperparameter and neural architecture search.
Unified framework connects EI and information-theoretic acquisition functions.
Applying Bayesian optimization in problems wherein the search space is unknown is challenging. To address this problem, we propose a systematic volume expansion strategy for the Bayesian optimization. We devise a strategy to guarantee that in iterative expansions of the search space, our method can find a point whose f…
Differentially private hyperparameter tuning improves privacy in machine learning.
A new Randomized-Hyperopt method improves XGBoost hyperparameter tuning.