From Pixels to Perception: Interpretable Predictions via Instance-wise Grouped Feature Selection
Moritz Vandenhirtz, Julia E. Vogt
TL;DR
This work tackles the challenge of interpretable image classification by enforcing inherent interpretability through instance-wise sparsification over semantically meaningful regions. It introduces P2P, which partitions inputs into perceptually meaningful regions, learns binary masks via Gumbel-Softmax, and jointly models inter-region relationships with a region-wise covariance captured by a Logit-Normal embedding. A dynamic sparsity mechanism selects per-instance masking levels by adjusting a threshold to meet a target certainty, yielding interpretable explanations without sacrificing accuracy. Across diverse datasets, P2P maintains strong predictive performance while providing faithful, human-aligned explanations and informative visualizations that reveal region-level decision rationale.
Abstract
Understanding the decision-making process of machine learning models provides valuable insights into the task, the data, and the reasons behind a model's failures. In this work, we propose a method that performs inherently interpretable predictions through the instance-wise sparsification of input images. To align the sparsification with human perception, we learn the masking in the space of semantically meaningful pixel regions rather than on pixel-level. Additionally, we introduce an explicit way to dynamically determine the required level of sparsity for each instance. We show empirically on semi-synthetic and natural image datasets that our inherently interpretable classifier produces more meaningful, human-understandable predictions than state-of-the-art benchmarks.
