paper-with-me

Papers

Intermediate Domain-guided Adaptation for Unsupervised Chorioallantoic Membrane Vessel Segmentation

2025-03-05 · Pengwu Song, Liang Xu, Peng Yao, Shuwei Shen, Pengfei Shao, Mingzhai Sun, Ronald X. Xu

The chorioallantoic membrane (CAM) model is widely employed in angiogenesis research, and distribution of growing blood vessels is the key evaluation indicator. As a result, vessel segmentation is crucial for quantitative assessment based on topology and morphology. However, manual segmentation is extremely time-consuming, labor-intensive, and prone to inconsistency due to its subjective nature. Moreover, research on CAM vessel segmentation algorithms remains limited, and the lack of public datasets contributes to poor prediction performance. To address these challenges, we propose an innovative Intermediate Domain-guided Adaptation (IDA) method, which utilizes the similarity between CAM images and retinal images, along with existing public retinal datasets, to perform unsupervised training on CAM images. Specifically, we introduce a Multi-Resolution Asymmetric Translation (MRAT) strategy to generate intermediate images to promote image-level interaction. Then, an Intermediate Domain-guided Contrastive Learning (IDCL) module is developed to disentangle cross-domain feature representations. This method overcomes the limitations of existing unsupervised domain adaptation (UDA) approaches, which primarily concentrate on directly source-target alignment while neglecting intermediate domain information. Notably, we create the first CAM dataset to validate the proposed algorithm. Extensive experiments on this dataset show that our method outperforms compared approaches. Moreover, it achieves superior performance in UDA tasks across retinal datasets, highlighting its strong generalization capability. The CAM dataset and source codes are available at https://github.com/Light-47/IDA.

📄 PDF Abstract BibTeX arXiv:2503.03546

Code (2)

light-47/ida 공식 구현 pytorch
pwsong-ustc/ida 공식 구현 pytorch

Tasks

Contrastive LearningDomain AdaptationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

Distribution Aligned Diffusion and Prototype-guided network for Unsupervised Domain Adaptive Segmentation

2023-03-22 · Haipeng Zhou, Lei Zhu, Yuyin Zhou

The Diffusion Probabilistic Model (DPM) has emerged as a highly effective generative model in the field of computer vision. Its intermediate latent vectors offer rich semantic information, making it an attractive option …

Manifold Criterion Guided Transfer Learning via Intermediate Domain Generation

2019-03-25 · Lei Zhang, Shan-Shan Wang, Guang-Bin Huang, WangMeng Zuo 외

In many practical transfer learning scenarios, the feature distribution is different across the source and target domains (i.e. non-i.i.d.). Maximum mean discrepancy (MMD), as a domain discrepancy metric, has achieved pr…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

ConDA: Unsupervised Domain Adaptation for LiDAR Segmentation via Regularized Domain Concatenation

2021-11-30 · Lingdong Kong, Niamul Quader, Venice Erin Liong

Transferring knowledge learned from the labeled source domain to the raw target domain for unsupervised domain adaptation (UDA) is essential to the scalable deployment of autonomous driving systems. State-of-the-art meth…

Autonomous DrivingDomain AdaptationLIDAR Semantic SegmentationSemantic Segmentation+1

Gradual Domain Adaptation without Indexed Intermediate Domains

2022-07-11 · NeurIPS 2021 12 · Hong-You Chen, Wei-Lun Chao

The effectiveness of unsupervised domain adaptation degrades when there is a large discrepancy between the source and target domains. Gradual domain adaptation (GDA) is one promising way to mitigate such an issue, by lev…

Domain AdaptationUnsupervised Domain Adaptation

Reinforced Domain Selection for Continuous Domain Adaptation

2025-10-12 · Hanbing Liu, Huaze Tang, Yanru Wu, Yang Li 외 arxiv

Continuous Domain Adaptation (CDA) effectively bridges significant domain shifts by progressively adapting from the source domain through intermediate domains to the target domain. However, selecting intermediate domains…

Reinforcement LearningDomain AdaptationRotated MNIST