LGAIIRAug 22, 2024

Rank and Align: Towards Effective Source-free Graph Domain Adaptation

Peking U
arXiv:2408.12185v119 citationsh-index: 31
Originality Incremental advance
AI Analysis

This addresses a practical challenge in graph neural networks for scenarios with privacy and storage constraints, though it appears incremental as it builds on existing domain adaptation methods.

The paper tackles the problem of source-free graph domain adaptation, where source graphs are unavailable, by transferring knowledge from source models to target domains using a novel GNN-based approach called Rank and Align (RNA), which achieves effective performance as demonstrated in experiments on benchmark datasets.

Graph neural networks (GNNs) have achieved impressive performance in graph domain adaptation. However, extensive source graphs could be unavailable in real-world scenarios due to privacy and storage concerns. To this end, we investigate an underexplored yet practical problem of source-free graph domain adaptation, which transfers knowledge from source models instead of source graphs to a target domain. To solve this problem, we introduce a novel GNN-based approach called Rank and Align (RNA), which ranks graph similarities with spectral seriation for robust semantics learning, and aligns inharmonic graphs with harmonic graphs which close to the source domain for subgraph extraction. In particular, to overcome label scarcity, we employ the spectral seriation algorithm to infer the robust pairwise rankings, which can guide semantic learning using a similarity learning objective. To depict distribution shifts, we utilize spectral clustering and the silhouette coefficient to detect harmonic graphs, which the source model can easily classify. To reduce potential domain discrepancy, we extract domain-invariant subgraphs from inharmonic graphs by an adversarial edge sampling process, which guides the invariant learning of GNNs. Extensive experiments on several benchmark datasets demonstrate the effectiveness of our proposed RNA.

Foundations

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

Your Notes