CVJan 26, 2024

CNG-SFDA:Clean-and-Noisy Region Guided Online-Offline Source-Free Domain Adaptation

arXiv:2401.14587v31 citationsHas CodeACCV
Originality Incremental advance
AI Analysis

This addresses domain shift for machine learning models when source data is unavailable, but it appears incremental as it builds on existing SFDA methods.

The paper tackles the problem of false labels in source-free domain adaptation by proposing CNG-SFDA, which updates cluster prototypes and uses clean and noisy region strategies to improve model adaptation, achieving state-of-the-art results on multiple datasets.

Domain shift occurs when training (source) and test (target) data diverge in their distribution. Source-Free Domain Adaptation (SFDA) addresses this domain shift problem, aiming to adopt a trained model on the source domain to the target domain in a scenario where only a well-trained source model and unlabeled target data are available. In this scenario, handling false labels in the target domain is crucial because they negatively impact the model performance. To deal with this problem, we propose to update cluster prototypes (i.e., centroid of each sample cluster) and their structure in the target domain formulated by the source model in online manners. In the feature space, samples in different regions have different pseudo-label distribution characteristics affected by the cluster prototypes, and we adopt distinct training strategies for these samples by defining clean and noisy regions: we selectively train the target with clean pseudo-labels in the clean region, whereas we introduce mix-up inputs representing intermediate features between clean and noisy regions to increase the compactness of the cluster. We conducted extensive experiments on multiple datasets in online/offline SFDA settings, whose results demonstrate that our method, CNG-SFDA, achieves state-of-the-art for most cases. Code is available at https://github.com/hyeonwoocho7/CNG-SFDA.

Code Implementations1 repo
Foundations

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

Your Notes