Background information¶
ReX is a causal explainability tool for image classifiers. ReX is black-box, that is, agnostic to the internal structure of the classifier. We assume that we can modify the inputs and send them to the classifier, observing the output. ReX outperforms other tools on single explanations, non-contiguous explanations (for partially obscured images), and multiple explanations.

Assumptions¶
ReX works on the assumption that if we can intervene on the inputs to a model and observe changes in its outputs, we can use this information to reason about the way the DNN makes its decisions.

Presentations about ReX¶
Papers¶
Causal Explanations for Image Classifiers. Under review. This paper introduces the tool ReX.
Multiple Different Black Box Explanations for Image Classifiers. In ECAI 2025.
3D ReX: Causal Explanations in 3D Neuroimaging Classification. Presented at Imageomics-AAAI-25. 3D explanations for neuroimaging.
Explanations for Occluded Images. In ICCV’21. This paper introduces causality for image classifier explanations. Note: the tool is called DC-Causal in this paper.
Explaining Image Classifiers using Statistical Fault Localization. In ECCV’20. The first paper on ReX. Note: the tool is called DeepCover in this paper.
Explaining Negative Classifications of AI Models in Tumor Diagnosis. In UAI 2025. This uses ReX explanations in its algorithm.
I am Big, You are Little; I am Right, You are Wrong. In ICCV’25. This paper uses ReX to look at the information requirements of different image classifiers.
MRxaI: Black-Box Explainability for Image Classifiers in a Medical Setting in EXPLIMED’25. The paper compares ReX against other XAI tools on medical (MRI) data.
Evaluation of Black-Box XAI Approaches for Predictors of Values of Boolean Formulae presented at EXAI@ECAI’25. ReX for boolean function satisfiability.
Causal Identification of Sufficient, Contrastive and Complete Feature Sets in Image Classification. Under review. Sufficient, necessary and complete pixel sets for image classifiers.
Out-of-the-box: Black-box Causal Attacks on Object Detectors. Under review. Adversarial causal attacks on object detectors.
SpecReX: Explainable AI for Raman Spectroscopy presented at 9th International Workshop on Health Intelligence (W3PHIAI-25). ReX for Raman Spectroscopy.