Table of Contents
Fetching ...

Label Sharing Incremental Learning Framework for Independent Multi-Label Segmentation Tasks

Deepa Anand, Bipul Das, Vyshnav Dangeti, Antony Jerald, Rakesh Mullick, Uday Patil, Pakhi Sharma, Prasad Sudhakar

TL;DR

A novel label sharing framework is proposed where a shared common label space is constructed and each of the individual label sets are systematically mapped to the common labels, which transforms multiple datasets with disparate label sets into a single large dataset with shared labels and therefore all the segmentation tasks can be addressed by learning a single model.

Abstract

In a setting where segmentation models have to be built for multiple datasets, each with its own corresponding label set, a straightforward way is to learn one model for every dataset and its labels. Alternatively, multi-task architectures with shared encoders and multiple segmentation heads or shared weights with compound labels can also be made use of. This work proposes a novel label sharing framework where a shared common label space is constructed and each of the individual label sets are systematically mapped to the common labels. This transforms multiple datasets with disparate label sets into a single large dataset with shared labels, and therefore all the segmentation tasks can be addressed by learning a single model. This eliminates the need for task specific adaptations in network architectures and also results in parameter and data efficient models. Furthermore, label sharing framework is naturally amenable for incremental learning where segmentations for new datasets can be easily learnt. We experimentally validate our method on various medical image segmentation datasets, each involving multi-label segmentation. Furthermore, we demonstrate the efficacy of the proposed method in terms of performance and incremental learning ability vis-a-vis alternative methods.

Label Sharing Incremental Learning Framework for Independent Multi-Label Segmentation Tasks

TL;DR

A novel label sharing framework is proposed where a shared common label space is constructed and each of the individual label sets are systematically mapped to the common labels, which transforms multiple datasets with disparate label sets into a single large dataset with shared labels and therefore all the segmentation tasks can be addressed by learning a single model.

Abstract

In a setting where segmentation models have to be built for multiple datasets, each with its own corresponding label set, a straightforward way is to learn one model for every dataset and its labels. Alternatively, multi-task architectures with shared encoders and multiple segmentation heads or shared weights with compound labels can also be made use of. This work proposes a novel label sharing framework where a shared common label space is constructed and each of the individual label sets are systematically mapped to the common labels. This transforms multiple datasets with disparate label sets into a single large dataset with shared labels, and therefore all the segmentation tasks can be addressed by learning a single model. This eliminates the need for task specific adaptations in network architectures and also results in parameter and data efficient models. Furthermore, label sharing framework is naturally amenable for incremental learning where segmentations for new datasets can be easily learnt. We experimentally validate our method on various medical image segmentation datasets, each involving multi-label segmentation. Furthermore, we demonstrate the efficacy of the proposed method in terms of performance and incremental learning ability vis-a-vis alternative methods.

Paper Structure

This paper contains 14 sections, 5 figures, 3 tables.

Figures (5)

  • Figure 1: Schematic of the proposed label sharing framework. The tasks with identically coloured boxes on the left share a common attribute and hence they are included in the same shared label, as shown after the label grouping block. The black square $\blacksquare$ represents the unavailability of a label from a particular task to be included.
  • Figure 2: Projection images and the corresponding masks, for hip, tibial Plateau and foot metatarsal respectively
  • Figure 3: Illustration of segmentation performance across 14 anatomies (3 + 1 incremental tasks) on TotalSegmentator dataset
  • Figure 4: Dice comparison of the proposed Label Sharing methods with other methods shows no significant degradation compared to other models while offering incremental learning ability without modifying the architecture and a smaller parameter set
  • Figure 5: Comparison of Hausdorff distance between the different methods demonstrates higher effectiveness of the proposed method to other parallel methods other than individual models which are parameter heavy