Browse State-of-the-Art › Bayesian Optimization
Bayesian Optimization
686 papers with code · 0 benchmarks · 1 dataset archive 2025-07-28
Benchmarks archive 2025-07-28
No benchmark for this task in the archive.
Libraries
Not in the archive: the export carries no per-task library table, so there is nothing to show at snapshot 2025-07-28.
Datasets archive 2025-07-28
1 dataset whose archive record lists this task, ordered by the archive's paper count.
Subtasks archive 2025-07-28
1 subtask in the archive's task tree.
Parent tasks archive 2025-07-28
Most implemented papers archive 2025-07-28
30 shown of 686 papers with code (1,900 tagged with this task in all), ordered by repositories listed in the archive, not by stars (the archive holds no stars, so PwC's “Social” and “Latest” sorts cannot be reproduced). Papers without a page here are shown as plain text.
-
21 Mar 2016 17 repositories listed Syntology ran 1 of 2 samples · 1 unverifiedPerformance of machine learning algorithms depends critically on identifying a good set of hyperparameters.
-
12 Dec 2010 15 repositories listed Syntology ran 0 of 16 samples · 16 unverifiedWe present a tutorial on Bayesian optimization, a method of finding the maximum of expensive cost functions.
-
27 Jun 2018 13 repositories listed Syntology ran 3 of 6 samples · 3 unverifiedIn this paper, we propose a novel framework enabling Bayesian optimization to guide the network morphism for efficient neural architecture search.
-
22 May 2019 8 repositories listedTo address these problems, we introduce the Machine Learning Bazaar, a new framework for developing machine learning and automated machine learning software systems.
-
8 Jul 2018 7 repositories listed Syntology ran 2 of 10 samples · 8 unverifiedIt builds a surrogate for the objective and quantifies the uncertainty in that surrogate using a Bayesian machine learning technique, Gaussian process regression, and then uses an acquisition function defined from this…
-
5 Dec 2020 5 repositories listedInstead of sampling configurations randomly in HB, BOHB samples configurations based on a BO surrogate model, which is constructed with the high-fidelity measurements only.
-
13 Oct 2021 4 repositories listed Syntology ran 3 of 4 samples · 1 unverifiedWe consider the problem of black-box multi-objective optimization (MOO) using expensive function evaluations (also referred to as experiments), where the goal is to approximate the true Pareto set of solutions by…
-
16 Sep 2021 4 repositories listed Syntology ran 3 of 14 samples · 11 unverified · 2 pointer-only (licence)Contrary to a common expectation that BO is suited to optimizing black-box functions, it actually requires domain knowledge about those functions to deploy BO successfully.
-
4 Jul 2018 4 repositories listedModern deep learning methods are very sensitive to many hyperparameters, and, due to the long training times of state-of-the-art models, vanilla Bayesian hyperparameter optimization is typically computationally…
-
12 Jun 2018 4 repositories listed Syntology ran 1 of 15 samples · 14 unverifiedThe NKN architecture is based on the composition rules for kernels, so that each unit of the network corresponds to a valid kernel.
-
6 Dec 2017 4 repositories listedChemical databases store information in text representations, and the SMILES format is a universal standard used in many cheminformatics software.
-
11 May 2017 4 repositories listedComputational models in fields such as computational neuroscience are often evaluated via stochastic simulation or numerical approximation.
-
9 Mar 2017 4 repositories listedWe present mlrMBO, a flexible and comprehensive R toolbox for model-based optimization (MBO), also known as Bayesian optimization, which addresses the problem of expensive black-box optimization by approximating the…
-
6 Mar 2017 4 repositories listedWe propose a new criterion, Max-value Entropy Search (MES), that instead uses the information about the maximum function value.
-
6 Mar 2017 4 repositories listed Syntology ran 4 of 19 samples · 15 unverified · 3 pointer-only (licence)Crucially, state-of-the-art methods often produce outputs that are not valid.
-
19 Feb 2015 4 repositories listed Syntology ran 1 of 1 samples · 0 unverifiedBayesian optimization is an effective methodology for the global optimization of functions with expensive evaluations.
-
13 Jun 2012 4 repositories listedIn this work, we consider the automatic tuning problem within the framework of Bayesian optimization, in which a learning algorithm's generalization performance is modeled as a sample from a Gaussian process (GP).
-
24 Jun 2021 3 repositories listed Syntology ran 5 of 18 samples · 13 unverified · 1 pointer-only (licence)However, the Gaussian Process (GP) models typically used as probabilistic surrogates for multi-task Bayesian Optimization scale poorly with the number of outcomes, greatly limiting applicability.
-
22 Jun 2021 3 repositories listed Syntology ran 0 of 8 samples · 8 unverifiedWe develop an algorithm utilizing a probabilistic model of the objective function and its gradient.
-
8 Jul 2020 3 repositories listedAn R programming interface is provided for users preferring to have a finer control over the implemented functionalities.
-
16 Apr 2020 3 repositories listed Syntology ran 0 of 4 samples · 4 unverifiedTo alleviate this consequence induced by a huge number of feasible combinations, we propose a combinatorial 3D shape generation framework.
-
24 Mar 2020 3 repositories listed Syntology ran 0 of 1 samples · 1 unverifiedWe introduce a model-based asynchronous multi-fidelity method for hyperparameter and neural architecture search that combines the strengths of asynchronous Hyperband and Gaussian process-based Bayesian optimization.
-
25 Oct 2019 3 repositories listed Syntology ran 0 of 8 samples · 8 unverifiedBayesian optimization (BO), which has long had success in hyperparameter optimization, has recently emerged as a very promising strategy for NAS when it is coupled with a neural predictor.
-
3 Oct 2019 3 repositories listedThis motivates the design of a local probabilistic approach for global optimization of large-scale high-dimensional problems.
-
30 Jul 2019 3 repositories listedThis paper describes Plumbing for Optimization with Asynchronous Parallelism (POAP) and the Python Surrogate Optimization Toolbox (pySOT).
-
31 May 2019 3 repositories listed Syntology ran 8 of 18 samples · 10 unverifiedAttributed graphs, which contain rich contextual features beyond just network structure, are ubiquitous and have been observed to benefit various network analytics applications.
-
8 Feb 2019 3 repositories listed Syntology ran 2 of 4 samples · 2 unverifiedIn order to scale the method and keep its benefits, we propose an algorithm (LineBO) that restricts the problem to a sequence of iteratively chosen one-dimensional sub-problems that can be solved efficiently.
-
18 Jul 2018 3 repositories listed Syntology ran 2 of 10 samples · 8 unverifiedWhile existing work on neural architecture search (NAS) tunes hyperparameters in a separate post-processing step, we demonstrate that architectural choices and other hyperparameter settings interact in a way that can…
-
14 Feb 2016 3 repositories listed Syntology ran 0 of 3 samples · 3 unverifiedWhile an initial guess for the parameters may be obtained from dynamic models of the robot, parameters are usually tuned manually on the real system to achieve the best performance.
-
27 May 2025 2 repositories listedBayesian optimization (BO) is a powerful class of algorithms for optimizing expensive black-box functions, but designing effective BO algorithms remains a manual, expertise-driven task.
Syntology lines on 18 of the papers shown; no Syntology record for the others (a paper without an arXiv id cannot be joined to the graph, and absence from the graph layer is not a recorded non-run). “Ran” means the sample executed on a synthesized fixture, not that the paper's result was reproduced. Read from the graph 2026-09-24.
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections