paper-with-me

홈 › Papers

Evaluating Bayes Error Estimators on Real-World Datasets with FeeBee

2021-08-30 · Cedric Renggli, Luka Rimanic, Nora Hollenstein, Ce Zhang

The Bayes error rate (BER) is a fundamental concept in machine learning that quantifies the best possible accuracy any classifier can achieve on a fixed probability distribution. Despite years of research on building estimators of lower and upper bounds for the BER, these were usually compared only on synthetic datasets with known probability distributions, leaving two key questions unanswered: (1) How well do they perform on real-world datasets?, and (2) How practical are they? Answering these is not trivial. Apart from the obvious challenge of an unknown BER for real-world datasets, there are two main aspects any BER estimator needs to overcome in order to be applicable in real-world settings: (1) the computational and sample complexity, and (2) the sensitivity and selection of hyper-parameters. In this work, we propose FeeBee, the first principled framework for analyzing and comparing BER estimators on any modern real-world dataset with unknown probability distribution. We achieve this by injecting a controlled amount of label noise and performing multiple evaluations on a series of different noise levels, supported by a theoretical result which allows drawing conclusions about the evolution of the BER. By implementing and analyzing 7 multi-class BER estimators on 6 commonly used datasets of the computer vision and NLP domains, FeeBee allows a thorough study of these estimators, clearly identifying strengths and weaknesses of each, whilst being easily deployable on any future BER estimator.

📄 PDF Abstract BibTeX arXiv:2108.13034

Code (1)

ds3lab/feebee 공식 구현 tf

Similar Papers 제목 키워드 기반

Robust Importance Sampling for Error Estimation in the Context of Optimal Bayesian Transfer Learning

2021-09-05 · Omar Maddouri, Xiaoning Qian, Francis J. Alexander, Edward R. Dougherty 외

Classification has been a major task for building intelligent systems as it enables decision-making under uncertainty. Classifier design aims at building models from training data for representing feature-label distribut…

ClassificationDecision MakingDecision Making Under UncertaintyTransfer Learning

A Semi-Parametric Bayesian Generalized Least Squares Estimator

2020-11-20 · Ruochen Wu, Melvyn Weeks

In this paper we propose a semi-parametric Bayesian Generalized Least Squares estimator. In a generic setting where each error is a vector, the parametric Generalized Least Square estimator maintains the assumption that …

DeepBayes -- an estimator for parameter estimation in stochastic nonlinear dynamical models

2022-05-04 · Anubhab Ghosh, Mohamed Abdalmoaty, Saikat Chatterjee, Håkan Hjalmarsson

Stochastic nonlinear dynamical systems are ubiquitous in modern, real-world applications. Yet, estimating the unknown parameters of stochastic, nonlinear dynamical models remains a challenging problem. The majority of ex…

parameter estimation

On the Bayesness, minimaxity, and admissibility of point estimators of allelic frequencies

2015-08-19

In this paper, decision theory was used to derive Bayes and minimax decision rules to estimate allelic frequencies and to explore their admissibility. Decision rules with uniformly smallest risk usually do not exist and …

Meta learning of bounds on the Bayes classifier error

2015-04-27 · Kevin R. Moon, Veronique Delouille, Alfred O. Hero III

Meta learning uses information from base learners (e.g. classifiers or estimators) as well as information about the learning problem to improve upon the performance of a single base learner. For example, the Bayes error …

feature selectionMeta-LearningModel Selection