Adapting to Change: Robust Counterfactual Explanations in Dynamic Data Landscapes
Bardh Prenkaj, Mario Villaizan-Vallelado, Tobias Leemann, Gjergji, Kasneci

TL;DR
This paper presents DyGRACE, a semi-supervised graph-based method for generating robust counterfactual explanations in dynamic data environments, effectively handling distributional drift without relying on outdated decision functions.
Contribution
It introduces a novel semi-supervised graph autoencoder approach that adapts to changing data distributions for counterfactual explanation generation.
Findings
DyGRACE effectively detects distributional drift.
It generates robust counterfactuals without relying on the black-box oracle.
The method improves explanation stability over time.
Abstract
We introduce a novel semi-supervised Graph Counterfactual Explainer (GCE) methodology, Dynamic GRAph Counterfactual Explainer (DyGRACE). It leverages initial knowledge about the data distribution to search for valid counterfactuals while avoiding using information from potentially outdated decision functions in subsequent time steps. Employing two graph autoencoders (GAEs), DyGRACE learns the representation of each class in a binary classification scenario. The GAEs minimise the reconstruction error between the original graph and its learned representation during training. The method involves (i) optimising a parametric density function (implemented as a logistic regression function) to identify counterfactuals by maximising the factual autoencoder's reconstruction error, (ii) minimising the counterfactual autoencoder's error, and (iii) maximising the similarity between the factual and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Data Stream Mining Techniques · Anomaly Detection Techniques and Applications
MethodsContrastive Learning · Counterfactuals Explanations · Logistic Regression
