InFusionLayer: a CFA-based ensemble tool to generate new classifiers for learning and modeling
Eric Roginek, Jingyan Xu, D. Frank. Hsu

TL;DR
InFusionLayer is a new ensemble learning architecture inspired by Combinatorial Fusion Analysis, designed to improve multiclass classification by combining multiple models, and is easily integrable with popular machine learning frameworks.
Contribution
The paper introduces InFusionLayer, a general-purpose Python tool that incorporates CFA techniques for ensemble learning, filling a gap in accessible, practical ensemble methods.
Findings
Demonstrates improved classification performance on computer vision datasets.
Shows ease of integration with PyTorch, TensorFlow, and Scikit-learn.
Highlights the benefits of RSC and CD features in ensemble methods.
Abstract
Ensemble learning is a well established body of methods for machine learning to enhance predictive performance by combining multiple algorithms/models. Combinatorial Fusion Analysis (CFA) has provided method and practice for combining multiple scoring systems, using rank-score characteristic (RSC) function and cognitive diversity (CD), including ensemble method and model fusion. However, there is no general-purpose Python tool available that incorporate these techniques. In this paper we introduce \texttt{InFusionLayer}, a machine learning architecture inspired by CFA at the system fusion level that uses a moderate set of base models to optimize unsupervised and supervised learning multiclassification problems. We demonstrate \texttt{InFusionLayer}'s ease of use for PyTorch, TensorFlow, and Scikit-learn workflows by validating its performance on various computer vision datasets. Our…
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 · Explainable Artificial Intelligence (XAI) · Cognitive Science and Education Research
