LGAIApr 27, 2023

Optimal partition of feature using Bayesian classifier

arXiv:2304.14537v21 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses classification accuracy issues for users of Bayesian methods, though it appears incremental as it builds on existing classifier paradigms.

The paper tackles the problem of conditional dependence in Naive Bayesian classifiers by proposing the Comonotone-Independence Classifier (CIBer), which achieves lower error rates and higher or equivalent accuracy compared to models like Random Forests and XGBoost on various datasets.

The Naive Bayesian classifier is a popular classification method employing the Bayesian paradigm. The concept of having conditional dependence among input variables sounds good in theory but can lead to a majority vote style behaviour. Achieving conditional independence is often difficult, and they introduce decision biases in the estimates. In Naive Bayes, certain features are called independent features as they have no conditional correlation or dependency when predicting a classification. In this paper, we focus on the optimal partition of features by proposing a novel technique called the Comonotone-Independence Classifier (CIBer) which is able to overcome the challenges posed by the Naive Bayes method. For different datasets, we clearly demonstrate the efficacy of our technique, where we achieve lower error rates and higher or equivalent accuracy compared to models such as Random Forests and XGBoost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes