arXiv:2411.01203cs.LGcs.AI2024-11被引 2

XNB通过类特定特征选择提升朴素贝叶斯的可解释性

XNB: Explainable Class-Specific NaIve-Bayes Classifier

  • 为每类选择最相关的特征子集,避免通用特征集忽略类别差异
  • 用核密度估计计算后验概率,提升分类准确性与灵活性
  • 适合基因组学等需高精度且强可解释性的领域

在高维数据日益普遍的背景下,减少输入特征数量对防止过拟合、提升模型准确率至关重要。尽管已有众多降维方法,但多数采用跨所有类别的统一特征集,可能忽略各类的独特特征。本文提出可解释的类特定朴素贝叶斯分类器(XNB),引入两项关键创新:1)使用核密度估计(Kernel Density Estimation)计算后验概率,实现更精确灵活的概率估计;2)选择类特定的特征子集,仅使用每类最相关的变量。在高维基因组数据上的大量实证分析表明,XNB在分类性能上与传统朴素贝叶斯相当,同时显著提升模型可解释性。通过为每类隔离最相关特征,XNB不仅将特征集压缩至最小且独立的子集,还深化了对模型决策机制的理解。该方法在要求高精度与可解释性的领域具有显著优势。

原文摘要 · Abstract (English)

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 classification performance of traditional Naive Bayes while drastically improving model interpretability. By isolating the most relevant features for each class, XNB not only reduces the feature set to a minimal, distinct subset for each class but also provides deeper insights into how the model makes predictions. This approach offers significant advantages in fields where both precision and explainability are critical.

可解释性朴素贝叶斯特征选择基因组学

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。