A redescription mining framework for post-hoc explaining and relating deep learning models
Matej Mihelčić, Ivan Grubišić, Miha Keber
TL;DR
The paper addresses the challenge of explaining deep learning models by introducing ExItNeRdoM, a model-agnostic redescription mining framework that post-hoc relates neuron activations to domain attributes and target labels, both within and across models. It combines uniform binning of activations, PCT-based rule generation, and multi-view redescription mining to produce interpretable redescriptions and rules, enabling pedagogical and decompositional explanations. The approach is evaluated on randomization tests and across CNNs, ResNets, MLPs, and BERT-like models, showing strong coverage, meaningful neuron-role associations, and competitive fidelity against state-of-the-art rule-extraction methods. The framework scales via parallel computation and constraint-based strategies, offering a powerful tool for researchers and practitioners to interpret complex DLMs and relate their components to domain knowledge. Overall, ExItNeRdoM provides a versatile, extensible pathway to understand how neural activations correspond to observable attributes and predictions, with clear benefits for transparency and scientific insight.
Abstract
Deep learning models (DLMs) achieve increasingly high performance both on structured and unstructured data. They significantly extended applicability of machine learning to various domains. Their success in making predictions, detecting patterns and generating new data made significant impact on science and industry. Despite these accomplishments, DLMs are difficult to explain because of their enormous size. In this work, we propose a novel framework for post-hoc explaining and relating DLMs using redescriptions. The framework allows cohort analysis of arbitrary DLMs by identifying statistically significant redescriptions of neuron activations. It allows coupling neurons to a set of target labels or sets of descriptive attributes, relating layers within a single DLM or associating different DLMs. The proposed framework is independent of the artificial neural network architecture and can work with more complex target labels (e.g. multi-label or multi-target scenario). Additionally, it can emulate both pedagogical and decompositional approach to rule extraction. The aforementioned properties of the proposed framework can increase explainability and interpretability of arbitrary DLMs by providing different information compared to existing explainable-AI approaches.
