English

C-SFDA: A Curriculum Learning Aided Self-Training Framework for Efficient Source Free Domain Adaptation

Computer Vision and Pattern Recognition 2023-03-31 v1

Abstract

Unsupervised domain adaptation (UDA) approaches focus on adapting models trained on a labeled source domain to an unlabeled target domain. UDA methods have a strong assumption that the source data is accessible during adaptation, which may not be feasible in many real-world scenarios due to privacy concerns and resource constraints of devices. In this regard, source-free domain adaptation (SFDA) excels as access to source data is no longer required during adaptation. Recent state-of-the-art (SOTA) methods on SFDA mostly focus on pseudo-label refinement based self-training which generally suffers from two issues: i) inevitable occurrence of noisy pseudo-labels that could lead to early training time memorization, ii) refinement process requires maintaining a memory bank which creates a significant burden in resource constraint scenarios. To address these concerns, we propose C-SFDA, a curriculum learning aided self-training framework for SFDA that adapts efficiently and reliably to changes across domains based on selective pseudo-labeling. Specifically, we employ a curriculum learning scheme to promote learning from a restricted amount of pseudo labels selected based on their reliabilities. This simple yet effective step successfully prevents label noise propagation during different stages of adaptation and eliminates the need for costly memory-bank based label refinement. Our extensive experimental evaluations on both image recognition and semantic segmentation tasks confirm the effectiveness of our method. C-SFDA is readily applicable to online test-time domain adaptation and also outperforms previous SOTA methods in this task.

Keywords

Cite

@article{arxiv.2303.17132,
  title  = {C-SFDA: A Curriculum Learning Aided Self-Training Framework for Efficient Source Free Domain Adaptation},
  author = {Nazmul Karim and Niluthpol Chowdhury Mithun and Abhinav Rajvanshi and Han-pang Chiu and Supun Samarasekera and Nazanin Rahnavard},
  journal= {arXiv preprint arXiv:2303.17132},
  year   = {2023}
}

Comments

Accepted to CVPR 2023

R2 v1 2026-06-28T09:40:51.335Z