LGSep 19, 2023

Semi-supervised Domain Adaptation in Graph Transfer Learning

arXiv:2309.10773v241 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses domain shift and label scarcity in graph-based applications, but it is incremental as it builds on existing graph domain adaptation methods.

The paper tackles the problem of domain adaptation in graph transfer learning with limited labeled data by proposing SGDA, which uses adversarial alignment and pseudo-labeling to transfer knowledge from a partially labeled source graph to an unlabeled target graph, achieving improved classification accuracy on benchmark datasets.

As a specific case of graph transfer learning, unsupervised domain adaptation on graphs aims for knowledge transfer from label-rich source graphs to unlabeled target graphs. However, graphs with topology and attributes usually have considerable cross-domain disparity and there are numerous real-world scenarios where merely a subset of nodes are labeled in the source graph. This imposes critical challenges on graph transfer learning due to serious domain shifts and label scarcity. To address these challenges, we propose a method named Semi-supervised Graph Domain Adaptation (SGDA). To deal with the domain shift, we add adaptive shift parameters to each of the source nodes, which are trained in an adversarial manner to align the cross-domain distributions of node embedding, thus the node classifier trained on labeled source nodes can be transferred to the target nodes. Moreover, to address the label scarcity, we propose pseudo-labeling on unlabeled nodes, which improves classification on the target graph via measuring the posterior influence of nodes based on their relative position to the class centroids. Finally, extensive experiments on a range of publicly accessible datasets validate the effectiveness of our proposed SGDA in different experimental settings.

Foundations

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

Your Notes