paper-with-me

홈 › Papers

Practical Bayesian optimization in the presence of outliers

2017-12-12 · Ruben Martinez-Cantin, Kevin Tee, Michael McCourt

Inference in the presence of outliers is an important field of research as outliers are ubiquitous and may arise across a variety of problems and domains. Bayesian optimization is method that heavily relies on probabilistic inference. This allows outstanding sample efficiency because the probabilistic machinery provides a memory of the whole optimization process. However, that virtue becomes a disadvantage when the memory is populated with outliers, inducing bias in the estimation. In this paper, we present an empirical evaluation of Bayesian optimization methods in the presence of outliers. The empirical evidence shows that Bayesian optimization with robust regression often produces suboptimal results. We then propose a new algorithm which combines robust regression (a Gaussian process with Student-t likelihood) with outlier diagnostics to classify data points as outliers or inliers. By using an scheduler for the classification of outliers, our method is more efficient and has better convergence over the standard robust regression. Furthermore, we show that even in controlled situations with no expected outliers, our method is able to produce better results.

📄 PDF Abstract BibTeX arXiv:1712.04567

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimizationregression

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 제목 키워드 기반

Robust Bayesian Optimization with Student-t Likelihood

2017-07-18 · Ruben Martinez-Cantin, Michael McCourt, Kevin Tee

Bayesian optimization has recently attracted the attention of the automatic machine learning community for its excellent results in hyperparameter tuning. BO is characterized by the sample efficiency with which it can op…

Bayesian OptimizationGaussian Processes

Probabilistic Low-Rank Subspace Clustering

2012-12-01 · NeurIPS 2012 12 · S. D. Babacan, Shinichi Nakajima, Minh Do

In this paper, we consider the problem of clustering data points into low-dimensional subspaces in the presence of outliers. We pose the problem using a density estimation formulation with an associated generative model.…

ClusteringDensity EstimationMissing Values

A Bayesian Approach Toward Robust Multidimensional Ellipsoid-Specific Fitting

2024-07-27 · Zhao Mingyang, Jia Xiaohong, Ma Lei, Shi Yuke 외

This work presents a novel and effective method for fitting multidimensional ellipsoids to scattered data in the contamination of noise and outliers. We approach the problem as a Bayesian parameter estimate process and m…

3D ReconstructionBayesian Optimization

Robust Bayesian Method for Simultaneous Block Sparse Signal Recovery with Applications to Face Recognition

2016-05-06 · Igor Fedorov, Ritwik Giri, Bhaskar D. Rao, Truong Q. Nguyen

In this paper, we present a novel Bayesian approach to recover simultaneously block sparse signals in the presence of outliers. The key advantage of our proposed method is the ability to handle non-stationary outliers, i…

Face Recognition

Robust Bayesian Optimisation with Unbounded Corruptions

2025-11-19 · Abdelhamid Ezzerg, Ilija Bogunovic, Jeremias Knoblauch arxiv

Bayesian Optimization is critically vulnerable to extreme outliers. Existing provably robust methods typically assume a bounded cumulative corruption budget, which makes them defenseless against even a single corruption …