paper-with-me

홈 › Papers

A case for reframing automated medical image classification as segmentation

2023-09-21 · NeurIPS 2023 11

Image classification and segmentation are common applications of deep learning to radiology. While many tasks can be framed using either classification or segmentation, classification has historically been cheaper to label and more widely used. However, recent work has drastically reduced the cost of training segmentation networks. In light of this recent work, we reexamine the choice of training classification vs. segmentation models. First, we use an information theoretic approach to analyze why segmentation vs. classification models may achieve different performance on the same dataset and overarching task. We then implement multiple methods for using segmentation models to classify medical images, which we call *segmentation-for-classification*, and compare these methods against traditional classification on three retrospective datasets. We use our analysis and experiments to summarize the benefits of switching from segmentation to classification, including: improved sample efficiency, enabling improved performance with fewer labeled images (up to an order of magnitude lower), on low-prevalence classes, and on certain rare subgroups (up to 161.1\% improved recall); improved robustness to spurious correlations (up to 44.8\% improved robust AUROC); and improved model interpretability, evaluation, and error analysis.Submission Number: 10184

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Privacy-preserving Machine Learning for Medical Image Classification

2021-08-29 · Shreyansh Singh, K. K. Shukla

With the rising use of Machine Learning (ML) and Deep Learning (DL) in various industries, the medical industry is also not far behind. A very simple yet extremely important use case of ML in this industry is for image c…

BIG-bench Machine LearningClassificationimage-classificationImage Classification+2

Towards Automated Melanoma Screening: Exploring Transfer Learning Schemes

2016-09-05 · Afonso Menegola, Michel Fornaciali, Ramon Pires, Sandra Avila 외

Deep learning is the current bet for image classification. Its greed for huge amounts of annotated data limits its usage in medical imaging context. In this scenario transfer learning appears as a prominent solution. In …

ClassificationGeneral Classificationimage-classificationImage Classification+1

Rescuing referral failures during automated diagnosis of domain-shifted medical images

2023-11-28 · Anuj Srivastava, Karm Patel, Pradeep Shenoy, Devarajan Sridharan

The success of deep learning models deployed in the real world depends critically on their ability to generalize well across diverse data domains. Here, we address a fundamental challenge with selective classification du…

DiagnosticDisease PredictionDomain Generalization

Failure Detection in Medical Image Classification: A Reality Check and Benchmarking Testbed

2022-05-27 · Melanie Bernhardt, Fabio De Sousa Ribeiro, Ben Glocker

Failure detection in automated image classification is a critical safeguard for clinical deployment. Detected failure cases can be referred to human assessment, ensuring patient safety in computer-aided clinical decision…

BenchmarkingBinary ClassificationDecision MakingGeneral Classification+4

Adversarially Robust Medical Classification via Attentive Convolutional Neural Networks

2022-10-26 · Isaac Wasserman

Convolutional neural network-based medical image classifiers have been shown to be especially susceptible to adversarial examples. Such instabilities are likely to be unacceptable in the future of automated diagnoses. Th…

Classification