paper-with-me

Papers

A Curriculum-style Self-training Approach for Source-Free Semantic Segmentation

2021-06-22 · Yuxi Wang, Jian Liang, Zhaoxiang Zhang

Source-free domain adaptation has developed rapidly in recent years, where the well-trained source model is adapted to the target domain instead of the source data, offering the potential for privacy concerns and intellectual property protection. However, a number of feature alignment techniques in prior domain adaptation methods are not feasible in this challenging problem setting. Thereby, we resort to probing inherent domain-invariant feature learning and propose a curriculum-style self-training approach for source-free domain adaptive semantic segmentation. In particular, we introduce a curriculum-style entropy minimization method to explore the implicit knowledge from the source model, which fits the trained source model to the target data using certain information from easy-to-hard predictions. We then train the segmentation network by the proposed complementary curriculum-style self-training, which utilizes the negative and positive pseudo labels following the curriculum-learning manner. Although negative pseudo-labels with high uncertainty cannot be identified with the correct labels, they can definitely indicate absent classes. Moreover, we employ an information propagation scheme to further reduce the intra-domain discrepancy within the target domain, which could act as a standard post-processing method for the domain adaptation field. Furthermore, we extend the proposed method to a more challenging black-box source model scenario where only the source model's predictions are available. Extensive experiments validate that our method yields state-of-the-art performance on source-free semantic segmentation tasks for both synthetic-to-real and adverse conditions datasets. The code and corresponding trained models are released at \url{https://github.com/yxiwang/ATP}.

📄 PDF Abstract BibTeX arXiv:2106.11653

Code (1)

yxiwang/atp 공식 구현 pytorch

Tasks

Domain AdaptationRepresentation LearningSegmentationSemantic SegmentationSource-Free Domain Adaptation

Similar Papers 제목 키워드 기반

Co-STAR: Collaborative Curriculum Self-Training with Adaptive Regularization for Source-Free Video Domain Adaptation

2025-04-15 · Amirhossein Dadashzadeh, Parsa Esmati, Majid Mirmehdi

Recent advances in Source-Free Unsupervised Video Domain Adaptation (SFUVDA) leverage vision-language models to enhance pseudo-label generation. However, challenges such as noisy pseudo-labels and over-confident predicti…

Domain AdaptationLanguage ModelingLanguage ModellingPseudo Label

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

2023-03-30 · CVPR 2023 1 · Nazmul Karim, Niluthpol Chowdhury Mithun, Abhinav Rajvanshi, Han-Pang Chiu 외

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 ad…

Domain AdaptationMemorizationPseudo LabelSemantic Segmentation+2

GALA: Graph Diffusion-based Alignment with Jigsaw for Source-free Domain Adaptation

2024-10-22 · Junyu Luo, Yiyang Gu, Xiao Luo, Wei Ju 외

Source-free domain adaptation is a crucial machine learning topic, as it contains numerous applications in the real world, particularly with respect to data privacy. Existing approaches predominantly focus on Euclidean d…

Domain AdaptationGRAPH DOMAIN ADAPTATIONGraph Neural NetworkSource-Free Domain Adaptation

Learning Generalized Segmentation for Foggy-scenes by Bi-directional Wavelet Guidance

2024-02-28 · Association for the Advancement of Artificial Intelligence (AAAI) 2024 2 · Qi Bi, ShaoDi You, Theo Gevers

Learning scene semantics that can be well generalized to foggy conditions is important for safety-crucial applications such as autonomous driving. Existing methods need both annotated clear images and foggy images to tr…

Autonomous DrivingDomain AdaptationDomain GeneralizationFoggy Scene Segmentation+3

SS-SFDA : Self-Supervised Source-Free Domain Adaptation for Road Segmentation in Hazardous Environments

2020-11-27 · Divya Kothandaraman, Rohan Chandra, Dinesh Manocha

We present a novel approach for unsupervised road segmentation in adverse weather conditions such as rain or fog. This includes a new algorithm for source-free domain adaptation (SFDA) using self-supervised learning. Mor…

Autonomous VehiclesDomain AdaptationRoad SegmentationSegmentation+3