Papers › GMM-COMET: Continual Source-Free Universal Domain Adaptation via a Mean Teacher and...

GMM-COMET: Continual Source-Free Universal Domain Adaptation via a Mean Teacher and Gaussian Mixture Model-Based Pseudo-Labeling

16 Jan 2026arXiv:2601.11161added by Syntology

Pascal Schlachter, Bin Yang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Unsupervised domain adaptation tackles the problem that domain shifts between training and test data impair the performance of neural networks in many real-world applications. Thereby, in realistic scenarios, the source data may no longer be available during adaptation, and the label space of the target domain may differ from the source label space. This setting, known as source-free universal domain adaptation (SF-UniDA), has recently gained attention, but all existing approaches only assume a single domain shift from source to target. In this work, we present the first study on continual SF-UniDA, where the model must adapt sequentially to a stream of multiple different unlabeled target domains. Building upon our previous methods for online SF-UniDA, we combine their key ideas by integrating Gaussian mixture model-based pseudo-labeling within a mean teacher framework for improved stability over long adaptation sequences. Additionally, we introduce consistency losses for further robustness. The resulting method GMM-COMET provides a strong first baseline for continual SF-UniDA and is the only approach in our experiments to consistently improve upon the source-only model across all evaluated scenarios. Our code is available at https://github.com/pascalschlachter/GMM-COMET.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.11161")

Code

Syntology Ran 13 of 18 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pascalschlachter/GMM-COMET found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 13 ran; 2 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
8ran
5unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from pascalschlachter/GMM-COMET. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Classifier pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 04701d6379d85b46 · report
Clip pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · f611b91f6dc1d3c0 · report
ColorJitterPro pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 613104b878d26591 · report
FeatureExtractor pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 9e7bad2ff9264a11 · report
GaussianMixtureModel pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran no licence file found · pointer only · 33add3294ac1bf82 · report
GaussianNoise pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 8d0788e9468dc56a · report
HScore pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 5547c979fcf3b1d9 · report
calculate_cosine_similarity pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 887b390277e82962 · report
calculate_entropy pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · violated contract fingerprinted no licence file found · pointer only · 3a14e072b8171e33 · report
calculate_euclidean_distance pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 0f26586bbc818cfd · report
calculate_gmm_mahalanobis_distances pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 773570170ea07842 · report
get_tta_transforms pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · b13ce7897fb5f663 · report
mask pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology ran no licence file found · pointer only · 0e08dd56789d9dbf · report
BaseModule pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology unverified no licence file found · pointer only · 18c7e044059b010b · report
GmmBaAdaptationModule pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology unverified no licence file found · pointer only · c9bf669e4e2bec44 · report
ResNetBackbone pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology unverified no licence file found · pointer only · fc32f0ba2d6817cf · report
calculate_grad_norm pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology unverified no licence file found · pointer only · 11bfcf209c94289f · report
init_weights pascalschlachter/GMM-COMET/adaptation.py found in paper text by Syntology unverified no licence file found · pointer only · 7babf7ea472eba97 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.11161, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections