Dynamic Ensemble Selection Using Fuzzy Hyperboxes
Reza Davtalab, Rafael M.O. Cruz, Robert Sabourin

TL;DR
This paper introduces FH-DES, a fuzzy hyperbox-based dynamic ensemble selection method that reduces computational complexity and is less sensitive to data distribution, while also utilizing misclassified samples for competence estimation.
Contribution
The paper proposes a novel DES framework using fuzzy hyperboxes that is computationally efficient and less sensitive to local data distribution, incorporating misclassified samples for the first time.
Findings
Achieves high classification accuracy
Lower computational complexity than state-of-the-art methods
Less sensitive to local data distribution
Abstract
Most dynamic ensemble selection (DES) methods utilize the K-Nearest Neighbors (KNN) algorithm to estimate the competence of classifiers in a small region surrounding the query sample. However, KNN is very sensitive to the local distribution of the data. Moreover, it also has a high computational cost as it requires storing the whole data in memory and performing multiple distance calculations during inference. Hence, the dependency on the KNN algorithm ends up limiting the use of DES techniques for large-scale problems. This paper presents a new DES framework based on fuzzy hyperboxes called FH-DES. Each hyperbox can represent a group of samples using only two data points (Min and Max corners). Thus, the hyperbox-based system will have less computational complexity than other dynamic selection methods. In addition, despite the KNN-based approaches, the fuzzy hyperbox is not sensitive to…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Chemical Sensor Technologies · Fuzzy Logic and Control Systems · Data Stream Mining Techniques
