概率线性解释框架提出新方法
Probabilistic Linear Explanations
学术研究分享新方法,对关注可解释性研究的开发者或研究者可能有参考价值。
论文提出基于稀疏、锚定线性模型的统一概率可解释性框架,适用于二分类和连续回归。通过将实例映射到布尔超立方体,该框架严格扩展了子集方法,同时捕捉特征贡献的幅度和方向,并强制执行预设的稀疏性预算k。研究表明,与LIME和MAPLE等基线相比,该方法构建的解释在满足锚定和稀疏性约束的同时,能更一致地实现更低的关联误差。
Probabilistic Linear Explanations
Formal explainability provides mathematically grounded justifications for individual predictions. However, abductive explanations often exceed human cognitive limits by involving too many features, while probabilistic relaxations have remained largely limited to categorical classification. We present a unified framework for probabilistic explainability based on sparse, anchored linear models, applicable to both binary classification and continuous regression. By mapping instances to the Boolean hypercube, our linear explanations strictly generalize subset-based approaches: they capture both the magnitude and direction of feature contributions while enforcing a prescribed sparsity budget $k$. We show that minimizing the relevance error for such explanations is \ClassNPPP-hard when the underlying model is a neural network, and we relate this intractable objective to a tractable surrogate---the fidelity error. For a parameterized family of local distributions, the relevance error of any $k$-sparse explanation is bounded by its fidelity error up to a multiplicative factor that remains small locally. We address the resulting empirical problem using two complementary approaches: a Mixed Integer Programming (MIP) formulation that yields provably optimal empirical solutions while maintaining polynomial sample complexity, and a polynomial-time Iterative Hard Thresholding (IHT) algorithm with provable approximation guarantees. Empirical evaluations show that, unlike state-of-the-art baselines such as LIME and MAPLE, our explanations satisfy both the anchoring and sparsity constraints by construction, while consistently achieving lower relevance error.