paper-with-me

Papers

Memory-Efficient Pseudo-Labeling for Online Source-Free Universal Domain Adaptation using a Gaussian Mixture Model

2024-07-19 · Pascal Schlachter, Simon Wagner, Bin Yang

In practice, domain shifts are likely to occur between training and test data, necessitating domain adaptation (DA) to adjust the pre-trained source model to the target domain. Recently, universal domain adaptation (UniDA) has gained attention for addressing the possibility of an additional category (label) shift between the source and target domain. This means new classes can appear in the target data, some source classes may no longer be present, or both at the same time. For practical applicability, UniDA methods must handle both source-free and online scenarios, enabling adaptation without access to the source data and performing batch-wise updates in parallel with prediction. In an online setting, preserving knowledge across batches is crucial. However, existing methods often require substantial memory, which is impractical because memory is limited and valuable, in particular on embedded systems. Therefore, we consider memory-efficiency as an additional constraint. To achieve memory-efficient online source-free universal domain adaptation (SF-UniDA), we propose a novel method that continuously captures the distribution of known classes in the feature space using a Gaussian mixture model (GMM). This approach, combined with entropy-based out-of-distribution detection, allows for the generation of reliable pseudo-labels. Finally, we combine a contrastive loss with a KL divergence loss to perform the adaptation. Our approach not only achieves state-of-the-art results in all experiments on the DomainNet and Office-Home datasets but also significantly outperforms the existing methods on the challenging VisDA-C dataset, setting a new benchmark for online SF-UniDA. Our code is available at https://github.com/pascalschlachter/GMM.

📄 PDF Abstract BibTeX arXiv:2407.14208

Code (1)

pascalschlachter/gmm 공식 구현 pytorch

Tasks

Domain AdaptationOut-of-Distribution DetectionUniversal Domain Adaptation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Analysis of Pseudo-Labeling for Online Source-Free Universal Domain Adaptation

2025-04-16 · Pascal Schlachter, Jonathan Fuss, Bin Yang

A domain (distribution) shift between training and test data often hinders the real-world performance of deep neural networks, necessitating unsupervised domain adaptation (UDA) to bridge this gap. Online source-free UDA…

Domain AdaptationPseudo LabelUniversal Domain AdaptationUnsupervised Domain Adaptation

Contrastive Test-Time Adaptation

2022-04-21 · CVPR 2022 1 · Dian Chen, Dequan Wang, Trevor Darrell, Sayna Ebrahimi

Test-time adaptation is a special setting of unsupervised domain adaptation where a trained model on the source domain has to adapt to the target domain without accessing source data. We propose a novel way to leverage s…

Contrastive LearningDomain AdaptationTest-time AdaptationUnsupervised Domain Adaptation

C-SFDA: A Curriculum Learning Aided Self-Training Framework for Efficient Source Free Domain Adaptation

2023-03-30 · CVPR 2023 1 · Nazmul Karim, Niluthpol Chowdhury Mithun, Abhinav Rajvanshi, Han-Pang Chiu 외

Unsupervised domain adaptation (UDA) approaches focus on adapting models trained on a labeled source domain to an unlabeled target domain. UDA methods have a strong assumption that the source data is accessible during ad…

Domain AdaptationMemorizationPseudo LabelSemantic Segmentation+2

Refined Pseudo labeling for Source-free Domain Adaptive Object Detection

2023-03-07 · Siqi Zhang, Lu Zhang, Zhiyong Liu

Domain adaptive object detection (DAOD) assumes that both labeled source data and unlabeled target data are available for training, but this assumption does not always hold in real-world scenarios. Thus, source-free DAOD…

object-detectionObject DetectionPseudo Label

Source-Free Domain Adaptive Fundus Image Segmentation with Denoised Pseudo-Labeling

2021-09-19 · Cheng Chen, Quande Liu, Yueming Jin, Qi Dou 외

Domain adaptation typically requires to access source domain data to utilize their distribution information for domain alignment with the target data. However, in many real-world scenarios, the source data may not be acc…

DenoisingDomain AdaptationImage SegmentationSemantic Segmentation+1