LGMLMay 29, 2018

On Robust Trimming of Bayesian Network Classifiers

arXiv:1805.11243v19 citations
Originality Highly original
AI Analysis

This work addresses feature cost reduction for users of Bayesian network classifiers, presenting an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of removing costly features from a Bayesian network classifier while maintaining its classification behavior, proposing a trimming algorithm that maximizes expected classification agreement under a budget constraint, with experiments showing improved robustness and accuracy.

This paper considers the problem of removing costly features from a Bayesian network classifier. We want the classifier to be robust to these changes, and maintain its classification behavior. To this end, we propose a closeness metric between Bayesian classifiers, called the expected classification agreement (ECA). Our corresponding trimming algorithm finds an optimal subset of features and a new classification threshold that maximize the expected agreement, subject to a budgetary constraint. It utilizes new theoretical insights to perform branch-and-bound search in the space of feature sets, while computing bounds on the ECA. Our experiments investigate both the runtime cost of trimming and its effect on the robustness and accuracy of the final classifier.

Code Implementations1 repo
Foundations

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

Your Notes