LGOct 21, 2025

Towards Unsupervised Open-Set Graph Domain Adaptation via Dual Reprogramming

arXiv:2510.18363v11 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses a practical limitation in graph domain adaptation for real-world scenarios where target domains include unseen classes, though it appears incremental as it builds on existing adaptation methods.

The paper tackles unsupervised open-set graph domain adaptation, where target graphs contain classes not present in the source, by proposing GraphRTA, a framework that reprograms both graph structure/features and model parameters to separate known and unknown classes without manual thresholds; experiments show it achieves competitive performance compared to state-of-the-art baselines.

Unsupervised Graph Domain Adaptation has become a promising paradigm for transferring knowledge from a fully labeled source graph to an unlabeled target graph. Existing graph domain adaptation models primarily focus on the closed-set setting, where the source and target domains share the same label spaces. However, this assumption might not be practical in the real-world scenarios, as the target domain might include classes that are not present in the source domain. In this paper, we investigate the problem of unsupervised open-set graph domain adaptation, where the goal is to not only correctly classify target nodes into the known classes, but also recognize previously unseen node types into the unknown class. Towards this end, we propose a novel framework called GraphRTA, which conducts reprogramming on both the graph and model sides. Specifically, we reprogram the graph by modifying target graph structure and node features, which facilitates better separation of known and unknown classes. Meanwhile, we also perform model reprogramming by pruning domain-specific parameters to reduce bias towards the source graph while preserving parameters that capture transferable patterns across graphs. Additionally, we extend the classifier with an extra dimension for the unknown class, thus eliminating the need of manually specified threshold in open-set recognition. Comprehensive experiments on several public datasets demonstrate that our proposed model can achieve satisfied performance compared with recent state-of-the-art baselines. Our source codes and datasets are publicly available at https://github.com/cszhangzhen/GraphRTA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes