Confusing Pair Correction Based on Category Prototype for Domain Adaptation under Noisy Environments
In this paper, we address unsupervised domain adaptation under noisy environments, which is more challenging and practical than traditional domain adaptation. In this scenario, the model is prone to overfitting noisy labels, resulting in a more pronounced domain shift and a notable decline in the overall model performance. Previous methods employed prototype methods for domain adaptation on robust feature spaces. However, these approaches struggle to effectively classify classes with similar features under noisy environments. To address this issue, we propose a new method to detect and correct confusing class pair. We first divide classes into easy and hard classes based on the small loss criterion. We then leverage the top-2 predictions for each sample after aligning the source and target domain to find the confusing pair in the hard classes. We apply label correction to the noisy samples within the confusing pair. With the proposed label correction method, we can train our model with more accurate labels. Extensive experiments confirm the effectiveness of our method and demonstrate its favorable performance compared with existing state-of-the-art methods. Our codes are publicly available at https://github.com/Hehxcf/CPC/.
Code (1)
Tasks
Domain AdaptationUnsupervised Domain AdaptationSimilar Papers 제목 키워드 기반
Semi-supervised Object Detection via Virtual Category Learning
Due to the costliness of labelled data in real-world applications, semi-supervised object detectors, underpinned by pseudo labelling, are appealing. However, handling confusing samples is nontrivial: discarding valuable …
Objectobject-detectionObject DetectionSemi-Supervised Object DetectionSemi-supervised Object Detection via Virtual Category Learning
Due to the lack of large amounts of labelled data to learn rich-expressive features of objects, semi-supervised detectors powered by pseudo labelling techniques usually make a tentative decision for the pseudo labels of …
Objectobject-detectionObject DetectionSemi-Supervised Object DetectionVirtual Category Learning: A Semi-Supervised Learning Method for Dense Prediction with Extremely Limited Labels
Due to the costliness of labelled data in real-world applications, semi-supervised learning, underpinned by pseudo labelling, is an appealing solution. However, handling confusing samples is nontrivial: discarding valuab…
object-detectionObject DetectionSemantic SegmentationSemantic-Aware Dual Contrastive Learning for Multi-label Image Classification
Extracting image semantics effectively and assigning corresponding labels to multiple objects or attributes for natural images is challenging due to the complex scene contents and confusing label dependencies. Recent wor…
Contrastive Learningimage-classificationImage ClassificationMulti-Label Image Classification+2Boosting Open-Domain Continual Learning via Leveraging Intra-domain Category-aware Prototype
Despite recent progress in enhancing the efficacy of Open-Domain Continual Learning (ODCL) in Vision-Language Models (VLM), failing to (1) correctly identify the Task-ID of a test image and (2) use only the category set …
Continual Learning