CVJul 3, 2022

Dynamic Sub-Cluster-Aware Network for Few-Shot Skin Disease Classification

arXiv:2207.01072v215 citationsh-index: 36
AI Analysis

It addresses the problem of diagnosing rare skin diseases for medical applications, representing an incremental improvement with a novel method for a known bottleneck.

This paper tackles few-shot skin disease classification by introducing the Sub-Cluster-Aware Network (SCAN) to capture sub-clustered variations within disease classes, resulting in improved performance with gains of 2% to 5% in sensitivity, specificity, accuracy, and F1-score over state-of-the-art methods on SD-198 and Derm7pt datasets.

This paper addresses the problem of few-shot skin disease classification by introducing a novel approach called the Sub-Cluster-Aware Network (SCAN) that enhances accuracy in diagnosing rare skin diseases. The key insight motivating the design of SCAN is the observation that skin disease images within a class often exhibit multiple sub-clusters, characterized by distinct variations in appearance. To improve the performance of few-shot learning, we focus on learning a high-quality feature encoder that captures the unique sub-clustered representations within each disease class, enabling better characterization of feature distributions. Specifically, SCAN follows a dual-branch framework, where the first branch learns class-wise features to distinguish different skin diseases, and the second branch aims to learn features which can effectively partition each class into several groups so as to preserve the sub-clustered structure within each class. To achieve the objective of the second branch, we present a cluster loss to learn image similarities via unsupervised clustering. To ensure that the samples in each sub-cluster are from the same class, we further design a purity loss to refine the unsupervised clustering results. We evaluate the proposed approach on two public datasets for few-shot skin disease classification. The experimental results validate that our framework outperforms the state-of-the-art methods by around 2% to 5% in terms of sensitivity, specificity, accuracy, and F1-score on the SD-198 and Derm7pt datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes