paper-with-me

Papers

Searching for Robust Augmentations to Improve Out-of-Domain Generalization in Dermoscopic Skin Cancer Classification

2026-07-29 · Alexander Kozachok, Ilya Latyshev, Evgeny Karpulevich, Elena Kozachok, Egor Ushakov, Oleg Samovarov arxiv

Background/Objectives: Dermoscopic skin-lesion classifiers lose accuracy when images arrive from a new clinic or a new device. We asked which data augmentations reduce that loss, and measured the effect under a protocol that keeps policy selection separate from policy evaluation. Methods: A ConvNeXt-Large binary malignant-versus-non-malignant classifier was trained on six dermoscopic sources (25,903 images); HAM10000 and ISIC 2016-2020 were held out of training entirely. Single augmentations, photometric combinations and eleven composite policies were ranked on a development split of 1511 held-out images. The winning policy was then evaluated on a confirmation set of 8073 held-out images that took no part in that ranking and from which we removed every image sharing a lesion identifier with the training data and every image contributed by an institution represented in training. Both policies were retrained with four random seeds each and compared with an exact permutation test. Results: The mix policy raised confirmation-set ROC-AUC from 0.787 to 0.826 (+0.039; per-seed ranges 0.772-0.797 and 0.815-0.840, non-overlapping; exact permutation p=0.029), with the same direction on each contributing source. At matched sensitivity the gain is larger in clinical terms: specificity rose from 0.612 to 0.713 at a sensitivity of 0.80, and from 0.284 to 0.397 at a sensitivity of 0.95. In-domain ROC-AUC was preserved (0.938 to 0.941). On an independent clinical cohort acquired with a different device at a different institution (472 images, 22 malignant), performance was maintained (0.934 versus 0.930). Conclusions: Augmentations that model the physical causes of domain shift improve cross-source transfer at no cost to in-domain accuracy, and the improvement survives a selection-disjoint, contamination-free evaluation.

📄 PDF Abstract BibTeX arXiv:2607.26765

Code (0)

등록된 구현이 없습니다.

Tasks

Skin Cancer ClassificationDomain GeneralizationData Augmentation

Similar Papers 제목 키워드 기반

Augmentation-based Domain Generalization for Semantic Segmentation

2023-04-24 · Manuel Schwonberg, Fadoua El Bouazati, Nico M. Schmidt, Hanno Gottschalk

Unsupervised Domain Adaptation (UDA) and domain generalization (DG) are two research areas that aim to tackle the lack of generalization of Deep Neural Networks (DNNs) towards unseen domains. While UDA methods have acces…

Domain AdaptationDomain GeneralizationSemantic SegmentationUnsupervised Domain Adaptation

Domain shifts in dermoscopic skin cancer datasets: Evaluation of essential limitations for clinical translation

2023-04-14 · Katharina Fogelberg, Sireesha Chamarthi, Roman C. Maron, Julia Niebling 외

The limited ability of Convolutional Neural Networks to generalize to images from previously unseen domains is a major limitation, in particular, for safety-critical clinical tasks such as dermoscopic skin cancer classif…

Cancer ClassificationDomain AdaptationSkin Cancer ClassificationUnsupervised Domain Adaptation

Contrastive meta-domain adaptation for robust skin lesion classification across clinical and acquisition conditions

2026-02-23 · Rodrigo Mota, Kelvin Cunha, Emanoel dos Santos, Fábio Papais 외 arxiv

Deep learning models for dermatological image analysis remain sensitive to acquisition variability and domain-specific visual characteristics, leading to performance degradation when deployed in clinical settings. We inv…

Skin Lesion ClassificationDomain Adaptation

DART: Diversify-Aggregate-Repeat Training Improves Generalization of Neural Networks

2023-02-28 · CVPR 2023 1 · Samyak Jain, Sravanti Addepalli, Pawan Sahu, Priyam Dey 외

Generalization of neural networks is crucial for deploying them safely in the real world. Common training strategies to improve generalization involve the use of data augmentations, ensembling and model averaging. In thi…

Domain Generalization

Dealing with the Evil Twins: Improving Random Augmentation by Addressing Catastrophic Forgetting of Diverse Augmentations

2025-06-09 · Dongkyu Cho, Rumi Chunara

Data augmentation is a promising tool for enhancing out-of-distribution generalization, where the key is to produce diverse, challenging variations of the source domain via costly targeted augmentations that maximize its…

Data AugmentationDomain GeneralizationOut-of-Distribution GeneralizationSingle-Source Domain Generalization