paper-with-me

Papers

Uncertainty-Aware Pseudo-Label Filtering for Source-Free Unsupervised Domain Adaptation

2024-03-17 · Xi Chen, Haosen Yang, Huicong Zhang, Hongxun Yao, Xiatian Zhu

Source-free unsupervised domain adaptation (SFUDA) aims to enable the utilization of a pre-trained source model in an unlabeled target domain without access to source data. Self-training is a way to solve SFUDA, where confident target samples are iteratively selected as pseudo-labeled samples to guide target model learning. However, prior heuristic noisy pseudo-label filtering methods all involve introducing extra models, which are sensitive to model assumptions and may introduce additional errors or mislabeling. In this work, we propose a method called Uncertainty-aware Pseudo-label-filtering Adaptation (UPA) to efficiently address this issue in a coarse-to-fine manner. Specially, we first introduce a sample selection module named Adaptive Pseudo-label Selection (APS), which is responsible for filtering noisy pseudo labels. The APS utilizes a simple sample uncertainty estimation method by aggregating knowledge from neighboring samples and confident samples are selected as clean pseudo-labeled. Additionally, we incorporate Class-Aware Contrastive Learning (CACL) to mitigate the memorization of pseudo-label noise by learning robust pair-wise representation supervised by pseudo labels. Through extensive experiments conducted on three widely used benchmarks, we demonstrate that our proposed method achieves competitive performance on par with state-of-the-art SFUDA methods. Code is available at https://github.com/chenxi52/UPA.

📄 PDF Abstract BibTeX arXiv:2403.11256

Code (1)

chenxi52/upa 공식 구현 pytorch

Tasks

Contrastive LearningDomain AdaptationMemorizationPseudo LabelPseudo Label FilteringUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Uncertainty-aware Mean Teacher for Source-free Unsupervised Domain Adaptive 3D Object Detection

2021-09-29 · Deepti Hegde, Vishwanath Sindagi, Velat Kilic, A. Brinton Cooper 외

Pseudo-label based self training approaches are a popular method for source-free unsupervised domain adaptation. However, their efficacy depends on the quality of the labels generated by the source trained model. These l…

3D Object DetectionDomain Adaptationobject-detectionObject Detection+2

On Unsupervised Uncertainty-Driven Speech Pseudo-Label Filtering and Model Calibration

2022-11-14 · Nauman Dawalatabad, Sameer Khurana, Antoine Laurent, James Glass

Pseudo-label (PL) filtering forms a crucial part of Self-Training (ST) methods for unsupervised domain adaptation. Dropout-based Uncertainty-driven Self-Training (DUST) proceeds by first training a teacher model on sourc…

Domain AdaptationPseudo LabelPseudo Label FilteringUnsupervised Domain Adaptation

Uncertainty-Aware Pseudo Label Refinery for Domain Adaptive Semantic Segmentation

2021-01-01 · ICCV 2021 10 · Yuxi Wang, Junran Peng, Zhaoxiang Zhang

Unsupervised domain adaptation for semantic segmentation aims to assign the pixel-level labels for unlabeled target domain by transferring knowledge from the labeled source domain. A typical self-supervised learning …

Domain AdaptationPseudo LabelSelf-Supervised LearningSemantic Segmentation+1

Semi-Supervised Object Detection with Object-wise Contrastive Learning and Regression Uncertainty

2022-12-06 · Honggyu Choi, Zhixiang Chen, Xuepeng Shi, Tae-Kyun Kim

Semi-supervised object detection (SSOD) aims to boost detection performance by leveraging extra unlabeled data. The teacher-student framework has been shown to be promising for SSOD, in which a teacher network generates …

ClassificationContrastive LearningObjectobject-detection+7

Semi-Supervised Regression with Heteroscedastic Pseudo-Labels

2025-10-17 · Xueqing Sun, Renzhen Wang, Quanziang Wang, Yichen Wu 외 arxiv

Pseudo-labeling is a commonly used paradigm in semi-supervised learning, yet its application to semi-supervised regression (SSR) remains relatively under-explored. Unlike classification, where pseudo-labels are discrete …