paper-with-me

Papers

Contrastive Semi-supervised Learning for Domain Adaptive Segmentation Across Similar Anatomical Structures

2022-08-18 · Ran Gu, Jingyang Zhang, Guotai Wang, Wenhui Lei, Tao Song, Xiaofan Zhang, Kang Li, Shaoting Zhang

Convolutional Neural Networks (CNNs) have achieved state-of-the-art performance for medical image segmentation, yet need plenty of manual annotations for training. Semi-Supervised Learning (SSL) methods are promising to reduce the requirement of annotations, but their performance is still limited when the dataset size and the number of annotated images are small. Leveraging existing annotated datasets with similar anatomical structures to assist training has a potential for improving the model's performance. However, it is further challenged by the cross-anatomy domain shift due to the different appearance and even imaging modalities from the target structure. To solve this problem, we propose Contrastive Semi-supervised learning for Cross Anatomy Domain Adaptation (CS-CADA) that adapts a model to segment similar structures in a target domain, which requires only limited annotations in the target domain by leveraging a set of existing annotated images of similar structures in a source domain. We use Domain-Specific Batch Normalization (DSBN) to individually normalize feature maps for the two anatomical domains, and propose a cross-domain contrastive learning strategy to encourage extracting domain invariant features. They are integrated into a Self-Ensembling Mean-Teacher (SE-MT) framework to exploit unlabeled target domain images with a prediction consistency constraint. Extensive experiments show that our CS-CADA is able to solve the challenging cross-anatomy domain shift problem, achieving accurate segmentation of coronary arteries in X-ray images with the help of retinal vessel images and cardiac MR images with the help of fundus images, respectively, given only a small number of annotations in the target domain.

📄 PDF Abstract BibTeX arXiv:2208.08605

Code (1)

hilab-git/dag4mia pytorch

Tasks

AnatomyContrastive LearningDomain AdaptationImage SegmentationMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Domain Adaptation for Semantic Segmentation via Patch-Wise Contrastive Learning

2021-04-22 · Weizhe Liu, David Ferstl, Samuel Schulter, Lukas Zebedin 외

We introduce a novel approach to unsupervised and semi-supervised domain adaptation for semantic segmentation. Unlike many earlier methods that rely on adversarial learning for feature alignment, we leverage contrastive …

Contrastive LearningDomain AdaptationSegmentationSemantic Segmentation+1

Semi-supervised Domain Adaptive Medical Image Segmentation through Consistency Regularized Disentangled Contrastive Learning

2023-07-06 · Hritam Basak, Zhaozheng Yin

Although unsupervised domain adaptation (UDA) is a promising direction to alleviate domain shift, they fall short of their supervised counterparts. In this work, we investigate relatively less explored semi-supervised do…

Contrastive LearningDecoderDomain AdaptationImage Segmentation+6

ACTION++: Improving Semi-supervised Medical Image Segmentation with Adaptive Anatomical Contrast

2023-04-05 · Chenyu You, Weicheng Dai, Yifei Min, Lawrence Staib 외

Medical data often exhibits long-tail distributions with heavy class imbalance, which naturally leads to difficulty in classifying the minority classes (i.e., boundary regions or rare objects). Recent work has significan…

Contrastive LearningImage SegmentationMedical Image SegmentationSemantic Segmentation+1

Semi-Supervised Semantic Segmentation with Pixel-Level Contrastive Learning from a Class-wise Memory Bank

2021-04-27 · ICCV 2021 10 · Inigo Alonso, Alberto Sabater, David Ferstl, Luis Montesano 외

This work presents a novel approach for semi-supervised semantic segmentation. The key element of this approach is our contrastive learning module that enforces the segmentation network to yield similar pixel-level featu…

Contrastive LearningDomain AdaptationRepresentation LearningSegmentation+3

Exploring Feature Representation Learning for Semi-supervised Medical Image Segmentation

2021-11-22 · Huimin Wu, Xiaomeng Li, Kwang-Ting Cheng

This paper presents a simple yet effective two-stage framework for semi-supervised medical image segmentation. Unlike prior state-of-the-art semi-supervised segmentation methods that predominantly rely on pseudo supervis…

Contrastive LearningImage SegmentationMedical Image SegmentationRepresentation Learning+4