paper-with-me

Papers

Learning by Self-Explaining

2023-09-15 · Wolfgang Stammer, Felix Friedrich, David Steinmann, Manuel Brack, Hikaru Shindo, Kristian Kersting

Much of explainable AI research treats explanations as a means for model inspection. Yet, this neglects findings from human psychology that describe the benefit of self-explanations in an agent's learning process. Motivated by this, we introduce a novel workflow in the context of image classification, termed Learning by Self-Explaining (LSX). LSX utilizes aspects of self-refining AI and human-guided explanatory machine learning. The underlying idea is that a learner model, in addition to optimizing for the original predictive task, is further optimized based on explanatory feedback from an internal critic model. Intuitively, a learner's explanations are considered "useful" if the internal critic can perform the same task given these explanations. We provide an overview of important components of LSX and, based on this, perform extensive experimental evaluations via three different example instantiations. Our results indicate improvements via Learning by Self-Explaining on several levels: in terms of model generalization, reducing the influence of confounding factors, and providing more task-relevant and faithful model explanations. Overall, our work provides evidence for the potential of self-explaining within the learning phase of an AI model.

📄 PDF Abstract BibTeX arXiv:2309.08395

Code (1)

ml-research/learning-by-self-explaining 공식 구현 pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Self-Explaining Structures Improve NLP Models

2020-12-03 · Zijun Sun, Chun Fan, Qinghong Han, Xiaofei Sun 외

Existing approaches to explaining deep learning models in NLP usually suffer from two major drawbacks: (1) the main model and the explaining model are decoupled: an additional probing or surrogate model is used to interp…

Natural Language InferenceParaphrase IdentificationSentiment Analysis

Towards Few-shot Self-explaining Graph Neural Networks

2024-08-14 · Jingyu Peng, Qi Liu, Linan Yue, Zaixi Zhang 외

Recent advancements in Graph Neural Networks (GNNs) have spurred an upsurge of research dedicated to enhancing the explainability of GNNs, particularly in critical domains such as medicine. A promising approach is the se…

C-SENN: Contrastive Self-Explaining Neural Network

2022-06-20 · Yoshihide Sawada, Keigo Nakamura

In this study, we use a self-explaining neural network (SENN), which learns unsupervised concepts, to acquire concepts that are easy for people to understand automatically. In concept learning, the hidden layer retains v…

Autonomous DrivingContrastive Learning

Towards Robust Interpretability with Self-Explaining Neural Networks

2018-12-01 · NeurIPS 2018 12 · David Alvarez Melis, Tommi Jaakkola

Most recent work on interpretability of complex machine learning models has focused on estimating a-posteriori explanations for previously trained models around specific predictions. Self-explaining models where interpre…

Towards Robust Interpretability with Self-Explaining Neural Networks

2018-06-20 · NeurIPS 2018 · David Alvarez-Melis, Tommi S. Jaakkola

Most recent work on interpretability of complex machine learning models has focused on estimating $\textit{a posteriori}$ explanations for previously trained models around specific predictions. $\textit{Self-explaining}$…