IVCVLGMar 4, 2022

Learning Incrementally to Segment Multiple Organs in a CT Image

arXiv:2203.02100v132 citationsh-index: 78Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of incremental learning for medical image segmentation, which is incremental as it builds on existing methods to handle new organ categories without access to old data.

The paper tackles the problem of learning to segment multiple organs from CT images using partially annotated, sequentially constructed datasets, and discovers that catastrophic forgetting is less severe in this domain while proposing a method to stabilize performance across incremental stages.

There exists a large number of datasets for organ segmentation, which are partially annotated and sequentially constructed. A typical dataset is constructed at a certain time by curating medical images and annotating the organs of interest. In other words, new datasets with annotations of new organ categories are built over time. To unleash the potential behind these partially labeled, sequentially-constructed datasets, we propose to incrementally learn a multi-organ segmentation model. In each incremental learning (IL) stage, we lose the access to previous data and annotations, whose knowledge is assumingly captured by the current model, and gain the access to a new dataset with annotations of new organ categories, from which we learn to update the organ segmentation model to include the new organs. While IL is notorious for its `catastrophic forgetting' weakness in the context of natural image analysis, we experimentally discover that such a weakness mostly disappears for CT multi-organ segmentation. To further stabilize the model performance across the IL stages, we introduce a light memory module and some loss functions to restrain the representation of different categories in feature space, aggregating feature representation of the same class and separating feature representation of different classes. Extensive experiments on five open-sourced datasets are conducted to illustrate the effectiveness of our method.

Foundations

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

Your Notes