paper-with-me

Papers

RegExplainer: Generating Explanations for Graph Neural Networks in Regression Tasks

2023-07-15 · Jiaxing Zhang, Zhuomin Chen, Hao Mei, Longchao Da, Dongsheng Luo, Hua Wei

Graph regression is a fundamental task that has gained significant attention in various graph learning tasks. However, the inference process is often not easily interpretable. Current explanation techniques are limited to understanding Graph Neural Network (GNN) behaviors in classification tasks, leaving an explanation gap for graph regression models. In this work, we propose a novel explanation method to interpret the graph regression models (XAIG-R). Our method addresses the distribution shifting problem and continuously ordered decision boundary issues that hinder existing methods away from being applied in regression tasks. We introduce a novel objective based on the graph information bottleneck theory (GIB) and a new mix-up framework, which can support various GNNs and explainers in a model-agnostic manner. Additionally, we present a self-supervised learning strategy to tackle the continuously ordered labels in regression tasks. We evaluate our proposed method on three benchmark datasets and a real-life dataset introduced by us, and extensive experiments demonstrate its effectiveness in interpreting GNN models in regression tasks.

📄 PDF Abstract BibTeX arXiv:2307.07840

Code (1)

jz48/regexplainer 공식 구현 pytorch

Tasks

Contrastive LearningGraph LearningGraph Neural NetworkGraph RegressionregressionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Fast Calibrated Explanations: Efficient and Uncertainty-Aware Explanations for Machine Learning Models

2024-10-28 · Tuwe Löfström, Fatima Rabia Yapicioglu, Alessandra Stramiglio, Helena Löfström 외

This paper introduces Fast Calibrated Explanations, a method designed for generating rapid, uncertainty-aware explanations for machine learning models. By incorporating perturbation techniques from ConformaSight - a glob…

Computational EfficiencyFeature ImportanceregressionUncertainty Quantification

MEGAN: Multi-Explanation Graph Attention Network

2022-11-23 · Jonas Teufel, Luca Torresi, Patrick Reiser, Pascal Friederich

We propose a multi-explanation graph attention network (MEGAN). Unlike existing graph explainability methods, our network can produce node and edge attributional explanations along multiple channels, the number of which …

Explainable artificial intelligenceGraph AttentionGraph Regressionregression

Tree-based local explanations of machine learning model predictions, AraucanaXAI

2021-10-15 · Enea Parimbelli, Giovanna Nicora, Szymon Wilk, Wojtek Michalowski 외

Increasingly complex learning methods such as boosting, bagging and deep learning have made ML models more accurate, but harder to understand and interpret. A tradeoff between performance and intelligibility is often to …

BIG-bench Machine LearningClassificationExplainable Artificial Intelligence (XAI)regression

Are Visual Explanations Useful? A Case Study in Model-in-the-Loop Prediction

2020-07-23 · Eric Chu, Deb Roy, Jacob Andreas

We present a randomized controlled trial for a model-in-the-loop regression task, with the goal of measuring the extent to which (1) good explanations of model predictions increase human accuracy, and (2) faulty explanat…

Decision MakingExperimental Design

Interpreting Graph Neural Networks via Unrevealed Causal Learning

2021-09-29 · WanYu Lin, Hao Lan, Hao Wang, Baochun Li

This paper proposes a new explanation framework, called OrphicX, for generating causal explanations for any graph neural networks (GNNs) based on learned latent causal factors. Specifically, we construct a distinct gener…

Graph Learning