Progressive Graph Learning for Open-Set Domain Adaptation
Yadan Luo, Zijian Wang, Zi Huang, Mahsa Baktashmotlagh

TL;DR
This paper introduces a novel Progressive Graph Learning framework for open-set domain adaptation, effectively handling additional classes in target data and outperforming existing methods through an end-to-end graph neural network approach.
Contribution
It proposes an end-to-end PGL framework combining graph neural networks and adversarial learning for open-set domain adaptation, improving target error bounds.
Findings
Outperforms state-of-the-art methods on three open-set benchmarks.
Achieves a tighter upper bound of target error.
Effectively suppresses conditional shift in open-set scenarios.
Abstract
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 in the closed-set setting with the assumption that the source and the target data share exactly the same classes of objects. In this paper, we tackle a more realistic problem of open-set domain shift where the target data contains additional classes that are not present in the source data. More specifically, we introduce an end-to-end Progressive Graph Learning (PGL) framework where a graph neural network with episodic training is integrated to suppress underlying conditional shift and adversarial learning is adopted to close the gap between the source and target distributions. Compared to the existing open-set adaptation approaches, our approach guarantees to achieve a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and ELM
MethodsGraph Neural Network
