CVSep 13, 2021

HCDG: A Hierarchical Consistency Framework for Domain Generalization on Medical Image Segmentation

arXiv:2109.05742v419 citations
Originality Incremental advance
AI Analysis

This work addresses domain shift issues in medical imaging, which is crucial for deploying models in real-world clinical settings, though it appears incremental by building on existing consistency-based methods.

The paper tackles the problem of domain generalization in medical image segmentation by proposing a hierarchical consistency framework (HCDG) that integrates extrinsic and intrinsic consistency schemes, achieving improved performance on unseen domains for tasks like optic cup/disc and prostate MRI segmentation.

Modern deep neural networks struggle to transfer knowledge and generalize across diverse domains when deployed to real-world applications. Currently, domain generalization (DG) is introduced to learn a universal representation from multiple domains to improve the network generalization ability on unseen domains. However, previous DG methods only focus on the data-level consistency scheme without considering the synergistic regularization among different consistency schemes. In this paper, we present a novel Hierarchical Consistency framework for Domain Generalization (HCDG) by integrating Extrinsic Consistency and Intrinsic Consistency synergistically. Particularly, for the Extrinsic Consistency, we leverage the knowledge across multiple source domains to enforce data-level consistency. To better enhance such consistency, we design a novel Amplitude Gaussian-mixing strategy into Fourier-based data augmentation called DomainUp. For the Intrinsic Consistency, we perform task-level consistency for the same instance under the dual-task scenario. We evaluate the proposed HCDG framework on two medical image segmentation tasks, i.e., optic cup/disc segmentation on fundus images and prostate MRI segmentation. Extensive experimental results manifest the effectiveness and versatility of our HCDG framework.

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