CVJul 31, 2023

Domain Adaptation for Medical Image Segmentation using Transformation-Invariant Self-Training

arXiv:2307.16660v118 citationsh-index: 38
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for medical image segmentation, which is crucial for handling distribution gaps across imaging devices, but it is incremental as it builds on existing self-training techniques.

The paper tackled the problem of unreliable pseudo-labels in self-training for domain adaptation in medical image segmentation by proposing a transformation-invariant self-training method that filters uncertain detections, resulting in improved segmentation performance in the target domain across three medical image modalities and two network architectures.

Models capable of leveraging unlabelled data are crucial in overcoming large distribution gaps between the acquired datasets across different imaging devices and configurations. In this regard, self-training techniques based on pseudo-labeling have been shown to be highly effective for semi-supervised domain adaptation. However, the unreliability of pseudo labels can hinder the capability of self-training techniques to induce abstract representation from the unlabeled target dataset, especially in the case of large distribution gaps. Since the neural network performance should be invariant to image transformations, we look to this fact to identify uncertain pseudo labels. Indeed, we argue that transformation invariant detections can provide more reasonable approximations of ground truth. Accordingly, we propose a semi-supervised learning strategy for domain adaptation termed transformation-invariant self-training (TI-ST). The proposed method assesses pixel-wise pseudo-labels' reliability and filters out unreliable detections during self-training. We perform comprehensive evaluations for domain adaptation using three different modalities of medical images, two different network architectures, and several alternative state-of-the-art domain adaptation methods. Experimental results confirm the superiority of our proposed method in mitigating the lack of target domain annotation and boosting segmentation performance in the target domain.

Code Implementations1 repo
Foundations

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

Your Notes