paper-with-me

Papers

Source-Free Progressive Graph Learning for Open-Set Domain Adaptation

2022-02-13 · Yadan Luo, Zijian Wang, Zhuoxiao Chen, Zi Huang, Mahsa Baktashmotlagh

Open-set domain adaptation (OSDA) has gained considerable attention in many visual recognition tasks. However, most existing OSDA approaches are limited due to three main reasons, including: (1) the lack of essential theoretical analysis of generalization bound, (2) the reliance on the coexistence of source and target data during adaptation, and (3) failing to accurately estimate the uncertainty of model predictions. We propose a Progressive Graph Learning (PGL) framework that decomposes the target hypothesis space into the shared and unknown subspaces, and then progressively pseudo-labels the most confident known samples from the target domain for hypothesis adaptation. Moreover, we tackle a more realistic source-free open-set domain adaptation (SF-OSDA) setting that makes no assumption about the coexistence of source and target domains, and introduce a balanced pseudo-labeling (BP-L) strategy in a two-stage framework, namely SF-PGL. Different from PGL that applies a class-agnostic constant threshold for all target samples for pseudo-labeling, the SF-PGL model uniformly selects the most confident target instances from each category at a fixed ratio. The confidence thresholds in each class are regarded as the 'uncertainty' of learning the semantic information, which are then used to weigh the classification loss in the adaptation step. We conducted unsupervised and semi-supervised OSDA and SF-OSDA experiments on the benchmark image classification and action recognition datasets. Additionally, we find that balanced pseudo-labeling plays a significant role in improving calibration, which makes the trained model less prone to over-confident or under-confident predictions on the target data. Source code is available at https://github.com/Luoyadan/SF-PGL.

📄 PDF Abstract BibTeX arXiv:2202.06174

Code (2)

BUserName/PGL 공식 구현 pytorch
luoyadan/sf-pgl 공식 구현 pytorch

Tasks

Action RecognitionDomain AdaptationGraph Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Progressive Graph Learning for Open-Set Domain Adaptation

2020-06-22 · ICML 2020 1 · Yadan Luo, Zijian Wang, Zi Huang, Mahsa Baktashmotlagh

Domain shift is a fundamental problem in visual recognition which typically arises when the source and target data follow different distributions. The existing domain adaptation approaches which tackle this problem work …

Domain AdaptationGraph LearningGraph Neural Network

Uncertainty-guided Open-Set Source-Free Unsupervised Domain Adaptation with Target-private Class Segregation

2024-04-16 · Mattia Litrico, Davide Talon, Sebastiano Battiato, Alessio Del Bue 외

Standard Unsupervised Domain Adaptation (UDA) aims to transfer knowledge from a labeled source domain to an unlabeled target but usually requires simultaneous access to both source and target data. Moreover, UDA approach…

Contrastive LearningDomain AdaptationNovel Class DiscoveryUnsupervised Domain Adaptation

Diffusion-Driven Progressive Target Manipulation for Source-Free Domain Adaptation

2025-10-29 · Yuyang Huang, Yabo Chen, Junyu Zhou, Wenrui Dai 외 arxiv

Source-free domain adaptation (SFDA) is a challenging task that tackles domain shifts using only a pre-trained source model and unlabeled target data. Existing SFDA methods are restricted by the fundamental limitation of…

Source-Free Domain Adaptation

MAPS: A Noise-Robust Progressive Learning Approach for Source-Free Domain Adaptive Keypoint Detection

2023-02-09 · Yuhe Ding, Jian Liang, Bo Jiang, Aihua Zheng 외

Existing cross-domain keypoint detection methods always require accessing the source data during adaptation, which may violate the data privacy law and pose serious security concerns. Instead, this paper considers a real…

Data AugmentationKeypoint Detection

Progressively Pretrained Dense Corpus Index for Open-Domain Question Answering

2020-04-30 · EACL 2021 2 · Wenhan Xiong, Hong Wang, William Yang Wang

To extract answers from a large corpus, open-domain question answering (QA) systems usually rely on information retrieval (IR) techniques to narrow the search space. Standard inverted index methods such as TF-IDF are com…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval