Vote-boosting ensembles
Maryam Sabzevari, Gonzalo Mart\'inez-Mu\~noz, Alberto Su\'arez

TL;DR
Vote-boosting is a sequential ensemble method that adaptively emphasizes training instances based on ensemble disagreement, improving accuracy and robustness especially under varying noise conditions.
Contribution
This paper introduces vote-boosting, a novel ensemble learning approach that dynamically adjusts emphasis on training instances based on classifier disagreement, with automatic tuning via cross-validation.
Findings
Effective in generating accurate ensembles
Robust against class-label noise
Automatically determines optimal emphasis strategy
Abstract
Vote-boosting is a sequential ensemble learning method in which the individual classifiers are built on different weighted versions of the training data. To build a new classifier, the weight of each training instance is determined in terms of the degree of disagreement among the current ensemble predictions for that instance. For low class-label noise levels, especially when simple base learners are used, emphasis should be made on instances for which the disagreement rate is high. When more flexible classifiers are used and as the noise level increases, the emphasis on these uncertain instances should be reduced. In fact, at sufficiently high levels of class-label noise, the focus should be on instances on which the ensemble classifiers agree. The optimal type of emphasis can be automatically determined using cross-validation. An extensive empirical analysis using the beta…
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 · Anomaly Detection Techniques and Applications · Advanced Statistical Methods and Models
