Perturbation on Feature Coalition: Towards Interpretable Deep Neural Networks
Xuran Hu, Mingzhe Zhu, Zhenpeng Feng, Miloš Daković, Ljubiša Stanković
TL;DR
This work tackles the interpretability of deep neural networks by addressing the limitations of traditional perturbation-based explanations that overlook feature interdependencies. It introduces a coalition-guided perturbation framework built on an unsupervised, network-centric correlated feature extraction, followed by a regional consistency loss to stabilize explanations. The method yields coalitions of correlated features and leverages them to produce saliency maps via a total loss $L = L_r + \mu L_{conf} + v L_c$, balancing perturbation strength, misclassification pressure, and regional coherence. Empirical results on ImageNet-1k with a pretrained VGG16 show improved localization of decision-relevant regions, higher confidence retention under pixel ablations, and clear ablations demonstrating the importance of the consistency loss. This approach advances interpretable DNNs by explicitly capturing feature dependencies and enforcing coalition-consistent explanations with practical impact for high-stakes applications.
Abstract
The inherent "black box" nature of deep neural networks (DNNs) compromises their transparency and reliability. Recently, explainable AI (XAI) has garnered increasing attention from researchers. Several perturbation-based interpretations have emerged. However, these methods often fail to adequately consider feature dependencies. To solve this problem, we introduce a perturbation-based interpretation guided by feature coalitions, which leverages deep information of network to extract correlated features. Then, we proposed a carefully-designed consistency loss to guide network interpretation. Both quantitative and qualitative experiments are conducted to validate the effectiveness of our proposed method. Code is available at github.com/Teriri1999/Perturebation-on-Feature-Coalition.
