arXiv:2605.05034cs.CV2026-05

用少量样本实现猴痘皮肤病分类,适合数据稀缺场景。

Few-Shot Learning Pipeline for Monkeypox Skin Disease Classification Using CNN Feature Extractors

论文配图:Few-Shot Learning Pipeline for Monkeypox Skin Disease Classification Using CNN Feature Extractors
图 1 · 摘自论文原文
  • 冻结预训练CNN提取特征,用最近中心法分类
  • MobileNetV2_100在多数据集上表现最佳,10次采样达92.3%
  • 跨数据集测试显示二分类稳定,多分类易受领域偏移影响

尽管卷积神经网络在疾病分类中表现优异,但其性能通常依赖大量标注数据,这对新兴或罕见疾病(如猴痘)不现实。为此,我们提出一种基于Few-Shot Learning(FSL)的框架,采用SimpleShot——一种轻量级、非参数化、归纳式分类器,从有限标注样本中识别猴痘及类似皮疹。该流程将皮肤病变图像输入冻结的预训练CNN主干网络以获取特征嵌入,并在归一化嵌入空间中通过最近中心比较进行分类。我们在一致实验设置下系统评估了六种主流CNN主干网络。在三个公开数据集(MSLD v1.0、MSID、MSLD v2.0)上,分别进行2/4/6类任务,配置1/5/10次采样。其中,MobileNetV2_100始终表现最优。此外,跨数据集评估表明,猴痘与其它病种的二分类迁移仍较稳定,而多分类性能在领域偏移下显著下降。结果证明,结合归纳式FSL与轻量级CNN主干具有实用价值,并强调了领域鲁棒性对临床部署的重要性。

原文摘要 · Abstract (English)

Despite the strong performance of Convolutional Neural Networks (CNNs) in disease classification, their effectiveness often depends on access to large annotated datasets, which is an impractical requirement for emerging or rare conditions such as Monkeypox. To overcome this limitation, we propose a few-shot learning (FSL) framework that employs SimpleShot, a lightweight, non-parametric, inductive classifier, for Monkeypox and pox-like skin disease recognition from limited labeled examples. The proposed pipeline passes the skin lesion images through a frozen, pretrained CNN backbone to obtain feature embeddings, which are then classified via SimpleShot using nearest-centroid comparisons in a normalized embedding space. We systematically benchmark six widely used CNN backbones as feature extractors under consistent experimental settings, enabling fair comparison. Experiments on three publicly available datasets (MSLD v1.0, MSID, and MSLD v2.0) are conducted across 2-way, 4-way, and 6-way tasks with 1-shot, 5-shot, and 10-shot configurations. Among all models, MobileNetV2_100 consistently achieves the highest accuracy. In addition, we present a cross-dataset evaluation for Monkeypox classification, revealing that binary Mpox-vs-Others transfer remains comparatively stable while multi-class performance degrades significantly under domain shift. Together, these results demonstrate the practical utility of combining inductive FSL methods with lightweight CNN backbones and highlight the importance of domain robustness for reliable real-world clinical deployment.

少样本学习皮肤病分类CNN特征提取猴痘检测

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。