Mask-Free Neuron Concept Annotation for Interpreting Neural Networks in Medical Domain
Hyeon Bae Kim, Yong Hyun Ahn, Seong Tae Kim
TL;DR
The paper addresses the need for transparent AI in medicine while reducing the costly requirement for pixel‑level concept masks. It introduces MAMMI, a mask‑free medical neuron concept annotation framework that leverages vision–language models to map neuron activations to domain‑relevant medical concepts. Key innovations include constructing a medical concept set from domain medical reports, adaptive neuron representative image selection to mitigate class imbalance, and adaptive cosine‑based concept matching in CLIP space with a threshold $\theta_{concept}$ and parameter $\beta=0.95$. On NIH Chest X‑ray14 with DenseNet121, MAMMI outperforms mask‑based methods like TSI and other CLIP‑based baselines, with clear gains when using domain‑specific concept sets such as MIMIC_Nouns; this demonstrates improved interpretability and potential for transparent clinical decision‑making. The work also provides evidence that reducing data annotation costs via mask‑free methods can retain, or even improve, explanatory quality in medical imaging tasks, with code available for replication.
Abstract
Recent advancements in deep neural networks have shown promise in aiding disease diagnosis and medical decision-making. However, ensuring transparent decision-making processes of AI models in compliance with regulations requires a comprehensive understanding of the model's internal workings. However, previous methods heavily rely on expensive pixel-wise annotated datasets for interpreting the model, presenting a significant drawback in medical domains. In this paper, we propose a novel medical neuron concept annotation method, named Mask-free Medical Model Interpretation (MAMMI), addresses these challenges. By using a vision-language model, our method relaxes the need for pixel-level masks for neuron concept annotation. MAMMI achieves superior performance compared to other interpretation methods, demonstrating its efficacy in providing rich representations for neurons in medical image analysis. Our experiments on a model trained on NIH chest X-rays validate the effectiveness of MAMMI, showcasing its potential for transparent clinical decision-making in the medical domain. The code is available at https://github.com/ailab-kyunghee/MAMMI.
