paper-with-me

홈 › Papers

Domain-Unified Prompt Representations for Source-Free Domain Generalization

2022-09-29 · Hongjing Niu, Hanting Li, Feng Zhao, Bin Li

Domain generalization (DG), aiming to make models work on unseen domains, is a surefire way toward general artificial intelligence. Limited by the scale and diversity of current DG datasets, it is difficult for existing methods to scale to diverse domains in open-world scenarios (e.g., science fiction and pixelate style). Therefore, the source-free domain generalization (SFDG) task is necessary and challenging. To address this issue, we propose an approach based on large-scale vision-language pretraining models (e.g., CLIP), which exploits the extensive domain information embedded in it. The proposed scheme generates diverse prompts from a domain bank that contains many more diverse domains than existing DG datasets. Furthermore, our method yields domain-unified representations from these prompts, thus being able to cope with samples from open-world domains. Extensive experiments on mainstream DG datasets, namely PACS, VLCS, OfficeHome, and DomainNet, show that the proposed method achieves competitive performance compared to state-of-the-art (SOTA) DG methods that require source domain data for training. Besides, we collect a small datasets consists of two domains to evaluate the open-world domain generalization ability of the proposed method. The source code and the dataset will be made publicly available at https://github.com/muse1998/Source-Free-Domain-Generalization

📄 PDF Abstract BibTeX arXiv:2209.14926

Code (1)

muse1998/source-free-domain-generalization 공식 구현 pytorch

Tasks

DiversityDomain GeneralizationSource-free Domain Generalization

Similar Papers 제목 키워드 기반

PromptTA: Prompt-driven Text Adapter for Source-free Domain Generalization

2024-09-21 · Haoran Zhang, Shuanghao Bai, Wanqi Zhou, Jingwen Fu 외

Source-free domain generalization (SFDG) tackles the challenge of adapting models to unseen target domains without access to source domain data. To deal with this challenging task, recent advances in SFDG have primarily …

Domain GeneralizationSource-free Domain Generalization

Tell2Adapt: A Unified Framework for Source Free Unsupervised Domain Adaptation via Vision Foundation Model

2026-03-05 · Yulong Shi, Shijie Li, Ziyi Li, Lin Qi arxiv

Source Free Unsupervised Domain Adaptation (SFUDA) is critical for deploying deep learning models across diverse clinical settings. However, existing methods are typically designed for low-gap, specific domain shifts and…

Unsupervised Domain AdaptationMedical Image Segmentation

F^2TTA: Free-Form Test-Time Adaptation on Cross-Domain Medical Image Classification via Image-Level Disentangled Prompt Tuning

2025-07-03 · Wei Li, Jingyang Zhang, Lihao Liu, Guoan Wang 외 arxiv

Test-Time Adaptation (TTA) has emerged as a promising solution for adapting a source model to unseen medical sites using unlabeled test data, due to the high cost of data annotation. Existing TTA methods consider scenari…

Medical Image ClassificationTest-time Adaptation

SAMGPT: Text-free Graph Foundation Model for Multi-domain Pre-training and Cross-domain Adaptation

2025-02-08 · Xingtong Yu, Zechuan Gong, Chang Zhou, Yuan Fang 외

Graphs are able to model interconnected entities in many online services, supporting a wide range of applications on the Web. This raises an important question: How can we train a graph foundational model on multiple sou…

Domain Adaptation

Text-Free Multi-domain Graph Pre-training: Toward Graph Foundation Models

2024-05-22 · Xingtong Yu, Chang Zhou, Yuan Fang, Xinming Zhang

Given the ubiquity of graph data, it is intriguing to ask: Is it possible to train a graph foundation model on a broad range of graph data across diverse domains? A major hurdle toward this goal lies in the fact that gra…

Graph Learning