P{\O}DA: Prompt-driven Zero-shot Domain Adaptation | Awesome LLM Papers Add your paper to Awesome LLM Papers

P{\O}DA: Prompt-driven Zero-shot Domain Adaptation

Mohammad Fahes, Tuan-Hung Vu, Andrei Bursuc, Patrick Pérez, Raoul de Charette . 2023 IEEE/CVF International Conference on Computer Vision (ICCV) 2023 – 40 citations

[Code] [Paper]   Search on Google Scholar   Search on Semantic Scholar
3d Representation Datasets Fine Tuning Has Code ICCV Image Text Integration Interactive Environments Multimodal Semantic Representation Prompting Visual Contextualization

Domain adaptation has been vastly investigated in computer vision but still requires access to target images at train time, which might be intractable in some uncommon conditions. In this paper, we propose the task of `Prompt-driven Zero-shot Domain Adaptation’, where we adapt a model trained on a source domain using only a general description in natural language of the target domain, i.e., a prompt. First, we leverage a pretrained contrastive vision-language model (CLIP) to optimize affine transformations of source features, steering them towards the target text embedding while preserving their content and semantics. To achieve this, we propose Prompt-driven Instance Normalization (PIN). Second, we show that these prompt-driven augmentations can be used to perform zero-shot domain adaptation for semantic segmentation. Experiments demonstrate that our method significantly outperforms CLIP-based style transfer baselines on several datasets for the downstream task at hand, even surpassing one-shot unsupervised domain adaptation. A similar boost is observed on object detection and image classification. The code is available at https://github.com/astra-vision/PODA .

Similar Work