Locally Weighted Learning for Naive Bayes Classifier
Kim-Hung Li, Cheuk Ting Li

TL;DR
This paper introduces a locally weighted naive Bayes classifier that maintains theoretical soundness and handles class imbalance, outperforming existing local methods in empirical tests.
Contribution
It proposes a novel weighting scheme for naive Bayes that preserves the conditional independence assumption and improves robustness and accuracy.
Findings
Outperforms seven existing classifiers in empirical tests.
Handles class imbalance effectively.
Maintains theoretical soundness under the CIA.
Abstract
As a consequence of the strong and usually violated conditional independence assumption (CIA) of naive Bayes (NB) classifier, the performance of NB becomes less and less favorable compared to sophisticated classifiers when the sample size increases. We learn from this phenomenon that when the size of the training data is large, we should either relax the assumption or apply NB to a "reduced" data set, say for example use NB as a local model. The latter approach trades the ignored information for the robustness to the model assumption. In this paper, we consider using NB as a model for locally weighted data. A special weighting function is designed so that if CIA holds for the unweighted data, it also holds for the weighted data. The new method is intuitive and capable of handling class imbalance. It is theoretically more sound than the locally weighted learners of naive Bayes that 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Rough Sets and Fuzzy Logic · Data Mining Algorithms and Applications
