Unlearning-based Neural Interpretations
Ching Lam Choi, Alexandre Duplessis, Serge Belongie
TL;DR
The paper addresses the problem of unreliable gradient-based attributions caused by static baselines and high-curvature decision surfaces. It introduces UNI, a framework that learns an unlearning-based baseline by perturbing inputs toward an unlearning direction and matching activations to obtain a featureless reference, which yields low-curvature, monotonic attribution paths. UNI improves faithfulness and robustness of explanations across multiple backbones and datasets, including ImageNet-C, and shows potential extensions to NLP and mechanistic interpretability. The work demonstrates that principled baseline definitions via unlearning can markedly enhance the trustworthiness and practicality of post-hoc explanations in high-stakes AI systems.
Abstract
Gradient-based interpretations often require an anchor point of comparison to avoid saturation in computing feature importance. We show that current baselines defined using static functions--constant mapping, averaging or blurring--inject harmful colour, texture or frequency assumptions that deviate from model behaviour. This leads to accumulation of irregular gradients, resulting in attribution maps that are biased, fragile and manipulable. Departing from the static approach, we propose UNI to compute an (un)learnable, debiased and adaptive baseline by perturbing the input towards an unlearning direction of steepest ascent. Our method discovers reliable baselines and succeeds in erasing salient features, which in turn locally smooths the high-curvature decision boundaries. Our analyses point to unlearning as a promising avenue for generating faithful, efficient and robust interpretations.
