🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Noisy Bayesian Optimization

Extension of Bayesian optimization designed to handle observations of the objective function contaminated by random noise, requiring robust surrogate models and acquisition strategies.

📖
terms

Heteroscedastic Surrogate Model

Gaussian process or other regression model that explicitly models the noise variance as a function of input variables, allowing finer uncertainty management in Bayesian optimization.

📖
terms

Robust Acquisition Strategy

Modified acquisition function to be less sensitive to noisy observations, such as Expected Improvement with noise integration or Knowledge Gradient, aiming to stabilize the optimization process.

📖
terms

Replication Averaging

Technique involving evaluating the same candidate point multiple times and using the average of results to reduce the impact of noise, at the cost of increased evaluation budget.

📖
terms

Noisy Thompson Sampling

Variant of the Thompson Sampling acquisition strategy adapted to the noisy context, where a sample is drawn from the posterior predictive distribution that includes noise to guide the next evaluation.

📖
terms

Noise Calibration

Process of estimating the parameters of the noise model (e.g., variance in a homoscedastic case or variance function in a heteroscedastic case) from observed data.

📖
terms

GP-UCB with Noise

Adaptation of the Gaussian Process Upper Confidence Bound algorithm that incorporates noise variance into the upper confidence bound calculation, ensuring theoretical regret guarantees in the presence of noise.

📖
terms

Particle Filter for BO

Alternative approach to Gaussian processes using particle filters to model the posterior distribution of the objective function, offering greater flexibility for modeling non-Gaussian noise.

📖
terms

Noisy Multi-Fidelity Optimization

Framework where low-fidelity evaluations, often more noisy, are combined with high-fidelity evaluations to accelerate optimization while managing different noise levels.

📖
terms

Cumulative Regret in the Presence of Noise

Performance metric evaluating the sum of differences between the value of the best solution found and the optimal (expected) value of the objective function, accounting for the impact of noise on decisions.

📖
terms

Markov Chain Monte Carlo (MCMC) for Inference

Bayesian inference technique, such as Gibbs sampling or Hamiltonian Monte Carlo, used to estimate the posterior distribution of surrogate model hyperparameters in the presence of noise.

📖
terms

Heteroscedastic Noise Kriging

Advanced form of kriging (Gaussian process model) that allows the noise level to vary spatially, providing more realistic modeling for many real-world applications.

📖
terms

Quantile-Based Acquisition Strategy

Family of acquisition functions that target specific quantiles (e.g., the lower quantile) of the predictive distribution, to guard against optimistic evaluations due to noise.

📖
terms

AR(1) Type Noise Model

Modeling noise as an autoregressive process of order 1, capturing temporal correlation in evaluation errors, relevant for sequential optimizations where evaluations are not independent.

📖
terms

Noisy Bayesian Optimization with Unknown Constraints (BOUC)

Extension of Bayesian optimization where constraints are unknown and must be learned from noisy evaluations, adding a layer of complexity to uncertainty management.

🔍

No results found