paper-with-me

Papers

SIDA: Synthetic Image Driven Zero-shot Domain Adaptation

2025-07-24 · Ye-Chan Kim, SeungJu Cha, Si-Woo Kim, Taewhan Kim, Dong-Jin Kim arxiv

Zero-shot domain adaptation is a method for adapting a model to a target domain without utilizing target domain image data. To enable adaptation without target images, existing studies utilize CLIP's embedding space and text description to simulate target-like style features. Despite the previous achievements in zero-shot domain adaptation, we observe that these text-driven methods struggle to capture complex real-world variations and significantly increase adaptation time due to their alignment process. Instead of relying on text descriptions, we explore solutions leveraging image data, which provides diverse and more fine-grained style cues. In this work, we propose SIDA, a novel and efficient zero-shot domain adaptation method leveraging synthetic images. To generate synthetic images, we first create detailed, source-like images and apply image translation to reflect the style of the target domain. We then utilize the style features of these synthetic images as a proxy for the target domain. Based on these features, we introduce Domain Mix and Patch Style Transfer modules, which enable effective modeling of real-world variations. In particular, Domain Mix blends multiple styles to expand the intra-domain representations, and Patch Style Transfer assigns different styles to individual patches. We demonstrate the effectiveness of our method by showing state-of-the-art performance in diverse zero-shot adaptation scenarios, particularly in challenging domains. Moreover, our approach achieves high efficiency by significantly reducing the overall adaptation time.

📄 PDF Abstract BibTeX arXiv:2507.18632

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationStyle Transfer

Similar Papers 제목 키워드 기반

SIDA: Social Media Image Deepfake Detection, Localization and Explanation with Large Multimodal Model

2024-12-05 · CVPR 2025 1 · Zhenglin Huang, Jinwei Hu, Xiangtai Li, Yiwei He 외

The rapid advancement of generative models in creating highly realistic images poses substantial risks for misinformation dissemination. For instance, a synthetic image, when shared on social media, can mislead extensive…

DeepFake DetectionFace SwappingMisinformation

SUGAR: Subject-Driven Video Customization in a Zero-Shot Manner

2024-12-13 · Yufan Zhou, Ruiyi Zhang, Jiuxiang Gu, Nanxuan Zhao 외

We present SUGAR, a zero-shot method for subject-driven video customization. Given an input image, SUGAR is capable of generating videos for the subject contained in the image and aligning the generation with arbitrary v…

Consistency Regularization with High-dimensional Non-adversarial Source-guided Perturbation for Unsupervised Domain Adaptation in Segmentation

2020-09-18 · Kaihong Wang, Chenhongyi Yang, Margrit Betke

Unsupervised domain adaptation for semantic segmentation has been intensively studied due to the low cost of the pixel-level annotation for synthetic data. The most common approaches try to generate images or features mi…

Domain AdaptationSemantic SegmentationStyle TransferUnsupervised Domain Adaptation

Adversarial Score identity Distillation: Rapidly Surpassing the Teacher in One Step

2024-10-19 · Mingyuan Zhou, Huangjie Zheng, Yi Gu, Zhendong Wang 외

Score identity Distillation (SiD) is a data-free method that has achieved SOTA performance in image generation by leveraging only a pretrained diffusion model, without requiring any training data. However, its ultimate p…

Conditional Image GenerationGPUImage GenerationUnconditional Image Generation

SUFLECA: Scaling Up Feature Learning for CAD-to-image Alignment

2026-07-16 · Saad Ejaz, Miguel Fernandez-Cortizas, Javier Civera, Holger Voos 외 arxiv

CAD-to-image alignment aims to estimate an object's 9D pose (rotation, translation, and anisotropic scale) from a single RGB image, with applications in robotics and augmented reality. Recent zero-shot methods use vision…