A Margin-Maximizing Fine-Grained Ensemble Method
Jinghui Yuan, Hao Chen, Renwei Luo, Feiping Nie

TL;DR
This paper presents a novel ensemble method that optimizes a small number of classifiers by maximizing margins and adaptively allocating confidence, outperforming larger ensembles in resource-constrained settings.
Contribution
It introduces a margin-maximizing ensemble approach with a learnable confidence matrix and a novel margin-based loss function, improving efficiency and generalization.
Findings
Outperforms traditional random forests with fewer learners
Achieves higher accuracy than state-of-the-art ensemble methods
Demonstrates effective margin maximization and confidence adaptation
Abstract
Ensemble learning has achieved remarkable success in machine learning, but its reliance on numerous base learners limits its application in resource-constrained environments. This paper introduces an innovative "Margin-Maximizing Fine-Grained Ensemble Method" that achieves performance surpassing large-scale ensembles by meticulously optimizing a small number of learners and enhancing generalization capability. We propose a novel learnable confidence matrix, quantifying each classifier's confidence for each category, precisely capturing category-specific advantages of individual learners. Furthermore, we design a margin-based loss function, constructing a smooth and partially convex objective using the logsumexp technique. This approach improves optimization, eases convergence, and enables adaptive confidence allocation. Finally, we prove that the loss function is Lipschitz continuous,…
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
TopicsTextile materials and evaluations
MethodsBalanced Selection
