paper-with-me

Papers

Best of both worlds: local and global explanations with human-understandable concepts

2021-06-16 · Jessica Schrouff, Sebastien Baur, Shaobo Hou, Diana Mincu, Eric Loreaux, Ralph Blanes, James Wexler, Alan Karthikesalingam, Been Kim

Interpretability techniques aim to provide the rationale behind a model's decision, typically by explaining either an individual prediction (local explanation, e.g. 'why is this patient diagnosed with this condition') or a class of predictions (global explanation, e.g. 'why is this set of patients diagnosed with this condition in general'). While there are many methods focused on either one, few frameworks can provide both local and global explanations in a consistent manner. In this work, we combine two powerful existing techniques, one local (Integrated Gradients, IG) and one global (Testing with Concept Activation Vectors), to provide local and global concept-based explanations. We first sanity check our idea using two synthetic datasets with a known ground truth, and further demonstrate with a benchmark natural image dataset. We test our method with various concepts, target classes, model architectures and IG parameters (e.g. baselines). We show that our method improves global explanations over vanilla TCAV when compared to ground truth, and provides useful local insights. Finally, a user study demonstrates the usefulness of the method compared to no or global explanations only. We hope our work provides a step towards building bridges between many existing local and global methods to get the best of both worlds.

📄 PDF Abstract BibTeX arXiv:2106.08641

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Many-Worlds Inverse Rendering

2024-08-13 · Ziyi Zhang, Nicolas Roussel, Wenzel Jakob

Discontinuous visibility changes remain a major bottleneck when optimizing surfaces within a physically-based inverse renderer. Many previous works have proposed sophisticated algorithms and data structures to sample vis…

Inverse Rendering

Best-of-Both-Worlds Algorithms for Partial Monitoring

2022-07-29 · Taira Tsuchiya, Shinji Ito, Junya Honda

This study considers the partial monitoring problem with $k$-actions and $d$-outcomes and provides the first best-of-both-worlds algorithms, whose regrets are favorably bounded both in the stochastic and adversarial regi…

Local-Global MCMC kernels: the best of both worlds

2021-11-04 · Sergey Samsonov, Evgeny Lagutin, Marylou Gabrié, Alain Durmus 외

Recent works leveraging learning to enhance sampling have shown promising results, in particular by designing effective non-local moves and global proposals. However, learning accuracy is inevitably limited in regions wh…

Evaluation of Human-Understandability of Global Model Explanations using Decision Tree

2023-09-18 · Adarsa Sivaprasad, Ehud Reiter, Nava Tintarev, Nir Oren

In explainable artificial intelligence (XAI) research, the predominant focus has been on interpreting models for experts and practitioners. Model agnostic and local explanation approaches are deemed interpretable and suf…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Exploring The Role of Local and Global Explanations in Recommender Systems

2021-09-27 · Marissa Radensky, Doug Downey, Kyle Lo, Zoran Popović 외

Explanations are well-known to improve recommender systems' transparency. These explanations may be local, explaining an individual recommendation, or global, explaining the recommender model in general. Despite their wi…

Recommendation Systems