paper-with-me

Papers

DPStyler: Dynamic PromptStyler for Source-Free Domain Generalization

2024-03-25 · Yunlong Tang, Yuxuan Wan, Lei Qi, Xin Geng

Source-Free Domain Generalization (SFDG) aims to develop a model that works for unseen target domains without relying on any source domain. Research in SFDG primarily bulids upon the existing knowledge of large-scale vision-language models and utilizes the pre-trained model's joint vision-language space to simulate style transfer across domains, thus eliminating the dependency on source domain images. However, how to efficiently simulate rich and diverse styles using text prompts, and how to extract domain-invariant information useful for classification from features that contain both semantic and style information after the encoder, are directions that merit improvement. In this paper, we introduce Dynamic PromptStyler (DPStyler), comprising Style Generation and Style Removal modules to address these issues. The Style Generation module refreshes all styles at every training epoch, while the Style Removal module eliminates variations in the encoder's output features caused by input styles. Moreover, since the Style Generation module, responsible for generating style word vectors using random sampling or style mixing, makes the model sensitive to input text prompts, we introduce a model ensemble method to mitigate this sensitivity. Extensive experiments demonstrate that our framework outperforms state-of-the-art methods on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2403.16697

Code (1)

tylfromseu/dpstyler 공식 구현 pytorch

Tasks

Domain GeneralizationSource-free Domain GeneralizationStyle Transfer

Similar Papers 제목 키워드 기반

PromptStyler: Prompt-driven Style Generation for Source-free Domain Generalization

2023-07-27 · ICCV 2023 1 · Junhyeong Cho, Gilhyun Nam, Sungyeon Kim, Hunmin Yang 외

In a joint vision-language space, a text feature (e.g., from "a photo of a dog") could effectively represent its relevant image features (e.g., from dog photos). Also, a recent study has demonstrated the cross-modal tran…

Domain GeneralizationImage ClassificationMulti-modal ClassificationMultimodal Deep Learning+4

Temporal-Spectral Alignment with Frequency Adaptation for Source-Free Time-Series Adaptation

2026-06-22 · Shichang Meng, Linquan Wu, Xuan Ai, Linqi Song arxiv

The goal of source-free domain adaptation (SFDA) for time-series data is to transfer knowledge from a pre-trained source model to an unlabeled target domain without requiring access to source data, while addressing featu…

Source-Free Domain Adaptation

AIDA-ReID: Adaptive Intermediate Domain Adaptation for Generalizable and Source-Free Person Re-Identification

2026-04-30 · Sundas Iqbal, Qing Tian, Danish Ali, Jianping Gou 외 arxiv

Person re-identification (Re-ID) aims to match images of the same individual across non-overlapping camera views and remains challenging due to domain shifts caused by variations in illumination, background, camera chara…

Person Re-IdentificationDomain GeneralizationDomain Adaptation

Rethinking the Need for Source Models: Source-Free Domain Adaptation from Scratch Guided by a Vision-Language Model

2026-05-04 · Zhou Bingtao, Xiang Mian, Ning Qian arxiv

Source-Free Domain Adaptation (SFDA) adapts source models to target domains without accessing source data, addressing privacy and transmission issues. However, existing methods still initialize from a source pre-trained …

Source-Free Domain Adaptation

Proxy Denoising for Source-Free Domain Adaptation

2024-06-03 · Song Tang, Wenxin Su, Yan Gan, Mao Ye 외

Source-Free Domain Adaptation (SFDA) aims to adapt a pre-trained source model to an unlabeled target domain with no access to the source data. Inspired by the success of large Vision-Language (ViL) models in many applica…

DenoisingDomain AdaptationSource-Free Domain AdaptationUnsupervised Domain Adaptation