When a Relation Tells More Than a Concept: Exploring and Evaluating Classifier Decisions with CoReX
Bettina Finzel, Patrick Hilme, Johannes Rabold, Ute Schmid
TL;DR
The paper tackles the inadequacy of pixel-level explanations for complex CNN decisions by introducing CoReX, a concept- and relation-based explainer. CoReX couples class-conditioned concept relevance (via CRP) with inductive logic programming to learn interpretable relational rules, enabling contrastive explanations and interactive constraint-based evaluation. Across diverse datasets and CNN architectures, CoReX demonstrates high fidelity to the original models and gains human-preferred explanations when concept-relations are combined. This approach advances explainable and interactive AI by providing human-actionable, rule-based insights into model decisions and offering pathways for model refinement guided by domain knowledge.
Abstract
Explanations for Convolutional Neural Networks (CNNs) based on relevance of input pixels might be too unspecific to evaluate which and how input features impact model decisions. Especially in complex real-world domains like biology, the presence of specific concepts and of relations between concepts might be discriminating between classes. Pixel relevance is not expressive enough to convey this type of information. In consequence, model evaluation is limited and relevant aspects present in the data and influencing the model decisions might be overlooked. This work presents a novel method to explain and evaluate CNN models, which uses a concept- and relation-based explainer (CoReX). It explains the predictive behavior of a model on a set of images by masking (ir-)relevant concepts from the decision-making process and by constraining relations in a learned interpretable surrogate model. We test our approach with several image data sets and CNN architectures. Results show that CoReX explanations are faithful to the CNN model in terms of predictive outcomes. We further demonstrate through a human evaluation that CoReX is a suitable tool for generating combined explanations that help assessing the classification quality of CNNs. We further show that CoReX supports the identification and re-classification of incorrect or ambiguous classifications.
