IVCVLGJan 16, 2024

Explanations of Classifiers Enhance Medical Image Segmentation via End-to-end Pre-training

arXiv:2401.08469v12 citations
Originality Incremental advance
AI Analysis

This work addresses sample efficiency in medical image segmentation for healthcare applications, but it is incremental as it builds on existing pre-training and explanation methods.

The paper tackles the problem of requiring large annotated datasets for medical image segmentation by using explanations from classifiers to generate pseudo-labels for pre-training, resulting in improved performance and training efficiency across multiple segmentation tasks.

Medical image segmentation aims to identify and locate abnormal structures in medical images, such as chest radiographs, using deep neural networks. These networks require a large number of annotated images with fine-grained masks for the regions of interest, making pre-training strategies based on classification datasets essential for sample efficiency. Based on a large-scale medical image classification dataset, our work collects explanations from well-trained classifiers to generate pseudo labels of segmentation tasks. Specifically, we offer a case study on chest radiographs and train image classifiers on the CheXpert dataset to identify 14 pathological observations in radiology. We then use Integrated Gradients (IG) method to distill and boost the explanations obtained from the classifiers, generating massive diagnosis-oriented localization labels (DoLL). These DoLL-annotated images are used for pre-training the model before fine-tuning it for downstream segmentation tasks, including COVID-19 infectious areas, lungs, heart, and clavicles. Our method outperforms other baselines, showcasing significant advantages in model performance and training efficiency across various segmentation settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes