LGOct 15, 2024

Tackling Dimensional Collapse toward Comprehensive Universal Domain Adaptation

arXiv:2410.11271v33 citationsh-index: 3ICML
Originality Incremental advance
AI Analysis

This work addresses a critical bottleneck in domain adaptation for machine learning applications where target classes differ arbitrarily from source ones, representing an incremental improvement over existing methods.

The paper tackled the problem of Universal Domain Adaptation (UniDA) failing in extreme cases where many source classes are absent in the target domain, by identifying dimensional collapse as the cause and using self-supervised learning to address it, resulting in new state-of-the-art performance across a broader benchmark of UniDA scenarios.

Universal Domain Adaptation (UniDA) addresses unsupervised domain adaptation where target classes may differ arbitrarily from source ones, except for a shared subset. A widely used approach, partial domain matching (PDM), aligns only shared classes but struggles in extreme cases where many source classes are absent in the target domain, underperforming the most naive baseline that trains on only source data. In this work, we identify that the failure of PDM for extreme UniDA stems from dimensional collapse (DC) in target representations. To address target DC, we propose to use the de-collapse techniques in self-supervised learning on the unlabeled target data to preserve the intrinsic structure of the learned representations. Our experimental results confirm that SSL consistently advances PDM and delivers new state-of-the-art results across a broader benchmark of UniDA scenarios with different portions of shared classes, representing a crucial step toward truly comprehensive UniDA. Project page: https://dc-unida.github.io/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes