Expainable AI Survey

less than 1 minute read

Published:

Learning note for the XAI.

Expainable AI Survey

Coverage:

Global model-agnostic methods:

  • Partial Dependence Plot (PDP)
  • Accumulated Local Effects Plot (ALE)

Local model-agnostic methods:

  • LIME
  • Shapley Additive exPlanations (SHAP)
  • Counterfactual explanations

Neural network interpretation:

  • Layer-wise relevance propagation (LRP)
  • Pixel attribution (saliency maps)
    • Vanilla gradient
    • Grad-CAM
    • Guided Grad-CAM
    • SmoothGrad