XNB: Explainable Class-Specific NaIve-Bayes Classifier
Jesus S. Aguilar-Ruiz, Cayetano Romero, Andrea Cicconardi

TL;DR
XNB introduces class-specific feature selection and Kernel Density Estimation to enhance interpretability and accuracy of Naive Bayes classifiers in high-dimensional data.
Contribution
The paper proposes a novel class-specific feature selection method combined with Kernel Density Estimation for improved, explainable Naive Bayes classification.
Findings
Matches traditional Naive Bayes accuracy
Drastically improves model interpretability
Reduces feature sets per class
Abstract
In today's data-intensive landscape, where high-dimensional datasets are increasingly common, reducing the number of input features is essential to prevent overfitting and improve model accuracy. Despite numerous efforts to tackle dimensionality reduction, most approaches apply a universal set of features across all classes, potentially missing the unique characteristics of individual classes. This paper presents the Explainable Class-Specific Naive Bayes (XNB) classifier, which introduces two critical innovations: 1) the use of Kernel Density Estimation to calculate posterior probabilities, allowing for a more accurate and flexible estimation process, and 2) the selection of class-specific feature subsets, ensuring that only the most relevant variables for each class are utilized. Extensive empirical analysis on high-dimensional genomic datasets shows that XNB matches the…
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
TopicsAnomaly Detection Techniques and Applications
MethodsSparse Evolutionary Training
