paper-with-me

홈 › Papers

Confusing Pair Correction Based on Category Prototype for Domain Adaptation under Noisy Environments

2024-03-19 · Churan Zhi, Junbao Zhuo, Shuhui Wang

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/.

📄 PDF Abstract BibTeX arXiv:2403.12883

Code (1)

hehxcf/cpc 공식 구현 pytorch

Tasks

Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Semi-supervised Object Detection via Virtual Category Learning

2022-07-07 · Changrui Chen, Kurt Debattista, Jungong Han

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 Detection

Semi-supervised Object Detection via Virtual Category Learning

2021-11-25 · Anonymous

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 Detection

Virtual Category Learning: A Semi-Supervised Learning Method for Dense Prediction with Extremely Limited Labels

2023-12-02 · Changrui Chen, Jungong Han, Kurt Debattista

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 Segmentation

Semantic-Aware Dual Contrastive Learning for Multi-label Image Classification

2023-07-19 · Leilei Ma, Dengdi Sun, Lei Wang, Haifeng Zhao 외

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+2

Boosting Open-Domain Continual Learning via Leveraging Intra-domain Category-aware Prototype

2024-08-19 · Yadong Lu, Shitian Zhao, Boxiang Yun, Dongsheng Jiang 외

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