Memory-Efficient Pseudo-Labeling for Online Source-Free Universal Domain Adaptation using a Gaussian Mixture Model
Pascal Schlachter, Simon Wagner, Bin Yang

TL;DR
This paper introduces a memory-efficient method for online source-free universal domain adaptation that uses a Gaussian mixture model to handle class distribution and out-of-distribution detection, achieving state-of-the-art results.
Contribution
The paper presents a novel memory-efficient approach combining GMM-based distribution modeling, entropy-based OOD detection, and contrastive and KL divergence losses for online SF-UniDA.
Findings
Achieves state-of-the-art results on DomainNet and Office-Home datasets.
Significantly outperforms existing methods on VisDA-C dataset.
Sets a new benchmark for online source-free universal domain adaptation.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
MethodsSoftmax · Attention Is All You Need
