paper-with-me

Papers

Generalizing Segmentation Foundation Model Under Sim-to-real Domain-shift for Guidewire Segmentation in X-ray Fluoroscopy

2024-10-09 · Yuxuan Wen, Evgenia Roussinova, Olivier Brina, Paolo Machi, Mohamed Bouri

Guidewire segmentation during endovascular interventions holds the potential to significantly enhance procedural accuracy, improving visualization and providing critical feedback that can support both physicians and robotic systems in navigating complex vascular pathways. Unlike supervised segmentation networks, which need many expensive expert-annotated labels, sim-to-real domain adaptation approaches utilize synthetic data from simulations, offering a cost-effective solution. The success of models like Segment-Anything (SAM) has driven advancements in image segmentation foundation models with strong zero/few-shot generalization through prompt engineering. However, they struggle with medical images like X-ray fluoroscopy and the domain-shifts of the data. Given the challenges of acquiring annotation and the accessibility of labeled simulation data, we propose a sim-to-real domain adaption framework with a coarse-to-fine strategy to adapt SAM to X-ray fluoroscopy guidewire segmentation without any annotation on the target domain. We first generate the pseudo-labels by utilizing a simple source image style transfer technique that preserves the guidewire structure. Then, we develop a weakly supervised self-training architecture to fine-tune an end-to-end student SAM with the coarse labels by imposing consistency regularization and supervision from the teacher SAM network. We validate the effectiveness of the proposed method on a publicly available Cardiac dataset and an in-house Neurovascular dataset, where our method surpasses both pre-trained SAM and many state-of-the-art domain adaptation techniques by a large margin. Our code will be made public on GitHub soon.

📄 PDF Abstract BibTeX arXiv:2410.07460

Code (1)

Yuxuan-Wen/Sim2real-Guidewire-Seg 공식 구현 pytorch

Tasks

Domain AdaptationImage SegmentationPrompt EngineeringSegmentationSemantic SegmentationStyle Transfer

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Collaborating Foundation Models for Domain Generalized Semantic Segmentation

2023-12-15 · CVPR 2024 1 · Yasser Benigmim, Subhankar Roy, Slim Essid, Vicky Kalogeiton 외

Domain Generalized Semantic Segmentation (DGSS) deals with training a model on a labeled source domain with the aim of generalizing to unseen domains during inference. Existing DGSS methods typically effectuate robust fe…

Domain GeneralizationSegmentationSemantic Segmentation

Prompting Diffusion Models for Zero-Shot Instance Segmentation

2026-06-21 · Irem Zeynep Alagöz, Nils Morbitzer, Andrea Ramazzina, Nassir Navab 외 arxiv

Several disruptive research directions have recently emerged in computer vision, including foundation models achieving previously unseen zero-shot performance in scene understanding, even interactively, and generative mo…

Interactive SegmentationInstance SegmentationScene Understanding

Building 6G Radio Foundation Models with Transformer Architectures

2024-11-15 · Ahmed Aboulfotouh, Ashkan Eshaghbeigi, Hatem Abou-zeid

Foundation deep learning (DL) models are general models, designed to learn general, robust and adaptable representations of their target modality, enabling finetuning across a range of downstream tasks. These models are …

Self-Supervised Learning

Domain-independent Punctuation and Segmentation Insertion

2017-12-01 · IWSLT 2017 12 · Eunah Cho, Jan Niehues, Alex Waibel

Punctuation and segmentation is crucial in spoken language translation, as it has a strong impact to translation performance. However, the impact of rare or unknown words in the performance of punctuation and segmentatio…

Machine TranslationPOSSegmentationTranslation

Robustness Evaluation of a Foundation Segmentation Model Under Simulated Domain Shifts in Abdominal CT: Implications for Health Digital Twin Deployment

2026-04-28 · Sanghati Basu arxiv

Foundation segmentation models such as the Segment Anything Model (SAM) have demonstrated strong generalization across natural images; however, their robustness under clinically realistic medical imaging domain shifts re…

Medical Image Segmentation