English

Domain-Generalizable Multiple-Domain Clustering

Machine Learning 2024-02-01 v2 Computer Vision and Pattern Recognition

Abstract

This work generalizes the problem of unsupervised domain generalization to the case in which no labeled samples are available (completely unsupervised). We are given unlabeled samples from multiple source domains, and we aim to learn a shared predictor that assigns examples to semantically related clusters. Evaluation is done by predicting cluster assignments in previously unseen domains. Towards this goal, we propose a two-stage training framework: (1) self-supervised pre-training for extracting domain invariant semantic features. (2) multi-head cluster prediction with pseudo labels, which rely on both the feature space and cluster head prediction, further leveraging a novel prediction-based label smoothing scheme. We demonstrate empirically that our model is more accurate than baselines that require fine-tuning using samples from the target domain or some level of supervision. Our code is available at https://github.com/AmitRozner/domain-generalizable-multiple-domain-clustering.

Keywords

Cite

@article{arxiv.2301.13530,
  title  = {Domain-Generalizable Multiple-Domain Clustering},
  author = {Amit Rozner and Barak Battash and Lior Wolf and Ofir Lindenbaum},
  journal= {arXiv preprint arXiv:2301.13530},
  year   = {2024}
}

Comments

13 pages, 3 figures

R2 v1 2026-06-28T08:27:50.289Z