CVAILGJan 17, 2023

SegViz: A federated-learning based framework for multi-organ segmentation on heterogeneous data sets with partial annotations

arXiv:2301.07074v31 citationsh-index: 19Has Code
AI Analysis

This addresses the challenge of expensive and scarce manual annotations in medical imaging for researchers and clinicians, though it is incremental as it applies existing federated learning methods to a specific domain.

The paper tackles the problem of training segmentation models from distributed medical datasets with partial annotations by proposing SegViz, a federated learning framework, which achieved dice scores of 0.93, 0.83, 0.55, and 0.75 for liver, spleen, pancreas, and kidneys, significantly outperforming baselines in most cases.

Segmentation is one of the most primary tasks in deep learning for medical imaging, owing to its multiple downstream clinical applications. However, generating manual annotations for medical images is time-consuming, requires high skill, and is an expensive effort, especially for 3D images. One potential solution is to aggregate knowledge from partially annotated datasets from multiple groups to collaboratively train global models using Federated Learning. To this end, we propose SegViz, a federated learning-based framework to train a segmentation model from distributed non-i.i.d datasets with partial annotations. The performance of SegViz was compared against training individual models separately on each dataset as well as centrally aggregating all the datasets in one place and training a single model. The SegViz framework using FedBN as the aggregation strategy demonstrated excellent performance on the external BTCV set with dice scores of 0.93, 0.83, 0.55, and 0.75 for segmentation of liver, spleen, pancreas, and kidneys, respectively, significantly ($p<0.05$) better (except spleen) than the dice scores of 0.87, 0.83, 0.42, and 0.48 for the baseline models. In contrast, the central aggregation model significantly ($p<0.05$) performed poorly on the test dataset with dice scores of 0.65, 0, 0.55, and 0.68. Our results demonstrate the potential of the SegViz framework to train multi-task models from distributed datasets with partial labels. All our implementations are open-source and available at https://anonymous.4open.science/r/SegViz-B746

Foundations

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

Your Notes