IVCVMay 5, 2022

Invariant Content Synergistic Learning for Domain Generalization of Medical Image Segmentation

arXiv:2205.02845v19 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses domain generalization for medical image segmentation, which is crucial for deploying models in diverse clinical settings, though it appears incremental as it builds on existing inductive bias control methods.

The paper tackles the problem of deep neural networks failing to generalize to unseen medical image datasets due to style bias, proposing Invariant Content Synergistic Learning (ICSL) to improve generalization by mixing styles and focusing on invariant content, with results showing it outperforms state-of-the-art domain generalization methods on two segmentation tasks.

While achieving remarkable success for medical image segmentation, deep convolution neural networks (DCNNs) often fail to maintain their robustness when confronting test data with the novel distribution. To address such a drawback, the inductive bias of DCNNs is recently well-recognized. Specifically, DCNNs exhibit an inductive bias towards image style (e.g., superficial texture) rather than invariant content (e.g., object shapes). In this paper, we propose a method, named Invariant Content Synergistic Learning (ICSL), to improve the generalization ability of DCNNs on unseen datasets by controlling the inductive bias. First, ICSL mixes the style of training instances to perturb the training distribution. That is to say, more diverse domains or styles would be made available for training DCNNs. Based on the perturbed distribution, we carefully design a dual-branches invariant content synergistic learning strategy to prevent style-biased predictions and focus more on the invariant content. Extensive experimental results on two typical medical image segmentation tasks show that our approach performs better than state-of-the-art domain generalization methods.

Foundations

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

Your Notes