Skip to main content
QUICK REVIEW

[论文解读] Label-Free Concept Bottleneck Models

Tuomas Oikarinen, Subhro Das|arXiv (Cornell University)|Apr 12, 2023
Explainable Artificial Intelligence (XAI)被引用 17
一句话总结

论文提出 Label-free CBM,将任何神经网络转变为可解释的概念瓶颈模型,而无需标记的概念,同时保持高准确性,具备对 ImageNet 的可扩展性,并实现事后可解释性与编辑能力。

ABSTRACT

Concept bottleneck models (CBM) are a popular way of creating more interpretable neural networks by having hidden layer neurons correspond to human-understandable concepts. However, existing CBMs and their variants have two crucial limitations: first, they need to collect labeled data for each of the predefined concepts, which is time consuming and labor intensive; second, the accuracy of a CBM is often significantly lower than that of a standard neural network, especially on more complex datasets. This poor performance creates a barrier for adopting CBMs in practical real world applications. Motivated by these challenges, we propose Label-free CBM which is a novel framework to transform any neural network into an interpretable CBM without labeled concept data, while retaining a high accuracy. Our Label-free CBM has many advantages, it is: scalable - we present the first CBM scaled to ImageNet, efficient - creating a CBM takes only a few hours even for very large datasets, and automated - training it for a new dataset requires minimal human effort. Our code is available at https://github.com/Trustworthy-ML-Lab/Label-free-CBM. Finally, in Appendix B we conduct a large scale user evaluation of the interpretability of our method.

研究动机与目标

  • 自动创建可解释的概念瓶颈模型,而无需标记的概念数据。
  • 实现对大规模数据集(包括 ImageNet)的可扩展性与高效训练。
  • 保持或尽量接近原骨干网络的准确性。
  • 提供全局和局部的决策解释能力,并展示模型编辑的潜力。

提出的方法

  • 将任何神经网络骨干网转换为 Concept Bottleneck Model (CBM),无需标记概念。
  • 步骤1:使用 GPT-3 以及多项过滤标准生成并筛选初始概念集。
  • 步骤2-3:通过优化投影 Wc 来最大化 activations 与目标概念之间基于 CLIP-Dissect 的相似度(使用 cos cubed 相似度度量)来学习 Concept Bottleneck Layer (CBL)。
  • 步骤4:用弹性网正则化训练稀疏的最终层 WF 以产生预测。
  • 训练设计为自动化、可扩展且高效,最终模型呈现可解释性的稀疏性。
  • 该方法支持大规模数据集,并在 CIFAR-10/100、CUB200、Places365 和 ImageNet 上进行评估。

实验结果

研究问题

  • RQ1完全自动化、无标签过程是否能够在不使用概念注释的情况下产生可解释的概念瓶颈?
  • RQ2标记无关的 CBM 是否能保持与原骨干网络相当的准确性,包括在 ImageNet 规模数据上的表现?
  • RQ3相较于传统 CBM,最终决策规则的可解释性和每个样本的解释有多大程度的可读性?
  • RQ4是否可以对最终层进行稀疏化以提高可解释性,同时不牺牲性能?
  • RQ5是否存在手动编辑最终层权重以纠正错误并提高整体准确性的潜力?

主要发现

数据集模型稀疏最终层CIFAR-10CIFAR-100CUB-200Places365ImageNet
CIFAR-10StandardNo88.80%*2 datasets provided in table show multiple entries; the label-free CBM row is presented separately below.
CIFAR-10Standard (sparse)Yes82.96%
CIFAR-10P-CBMYes70.50%*
CIFAR-10P-CBM (CLIP)Yes84.50%*
CIFAR-10Label-free CBM (Ours)Yes86.40%±0.06%???71.95%±0.05%
CIFAR-100StandardNo70.10%*
CIFAR-100Standard (sparse)Yes58.34%
CIFAR-100P-CBMYes43.20%*
CIFAR-100P-CBM (CLIP)Yes56.00%*
CIFAR-100Label-free CBM (Ours)Yes65.13%±0.12%???
CUB-200StandardNo76.70%74.31%±0.29%
CUB-200Standard (sparse)Yes75.96%
CUB-200P-CBMYes59.60%*
CUB-200P-CBM (CLIP)YesN/A
CUB-200Label-free CBM (Ours)Yes74.31%±0.29%???
Places365StandardNo48.56%43.68%±0.10%
Places365Standard (sparse)Yes38.46%
Places365P-CBMYesN/A
Places365P-CBM (CLIP)YesN/A
Places365Label-free CBM (Ours)Yes43.68%±0.10%???
ImageNetStandardNo76.13%71.95%±0.05%
ImageNetStandard (sparse)Yes74.35%
ImageNetP-CBMYesN/A
ImageNetP-CBM (CLIP)YesN/A
ImageNetLabel-free CBM (Ours)Yes71.95%±0.05%???
  • 标记无关的 CBM 在五个数据集上取得具有竞争力的准确性,其中 ImageNet 上的模型在最终层稀疏的情况下达到 72% 的 top-1 精度。
  • 该方法在评估数据集上优于后验 CBM,同时保持完全可解释(没有不可解释的残留项)。
  • 最终层权重可视化以揭示可解释的决策规则,全球模式与直观概念(如柑橘类水果与橙子和柠檬相关)一致。
  • 通过简单线性地将概念贡献可用于解释单个预测,便于直观可视化特征贡献。
  • 对最终层权重进行人工编辑,在数据子集上可带来准确性提升,对整个网络影响较小,展示了实际调试潜力。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。