TL;DR
This paper introduces DM-GNN, a domain-adaptive message passing graph neural network designed for cross-network node classification, effectively transferring knowledge between networks with different label distributions using adversarial domain adaptation.
Contribution
The paper proposes a novel GNN framework with dual feature extractors, label propagation, and class-conditional domain adaptation for improved cross-network node classification.
Findings
DM-GNN outperforms eleven state-of-the-art methods.
Effective transfer of node representations across networks.
Enhanced intra-class propagation and domain adaptation.
Abstract
Cross-network node classification (CNNC), which aims to classify nodes in a label-deficient target network by transferring the knowledge from a source network with abundant labels, draws increasing attention recently. To address CNNC, we propose a domain-adaptive message passing graph neural network (DM-GNN), which integrates graph neural network (GNN) with conditional adversarial domain adaptation. DM-GNN is capable of learning informative representations for node classification that are also transferrable across networks. Firstly, a GNN encoder is constructed by dual feature extractors to separate ego-embedding learning from neighbor-embedding learning so as to jointly capture commonality and discrimination between connected nodes. Secondly, a label propagation node classifier is proposed to refine each node's label prediction by combining its own prediction and its neighbors'…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Neural Network
