CVAIJul 18, 2024

Addressing Imbalance for Class Incremental Learning in Medical Image Classification

arXiv:2407.13768v13 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the problem of continuously learning new diseases in medical imaging, which is incremental as it builds on existing CIL techniques.

The paper tackles catastrophic forgetting in class incremental learning for medical image classification by introducing two plug-in methods to address class imbalance, and it demonstrates superior performance over state-of-the-art methods on three benchmark datasets.

Deep convolutional neural networks have made significant breakthroughs in medical image classification, under the assumption that training samples from all classes are simultaneously available. However, in real-world medical scenarios, there's a common need to continuously learn about new diseases, leading to the emerging field of class incremental learning (CIL) in the medical domain. Typically, CIL suffers from catastrophic forgetting when trained on new classes. This phenomenon is mainly caused by the imbalance between old and new classes, and it becomes even more challenging with imbalanced medical datasets. In this work, we introduce two simple yet effective plug-in methods to mitigate the adverse effects of the imbalance. First, we propose a CIL-balanced classification loss to mitigate the classifier bias toward majority classes via logit adjustment. Second, we propose a distribution margin loss that not only alleviates the inter-class overlap in embedding space but also enforces the intra-class compactness. We evaluate the effectiveness of our method with extensive experiments on three benchmark datasets (CCH5000, HAM10000, and EyePACS). The results demonstrate that our approach outperforms state-of-the-art methods.

Foundations

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

Your Notes