paper-with-me

Papers

RobustEMD: Domain Robust Matching for Cross-domain Few-shot Medical Image Segmentation

2024-10-01 · Yazhou Zhu, Minxian Li, Qiaolin Ye, Shidong Wang, Tong Xin, Haofeng Zhang

Few-shot medical image segmentation (FSMIS) aims to perform the limited annotated data learning in the medical image analysis scope. Despite the progress has been achieved, current FSMIS models are all trained and deployed on the same data domain, as is not consistent with the clinical reality that medical imaging data is always across different data domains (e.g. imaging modalities, institutions and equipment sequences). How to enhance the FSMIS models to generalize well across the different specific medical imaging domains? In this paper, we focus on the matching mechanism of the few-shot semantic segmentation models and introduce an Earth Mover's Distance (EMD) calculation based domain robust matching mechanism for the cross-domain scenario. Specifically, we formulate the EMD transportation process between the foreground support-query features, the texture structure aware weights generation method, which proposes to perform the sobel based image gradient calculation over the nodes, is introduced in the EMD matching flow to restrain the domain relevant nodes. Besides, the point set level distance measurement metric is introduced to calculated the cost for the transportation from support set nodes to query set nodes. To evaluate the performance of our model, we conduct experiments on three scenarios (i.e., cross-modal, cross-sequence and cross-institution), which includes eight medical datasets and involves three body regions, and the results demonstrate that our model achieves the SoTA performance against the compared models.

📄 PDF Abstract BibTeX arXiv:2410.01110

Code (1)

YazhouZhu19/RobustEMD 공식 구현 pytorch

Tasks

Cross-Domain Few-ShotFew-Shot Semantic SegmentationImage SegmentationMedical Image AnalysisMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Zero-Shot Cross-Domain Code Search without Fine-Tuning

2025-04-10 · Keyu Liang, Zhongxin Liu, Chao Liu, Zhiyuan Wan 외

Code search aims to retrieve semantically relevant code snippets for natural language queries. While pre-trained language models (PLMs) have shown remarkable performance in this task, they struggle in cross-domain scenar…

Code SearchNatural Language Queries

Dual-Agent Optimization framework for Cross-Domain Few-Shot Segmentation

2025-01-01 · CVPR 2025 1 · Zhaoyang Li, YuAn Wang, Wangkai Li, Tianzhu Zhang 외

Cross-Domain Few-Shot Segmentation (CD-FSS) extends the generalization ability of Few-Shot Segmentation (FSS) beyond a single domain, enabling more practical applications. However, directly employing conventional FSS…

Cross-Domain Few-ShotDomain AdaptationSensitivity

Matching Targets Across Domains with RADON, the Re-Identification Across Domain Network

2021-05-25 · Cassandra Burgess, Cordelia Neisinger, Rafael Dinner

We present a novel convolutional neural network that learns to match images of an object taken from different viewpoints or by different optical sensors. Our Re-Identification Across Domain Network (RADON) scores pairs o…

Person Identification

DARNet: Bridging Domain Gaps in Cross-Domain Few-Shot Segmentation with Dynamic Adaptation

2023-12-08 · Haoran Fan, Qi Fan, Maurice Pagnucco, Yang song

Few-shot segmentation (FSS) aims to segment novel classes in a query image by using only a small number of supporting images from base classes. However, in cross-domain few-shot segmentation (CD-FSS), leveraging features…

Cross-Domain Few-ShotSegmentationSpecificityTest-time Adaptation

FAMNet: Frequency-aware Matching Network for Cross-domain Few-shot Medical Image Segmentation

2024-12-12 · Yuntian Bo, Yazhou Zhu, Lunbo Li, Haofeng Zhang

Existing few-shot medical image segmentation (FSMIS) models fail to address a practical issue in medical imaging: the domain shift caused by different imaging techniques, which limits the applicability to current FSMIS t…

Cross-Domain Few-ShotDomain GeneralizationFew-Shot Semantic SegmentationImage Segmentation+4