CVOct 31, 2023

From Denoising Training to Test-Time Adaptation: Enhancing Domain Generalization for Medical Image Segmentation

arXiv:2310.20271v240 citationsh-index: 17Has Code
AI Analysis

It addresses domain shifts in medical imaging, a critical issue for healthcare applications, but is incremental as it builds on existing self-supervised and U-Net methods.

The paper tackles domain generalization in medical image segmentation by proposing DeY-Net with denoising training and DeTTA for test-time adaptation, achieving state-of-the-art results on liver segmentation benchmarks.

In medical image segmentation, domain generalization poses a significant challenge due to domain shifts caused by variations in data acquisition devices and other factors. These shifts are particularly pronounced in the most common scenario, which involves only single-source domain data due to privacy concerns. To address this, we draw inspiration from the self-supervised learning paradigm that effectively discourages overfitting to the source domain. We propose the Denoising Y-Net (DeY-Net), a novel approach incorporating an auxiliary denoising decoder into the basic U-Net architecture. The auxiliary decoder aims to perform denoising training, augmenting the domain-invariant representation that facilitates domain generalization. Furthermore, this paradigm provides the potential to utilize unlabeled data. Building upon denoising training, we propose Denoising Test Time Adaptation (DeTTA) that further: (i) adapts the model to the target domain in a sample-wise manner, and (ii) adapts to the noise-corrupted input. Extensive experiments conducted on widely-adopted liver segmentation benchmarks demonstrate significant domain generalization improvements over our baseline and state-of-the-art results compared to other methods. Code is available at https://github.com/WenRuxue/DeTTA.

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