English

Explaining COVID-19 and Thoracic Pathology Model Predictions by Identifying Informative Input Features

Image and Video Processing 2021-08-05 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Neural networks have demonstrated remarkable performance in classification and regression tasks on chest X-rays. In order to establish trust in the clinical routine, the networks' prediction mechanism needs to be interpretable. One principal approach to interpretation is feature attribution. Feature attribution methods identify the importance of input features for the output prediction. Building on Information Bottleneck Attribution (IBA) method, for each prediction we identify the chest X-ray regions that have high mutual information with the network's output. Original IBA identifies input regions that have sufficient predictive information. We propose Inverse IBA to identify all informative regions. Thus all predictive cues for pathologies are highlighted on the X-rays, a desirable property for chest X-ray diagnosis. Moreover, we propose Regression IBA for explaining regression models. Using Regression IBA we observe that a model trained on cumulative severity score labels implicitly learns the severity of different X-ray regions. Finally, we propose Multi-layer IBA to generate higher resolution and more detailed attribution/saliency maps. We evaluate our methods using both human-centric (ground-truth-based) interpretability metrics, and human-independent feature importance metrics on NIH Chest X-ray8 and BrixIA datasets. The Code is publicly available.

Cite

@article{arxiv.2104.00411,
  title  = {Explaining COVID-19 and Thoracic Pathology Model Predictions by Identifying Informative Input Features},
  author = {Ashkan Khakzar and Yang Zhang and Wejdene Mansour and Yuezhi Cai and Yawei Li and Yucheng Zhang and Seong Tae Kim and Nassir Navab},
  journal= {arXiv preprint arXiv:2104.00411},
  year   = {2021}
}

Comments

Accepted in MICCAI 2021 (Medical Image Computing and Computer Assisted Intervention 2021) ----- Project website: https://camp-explain-ai.github.io/CheXplain-IBA/

R2 v1 2026-06-24T00:46:12.877Z