paper-with-me

홈 › Papers

ZoDi: Zero-Shot Domain Adaptation with Diffusion-Based Image Transfer

2024-03-20 · Hiroki Azuma, Yusuke Matsui, Atsuto Maki

Deep learning models achieve high accuracy in segmentation tasks among others, yet domain shift often degrades the models' performance, which can be critical in real-world scenarios where no target images are available. This paper proposes a zero-shot domain adaptation method based on diffusion models, called ZoDi, which is two-fold by the design: zero-shot image transfer and model adaptation. First, we utilize an off-the-shelf diffusion model to synthesize target-like images by transferring the domain of source images to the target domain. In this we specifically try to maintain the layout and content by utilising layout-to-image diffusion models with stochastic inversion. Secondly, we train the model using both source images and synthesized images with the original segmentation maps while maximizing the feature similarity of images from the two domains to learn domain-robust representations. Through experiments we show benefits of ZoDi in the task of image segmentation over state-of-the-art methods. It is also more applicable than existing CLIP-based methods because it assumes no specific backbone or models, and it enables to estimate the model's performance without target images by inspecting generated images. Our implementation will be publicly available.

📄 PDF Abstract BibTeX arXiv:2403.13652

Code (1)

azuma164/zodi 공식 구현 pytorch

Tasks

Domain AdaptationImage SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Attack-Resilient Image Watermarking Using Stable Diffusion

2024-01-08 · Lijun Zhang, Xiao Liu, Antoni Viros Martin, Cindy Xiong Bearfield 외

Watermarking images is critical for tracking image provenance and proving ownership. With the advent of generative models, such as stable diffusion, that can create fake but realistic images, watermarking has become part…

Denoising

Zodiac: A Cardiologist-Level LLM Framework for Multi-Agent Diagnostics

2024-10-02 · Yuan Zhou, Peng Zhang, Mengya Song, Alice Zheng 외

Large language models (LLMs) have demonstrated remarkable progress in healthcare. However, a significant gap remains regarding LLMs' professionalism in domain-specific clinical practices, limiting their application in re…

Electrocardiography (ECG)

Zero Shot Domain Adaptive Semantic Segmentation by Synthetic Data Generation and Progressive Adaptation

2025-08-05 · Jun Luo, Zijing Zhao, Yang Liu arxiv

Deep learning-based semantic segmentation models achieve impressive results yet remain limited in handling distribution shifts between training and test data. In this paper, we present SDGPA (Synthetic Data Generation an…

Zero-Shot Semantic SegmentationSynthetic Data Generation

DiffuSAM: Diffusion-Based Prompt-Free SAM2 for Few-Shot and Source-Free Medical Image Segmentation

2026-04-27 · Tal Grossman, Noa Cahan, Lev Ayzenberg, Hayit Greenspan arxiv

Segmentation models such as Segment Anything Model (SAM) and SAM2 achieve strong prompt-driven zero-shot performance. However, their training on natural images limits domain transfer to medical data. Consequently, accura…

Unsupervised Domain AdaptationMedical Image Segmentation

Zero-shot Generative Model Adaptation via Image-specific Prompt Learning

2023-04-06 · CVPR 2023 1 · Jiayi Guo, Chaofei Wang, You Wu, Eric Zhang 외

Recently, CLIP-guided image synthesis has shown appealing performance on adapting a pre-trained source-domain generator to an unseen target domain. It does not require any target-domain samples but only the textual domai…

DiversityImage GenerationPrompt Learning