Deep Mutual Learning among Partially Labeled Datasets for Multi-Organ Segmentation

Read original: arXiv:2407.12611 - Published 7/18/2024 by Xiaoyu Liu, Linhao Qu, Ziyue Xie, Yonghong Shi, Zhijian Song
Total Score

0

Deep Mutual Learning among Partially Labeled Datasets for Multi-Organ Segmentation

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper proposes a "Deep Mutual Learning" approach to address the challenge of multi-organ segmentation in medical imaging, where datasets are often only partially labeled.
  • The key idea is to leverage knowledge across partially labeled datasets through a mutual learning process, where two neural networks learn from each other in a collaborative manner.
  • This approach aims to improve segmentation performance compared to training on a single, partially labeled dataset.

Plain English Explanation

In the field of medical imaging, the task of segmenting multiple organs in an image is a crucial step for various clinical applications. However, this can be challenging because the datasets used to train the models often have only partial labeling, meaning not all the organs are identified in every image.

To address this issue, the researchers in this paper developed a novel approach called "Deep Mutual Learning." The core idea is to have two neural networks, or "models," that learn from each other in a collaborative way. One model is trained on one partially labeled dataset, while the other model is trained on a different partially labeled dataset. The models then share information and learn from each other, a process known as "mutual learning."

By doing this, the models can gain knowledge from each other and improve their segmentation performance, even though the datasets they were trained on were only partially labeled. This is a clever way to overcome the limitations of having incomplete labeling in the training data.

The researchers demonstrate that their Deep Mutual Learning approach outperforms training a single model on a partially labeled dataset. This is an important advancement, as it can lead to more accurate multi-organ segmentation in medical imaging, which is crucial for various clinical applications, such as disease diagnosis and treatment planning.

Technical Explanation

The key technical components of the Deep Mutual Learning approach are:

  1. Partially Labeled Datasets: The researchers assume that the training data for multi-organ segmentation consists of partially labeled datasets, where not all organs are annotated in every image.

  2. Mutual Learning Framework: The approach involves training two neural networks, or "student" models, in a collaborative manner. Each student model is trained on a different partially labeled dataset, and they learn from each other through a mutual learning process.

  3. Knowledge Distillation: The mutual learning is facilitated through a knowledge distillation technique, where the outputs of one student model are used to guide the training of the other student model, and vice versa.

  4. Consistency Regularization: The researchers also introduce a consistency regularization term in the loss function, which encourages the outputs of the two student models to be similar for the same input.

The researchers evaluate their Deep Mutual Learning approach on several multi-organ segmentation datasets and show that it outperforms training a single model on a partially labeled dataset. They also demonstrate that the mutual learning process can effectively transfer knowledge between the student models, leading to improved segmentation performance.

Critical Analysis

One potential limitation of the Deep Mutual Learning approach is that it requires two partially labeled datasets, which may not always be available in practice. The researchers acknowledge this and suggest exploring ways to leverage additional unlabeled data or incorporate prior knowledge to further improve the performance.

Additionally, the paper does not provide a detailed analysis of the computational complexity or training time of the proposed method, which could be important considerations for real-world deployment.

Another area for further research could be exploring the robustness of the Deep Mutual Learning approach to different types of data distributions or organ variations across the partially labeled datasets.

Overall, the Deep Mutual Learning approach is a promising solution for addressing the challenge of multi-organ segmentation in medical imaging, particularly when dealing with partially labeled datasets. The researchers have demonstrated the effectiveness of their method, and the ideas presented in the paper could inspire further advancements in this important field.

Conclusion

The Deep Mutual Learning approach proposed in this paper offers a novel solution to the problem of multi-organ segmentation in medical imaging, where the training data consists of partially labeled datasets. By leveraging a mutual learning process between two student models, the method can effectively transfer knowledge and improve segmentation performance, even in the absence of complete labeling.

This research represents an important step forward in addressing the challenges of medical image segmentation, which is critical for various clinical applications. The findings could have far-reaching implications, potentially leading to more accurate diagnosis, treatment planning, and overall patient care in the healthcare domain.

While the paper identifies some limitations and areas for further research, the Deep Mutual Learning approach is a promising contribution to the field of medical image analysis and segmentation. The ideas presented in this work could inspire future advancements and encourage the development of more effective techniques for leveraging partially labeled data in complex computer vision tasks.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Deep Mutual Learning among Partially Labeled Datasets for Multi-Organ Segmentation
Total Score

0

Deep Mutual Learning among Partially Labeled Datasets for Multi-Organ Segmentation

Xiaoyu Liu, Linhao Qu, Ziyue Xie, Yonghong Shi, Zhijian Song

The task of labeling multiple organs for segmentation is a complex and time-consuming process, resulting in a scarcity of comprehensively labeled multi-organ datasets while the emergence of numerous partially labeled datasets. Current methods are inadequate in effectively utilizing the supervised information available from these datasets, thereby impeding the progress in improving the segmentation accuracy. This paper proposes a two-stage multi-organ segmentation method based on mutual learning, aiming to improve multi-organ segmentation performance by complementing information among partially labeled datasets. In the first stage, each partial-organ segmentation model utilizes the non-overlapping organ labels from different datasets and the distinct organ features extracted by different models, introducing additional mutual difference learning to generate higher quality pseudo labels for unlabeled organs. In the second stage, each full-organ segmentation model is supervised by fully labeled datasets with pseudo labels and leverages true labels from other datasets, while dynamically sharing accurate features across different models, introducing additional mutual similarity learning to enhance multi-organ segmentation performance. Extensive experiments were conducted on nine datasets that included the head and neck, chest, abdomen, and pelvis. The results indicate that our method has achieved SOTA performance in segmentation tasks that rely on partial labels, and the ablation studies have thoroughly confirmed the efficacy of the mutual learning mechanism.

