paper-with-me

Papers

Enhancing Semi-supervised Domain Adaptation via Effective Target Labeling

2024-03-24 · AAAI Conference on Artificial Intelligence 2024 3 · Jiujun He1, Bin Liu1, Guosheng Yin

Existing semi-supervised domain adaptation (SSDA) models have exhibited impressive performance on the target domain by effectively utilizing few labeled target samples per class (e.g., 3 samples per class). To guarantee an equal number of labeled target samples for each class, however, they require domain experts to manually recognize a considerable amount of the unlabeled target data. Moreover, as the target samples are not equally informative for shaping the decision bound aries of the learning models, it is crucial to select the most informative target samples for labeling, which is, however, impossible for human selectors. As a remedy, we propose an EFfective Target Labeling (EFTL) framework that harnesses active learning and pseudo-labeling strategies to automatically select some informative target samples to annotate. Con cretely, we introduce a novel sample query strategy, called non-maximal degree node suppression (NDNS), that itera tively performs maximal degree node query and non-maximal degree node removal to select representative and diverse target samples for labeling. To learn target-specific characteristics, we propose a novel pseudo-labeling strategy that attempts to label low-confidence target samples accurately via clustering consistency (CC), and then inject information of the model uncertainty into our query process. CC enhances the utilization of the annotation budget and increases the number of “labeled” target samples while requiring no additional manual effort. Our proposed EFTL framework can be easily coupled with existing SSDA models, showing significant improvements on three benchmarks.

📄 PDF Abstract BibTeX

Code (1)

BetterTMrR/EFTL-Pytorch-main pytorch

Tasks

Active LearningDomain AdaptationSemi-supervised Domain Adaptation

Similar Papers 제목 키워드 기반

A Multi-View Consistency Framework with Semi-Supervised Domain Adaptation

2026-01-27 · Yuting Hong, Li Dong, Xiaojie Qiu, Hui Xiao 외 arxiv

Semi-Supervised Domain Adaptation (SSDA) leverages knowledge from a fully labeled source domain to classify data in a partially labeled target domain. Due to the limited number of labeled samples in the target domain, th…

Unsupervised Domain Adaptation

AdaEmbed: Semi-supervised Domain Adaptation in the Embedding Space

2024-01-23 · Ali Mottaghi, Mohammad Abdullah Jamal, Serena Yeung, Omid Mohareri

Semi-supervised domain adaptation (SSDA) presents a critical hurdle in computer vision, especially given the frequent scarcity of labeled data in real-world settings. This scarcity often causes foundation models, trained…

Domain AdaptationSemi-supervised Domain Adaptation

Relaxed Conditional Image Transfer for Semi-supervised Domain Adaptation

2021-01-05 · Qijun Luo, Zhili Liu, Lanqing Hong, Chongxuan Li 외

Semi-supervised domain adaptation (SSDA), which aims to learn models in a partially labeled target domain with the assistance of the fully labeled source domain, attracts increasing attention in recent years. To explicit…

Domain AdaptationSemi-supervised Domain Adaptation

Pred&Guide: Labeled Target Class Prediction for Guiding Semi-Supervised Domain Adaptation

2022-11-22 · Megh Manoj Bhalerao, Anurag Singh, Soma Biswas

Semi-supervised domain adaptation aims to classify data belonging to a target domain by utilizing a related label-rich source domain and very few labeled examples of the target domain. Here, we propose a novel framework,…

Domain AdaptationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

BTSeg: Barlow Twins Regularization for Domain Adaptation in Semantic Segmentation

2023-08-31 · Johannes Künzel, Anna Hilsmann, Peter Eisert

We introduce BTSeg (Barlow Twins regularized Segmentation), an innovative, semi-supervised training approach enhancing semantic segmentation models in order to effectively tackle adverse weather conditions without requir…

Autonomous DrivingDomain AdaptationImage SegmentationSegmentation+1