Evolutionary Lazy Learning for Naive Bayes Classification

Yu Bai,Haishuai Wang,Jia Wu,Yun Zhang,Jing Jiang,Guodong Long
DOI: https://doi.org/10.1109/ijcnn.2016.7727597
2016-01-01
Abstract:Most improvements for Naive Bayes (NB) have a common yet important flaw - these algorithms split the modeling of the classifier into two separate stages - the stage of preprocessing (e.g., feature selection and data expansion) and the stage of building the NB classifier. The first stage does not take the NB's objective function into consideration, so the performance of the classification cannot be guaranteed. Motivated by these facts and aiming to improve NB with accurate classification, we present a new learning algorithm called Evolutionary Local Instance Weighted Naive Bayes or ELWNB, to extend NB for classification. ELWNB combines local NB, instance weighted dataset extension and evolutionary algorithms seamlessly. Experiments on 20 UCI benchmark datasets demonstrate that ELWNB significantly outperforms NB and several other improved NB algorithms.
What problem does this paper attempt to address?