paper-with-me

Papers

Hard Class Rectification for Domain Adaptation

2020-08-08 · Yunlong Zhang, Changxing Jing, Huangxing Lin, Chaoqi Chen, Yue Huang, Xinghao Ding, Yang Zou

Domain adaptation (DA) aims to transfer knowledge from a label-rich and related domain (source domain) to a label-scare domain (target domain). Pseudo-labeling has recently been widely explored and used in DA. However, this line of research is still confined to the inaccuracy of pseudo-labels. In this paper, we reveal an interesting observation that the target samples belonging to the classes with larger domain shift are easier to be misclassified compared with the other classes. These classes are called hard class, which deteriorates the performance of DA and restricts the applications of DA. We propose a novel framework, called Hard Class Rectification Pseudo-labeling (HCRPL), to alleviate the hard class problem from two aspects. First, as is difficult to identify the target samples as hard class, we propose a simple yet effective scheme, named Adaptive Prediction Calibration (APC), to calibrate the predictions of the target samples according to the difficulty degree for each class. Second, we further consider that the predictions of target samples belonging to the hard class are vulnerable to perturbations. To prevent these samples to be misclassified easily, we introduce Temporal-Ensembling (TE) and Self-Ensembling (SE) to obtain consistent predictions. The proposed method is evaluated in both unsupervised domain adaptation (UDA) and semi-supervised domain adaptation (SSDA). The experimental results on several real-world cross-domain benchmarks, including ImageCLEF, Office-31 and Office-Home, substantiates the superiority of the proposed method.

📄 PDF Abstract BibTeX arXiv:2008.03455

Code (1)

dazhangyu123/HCRPL 공식 구현 pytorch

Tasks

Domain AdaptationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Prior Knowledge Guided Unsupervised Domain Adaptation

2022-07-18 · Tao Sun, Cheng Lu, Haibin Ling

The waive of labels in the target domain makes Unsupervised Domain Adaptation (UDA) an attractive technique in many real-world applications, though it also brings great challenges as model adaptation becomes harder witho…

Domain AdaptationUnsupervised Domain Adaptation

Continuous Pseudo-Label Rectified Domain Adaptive Semantic Segmentation With Implicit Neural Representations

2023-01-01 · CVPR 2023 1 · Rui Gong, Qin Wang, Martin Danelljan, Dengxin Dai 외

Unsupervised domain adaptation (UDA) for semantic segmentation aims at improving the model performance on the unlabeled target domain by leveraging a labeled source domain. Existing approaches have achieved impressiv…

Domain AdaptationPseudo LabelSemantic SegmentationUnsupervised Domain Adaptation

Class Rectification Hard Mining for Imbalanced Deep Learning

2017-12-08 · ICCV 2017 10 · Qi Dong, Shaogang Gong, Xiatian Zhu

Recognising detailed facial or clothing attributes in images of people is a challenging task for computer vision, especially when the training data are both in very large scale and extremely imbalanced among different at…

AttributeDeep Learning

Hard Samples Rectification for Unsupervised Cross-domain Person Re-identification

2021-06-14 · Chih-Ting Liu, Man-Yu Lee, Tsai-Shien Chen, Shao-Yi Chien

Person re-identification (re-ID) has received great success with the supervised learning methods. However, the task of unsupervised cross-domain re-ID is still challenging. In this paper, we propose a Hard Samples Rectif…

ClusteringPerson Re-IdentificationUnsupervised Domain AdaptationUnsupervised Person Re-Identification

Imbalanced Deep Learning by Minority Class Incremental Rectification

2018-04-28 · Qi Dong, Shaogang Gong, Xiatian Zhu

Model learning from class imbalanced training data is a long-standing and significant challenge for machine learning. In particular, existing deep learning methods consider mostly either class balanced data or moderately…

AttributeDeep LearningFacial Attribute Classification