菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-21
📄 Abstract - Entropy-Guided Self-Supervised Learning for Medical Image Classification

Accurate and robust medical image classification is paramount for early disease diagnosis and treatment planning. However, challenges such as limited annotated data, high intra-class variability, and subtle inter-class differences often hinder the performance of deep learning models. This paper introduces a synergistic deep learning framework that leverages the strengths of self-supervised learning and transfer learning for enhanced medical image classification. Our approach employs two distinct ConvNeXt-Tiny models: one pre-trained on a large-scale natural image dataset (ImageNet) and another pre-trained using an entropy-guided Masked Autoencoder (MAE) on the target medical dataset. Both models are then fine-tuned on specific medical image classification tasks. A final ensemble strategy, based on averaging predicted probabilities, is utilized to combine the complementary insights from these two models. Rigorous experimental validation across four diverse medical imaging datasets (Breast Ultrasound Images (BUSI), International Skin Imaging Collaboration (ISIC) 2018, Kvasir, and COVID) demonstrates the superior performance and robustness of our ensemble approach. The MAE pre-training significantly improves feature learning on domain-specific data, while the ImageNet pre-training provides strong generalizable features. The ensemble consistently achieves state-of-the-art results, outperforming individual models and existing methods, highlighting the efficacy of combining diverse pre-training strategies for challenging medical image analysis.

顶级标签: medical self-supervised learning computer vision
详细标签: medical image classification entropy-guided mae transfer learning ensemble convnext 或 搜索:

基于熵引导自监督学习的医学图像分类 / Entropy-Guided Self-Supervised Learning for Medical Image Classification


1️⃣ 一句话总结

该论文提出了一种结合自监督学习和迁移学习的医学图像分类方法,通过一个在ImageNet上预训练的ConvNeXt-Tiny模型和一个在目标医学数据上通过熵引导掩码自编码器预训练的模型进行集成,在四个医学影像数据集上取得了优于现有方法的分类性能。

源自 arXiv: 2605.21970