ProBoost: a Boosting Method for Probabilistic Classifiers
F\'abio Mendon\c{c}a, Sheikh Shanawaz Mostafa, Fernando Morgado-Dias, Antonio G. Ravelo-Garc\'ia, and M\'ario A. T. Figueiredo

TL;DR
ProBoost introduces a boosting algorithm that leverages epistemic uncertainty to focus on challenging samples, enhancing probabilistic classifiers' performance, especially with neural networks, demonstrated on MNIST datasets.
Contribution
The paper presents a novel boosting method that uses uncertainty estimates to improve probabilistic classifiers, with new strategies for sample manipulation and ensemble combination.
Findings
ProBoost significantly improves performance on MNIST.
A model with four weak learners gains over 12% in the proposed metric.
Uncertainty-based sample weighting enhances classifier accuracy.
Abstract
ProBoost, a new boosting algorithm for probabilistic classifiers, is proposed in this work. This algorithm uses the epistemic uncertainty of each training sample to determine the most challenging/uncertain ones; the relevance of these samples is then increased for the next weak learner, producing a sequence that progressively focuses on the samples found to have the highest uncertainty. In the end, the weak learners' outputs are combined into a weighted ensemble of classifiers. Three methods are proposed to manipulate the training set: undersampling, oversampling, and weighting the training samples according to the uncertainty estimated by the weak learners. Furthermore, two approaches are studied regarding the ensemble combination. The weak learner herein considered is a standard convolutional neural network, and the probabilistic models underlying the uncertainty estimation use either…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Adversarial Robustness in Machine Learning · Machine Learning and Algorithms
MethodsVariational Inference
