A New Fuzzy Stacked Generalization Technique and Analysis of its Performance
Mete Ozay, Fatos T. Yarman Vural

TL;DR
This paper introduces Fuzzy Stacked Generalization (FSG), a novel ensemble method that combines fuzzy k-NN classifiers with a hierarchical distance learning strategy to improve classification accuracy, outperforming existing ensemble techniques.
Contribution
The paper proposes a new Fuzzy Stacked Generalization technique utilizing a hierarchical distance learning strategy and ensemble of fuzzy k-NN classifiers, demonstrating superior performance over state-of-the-art methods.
Findings
FSG outperforms Adaboost, Random Subspace, and Rotation Forest on multiple datasets.
Diversity and cooperation among classifiers enhance ensemble performance.
Weak classifiers can significantly boost overall accuracy when properly integrated.
Abstract
In this study, a new Stacked Generalization technique called Fuzzy Stacked Generalization (FSG) is proposed to minimize the difference between N -sample and large-sample classification error of the Nearest Neighbor classifier. The proposed FSG employs a new hierarchical distance learning strategy to minimize the error difference. For this purpose, we first construct an ensemble of base-layer fuzzy k- Nearest Neighbor (k-NN) classifiers, each of which receives a different feature set extracted from the same sample set. The fuzzy membership values computed at the decision space of each fuzzy k-NN classifier are concatenated to form the feature vectors of a fusion space. Finally, the feature vectors are fed to a meta-layer classifier to learn the degree of accuracy of the decisions of the base-layer classifiers for meta-layer classification. Rather than the power of the individual base…
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
TopicsFace and Expression Recognition · Neural Networks and Applications · Machine Learning and Data Classification
Methodsk-Nearest Neighbors
