Domain-adaptive Graph Attention-supervised Network for Cross-network Edge Classification
Xiao Shen, Mengqiu Shao, Shirui Pan, Laurence T. Yang, Xi Zhou

TL;DR
This paper introduces DGASN, a novel domain-adaptive graph attention network designed for cross-network edge classification, effectively distinguishing homophilous and heterophilous edges across different networks, and demonstrating state-of-the-art results.
Contribution
The paper pioneers the study of cross-network edge classification and proposes DGASN, which combines multi-head GAT, supervised attention learning, and adversarial domain adaptation.
Findings
DGASN outperforms existing methods on benchmark datasets.
Effective discrimination between homophilous and heterophilous edges.
Successful knowledge transfer across different networks.
Abstract
Graph neural networks (GNNs) have shown great ability in modeling graphs, however, their performance would significantly degrade when there are noisy edges connecting nodes from different classes. To alleviate negative effect of noisy edges on neighborhood aggregation, some recent GNNs propose to predict the label agreement between node pairs within a single network. However, predicting the label agreement of edges across different networks has not been investigated yet. Our work makes the pioneering attempt to study a novel problem of cross-network homophilous and heterophilous edge classification (CNHHEC), and proposes a novel domain-adaptive graph attention-supervised network (DGASN) to effectively tackle the CNHHEC problem. Firstly, DGASN adopts multi-head GAT as the GNN encoder, which jointly trains node embeddings and edge embeddings via the node classification and edge…
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
TopicsAdvanced Graph Neural Networks
