Table of Contents
Fetching ...

Federated Semi-supervised Learning for Medical Image Segmentation with intra-client and inter-client Consistency

Yubin Zheng, Peng Tang, Tianjie Ju, Weidong Qiu, Bo Yan

TL;DR

A novel federated semi-supervised learning framework for medical image segmentation incorporating intra-client and inter-client consistency learning incorporating intra-client and inter-client consistency learning is proposed to expand the feature search space and learn the ensemble knowledge of different clients.

Abstract

Medical image segmentation plays a vital role in clinic disease diagnosis and medical image analysis. However, labeling medical images for segmentation task is tough due to the indispensable domain expertise of radiologists. Furthermore, considering the privacy and sensitivity of medical images, it is impractical to build a centralized segmentation dataset from different medical institutions. Federated learning aims to train a shared model of isolated clients without local data exchange which aligns well with the scarcity and privacy characteristics of medical data. To solve the problem of labeling hard, many advanced semi-supervised methods have been proposed in a centralized data setting. As for federated learning, how to conduct semi-supervised learning under this distributed scenario is worth investigating. In this work, we propose a novel federated semi-supervised learning framework for medical image segmentation. The intra-client and inter-client consistency learning are introduced to smooth predictions at the data level and avoid confirmation bias of local models. They are achieved with the assistance of a Variational Autoencoder (VAE) trained collaboratively by clients. The added VAE model plays three roles: 1) extracting latent low-dimensional features of all labeled and unlabeled data; 2) performing a novel type of data augmentation in calculating intra-client consistency loss; 3) utilizing the generative ability of itself to conduct inter-client consistency distillation. The proposed framework is compared with other federated semi-supervised or self-supervised learning methods. The experimental results illustrate that our method outperforms the state-of-the-art method while avoiding a lot of computation and communication overhead.

Federated Semi-supervised Learning for Medical Image Segmentation with intra-client and inter-client Consistency

TL;DR

A novel federated semi-supervised learning framework for medical image segmentation incorporating intra-client and inter-client consistency learning incorporating intra-client and inter-client consistency learning is proposed to expand the feature search space and learn the ensemble knowledge of different clients.

Abstract

Medical image segmentation plays a vital role in clinic disease diagnosis and medical image analysis. However, labeling medical images for segmentation task is tough due to the indispensable domain expertise of radiologists. Furthermore, considering the privacy and sensitivity of medical images, it is impractical to build a centralized segmentation dataset from different medical institutions. Federated learning aims to train a shared model of isolated clients without local data exchange which aligns well with the scarcity and privacy characteristics of medical data. To solve the problem of labeling hard, many advanced semi-supervised methods have been proposed in a centralized data setting. As for federated learning, how to conduct semi-supervised learning under this distributed scenario is worth investigating. In this work, we propose a novel federated semi-supervised learning framework for medical image segmentation. The intra-client and inter-client consistency learning are introduced to smooth predictions at the data level and avoid confirmation bias of local models. They are achieved with the assistance of a Variational Autoencoder (VAE) trained collaboratively by clients. The added VAE model plays three roles: 1) extracting latent low-dimensional features of all labeled and unlabeled data; 2) performing a novel type of data augmentation in calculating intra-client consistency loss; 3) utilizing the generative ability of itself to conduct inter-client consistency distillation. The proposed framework is compared with other federated semi-supervised or self-supervised learning methods. The experimental results illustrate that our method outperforms the state-of-the-art method while avoiding a lot of computation and communication overhead.
Paper Structure (18 sections, 8 equations, 6 figures, 2 tables, 2 algorithms)

This paper contains 18 sections, 8 equations, 6 figures, 2 tables, 2 algorithms.

Figures (6)

  • Figure 1: The intra-client and inter-client consistency learning mechanism.
  • Figure 2: The overall architecture of the proposed federated semi-supervised learning framework. The red box shows the training process for each client's local model. The inter-client consistency distillation process is illustrated in the blue box.
  • Figure 3: The cardiac segmentation performance of our approach with different ratio of labeled data.
  • Figure 4: Visual comparison of the segmentation results predicted by different methods on ACDC and ISIC datasets.
  • Figure 5: The comparison of features $z$ between the combined VAE-UNet model (second row) and a single VAE model (first row). Red points denote the samples with dice coefficient higher than 0.9 while blue points with dice coefficient lower than 0.9. avg_d is the average Euclidean distance of $z$ vectors.
  • ...and 1 more figures