Read more

7/18/2024

GuidedNet: Semi-Supervised Multi-Organ Segmentation via Labeled Data Guide Unlabeled Data
Total Score

0

GuidedNet: Semi-Supervised Multi-Organ Segmentation via Labeled Data Guide Unlabeled Data

Haochen Zhao, Hui Meng, Deqian Yang, Xiaozheng Xie, Xiaoze Wu, Qingfeng Li, Jianwei Niu

Semi-supervised multi-organ medical image segmentation aids physicians in improving disease diagnosis and treatment planning and reduces the time and effort required for organ annotation.Existing state-of-the-art methods train the labeled data with ground truths and train the unlabeled data with pseudo-labels. However, the two training flows are separate, which does not reflect the interrelationship between labeled and unlabeled data.To address this issue, we propose a semi-supervised multi-organ segmentation method called GuidedNet, which leverages the knowledge from labeled data to guide the training of unlabeled data. The primary goals of this study are to improve the quality of pseudo-labels for unlabeled data and to enhance the network's learning capability for both small and complex organs.A key concept is that voxel features from labeled and unlabeled data that are close to each other in the feature space are more likely to belong to the same class.On this basis, a 3D Consistent Gaussian Mixture Model (3D-CGMM) is designed to leverage the feature distributions from labeled data to rectify the generated pseudo-labels.Furthermore, we introduce a Knowledge Transfer Cross Pseudo Supervision (KT-CPS) strategy, which leverages the prior knowledge obtained from the labeled data to guide the training of the unlabeled data, thereby improving the segmentation accuracy for both small and complex organs. Extensive experiments on two public datasets, FLARE22 and AMOS, demonstrated that GuidedNet is capable of achieving state-of-the-art performance. The source code with our proposed model are available at https://github.com/kimjisoo12/GuidedNet.

Read more

9/4/2024

Labeled-to-Unlabeled Distribution Alignment for Partially-Supervised Multi-Organ Medical Image Segmentation
Total Score

0

Labeled-to-Unlabeled Distribution Alignment for Partially-Supervised Multi-Organ Medical Image Segmentation

Xixi Jiang, Dong Zhang, Xiang Li, Kangyi Liu, Kwang-Ting Cheng, Xin Yang

Partially-supervised multi-organ medical image segmentation aims to develop a unified semantic segmentation model by utilizing multiple partially-labeled datasets, with each dataset providing labels for a single class of organs. However, the limited availability of labeled foreground organs and the absence of supervision to distinguish unlabeled foreground organs from the background pose a significant challenge, which leads to a distribution mismatch between labeled and unlabeled pixels. Although existing pseudo-labeling methods can be employed to learn from both labeled and unlabeled pixels, they are prone to performance degradation in this task, as they rely on the assumption that labeled and unlabeled pixels have the same distribution. In this paper, to address the problem of distribution mismatch, we propose a labeled-to-unlabeled distribution alignment (LTUDA) framework that aligns feature distributions and enhances discriminative capability. Specifically, we introduce a cross-set data augmentation strategy, which performs region-level mixing between labeled and unlabeled organs to reduce distribution discrepancy and enrich the training set. Besides, we propose a prototype-based distribution alignment method that implicitly reduces intra-class variation and increases the separation between the unlabeled foreground and background. This can be achieved by encouraging consistency between the outputs of two prototype classifiers and a linear classifier. Extensive experimental results on the AbdomenCT-1K dataset and a union of four benchmark datasets (including LiTS, MSD-Spleen, KiTS, and NIH82) demonstrate that our method outperforms the state-of-the-art partially-supervised methods by a considerable margin, and even surpasses the fully-supervised methods. The source code is publicly available at https://github.com/xjiangmed/LTUDA.

Read more

9/6/2024

One model to use them all: Training a segmentation model with complementary datasets
Total Score

0

One model to use them all: Training a segmentation model with complementary datasets

Alexander C. Jenke, Sebastian Bodenstedt, Fiona R. Kolbinger, Marius Distler, Jurgen Weitz, Stefanie Speidel

Understanding a surgical scene is crucial for computer-assisted surgery systems to provide any intelligent assistance functionality. One way of achieving this scene understanding is via scene segmentation, where every pixel of a frame is classified and therefore identifies the visible structures and tissues. Progress on fully segmenting surgical scenes has been made using machine learning. However, such models require large amounts of annotated training data, containing examples of all relevant object classes. Such fully annotated datasets are hard to create, as every pixel in a frame needs to be annotated by medical experts and, therefore, are rarely available. In this work, we propose a method to combine multiple partially annotated datasets, which provide complementary annotations, into one model, enabling better scene segmentation and the use of multiple readily available datasets. Our method aims to combine available data with complementary labels by leveraging mutual exclusive properties to maximize information. Specifically, we propose to use positive annotations of other classes as negative samples and to exclude background pixels of binary annotations, as we cannot tell if they contain a class not annotated but predicted by the model. We evaluate our method by training a DeepLabV3 on the publicly available Dresden Surgical Anatomy Dataset, which provides multiple subsets of binary segmented anatomical structures. Our approach successfully combines 6 classes into one model, increasing the overall Dice Score by 4.4% compared to an ensemble of models trained on the classes individually. By including information on multiple classes, we were able to reduce confusion between stomach and colon by 24%. Our results demonstrate the feasibility of training a model on multiple datasets. This paves the way for future work further alleviating the need for one large, fully segmented datasets.

Read more

4/8/2024