paper-with-me

홈 › Papers

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

2024-01-16 · Jiamin Chen, Xuhong LI, Yanwu Xu, Mengnan Du, Haoyi Xiong

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.

📄 PDF Abstract BibTeX arXiv:2401.08469

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationImage SegmentationMedical Image ClassificationMedical Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

GANterfactual - Counterfactual Explanations for Medical Non-Experts using Generative Adversarial Learning

2020-12-22 · Silvan Mertes, Tobias Huber, Katharina Weitz, Alexander Heimerl 외

With the ongoing rise of machine learning, the need for methods for explaining decisions made by artificial intelligence systems is becoming a more and more important topic. Especially for image classification tasks, man…

counterfactualCounterfactual ExplanationCounterfactual ReasoningFeature Importance+3

Evolved Explainable Classifications for Lymph Node Metastases

2020-05-14 · Iam Palatnik de Sousa, Marley Maria Bernardes Rebuzzi Vellasco, Eduardo Costa da Silva

A novel evolutionary approach for Explainable Artificial Intelligence is presented: the "Evolved Explanations" model (EvEx). This methodology consists in combining Local Interpretable Model Agnostic Explanations (LIME) w…

Binary ClassificationDecision MakingExplainable artificial intelligenceimage-classification+2

Medical Image Segmentation with Belief Function Theory and Deep Learning

2023-09-12 · Ling Huang

Deep learning has shown promising contributions in medical image segmentation with powerful learning and feature representation abilities. However, it has limitations for reasoning with and combining imperfect (imprecise…

Deep LearningImage SegmentationMedical Image SegmentationSegmentation+3

MindfulLIME: A Stable Solution for Explanations of Machine Learning Models with Enhanced Localization Precision -- A Medical Image Case Study

2025-03-25 · Shakiba Rahimiaghdam, Hande Alemdar

Ensuring transparency in machine learning decisions is critically important, especially in sensitive sectors such as healthcare, finance, and justice. Despite this, some popular explainable algorithms, such as Local Inte…

Be Careful When Evaluating Explanations Regarding Ground Truth

2023-11-08 · Hubert Baniecki, Maciej Chrabaszcz, Andreas Holzinger, Bastian Pfeifer 외

Evaluating explanations of image classifiers regarding ground truth, e.g. segmentation masks defined by human perception, primarily evaluates the quality of the models under consideration rather than the explanation meth…

Medical Image Analysis