MERA: Multimodal and Multiscale Self-Explanatory Model with Considerably Reduced Annotation for Lung Nodule Diagnosis
Jiahao Lu, Chong Yin, Silvia Ingala, Kenny Erleben, Michael Bachmann Nielsen, Sune Darkner
TL;DR
MERA tackles the challenge of accurate lung nodule diagnosis under limited annotations by combining unsupervised feature learning with weakly supervised, multimodal explanations. It employs a Vision Transformer backbone trained with self-supervised contrastive learning (Stage 1) and a sparse, semi-supervised, active-learning-driven Stage 2 to predict malignancy and extract human-interpretable nodule attributes. The model delivers model-level global explanations via latent-space semantic clustering, instance-level case-based explanations, local visual attention maps, and concept explanations with minimal annotation (as little as 1%), achieving competitive or superior performance on the LIDC dataset while reducing labeling costs. These multimodal explanations are integrated into the decision process rather than added post hoc, improving transparency and trust in clinical settings, and the approach is validated through extensive ablations and case studies. The work advances explainable AI for medical imaging by demonstrating robust, interpretable, and annotation-efficient lung cancer decision support, with open-source code for reproduction.
Abstract
Lung cancer, a leading cause of cancer-related deaths globally, emphasises the importance of early detection for better patient outcomes. Pulmonary nodules, often early indicators of lung cancer, necessitate accurate, timely diagnosis. Despite Explainable Artificial Intelligence (XAI) advances, many existing systems struggle providing clear, comprehensive explanations, especially with limited labelled data. This study introduces MERA, a Multimodal and Multiscale self-Explanatory model designed for lung nodule diagnosis with considerably Reduced Annotation requirements. MERA integrates unsupervised and weakly supervised learning strategies (self-supervised learning techniques and Vision Transformer architecture for unsupervised feature extraction) and a hierarchical prediction mechanism leveraging sparse annotations via semi-supervised active learning in the learned latent space. MERA explains its decisions on multiple levels: model-level global explanations via semantic latent space clustering, instance-level case-based explanations showing similar instances, local visual explanations via attention maps, and concept explanations using critical nodule attributes. Evaluations on the public LIDC dataset show MERA's superior diagnostic accuracy and self-explainability. With only 1% annotated samples, MERA achieves diagnostic accuracy comparable to or exceeding state-of-the-art methods requiring full annotation. The model's inherent design delivers comprehensive, robust, multilevel explanations aligned closely with clinical practice, enhancing trustworthiness and transparency. Demonstrated viability of unsupervised and weakly supervised learning lowers the barrier to deploying diagnostic AI in broader medical domains. Our complete code is open-source available: https://github.com/diku-dk/credanno.
