paper-with-me

Papers

MedMNIST-C: Comprehensive benchmark and improved classifier robustness by simulating realistic image corruptions

2024-06-25 · Francesco Di Salvo, Sebastian Doerrich, Christian Ledig

The integration of neural-network-based systems into clinical practice is limited by challenges related to domain generalization and robustness. The computer vision community established benchmarks such as ImageNet-C as a fundamental prerequisite to measure progress towards those challenges. Similar datasets are largely absent in the medical imaging community which lacks a comprehensive benchmark that spans across imaging modalities and applications. To address this gap, we create and open-source MedMNIST-C, a benchmark dataset based on the MedMNIST+ collection covering 12 datasets and 9 imaging modalities. We simulate task and modality-specific image corruptions of varying severity to comprehensively evaluate the robustness of established algorithms against real-world artifacts and distribution shifts. We further provide quantitative evidence that our simple-to-use artificial corruptions allow for highly performant, lightweight data augmentation to enhance model robustness. Unlike traditional, generic augmentation strategies, our approach leverages domain knowledge, exhibiting significantly higher robustness when compared to widely adopted methods. By introducing MedMNIST-C and open-sourcing the corresponding library allowing for targeted data augmentations, we contribute to the development of increasingly robust methods tailored to the challenges of medical imaging. The code is available at https://github.com/francescodisalvo05/medmnistc-api .

📄 PDF Abstract BibTeX arXiv:2406.17536

Code (1)

francescodisalvo05/medmnistc-api 공식 구현 pytorch

Tasks

Data AugmentationDomain Generalization

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

DMDSC: A Dynamic-Margin Deep Simplex Classifier for Open-Set Recognition on Medical Image Datasets

2026-05-01 · Vishal, Arnav Aditya, Nitin Kumar, Saurabh J. Shigwan arxiv

Medical imaging datasets are often characterized by extreme class imbalances, where rare pathologies are significantly underrepresented compared to common conditions. This imbalance poses a dual challenge for Open-Set Re…

GenFormer -- Generated Images are All You Need to Improve Robustness of Transformers on Small Datasets

2024-08-26 · Sven Oehri, Nikolas Ebert, Ahmed Abdullah, Didier Stricker 외

Recent studies showcase the competitive accuracy of Vision Transformers (ViTs) in relation to Convolutional Neural Networks (CNNs), along with their remarkable robustness. However, ViTs demand a large amount of data to a…

AllData Augmentationimage-classificationImage Classification+1

MedMNIST Classification Decathlon: A Lightweight AutoML Benchmark for Medical Image Analysis

2020-10-28 · Jiancheng Yang, Rui Shi, Bingbing Ni

We present MedMNIST, a collection of 10 pre-processed medical open datasets. MedMNIST is standardized to perform classification tasks on lightweight 28x28 images, which requires no background knowledge. Covering the prim…

AutoMLGeneral ClassificationMedical Image Analysisregression

Complex Mixer for MedMNIST Classification Decathlon

2023-04-20 · Zhuoran Zheng, Xiuyi Jia

With the development of the medical image field, researchers seek to develop a class of datasets to block the need for medical knowledge, such as \text{MedMNIST} (v2). MedMNIST (v2) includes a large number of small-sized…

AutoMLClassificationDecision MakingImage Enhancement+1

MedMNIST v2 -- A large-scale lightweight benchmark for 2D and 3D biomedical image classification

2021-10-27 · Jiancheng Yang, Rui Shi, Donglai Wei, Zequan Liu 외

We introduce MedMNIST v2, a large-scale MNIST-like dataset collection of standardized biomedical images, including 12 datasets for 2D and 6 datasets for 3D. All images are pre-processed into a small size of 28x28 (2D) or…

AutoMLimage-classificationImage Classification