paper-with-me

Papers

Rethinking model prototyping through the MedMNIST+ dataset collection

2024-04-24 · Sebastian Doerrich, Francesco Di Salvo, Julius Brockmann, Christian Ledig

The integration of deep learning based systems in clinical practice is often impeded by challenges rooted in limited and heterogeneous medical datasets. In addition, the field has increasingly prioritized marginal performance gains on a few, narrowly scoped benchmarks over clinical applicability, slowing down meaningful algorithmic progress. This trend often results in excessive fine-tuning of existing methods on selected datasets rather than fostering clinically relevant innovations. In response, this work introduces a comprehensive benchmark for the MedMNIST+ dataset collection, designed to diversify the evaluation landscape across several imaging modalities, anatomical regions, classification tasks and sample sizes. We systematically reassess commonly used Convolutional Neural Networks (CNNs) and Vision Transformer (ViT) architectures across distinct medical datasets, training methodologies, and input resolutions to validate and refine existing assumptions about model effectiveness and development. Our findings suggest that computationally efficient training schemes and modern foundation models offer viable alternatives to costly end-to-end training. Additionally, we observe that higher image resolutions do not consistently improve performance beyond a certain threshold. This highlights the potential benefits of using lower resolutions, particularly in prototyping stages, to reduce computational demands without sacrificing accuracy. Notably, our analysis reaffirms the competitiveness of CNNs compared to ViTs, emphasizing the importance of comprehending the intrinsic capabilities of different architectures. Finally, by establishing a standardized evaluation framework, we aim to enhance transparency, reproducibility, and comparability within the MedMNIST+ dataset collection. Code is available at https://github.com/sdoerrich97/rethinking-model-prototyping-MedMNISTPlus .

📄 PDF Abstract BibTeX arXiv:2404.15786

Code (1)

sdoerrich97/rethinking-model-prototyping-medmnistplus 공식 구현 pytorch

Tasks

Image ClassificationMedical Image Classificationmodel

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

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

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

Rethinking Foundation Models for Medical Image Classification through a Benchmark Study on MedMNIST

2025-01-24 · Fuping Wu, Bartlomiej W. Papiez

Foundation models are widely employed in medical image analysis, due to their high adaptability and generalizability for downstream tasks. With the increasing number of foundation models being released, model selection h…

Classificationimage-classificationImage ClassificationMedical Image Analysis+2

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 …

Data AugmentationDomain Generalization

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