Attri-Net: A Globally and Locally Inherently Interpretable Model for Multi-Label Classification Using Class-Specific Counterfactuals
Susu Sun, Stefano Woerner, Andreas Maier, Lisa M. Koch, Christian F. Baumgartner
TL;DR
Attri-Net addresses the interpretability gap in multi-label medical image classification by learning class-specific counterfactual attribution maps that directly drive linear classifiers. The model yields faithful local explanations via weighted attribution maps and global explanations through learned class centers and classifier weights, with an optional guidance mechanism to align explanations with human knowledge. Empirical results on CheXpert, ChestX-ray8, and VinDr-CXR show competitive classification performance and superior explainability, including the ability to detect and mitigate shortcut learning through global explanations and guidance. The approach holds promise for safer clinical deployment by combining faithful, interpretable reasoning with robust performance and a practical pathway for incorporating expert annotations.
Abstract
Interpretability is crucial for machine learning algorithms in high-stakes medical applications. However, high-performing neural networks typically cannot explain their predictions. Post-hoc explanation methods provide a way to understand neural networks but have been shown to suffer from conceptual problems. Moreover, current research largely focuses on providing local explanations for individual samples rather than global explanations for the model itself. In this paper, we propose Attri-Net, an inherently interpretable model for multi-label classification that provides local and global explanations. Attri-Net first counterfactually generates class-specific attribution maps to highlight the disease evidence, then performs classification with logistic regression classifiers based solely on the attribution maps. Local explanations for each prediction can be obtained by interpreting the attribution maps weighted by the classifiers' weights. Global explanation of whole model can be obtained by jointly considering learned average representations of the attribution maps for each class (called the class centers) and the weights of the linear classifiers. To ensure the model is ``right for the right reason", we further introduce a mechanism to guide the model's explanations to align with human knowledge. Our comprehensive evaluations show that Attri-Net can generate high-quality explanations consistent with clinical knowledge while not sacrificing classification performance.
