paper-with-me

홈 › Papers

Source Free Domain Adaptation with Image Translation

2020-08-17 · Yunzhong Hou, Liang Zheng

Effort in releasing large-scale datasets may be compromised by privacy and intellectual property considerations. A feasible alternative is to release pre-trained models instead. While these models are strong on their original task (source domain), their performance might degrade significantly when deployed directly in a new environment (target domain), which might not contain labels for training under realistic settings. Domain adaptation (DA) is a known solution to the domain gap problem, but usually requires labeled source data. In this paper, we study the problem of source free domain adaptation (SFDA), whose distinctive feature is that the source domain only provides a pre-trained model, but no source data. Being source free adds significant challenges to DA, especially when considering that the target dataset is unlabeled. To solve the SFDA problem, we propose an image translation approach that transfers the style of target images to that of unseen source images. To this end, we align the batch-wise feature statistics of generated images to that stored in batch normalization layers of the pre-trained model. Compared with directly classifying target images, higher accuracy is obtained with these style transferred images using the pre-trained model. On several image classification datasets, we show that the above-mentioned improvements are consistent and statistically significant.

📄 PDF Abstract BibTeX arXiv:2008.07514

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptationimage-classificationImage ClassificationSource-Free Domain AdaptationTranslation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Personalized Feature Translation for Expression Recognition: An Efficient Source-Free Domain Adaptation Method

2025-08-08 · Masoumeh Sharafi, Soufiane Belharbi, Muhammad Osama Zeeshan, Houssem Ben Salem 외 arxiv

Facial expression recognition (FER) models are widely used in video-based affective computing applications, such as human-computer interaction and healthcare monitoring. However, deep FER models often struggle with subtl…

Source-Free Domain AdaptationFacial Expression RecognitionImage Generation

Generating Reliable Pixel-Level Labels for Source Free Domain Adaptation

2023-07-03 · Gabriel Tjio, Ping Liu, Yawei Luo, Chee Keong Kwoh 외

This work addresses the challenging domain adaptation setting in which knowledge from the labelled source domain dataset is available only from the pretrained black-box segmentation model. The pretrained model's predicti…

Domain AdaptationImage-to-Image TranslationSegmentationSource-Free Domain Adaptation+1

Unsupervised Domain Adaptation for Semantic Segmentation using One-shot Image-to-Image Translation via Latent Representation Mixing

2022-12-07 · Sarmad F. Ismael, Koray Kayabol, Erchan Aptoula

Domain adaptation is one of the prominent strategies for handling both domain shift, that is widely encountered in large-scale land use/land cover map calculation, and the scarcity of pixel-level ground truth that is cru…

DecoderDomain AdaptationImage-to-Image TranslationSemantic Segmentation+1

DDFP: Data-dependent Frequency Prompt for Source Free Domain Adaptation of Medical Image Segmentation

2025-05-15 · Siqi Yin, Shaolei Liu, Manning Wang

Domain adaptation addresses the challenge of model performance degradation caused by domain gaps. In the typical setup for unsupervised domain adaptation, labeled data from a source domain and unlabeled data from a targe…

Domain AdaptationImage SegmentationMedical Image SegmentationSemantic Segmentation+2

Visualizing Adapted Knowledge in Domain Transfer

2021-04-20 · CVPR 2021 1 · Yunzhong Hou, Liang Zheng

A source model trained on source data and a target model learned through unsupervised domain adaptation (UDA) usually encode different knowledge. To understand the adaptation process, we portray their knowledge differenc…

Domain AdaptationExplainable artificial intelligenceTranslationUnsupervised Domain Adaptation