arXiv:2502.12753stat.MLcs.LG2025-02被引 5

用实验设计优化LIME,让AI解释更省力更环保

Green LIME: Improving AI Explainability through Design of Experiments

  • 用最优实验设计减少LIME的模型调用次数
  • 计算量降低显著,适合高成本预测场景
  • 特别适合对效率要求高的表格数据解释

在人工智能领域,许多模型过于复杂,难以理解其预测依据,尤其在医疗等关键领域,模型可解释性至关重要。现有方法常通过生成新数据点并测试模型来解释结果,但耗时耗力。本文以广泛使用的局部可解释模型无关解释(LIME)为例,提出利用最优实验设计技术,在保证解释质量的前提下,大幅减少对复杂模型的函数调用次数,从而显著降低计算开销。研究聚焦于表格数据、回归任务及线性模型作为局部近似的情况,使LIME更高效、更节能,称为‘绿色LIME’。

原文摘要 · Abstract (English)

In artificial intelligence (AI), the complexity of many models and processes surpasses human understanding, making it challenging to determine why a specific prediction is made. This lack of transparency is particularly problematic in critical fields like healthcare, where trust in a model's predictions is paramount. As a result, the explainability of machine learning (ML) and other complex models has become a key area of focus. Efforts to improve model explainability often involve experimenting with AI systems and approximating their behavior through interpretable surrogate mechanisms. However, these procedures can be resource-intensive. Optimal design of experiments, which seeks to maximize the information obtained from a limited number of observations, offers promising methods for improving the efficiency of these explainability techniques. To demonstrate this potential, we explore Local Interpretable Model-agnostic Explanations (LIME), a widely used method introduced by Ribeiro et al. (2016). LIME provides explanations by generating new data points near the instance of interest and passing them through the model. While effective, this process can be computationally expensive, especially when predictions are costly or require many samples. LIME is highly versatile and can be applied to a wide range of models and datasets. In this work, we focus on models involving tabular data, regression tasks, and linear models as interpretable local approximations. By utilizing optimal design of experiments' techniques, we reduce the number of function evaluations of the complex model, thereby reducing the computational effort of LIME by a significant amount. We consider this modified version of LIME to be energy-efficient or "green".

AI解释实验设计绿色算法

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