paper-with-me

홈 › Papers

Self-Paced Learning for Open-Set Domain Adaptation

2023-03-10 · Xinghong Liu, Yi Zhou, Tao Zhou, Jie Qin, Shengcai Liao

Domain adaptation tackles the challenge of generalizing knowledge acquired from a source domain to a target domain with different data distributions. Traditional domain adaptation methods presume that the classes in the source and target domains are identical, which is not always the case in real-world scenarios. Open-set domain adaptation (OSDA) addresses this limitation by allowing previously unseen classes in the target domain. Open-set domain adaptation aims to not only recognize target samples belonging to common classes shared by source and target domains but also perceive unknown class samples. We propose a novel framework based on self-paced learning to distinguish common and unknown class samples precisely, referred to as SPLOS (self-paced learning for open-set). To utilize unlabeled target samples for self-paced learning, we generate pseudo labels and design a cross-domain mixup method tailored for OSDA scenarios. This strategy minimizes the noise from pseudo labels and ensures our model progressively learns common class features of the target domain, beginning with simpler examples and advancing to more complex ones. Furthermore, unlike existing OSDA methods that require manual hyperparameter $threshold$ tuning to separate common and unknown classes, our approach self-tunes a suitable threshold, eliminating the need for empirical tuning during testing. Comprehensive experiments illustrate that our method consistently achieves superior performance on different benchmarks compared with various state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2303.05933

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Learning to Discover Knowledge: A Weakly-Supervised Partial Domain Adaptation Approach

2024-06-20 · Mengcheng Lan, Min Meng, Jun Yu, Jigang Wu

Domain adaptation has shown appealing performance by leveraging knowledge from a source domain with rich annotations. However, for a specific target task, it is cumbersome to collect related and high-quality source domai…

Domain AdaptationPartial Domain Adaptation

Self-paced Contrastive Learning with Hybrid Memory for Domain Adaptive Object Re-ID

2020-06-04 · NeurIPS 2020 12 · Yixiao Ge, Feng Zhu, Dapeng Chen, Rui Zhao 외

Domain adaptive object re-ID aims to transfer the learned knowledge from the labeled source domain to the unlabeled target domain to tackle the open-class re-identification problems. Although state-of-the-art pseudo-labe…

ClusteringContrastive LearningDomain AdaptationObject+3

Unsupervised Domain Adaptation for Text Classification via Meta Self-Paced Learning

2022-10-01 · COLING 2022 10 · Nghia Ngo Trung, Linh Ngo Van, Thien Huu Nguyen

A shift in data distribution can have a significant impact on performance of a text classification model. Recent methods addressing unsupervised domain adaptation for textual tasks typically extracted domain-invariant re…

Domain AdaptationMeta-Learningtext-classificationText Classification+1

Curriculum Self-Paced Learning for Cross-Domain Object Detection

2019-11-15 · Petru Soviany, Radu Tudor Ionescu, Paolo Rota, Nicu Sebe

Training (source) domain bias affects state-of-the-art object detectors, such as Faster R-CNN, when applied to new (target) domains. To alleviate this problem, researchers proposed various domain adaptation methods to im…

Domain AdaptationObjectobject-detectionObject Detection

LiDAM: Semi-Supervised Learning with Localized Domain Adaptation and Iterative Matching

2020-10-13 · Qun Liu, Matthew Shreve, Raja Bala

Although data is abundant, data labeling is expensive. Semi-supervised learning methods combine a few labeled samples with a large corpus of unlabeled data to effectively train models. This paper introduces our proposed …

Domain AdaptationSemi-Supervised Image Classification